Skip to content

clearHostRbsNetworkLimit

Clear RBS network throttle limits for hosts.

Arguments

Argument Type Description
input (required) ClearHostRbsNetworkLimitInput! Input for clearing RBS network throttle limits for hosts.

Returns

ClearHostRbsNetworkLimitReply!

Sample

mutation ClearHostRbsNetworkLimit($input: ClearHostRbsNetworkLimitInput!) {
  clearHostRbsNetworkLimit(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "clearHostRbsNetworkLimit": {
      "failedNetworkThrottleHosts": [
        {
          "hostId": "example-string"
        }
      ]
    }
  }
}