resource
Detailed information about a resource that can be monitored.
Examples
type Resource {
id: String
name: String
resourceOrgName: String
isMonitored: Boolean
resourceType: ResourceType
children: [Resource]
iconName: ResourceIcon
settingsAvailable: Boolean
}
Fields
Field
Description
Supported fields
id String
Unique identifier of the resource
name String
Display name of the resource
resourceOrgName String
Organization name where the resource belongs
isMonitored Boolean
Indicates if this resource is currently being monitored
children [Resource]
Nested resources associated with this resource
id String
name String
resourceOrgName String
isMonitored Boolean
resourceType ResourceType
children [Resource]
iconName ResourceIcon
settingsAvailable Boolean
settingsAvailable Boolean
Indicates if resource-specific settings can be configured
References
Fields with this object:
Last updated