Force Update License Consumption
Update the network function usage and refresh license consumption
Request
URI
POST
https://{server}/tca/licensing/api/v1/orgs/{orgId}/consumption/refresh
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
Responses
202
Ok
Returns licenseConsumptionRefreshResponse of type(s) application/json
{
"intentId": "string"
}
string
intentId
Optional
intentId
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