HostOrClusterContainer

HostOrClusterContainer
HostOrClusterContainer

Details of the host or cluster container node.

JSON Example
{
    "children": [
        "HostOrClusterInfo Object"
    ],
    "name": "ServicesFolder",
    "path": "/Datacenter/host/ServicesFolder",
    "type": "FOLDER"
}
children
Optional

Contents of the container. These may be hosts or clusters or further nested containers.

string
name
Optional

Host or cluster container node display name.

string
path
Optional

Host or cluster container node path.

string
type
Optional

Type of container.

  • FOLDER: A folder container.
  • OTHER: Other container type.
Possible values are : FOLDER, OTHER,