Enabled Licenses With Remote Availability

Enabled Licenses With Remote Availability

Given remote hcx uuid or remote hcx org id returns list of enabled licenses on current node with remote availability status (Optional).

Request
URI
POST
https://{server}/tca/licensing/api/v1/capabilities
COPY
Request Body

Filter parameters

capabilitiesPayload of type(s) application/json
Required
{
    "featureType": "string",
    "remoteHcxId": "string",
    "remoteOrgId": "string"
}
string
featureType
Optional

This parameter is used to specify type of features to filter (accepts comma separated feature types).

string
remoteHcxId
Optional

This parameter is used get the remoteAvailability of the feature(s) on the paired HCX site.

string
remoteOrgId
Optional

This parameter is used get the remoteAvailability of the feature(s) on the paired HCX site's vCD org.

Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns Array of feature of type(s) application/json
[
    {
        "featureId": "string",
        "featureName": "string",
        "version": "string",
        "featureType": "string",
        "licenseType": "string",
        "expiryDate": 0,
        "service": "string",
        "ordinal": 0,
        "isAvailable": false,
        "message": {
            "rule": "string",
            "details": [
                {
                    "systemId": "string",
                    "systemName": "string",
                    "isFeatureEnabled": false
                }
            ]
        },
        "remoteAvailability": "string"
    }
]

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