a10_cgnv6_fixed_nat_alg_rtsp
Synopsis
Change Fixed NAT RTSP ALG Settings
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 |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘streams-created’= Streams Created; ‘streams-freed’= Streams Freed; ‘stream-creation-failure’= Stream Creation Failures; ‘ports-allocated’= Stream Client Ports Allocated; ‘ports-freed’= Stream Client Ports Freed; ‘port- allocation-failure’= Stream Client Port Allocation Failures; ‘unknown-client- port-from-server’= Server Replies With Unknown Client Ports; ‘data-session- created’= Data Session Created; ‘data-session-freed’= Data Session Freed; ‘no- session-mem’= Data Session Creation Failures; ‘smp-inserted’= SMP Session Inserted; ‘smp-removed’= SMP Session Removed; ‘smp-reused’= SMP Session Reused; ‘fixed-nat-lid-standby’= New Session Fixed NAT LID Standby; ‘smp-deleted’= New Session SMP Already Deleted; ‘control-closed’= New Session Closed; ‘data- session-exists’= New Session Already Exists; ‘data-session-creation-failure’= New Data Session Creation Failure; ‘rtp-reversed’= RTP Reverse Creation; ‘rtcp- reversed’= RTCP Reverse Creation; ‘cross-cpu-sent’= Cross CPU Sent; ‘cross-cpu- rcv’= Cross CPU Received; ‘cross-cpu-no-session’= Cross CPU No Session Found; ‘cross-cpu-created’= Cross CPU Creation; ‘cross-cpu-rcv-failure’= Cross CPU Receive Failure; ‘data-free-smp-retry-lookup’= Data Session Free SMP Retry Lookup; ‘data-free-smp-not-found’= Data Session Free SMP Not Found; ‘ha- streams-sent’= HA Streams Sent; ‘ha-streams-rcv’= HA Streams Received; ‘ha- stream-incompatible’= HA Incompatible Streams Received; ‘ha-stream-exists’= HA Stream Already Exists; ‘ha-port-allocation-failure’= HA Stream Port Allocation Failure; ‘ha-data-session-sent’= HA Data Session Sent; ‘ha-data-session-rcv’= HA Data Session Received; ‘ha-data-no-smp’= HA Data Session SMP Not Found; ‘ha- control-closed’= HA New Data Control Session Closed; ‘ha-data-exists’= HA New Data Session Already Exists; ‘ha-extension-failure’= HA Conn Extension Failure; ‘ha-stream-smp-reused’= HA SMP Session Reused; ‘ha-stream-smp-acquire-failure’= HA SMP Session Acquire Failure; ‘smp-app-type-mismatch’= SMP ALG App Type Mismatch; |
||
stats dict |
Field stats |
||
streams_created str |
Streams Created |
||
streams_freed str |
Streams Freed |
||
stream_creation_failure str |
Stream Creation Failures |
||
ports_allocated str |
Stream Client Ports Allocated |
||
ports_freed str |
Stream Client Ports Freed |
||
port_allocation_failure str |
Stream Client Port Allocation Failures |
||
unknown_client_port_from_server str |
Server Replies With Unknown Client Ports |
||
data_session_created str |
Data Session Created |
||
data_session_freed str |
Data Session Freed |
||
no_session_mem str |
Data Session Creation Failures |
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.