OBJECT
MongoHostDetail
Description
List of data host details associated with this MongoDB source.
link GraphQL Schema definition
- type MongoHostDetail {
- # Specifies the connectivity status of the host.
- : HostConnectivityStatusEnum!
- # Specifies the Rubrik FID of the host.
- : String!
- # Specifies the host name.
- : String!
- }