System Global/License
POSTLicenseSince 0.6SynchronousAuth Required
Register License Requested Application
Register License Requested Application
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
licenseRequestCodeStringRequiredNo description provided.
clientPubKeyStringNo description provided.
systemTagsListSystem tags
userTagsListUser tags
Responses
Endpoint
POST/zstack/v1/licenses/applications
/zstack/v1/licenses/applications
Request Example
curl -X POST 'http://{host}/zstack/v1/licenses/applications' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"licenseRequestCode":"<licenseRequestCode>","clientPubKey":"<clientPubKey>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "appId": "6568cda2a0863a4188a26fbdb740681e" }Change History
This API has no change history records yet.
