Fetch Consumption Refresh Status

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


Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
array of error
errors
Optional

errors


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"
        }
    ]
}
array of error
errors
Optional

errors