OBJECT

HostGroupInfo

Description

Supported in v6.0+

link GraphQL Schema definition

  • type HostGroupInfo {
  • # Supported in v6.0+
  • # ID of the host group.
  • id: String
  • # Required. Supported in v6.0+
  • # Name of the host group.
  • name: String!
  • }