Download OpenAPI specification:Download
This is the spec that defines the API provided by the application to provide licensing across the cluster
{- "licenses": [
- {
- "licenseFile": "string",
- "licenseType": "string",
- "featureName": "string",
- "maxConcurrentUsers": 0,
- "softLimitOnUsers": "string",
- "startDate": "string",
- "expirationDate": "string",
- "aid": "string"
}
]
}
Add valid licenses to XCO
Add a new license for the application.
licenseFileName required | string |
licenseString required | string |
{- "licenseFileName": "string",
- "licenseString": "string"
}
{- "licenses": [
- {
- "licenseFile": "string",
- "licenseType": "string",
- "featureName": "string",
- "maxConcurrentUsers": 0,
- "softLimitOnUsers": "string",
- "startDate": "string",
- "expirationDate": "string",
- "aid": "string"
}
]
}
Delete added licenses from XCO
filename required | string Name of the license file to delete |
{- "licenses": [
- {
- "licenseFile": "string",
- "licenseType": "string",
- "featureName": "string",
- "maxConcurrentUsers": 0,
- "softLimitOnUsers": "string",
- "startDate": "string",
- "expirationDate": "string",
- "aid": "string"
}
]
}