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[]
platformType integerlicense object
licenseType integerappType integerlicenseName string
{
"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"
}
}
]
}
Loading...