Feature Status With Remote Availability
Given remote hcx uuid or remote hcx org id returns availability of the featureId on current node with remote availability status (Optional).
Request
URI
POST
https://{server}/tca/licensing/api/v1/capabilities/{featureId}
COPY
Path Parameters
string
featureId
Required
Feature Id to lookup
Request Body
Filter parameters
featureCapabilityPayload of type(s) application/json
Required
{
"remoteHcxId": "string",
"remoteOrgId": "string"
}
string
remoteHcxId
Optional
This parameter is used get the remoteAvailability of the feature on the paired HCX site.
string
remoteOrgId
Optional
This parameter is used get the remoteAvailability of the feature on the paired HCX site's vCD org.
Responses
200
Ok
Returns featureCapabilityResponse of type(s) application/json
{
"isAvailable": false,
"remoteAvailability": "string"
}
boolean
isAvailable
Optional
isAvailable
string
remoteAvailability
Optional
remoteAvailability
Possible values are : UNKNOWN, AVAILABLE, UNAVAILABLE,
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"
}
]
}
On This Page
Licensing Capabilities Operations
POST
Enabled Licenses With Remote Availability
POST
Feature Status With Remote Availability