OBJECT
AdminMutations
link GraphQL Schema definition
- type AdminMutations {
- # Create CLI profiles
- #
- # Arguments
- # input:
- CliProfileInput!): ProfileMutationOutput ( :
- # Create Device profiles
- #
- # Arguments
- # input:
- DeviceProfileInput!): ProfileMutationOutput ( :
- # Create SNMP profiles
- #
- # Arguments
- # input:
- SnmpProfileInput!): ProfileMutationOutput ( :
- # Delete CLI profiles
- #
- # Arguments
- # input:
- DeleteAdminProfileInput!): ProfileMutationOutput ( :
- # Delete Device profiles
- #
- # Arguments
- # input:
- DeleteAdminProfileInput!): ProfileMutationOutput ( :
- # Delete SNMP profiles
- #
- # Arguments
- # input:
- DeleteAdminProfileInput!): ProfileMutationOutput ( :
- # Modify CLI profiles
- #
- # Arguments
- # input:
- CliProfileInput!): ProfileMutationOutput ( :
- # Modify Device profiles
- #
- # Arguments
- # input:
- DeviceProfileInput!): ProfileMutationOutput ( :
- # Modify SNMP profiles
- #
- # Arguments
- # input:
- SnmpProfileInput!): ProfileMutationOutput ( :
- }