INPUT_OBJECT

ManagementEndpointCollectorInput

A Management endpoint collector is associated to a given management endpoint and Management endpoint collector can attach either self or managed by managed boolean flag.

link GraphQL Schema definition

  • input ManagementEndpointCollectorInput {
  • # Type of the collector
  • collectorType: ManagementEndpointCollectorType
  • # Location of the collector
  • location: String!
  • # Boolean value indicates managed in case of true and self otherwise
  • managed: Boolean!
  • # Management endpoint AWS/Azure/etc for which this collector should be attached
  • # to.
  • managementEndpointId: String!
  • # Management endpoint type
  • managementEndpointType: ManagementEndpointType!
  • # Display name of the collector
  • name: String!
  • # Kubernetes version
  • version: String!
  • }