INPUT_OBJECT

ManagementEndpointDeployToCloudProxyAgentInput

link GraphQL Schema definition

  • input ManagementEndpointDeployToCloudProxyAgentInput {
  • # Cloud proxy agent entity ID
  • cloudProxyAgentEntityId: EntityId!
  • # List of management endpoint credential IDs
  • managementEndpointCredentialId: [ID!]
  • # Management endpoint ID
  • managementEndpointId: ID!
  • # Management endpoint type
  • managementEndpointType: String
  • }