vcenter hlm community: get
Information about the community. Usage beyond VMware Cloud on AWS is not supported. 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}/rest/vcenter/hlm/community
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : {
"members" : [
{
"hostname" : "string"
},
{
"hostname" : "string"
}
]
}
}
"value" : {
"members" : [
{
"hostname" : "string"
},
{
"hostname" : "string"
}
]
}
}
Response Type:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| value | info | information about the peers of a community. |
| value.members | member[] | The members in this community. 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. |
| value.members[].hostname | string | The member's hostname. 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 |
|---|---|---|
| 403 | unauthorized | If the caller is not authorized. |
| 400 | unsupported | |
| 500 | error | If the system reports an error while responding to the request. |