OBJECT
NetworkMutations
link GraphQL Schema definition
- type NetworkMutations {
- #   Root mutation for adding discovered devices
- # 
- # Arguments
- #   input: 
- (: DiscoveredDeviceMutationInput!): DeviceMutationOutput 
- #   Root mutation to configure a device
- # 
- # Arguments
- #   input: 
- (: DeviceConfigMutationInput!): DeviceMutationOutput 
- #   Root mutation for configuring discovered devices
- # 
- # Arguments
- #   input: 
- (
- : DiscoveredDeviceMutationInput!
- ): DeviceMutationOutput 
- #   Creates one or more devices.
- # 
- # Arguments
- #   input: 
- (: CreateDeviceInput!): DeviceMutationOutput 
- #   Create Service Definition
- # 
- # Arguments
- #   input: 
- (
- : ServiceDefinitionMutationInput!
- ): ServiceDefinitionMutationOutput 
- #   Create a site
- # 
- # Arguments
- #   input: 
- (: SiteConfigMutationInput!): SiteMutationOutput 
- #   Create Topology Definition
- # 
- # Arguments
- #   input: 
- (
- : TopologyDefinitionMutationInput!
- ): TopologyDefinitionMutationOutput 
- #   Delete devices.
- # 
- # Arguments
- #   input: 
- (: DeleteDeviceInput!): DeviceMutationOutput 
- #   Delete discovered devices.
- # 
- # Arguments
- #   input: 
- (
- : RemoveDiscoveredDeviceInput!
- ): DeviceMutationOutput 
- #   Delete Service Definition
- # 
- # Arguments
- #   input: 
- (
- : ServiceDefinitionMutationInput!
- ): ServiceDefinitionMutationOutput 
- #   Delete a site
- # 
- # Arguments
- #   input: 
- (: SiteMutationInput!): SiteMutationOutput 
- #   Delete Topology Definition
- # 
- # Arguments
- #   input: 
- (
- : TopologyDefinitionMutationInput!
- ): TopologyDefinitionMutationOutput 
- #   Root mutation for global custom variables
- # 
- # Arguments
- #   input: 
- (: CustomVariablesInput!): SiteMutationOutput 
- #   Modify site configuration
- # 
- # Arguments
- #   input: 
- (: SiteConfigMutationInput!): SiteMutationOutput 
- #   Pre-Register devices for ZTP+.
- # 
- # Arguments
- #   input: 
- (: PreRegisterDeviceInput!): DeviceMutationOutput 
- # Arguments
- #   input: 
- (: RediscoverDeviceInput!): DeviceMutationOutput 
- #   Update Service Definition
- # 
- # Arguments
- #   input: 
- (
- : ServiceDefinitionMutationInput!
- ): ServiceDefinitionMutationOutput 
- #   Update Topology Definition
- # 
- # Arguments
- #   input: 
- (
- : TopologyDefinitionMutationInput!
- ): TopologyDefinitionMutationOutput 
- }