OBJECT
AddOpsManagerMongoSourceResponse
Description
Supported in v9.2+ Information corresponding to adding a MongoDB source.
link GraphQL Schema definition
- type AddOpsManagerMongoSourceResponse {
- # Required. Supported in v9.2+ v9.2: Status of the discovery job triggered on the
- # new MongoDB source. v9.3: Status of the discovery job triggered on the new
- # MongoDB source.
- : AsyncRequestStatus
- # Required. Supported in v9.2+
- # ID of the new MongoDB source.
- : String!
- }