Get License Info

Get License Info

Get the license info for VMware Cloud Foundation Operations instance

Request
URI
GET
https://{api_host}/suite-api/api/product/licensing/info
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

An Object representing the license details

Returns LicenseInfo of type(s) application/json
"{\n  \"licenseKey\" : \"license-key\",\n  \"licensed\" : true,\n  \"expirationDate\" : 1744473856630,\n  \"licenseName\" : \"license-name\"\n}"
string
licenseKey
Optional

license key replaced with license name for VCF licenses

boolean
licensed
Optional

licensed

integer As int64 As int64
expirationDate
Optional

license expiration date

string
licenseName
Optional

license name


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/product/licensing/info