a10_system_hardware

Synopsis

Field hardware

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

platform_description

str

Field platform_description

serial

str

Field serial

cpu

str

Field cpu

cpu_cores

int

Field cpu_cores

cpu_stepping

int

Field cpu_stepping

storage

str

Field storage

memory

str

Field memory

ssl_cards

dict

Field ssl_cards

octeon

int

Field octeon

compression_cards

dict

Field compression_cards

l23_asic

str

Field l23_asic

ipmi

str

Field ipmi

ports

str

Field ports

plat_flag

str

Field plat_flag

bios_version

str

Field bios_version

bios_release_date

str

Field bios_release_date

nvm_firmware_version

str

Field nvm_firmware_version

fpga_summary

str

Field fpga_summary

fpga_date

str

Field fpga_date

disk_total

int

Field disk_total

disk_used

int

Field disk_used

disk_free

int

Field disk_free

disk_percentage

int

Field disk_percentage

disk1_status

str

Field disk1_status

disk2_status

str

Field disk2_status

num_disks

int

Field num_disks

raid_present

int

Field raid_present

raid_list

list

Field raid_list

psu1_np15

str

Field psu1_np15

psu2_np15

str

Field psu2_np15

spe_present

str

Field spe_present

bypass_pr

int

Field bypass_pr

bypass_list

list

Field bypass_list

alldynamic

int

Field alldynamic

mcpld_type

int

Field mcpld_type

mcpld_date

str

Field mcpld_date

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.

Authors

  • A10 Networks