vcenter hlm community: info
The
info
structure has information about the community. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"members" : [
{
"hostname" : "string"
},
{
"hostname" : "string"
}
]
}
"members" : [
{
"hostname" : "string"
},
{
"hostname" : "string"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
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. |
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. |