Returns the license source status information for one or more license types.
licenseTypeId | string <uuid> If set, the items will be filtered by the License type id. Please refer to LicenseTypes for more information on the License type id. |
state | string If set, the items will be filtered by the state specified in this parameter. |
count | integer <int32> [ 1 .. 1000 ] The number of items to include in a single page. |
sortedBy | string The property by which the returned data will be sorted. |
object If set, the properties and directions the returned data will be sorted by. | |
offset | integer <int32> Deprecated The offset for the page to start. |
cursor | string The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically. |
sortDirection | string The direction the returned data will be sorted by. |
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "licenseTypeId": "acac9426-ab93-4f79-a277-f4ccd1b60206",
- "state": "AL",
- "status": {
- "issue": "PossibleIssue",
- "averageProcessingTime": 0,
- "averageFailureRate": 0
}, - "maintenanceWindows": [
- {
- "expression": "string",
- "description": "string",
- "isUnderMaintenanceInTheNextHour": true,
- "trigger": "Manual",
- "expiresIn": "string"
}
]
}
], - "sortedBy": "State",
- "sortDirection": "Asc",
- "sort": {
- "property1": {
- "Keys": "State",
- "Values": "Asc"
}, - "property2": {
- "Keys": "State",
- "Values": "Asc"
}
}
}