connectorResourceResponse

Response containing information about connector resources and monitoring status.

Examples

type ConnectorResourceResponse {
  resources: [Resource]
  monitorAllNewlyCreatedResources: Boolean
  total: Int
  selected: Int
}

Fields

Field
Description
Supported fields

resources [Resource]

List of resources that are available and their monitoring status

id String name String resourceOrgName String isMonitored Boolean resourceType ResourceType children [Resource] iconName ResourceIcon settingsAvailable Boolean credentialsId String

monitorAllNewlyCreatedResources Boolean

Indicates if newly created resources should be automatically monitored

total Int

Total number of available resources

selected Int

Number of selected (monitored) resources

References

Queries using this object:

Last updated