INPUT_OBJECT
DomainObjectInput
link GraphQL Schema definition
- input DomainObjectInput {
- # Name of the object to query. If dataType is PolicyDomainData or
- # PolicyHttpRedirectData, name is ignored / not applicable.
- String! :
- # If uniqueness of object is not determined by name, pass that here (ie VLANs use
- # vid)
- String :
- Boolean :
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- String :
- # Data type requested
- PolicyDomainDataTypeInput! :
- # Parent data type requested. Used for data that is not 'top level' to the domain,
- # for instance returning a rule (PolicyRuleData) object w/ in a given service
- # (PolicyServiceData).
- PolicyDomainDataTypeInput :
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- String :
- # Name of domain being read.
- String! :
- # Name of the parent of the object to query. For a rule, this contains the parent
- # service.
- String :
- }