a10_template_gtp_message_filtering_policy
Synopsis
Configure GTP Message Filtering Policy
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 |
||
name str/required |
Specify name of the GTP Message Filtering Policy |
||
interface_type str |
‘roaming’= Roaming Interface(S8/Gp); ‘non-roaming’= Non-Roaming Interface(S5/Gn); |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
version_v2 dict |
Field version_v2 |
||
enable_disable_action str |
‘enable’= Enable Message Filtering on version; ‘disable’= Disable Message Filtering on version; |
||
message_type bool |
Specify the Message Type |
||
change_notification str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
create_session str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_session str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
modify_bearer str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
remote_ue_report str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
modify_command str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_command str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
bearer_resource str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
create_bearer str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
update_bearer str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_bearer str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_pdn str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
update_pdn str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
suspend str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
resume str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
pgw_downlink_trigger str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
trace_session str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
reserved_messages str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
uuid str |
uuid of the object |
||
version_v1 dict |
Field version_v1 |
||
enable_disable_action str |
‘enable’= Enable Message Filtering on version; ‘disable’= Disable Message Filtering on version; |
||
message_type bool |
Specify the Message Type |
||
create_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
update_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
initiate_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
pdu_notification str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
ms_info_change str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
gtp_pdu str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
mbms_session str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
mbms_notification str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
mbms_registration str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
mbms_deregistration str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
create_mbms str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_mbms str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
update_mbms str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
reserved_messages str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
uuid str |
uuid of the object |
||
version_v0 dict |
Field version_v0 |
||
enable_disable_action str |
‘enable’= Enable Message Filtering on version; ‘disable’= Disable Message Filtering on version; |
||
message_type bool |
Specify the Message Type |
||
create_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
update_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
pdu_notification str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
gtp_pdu str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
create_aa_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
delete_aa_pdp str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
reserved_messages str |
‘enable’= Enable the Message Type; ‘disable’= Disable the Message Type; |
||
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.