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

resourceType ResourceType

Classification of the resource (node, edge)

children [Resource]

Nested resources associated with this resource

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

iconName ResourceIcon

Icon identifier for visual representation

settingsAvailable Boolean

Indicates if resource-specific settings can be configured

References

Fields with this object:

Last updated