OBJECT

ManagedObjectSummary

Description

Managed object summary.

link GraphQL Schema definition

  • type ManagedObjectSummary {
  • # ID of the managed object.
  • id: String!
  • # Name of the managed object.
  • name: String!
  • # Type of the managed object.
  • objectType: ManagedObjectType!
  • # Details of the SLA Domain to which the managed object belongs.
  • slaDomain: SlaDomainSummary
  • # Snapshot details.
  • snapshotsDetails: [SnapshotDetails!]!
  • # Optional parent object ID. This will be populated only in case of conflicting
  • # SLA assignment, that is, when this object will start inheriting the new SLA
  • # Domain of the parent, instead of retaining it's direct assignment.
  • parentIdForConflictingAssignment: String
  • }