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