monitorConnectorResourceInput

Configures monitoring settings for resources within a connector.

Examples

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

Fields

Field
Description
Supported fields

connectorID String!

Identifier of the connector to configure

credentialsId String

Authentication credentials identifier for accessing resources

resources [ResourceInput]

List of resources to configure monitoring for

id String! name String! isMonitored Boolean! resourceType ResourceType

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

References

Mutations using this object:

Last updated