System Global Type/License Operations
GETLicense OperationsSince 4.1.0SynchronousAuth Required
GetLicenseInfo
GetLicenseInfo
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
additionSessionStringOptional. The additional information. The value is a JSON-formatted string.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/licenses
/zstack/v1/licenses
Request Example
curl -X GET 'http://{host}/zstack/v1/licenses?additionSession=<additionSession>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventory": { "licenseType": "Free", "licenseRequest": "example request", "issuedDate": "2017-01-19 14:31:06", "user": "example", "hostNum": 10.0, "expired": true, "managementNodeUuid": "00898b3538e53e70bb7521e54ff80276" }, "additions": [] }Change History
This API has no change history records yet.
