System Global Type/License Operations
PUTLicense OperationsSince 5.1.8SynchronousAuth Required
PushLicenseAddOnsUsage
PushLicenseAddOnsUsage
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
pushlicenseaddonsusageObjectRequiredpushlicenseaddonsusage request body object.
addOnsUsageStringRequiredThe utilization of each add-on module.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/licenses/addons/usage
/zstack/v1/licenses/addons/usage
Request Example
curl -X PUT 'http://{host}/zstack/v1/licenses/addons/usage' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"pushlicenseaddonsusage":{"addOnsUsage":"<addOnsUsage>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
