OBJECT

CdmAgentStatus

Description

Supported in v5.0+

link GraphQL Schema definition

  • type CdmAgentStatus {
  • # Required. Supported in v5.0+
  • # The agent connection status.
  • agentStatus: String!
  • # Supported in v5.0+
  • # The reason the agent disconnected.
  • disconnectReason: String
  • }