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+
- # v8.1-v9.2: Status of the discovery job triggered on the new Mongo source.
- # v9.3+: Status of the discovery job triggered on the MongoDB source.
- : AsyncRequestStatus
- # Required. Supported in v8.1+
- # ID of the new MongoDB source.
- : String!
- }