Get License Consumption Details
Returns license consumption details
Request
URI
GET
https://{server}/tca/licensing/api/v1/orgs/{orgId}/consumption
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
Responses
200
Ok
Returns licenseConsumptionResponse of type(s) application/json
{
"licenseQuantity": 0,
"consumedQuantity": 0,
"transformationFactor": 0,
"licenseUnit": "string",
"licenseDisplayUnit": "string",
"rawUsageUnit": "string",
"lastSyncTimestamp": 0,
"additionalTransformationFactor": 0,
"additionalTransformationFactorUnit": "string",
"details": [
{
"vimId": "string",
"vimName": "string",
"vimUrl": "string",
"vimType": "string",
"tenantName": "string",
"consumedQuantity": 0,
"source": "string"
}
]
}
integer
licenseQuantity
Optional
licenseQuantity
integer
consumedQuantity
Optional
consumedQuantity
integer
transformationFactor
Optional
transformationFactor
string
licenseUnit
Optional
licenseUnit
string
licenseDisplayUnit
Optional
licenseDisplayUnit
string
rawUsageUnit
Optional
rawUsageUnit
integer As int64 As int64
lastSyncTimestamp
Optional
lastSyncTimestamp
integer
additionalTransformationFactor
Optional
additionalTransformationFactor
string
additionalTransformationFactorUnit
Optional
additionalTransformationFactorUnit
array of object
details
Optional
details
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