monitorConnectorResourceInput

Configures monitoring settings for resources within a connector.

Examples

input MonitorConnectorResourceInput {
  connectorID: String!
  credentialsId: String
  credentialsType: String
  resources: [ResourceInput]
  monitorAllResources: Boolean
  monitorAllNewlyCreatedResources: Float
  featureFlags: JSON
}

Fields

Field
Description
Supported fields

connectorID String!

Identifier of the connector to configure

credentialsId String

Authentication credentials identifier for accessing resources

credentialsType String

Corresponding credentials type. Only relevant when saving resources from several credentials together

resources [ResourceInput]

List of resources to configure monitoring for

id String! name String! isMonitored Boolean! resourceType ResourceType credentialsId String

monitorAllResources Boolean

Enables monitoring for all resources, overrides the resources list if set to true

monitorAllNewlyCreatedResources Float

Timestamp from which all new resources will be automatically monitored

featureFlags JSON

Object with feature flags passed from FE

References

Mutations using this object:

Last updated