INPUT_OBJECT
PviNsiDataInput
link GraphQL Schema definition
- input PviNsiDataInput {
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   Name of the PVI Service ID to query
- : String!
- #   If true, will extract the data from the policy database regardless of whether 
- #   the client has a cached copy of the domain open. This is an expensive operation, 
- #   so by default, get requests will cache the DB for later calls.
- : Boolean
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Name of domain being read.
- : String!
- }