INPUT_OBJECT

AgentAddOptionsParams

link GraphQL Schema definition

  • input AgentAddOptionsParams {
  • # True if the agent has vms credentials. False otherwise
  • hasVmsCredentials: Boolean
  • # Username for VMS credentials
  • vmsUsername: String
  • # Password for VMS credentials
  • vmsPassword: String
  • # Ip of VMS credentials DB
  • vmsDbIp: String
  • # Port of VMS credentials DB
  • vmsDbPort: Int
  • }

link Require by