a10_system_environment
Synopsis
Field environment
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 | ||
| physical_temperature str | Field physical_temperature | ||
| physical_temperature2 str | Field physical_temperature2 | ||
| cpu0_temperature str | Field cpu0_temperature | ||
| cpu1_temperature str | Field cpu1_temperature | ||
| fan1a_report str | Field fan1a_report | ||
| fan1a_value int | Field fan1a_value | ||
| fan1b_report str | Field fan1b_report | ||
| fan1b_value int | Field fan1b_value | ||
| fan2a_report str | Field fan2a_report | ||
| fan2a_value int | Field fan2a_value | ||
| fan2b_report str | Field fan2b_report | ||
| fan2b_value int | Field fan2b_value | ||
| fan3a_report str | Field fan3a_report | ||
| fan3a_value int | Field fan3a_value | ||
| fan3b_report str | Field fan3b_report | ||
| fan3b_value int | Field fan3b_value | ||
| fan4a_report str | Field fan4a_report | ||
| fan4a_value int | Field fan4a_value | ||
| fan4b_report str | Field fan4b_report | ||
| fan4b_value int | Field fan4b_value | ||
| fan5a_report str | Field fan5a_report | ||
| fan5a_value int | Field fan5a_value | ||
| fan5b_report str | Field fan5b_report | ||
| fan5b_value int | Field fan5b_value | ||
| fan6a_report str | Field fan6a_report | ||
| fan6a_value int | Field fan6a_value | ||
| fan6b_report str | Field fan6b_report | ||
| fan6b_value int | Field fan6b_value | ||
| fan7a_report str | Field fan7a_report | ||
| fan7a_value int | Field fan7a_value | ||
| fan7b_report str | Field fan7b_report | ||
| fan7b_value int | Field fan7b_value | ||
| fan8a_report str | Field fan8a_report | ||
| fan8a_value int | Field fan8a_value | ||
| fan8b_report str | Field fan8b_report | ||
| fan8b_value int | Field fan8b_value | ||
| fan9a_report str | Field fan9a_report | ||
| fan9a_value int | Field fan9a_value | ||
| fan9b_report str | Field fan9b_report | ||
| fan9b_value int | Field fan9b_value | ||
| fan10a_report str | Field fan10a_report | ||
| fan10a_value int | Field fan10a_value | ||
| fan10b_report str | Field fan10b_report | ||
| fan10b_value int | Field fan10b_value | ||
| voltage_label_1 str | Field voltage_label_1 | ||
| voltage_label_2 str | Field voltage_label_2 | ||
| voltage_label_3 str | Field voltage_label_3 | ||
| voltage_label_4 str | Field voltage_label_4 | ||
| voltage_label_5 str | Field voltage_label_5 | ||
| voltage_label_6 str | Field voltage_label_6 | ||
| voltage_label_7 str | Field voltage_label_7 | ||
| voltage_label_8 str | Field voltage_label_8 | ||
| voltage_label_9 str | Field voltage_label_9 | ||
| voltage_label_10 str | Field voltage_label_10 | ||
| voltage_label_11 str | Field voltage_label_11 | ||
| voltage_label_12 str | Field voltage_label_12 | ||
| voltage_label_13 str | Field voltage_label_13 | ||
| voltage_label_14 str | Field voltage_label_14 | ||
| voltage_label_15 str | Field voltage_label_15 | ||
| voltage_label_16 str | Field voltage_label_16 | ||
| voltage_label_17 str | Field voltage_label_17 | ||
| power_unit1 str | Field power_unit1 | ||
| power_unit2 str | Field power_unit2 | ||
| power_unit3 str | Field power_unit3 | ||
| power_unit4 str | Field power_unit4 | ||
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.