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.
  • id: String!
  • # Specifies the host name.
  • name: String!
  • # Specifies the connectivity status of the host.
  • connectionStatus: HostConnectivityStatusEnum!
  • }