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