Get Client Licenses
Select
SaaS
Customer Managed
This operation returns the licenses that are applied to a client.
Path Parameters
- clientId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
licensesInfo object[]
{
"licensesInfo": [
{
"platformType": 0,
"license": {
"licenseType": 0,
"appType": 0,
"licenseName": "string"
}
}
]
}
{
"licensesInfo": [
{
"platformType": 1,
"license": {
"licenseType": 1,
"appType": 33,
"licenseName": "Server File System - Windows File System"
}
},
{
"platformType": 2,
"license": {
"licenseType": 11,
"appType": 1002,
"licenseName": "MediaAgent - MediaAgent Management"
}
},
{
"platformType": 2,
"license": {
"licenseType": 84,
"appType": 1020,
"licenseName": "Disk Library Connector (DDO) - Magnetic Library"
}
}
]
}
GET /client/:clientid/license
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'