Get Product License Status
Get VCFA product license status
Returns whether the VCFA product is currently licensed. The product is considered licensed if a VC9+ with a valid VCF license has ever been connected, or if the system is within a 90-day upgrade evaluation period.
Request
URI
GET
https://{api_host}/cloudapi/v1/product/licenseStatus
COPY
Responses
200
OK
Returns
ProductLicenseStatus
of type(s)
application/json;version=9.1.0
{
"isLicensed": false
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/product/licenseStatus