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
Required

Host or cluster container node display name.

string
path
Required

Host or cluster container node path.

string
type
Required

Type of container.

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