OBJECT

AddMongoSourceReply

Description

Supported in v8.1+ Information corresponding to adding a MongoDB source.

link GraphQL Schema definition

  • type AddMongoSourceReply {
  • # Required. Supported in v8.1+
  • # Status of the discovery job triggered on the new Mongo source.
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v8.1+
  • # ID of the new MongoDB source.
  • id: String!
  • }

link Require by