Get License Consumption Details

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


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