a10_scaleout_debug_info
Synopsis
Field info
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 |
||
oper dict |
Field oper |
||
scaleout_enabled int |
Field scaleout_enabled |
||
db_process_running int |
Field db_process_running |
||
g_scaleout int |
Field g_scaleout |
||
scaleout_current_role int |
Field scaleout_current_role |
||
traffic_map_update int |
Field traffic_map_update |
||
explicitly_stop_service int |
Field explicitly_stop_service |
||
cluster_disc_timer_running int |
Field cluster_disc_timer_running |
||
pending_scaleout_exit int |
Field pending_scaleout_exit |
||
perform_tracking_work int |
Field perform_tracking_work |
||
node_disable_in_prog int |
Field node_disable_in_prog |
||
node_enable_in_prog int |
Field node_enable_in_prog |
||
trigger_cluster_exit int |
Field trigger_cluster_exit |
||
trigger_enable int |
Field trigger_enable |
||
trigger_disable int |
Field trigger_disable |
||
cluster_discovery_timeout int |
Field cluster_discovery_timeout |
||
cluster_discovery_start_timestamp int |
Field cluster_discovery_start_timestamp |
||
db_operation_max_retry int |
Field db_operation_max_retry |
||
so_device_count int |
Field so_device_count |
||
active_device_count int |
Field active_device_count |
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.