a10_system_memory_block_debug
Synopsis
Set memory block debug
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 |
||
assert_block int |
Over size block allocation (Assert memory block over size (default= 65536)) |
||
pktdump_block bool |
Enable pktdump Oversize block request packet |
||
first_blk int |
First memory block ascending order (default= 8192) (Memory blocks 32,64,128,256,512,1K,2K,4K,8K,16K,32K,64K) |
||
second_blk int |
Second memory block (default= 16384) (Memory blocks 32,64,128,256,512,1K,2K,4K,8K,16K,32K,64K) |
||
third_blk int |
Third memory block (default= 32768) (Memory blocks 32,64,128,256,512,1K,2K,4K,8K,16K,32K,64K) |
||
fourth_blk int |
Fourth memory block (default= 65536) (Memory blocks 32,64,128,256,512,1K,2K,4K,8K,16K,32K,64K) |
||
uuid str |
uuid of the object |
||
oper dict |
Field oper |
||
a10_mem_id_max int |
Field a10_mem_id_max |
||
block_debug_arr_zero str |
Field block_debug_arr_zero |
||
block_debug_arr_one str |
Field block_debug_arr_one |
||
block_debug_arr_two str |
Field block_debug_arr_two |
||
block_debug_arr_three str |
Field block_debug_arr_three |
||
all_everything list |
Field all_everything |
||
thread_id int |
Field thread_id |
||
a10_mem list |
Field a10_mem |
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.