Fetch Consumption Refresh Status
Fetch the resource consumption refresh status
Request
URI
GET
https://{server}/tca/licensing/api/v1/orgs/{orgId}/consumption/{intentId}/status
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
string
intentId
Required
intentId
Responses
200
Ok
Returns licenseConsumptionRefreshStatusResponse of type(s) application/json
{
"intentId": "string",
"status": "string"
}
string
intentId
Optional
intentId
string
status
Optional
status
Possible values are : QUEUED, PROCESSING, COMPLETE, FAILED,
400
Bad Request
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Licensing Consumption Operations
GET
Fetch Consumption Refresh Status
POST
Force Update License Consumption
GET
Get License Consumption Details