OBJECT

HostInfo

Description

Supported in v5.3+

link GraphQL Schema definition

  • type HostInfo {
  • # Required. Supported in v5.3+
  • # Name of the host.
  • hostname: String!
  • # Required. Supported in v5.3+
  • # The managed id of the host.
  • id: String!
  • # Required. Supported in v5.3+
  • # Oracle discovery user.
  • oracleQueryUser: String!
  • # Required. Supported in v5.3+
  • # Oracle sysdba user to use on the host.
  • oracleSysDbaUser: String!
  • }