OBJECT
ManagedObjectSummary
Description
Managed object summary.
link GraphQL Schema definition
- type ManagedObjectSummary {
- # ID of the managed object.
- String! :
- # Name of the managed object.
- String! :
- # Type of the managed object.
- ManagedObjectType! :
- # Details of the SLA Domain to which the managed object belongs.
- SlaDomainSummary :
- # Snapshot details.
- 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.
- String :
- }