INPUT_OBJECT

ReplicationBandwidthOutgoingInput

Description

Request to get Outgoing Replication Bandwidth for a Rubrik cluster.

link GraphQL Schema definition

  • input ReplicationBandwidthOutgoingInput {
  • # Range for time series. For example: -1h, -1min, etc. Default value is -1h.
  • range: String
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by