INPUT_OBJECT

ReplaceRadiusServerInput

link GraphQL Schema definition

  • input ReplaceRadiusServerInput {
  • numberOfAnswersUntilAlive: Int
  • # New RADIUS IP Address
  • newIpAddress: String!
  • # Authentication Protocol for RADIUS Server
  • authProtocol: AuthProtocolInput
  • requireMessageAuthenticator: Boolean
  • accessRequestUsername: String
  • disableServerStatus: Boolean
  • reviveInterval: Int
  • retries: Int
  • # Port for RADIUS authentication
  • authPort: Int
  • keepDomainName: Boolean
  • timeout: Int
  • # Authentication access type
  • authAccessType: AuthAccessTypeInput
  • sharedSecret: String
  • accessRequestPassword: String
  • disableAccessRequest: Boolean
  • responseWindow: Int
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Current RADIUS IP Address
  • currentIpAddress: String!
  • # Port for RADIUS accounting
  • acctPort: Int
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • checkInterval: Int
  • radiusAccountingEnabled: Boolean
  • }