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