esx settings hosts enablement software: get
Returns whether the given standalone host is managed with a single software specification. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
GET https://{server}/api/esx/settings/hosts/{host}/enablement/software
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
host | string | Identifier of the host. |
Response:
HTTP Status Code: 200
Response Body Structure:
{
"enabled" : true
}
"enabled" : true
}
Headers:
NoneType:
Name | Type | Description |
---|---|---|
bold = required | ||
- | info | True if feature is enabled, false otherwise. |
-.enabled | boolean | Status of the feature enablement True if feature is enabled, false otherwise. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
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 host associated with host in the system. |
503 | service_unavailable | If the service is not available. |
401 | unauthenticated | If the caller is not authenticated. |
400 | unsupported | If the host is not a standlone host, but instead part of a cluster. |