INPUT_OBJECT

EnforceInput

link GraphQL Schema definition

  • input EnforceInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Ignore warnings when running enforce
  • ignoreWarnings: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Enforce to all engines in group. Ignore any specified engine IP addresses
  • engineGroup: String
  • # Force reconfiguration of portal settings regardless of changes
  • forcePortalConfig: Boolean
  • # Perform enforce audit only, don't actually enforce
  • auditOnly: Boolean
  • # Force reconfiguration of switch settings regardless of changes
  • forceSwitchConfig: Boolean
  • # Enforce to listed engine IP addresses if group is not specified
  • engineIps: [String]
  • }