INPUT_OBJECT
NetworkResourceTopologyMutationConfigInput
Network resource topology modification payload containing identifier specifying what topology to change, and mutation data specifying what fields to change.
link GraphQL Schema definition
- input NetworkResourceTopologyMutationConfigInput {
- #   Network resource topology data fields to modify for CREATE/MODIFY operations.
- : PolicyNetworkResourceTopologyMutationDataInput
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Network Resource Topology to modify/delete. Due to the nature of device 
- #   membership, topologies are never global. Not required for mutationType=Create.
- : String
- #   Name of domain being modified. Validates the intended domain has been opened 
- #   first via openDomain. Editing a different domain that has not been explicitly 
- #   opened first returns an error.
- : String!
- #   Specifies what the operation type is (Create/Delete/Modify).
- : DomainMutationTypeInput!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- }