resource
Last updated
Detailed information about a resource that can be monitored.
type Resource {
id: String
name: String
resourceOrgName: String
isMonitored: Boolean
resourceType: ResourceType
children: [Resource]
iconName: ResourceIcon
settingsAvailable: Boolean
credentialsId: String
}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
credentialsId String
settingsAvailable Boolean
Indicates if resource-specific settings can be configured
credentialsId String
Corresponding credentials ID. Only relevant when saving resources from several credentials together
Last updated
