INPUT_OBJECT

MongoCollectionAssignSlaConfigInput

Description

Supported in v8.1+ Configuration for assigning SLA Domain to MongoDB collection objects.

link GraphQL Schema definition

  • input MongoCollectionAssignSlaConfigInput {
  • # Required. Supported in v8.1+
  • # List of MongoDB collection objects.
  • ids: [String!]!
  • # Required. Supported in v8.1+
  • # ID of the SLA Domain to assign to the collection objects.
  • slaId: String!
  • }