OBJECT
ManagementEndpointCollector
ManagementEndpointCollector represents collector metadata for various kinds of collectors, Kubernetes is the supported collector type currently.
link GraphQL Schema definition
- type ManagementEndpointCollector implements Node {
- # Creation time of the collector
- DateTime :
- # Deployment install command: This will be only populated for mutation operation
- # and will be set null for query operations.
- String :
- ManagementEndpointCollectorDeploymentProperty!] : [
- # Management collector health status
- ManagementEndpointCollectorHealthStatus! :
- # Opaque global identifier of this Management Endpoint Collector
- ID! :
- # Last Updated time of the collector
- DateTime :
- # Latest available version of the collector
- String :
- # Management Endpoint ID associated with the collector
- ManagementEndpoint! :
- # Management Endpoint collector credentials for connecting to SaaS
- ManagementEndpointCollectorCredentials! :
- # Management Endpoint collector properties
- ManagementEndpointCollectorProperties! :
- # Collector Type Version
- String :
- # Type of the managementEndpointType. Example: AWS, Azure
- ManagementEndpointType! :
- # Name of the collector
- String! :
- # Region in which the collector is deployed
- String! :
- # Management collector status
- ManagementEndpointCollectorStatus! :
- # Type of the collector. Example: Kubernetes
- ManagementEndpointCollectorType! :
- }