INPUT_OBJECT
PolicyServiceMutationDataInput
link GraphQL Schema definition
- input PolicyServiceMutationDataInput {
- # Port mirror action. Pass one or more port group names to enable mirror using
- # ports in specified groups. Replaces existing port groups. Disable using
- # mirrorStatus. Port groups must exist in domain or error is returned.
- String] : [
- # MirrorN status (Enabled/Disabled). Applicable when mirror status is enabled.
- # Specifies whether mirror action should send all packets, or first N packets of a
- # flow. N value is domain level scalar set by mutateDomainSetting:mirrorNLimit
- Boolean :
- # Replace the service's rules with the specified list.
- PolicyRuleMutationDataInput] : [
- # Appends network resources to automated service resource list. Network resources
- # must exist or error is thrown.
- String] : [
- # Disable port action (Enabled/Disabled/Prohibited)
- TristateActionInput :
- # Traffic description
- PolicyServiceTrafDescMutationDataInput :
- # Access Control (VLAN) action. -1=None, 0=Deny, 4095=Permit, or VLAN ID [1-4094].
- # Containment VLAN must exist in domain or error is returned.
- Int :
- # Name of service
- String :
- # Specifies layer for automated services. True = Layer2 (MAC) / False = Layer3
- # (IP)
- Boolean :
- # Audit trap action (Enabled/Disabled/Prohibited)
- TristateActionInput :
- # Quarantine role action (Disabled/Prohibited/Name of role). If role name
- # specified does not exist, error is returned.
- String :
- # Name of service
- String :
- # Sets automated service resource list. Network resources must exist or error is
- # thrown.
- String] : [
- # Remove the specified rules from the existing rule list.
- PolicyRuleDataIdentifierInput] : [
- # System log action (Enabled/Disabled/Prohibited)
- TristateActionInput :
- # Removes network resources from automated service resource list.
- String] : [
- # Add the specified rules to the existing rule list.
- PolicyRuleMutationDataInput] : [
- # Port mirror action. Set to Enabled/Disabled/Prohibited. If setting Enabled, port
- # groups must be specified by mirrorPortGroups
- String :
- # Service global status. Global services are common to all domains.
- Boolean :
- # Class of Service action. Pass "NO_COS" to clear the action. Class of service
- # must be defined in domain or error is returned.
- String :
- Boolean :
- # TCI Overwrite status (Enabled/Disabled/Prohibited)
- TristateActionInput :
- }