Force Update License Consumption

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


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