REST API - get

esx settings clusters enablement software: get

Returns whether the given cluster is managed with a single software specification.

Request:

HTTP request

GET https://{server}/api/esx/settings/clusters/{cluster}/enablement/software

Path Parameters

Name Type Description
Required
cluster string Identifier of the cluster.

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "enabled"true
}

Headers:

None

Type:

Name Type Description
bold = required
- info Information about the feature enablement.
-.enabled boolean Status of the feature enablement True if feature is enabled, false otherwise

Errors:

HTTP Status Code Type Description
500 error If there is unknown internal error. The accompanying error message will give more details about the failure.
404 not_found If there is no cluster associated with cluster in the system.
503 service_unavailable If the service is not available.
401 unauthenticated If the caller is not authenticated.