a10_rule_set_rule_action_group
Synopsis
Configure action-group
Parameters
Parameters |
Choices/Defaults |
Comment |
|
---|---|---|---|
state str/required |
[‘noop’, ‘present’, ‘absent’] |
State of the object to be created. |
|
ansible_host str/required |
Host for AXAPI authentication |
||
ansible_username str/required |
Username for AXAPI authentication |
||
ansible_password str/required |
Password for AXAPI authentication |
||
ansible_port int/required |
Port for AXAPI authentication |
||
a10_device_context_id int |
[‘1-8’] |
Device ID for aVCS configuration |
|
a10_partition str |
Destination/target partition for object/command |
||
rule_set_name str/required |
Key to identify parent object |
||
ntype str |
‘permit’= permit; ‘deny’= deny; ‘reset’= reset; |
||
permit_log bool |
Enable logging |
||
reset_log bool |
Enable logging |
||
deny_log bool |
Enable logging |
||
logging_template_list list |
Field logging_template_list |
||
permit_log_template_type str |
‘fw-logging-template’= Logging with specified fw template; ‘cgnv6-logging- template’= Logging with specified cgnv6 template; ‘netflow-monitor’= Logging with specified netflow/ipfix monitor; |
||
permit_fw_log str |
Logging template name |
||
permit_cgnv6_log str |
Logging template name |
||
permit_netflow_log str |
Name of netflow monitor |
||
reset_log_template_type str |
‘fw-logging-template’= Logging with specified fw template; |
||
reset_fw_log str |
Logging template name |
||
deny_log_template_type str |
‘fw-logging-template’= Logging with specified fw template; |
||
deny_fw_log str |
Logging template name |
||
listen_on_port bool |
Listen on port |
||
forward bool |
Forward packet |
||
ipsec bool |
Apply IPsec encapsulation |
||
vpn_ipsec_name str |
VPN IPsec name |
||
cgnv6 bool |
Apply CGNv6 policy |
||
cgnv6_policy str |
‘lsn-lid’= Apply specified CGNv6 LSN LID; ‘fixed-nat’= Apply CGNv6 Fixed NAT; ‘ds-lite’= Apply CGNv6 DS-Lite; |
||
cgnv6_lsn_lid int |
LSN LID |
||
cgnv6_ds_lite str |
‘lsn-lid’= Apply specified CGNv6 LSN LID; |
||
cgnv6_ds_lite_lsn_lid int |
LSN LID |
||
inspect_payload bool |
Enable DS-Lite tunnel inspection |
||
permit_limit_policy int |
Limit policy Template |
||
deny_reset_limit_policy int |
Limit policy Template (only works for inbound rule) |
||
permit_respond_to_user_mac bool |
Use the user’s source MAC for the next hop rather than the routing table (default=off) |
||
reset_respond_to_user_mac bool |
Use the user’s source MAC for the next hop rather than the routing table (default=off) |
||
uuid str |
uuid of the object |
Examples
Return Values
- modified_values (changed, dict, )
Values modified (or potential changes if using check_mode) as a result of task operation
- axapi_calls (always, list, )
Sequential list of AXAPI calls made by the task
- endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])
The AXAPI endpoint being accessed.
- http_method (, str, [‘POST’, ‘GET’])
HTTP method being used by the primary task to interact with the AXAPI endpoint.
- request_body (, complex, )
Params used to query the AXAPI
- response_body (, complex, )
Response from the AXAPI
Status
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by community.