Whatever message this page gives is out now! Go check it out!
<cfscript>
adminObj = CreateObject("component","CFIDE.adminapi.administrator")
adminObj.login("<admin-password>")
licenseObj = CreateObject("component","CFIDE.adminapi.license")
writedump(licenseObj)
//activateResp = licenseObj.ACTIVATENOW("<serial-number>");
//writedump(activateResp);
deactivateResp = licenseObj.DEACTIVATENOW();
</cfscript>Component | Description |
Device ID | The ID of the host machine where ColdFusion is installed. |
New and previous serial number | If you are updgrading or updating versions, then both serial numbers are collected. |
ColdFusion version | The version of ColdFusion that is installed. |
Deployment type | Development, Production, Disaster Recovery, Testing, or Staging. |
Number of cores | The number of cores (physical or virtual). |
Whether multiple instances are created | True or False |
Docker deployment | True or False |
Whether deployed on cloud, for example, AWS or Azure | True or False |
Cloud platform deployed on | For example, AWS or Azure. |