OBJECT

NetworkThrottle

Description

Network throttle information.

link GraphQL Schema definition

  • type NetworkThrottle {
  • # Status of network throttle enablement.
  • isEnabled: Boolean!
  • # Default network throttle limit.
  • defaultThrottleLimit: Float!
  • # Active network throttle limit.
  • currentThrottleLimit: Float!
  • # Summary of scheduled throttles.
  • scheduledThrottles: [NetworkThrottleSchedule!]!
  • # Network interface name.
  • networkInterface: String!
  • }