OBJECT
GetPendingSlaAssignmentsReply
Description
Supported in v5.2+
link GraphQL Schema definition
- type GetPendingSlaAssignmentsReply {
- # Required. List of invalid managed IDs from the input. These IDs either do not
- # exist or cannot have an SLA Domain assigned to them.
- : [String!]!
- # Required. List of objects with completed SLA Domain operations.
- : [ManagedObjectSlaInfo!]!
- # Required. List of objects with pending SLA Domain operations.
- : [ManagedObjectPendingSlaInfo!]!
- }