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.
  • invalidIds: [String!]!
  • # Required. List of objects with completed SLA Domain operations.
  • objectsWithNoOp: [ManagedObjectSlaInfo!]!
  • # Required. List of objects with pending SLA Domain operations.
  • objectsWithPendingOp: [ManagedObjectPendingSlaInfo!]!
  • }

link Require by