a10_system_job_offload

Synopsis

job offload counter

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; ‘jobs’= Current Jobs; ‘submit’= Jobs Submitted; ‘receive’= Jobs Received; ‘execute’= Jobs Executed; ‘snt_home’= Jobs Sent Back Home; ‘rcv_home’= Jobs Received Home; ‘complete’= Jobs Completed; ‘fail_submit’= Jobs Failed to Submit; ‘q_no_space’= No More Space in Q; ‘fail_execute’= Failed to Execute Job; ‘fail_complete’= Failed to Complete Job;

oper

dict

Field oper

job_offload_cpu_list

list

Field job_offload_cpu_list

cpu_count

int

Field cpu_count

offload_cpus

int

Field offload_cpus

stats

dict

Field stats

jobs

str

Current Jobs

submit

str

Jobs Submitted

receive

str

Jobs Received

execute

str

Jobs Executed

snt_home

str

Jobs Sent Back Home

rcv_home

str

Jobs Received Home

complete

str

Jobs Completed

fail_submit

str

Jobs Failed to Submit

q_no_space

str

No More Space in Q

fail_execute

str

Failed to Execute Job

fail_complete

str

Failed to Complete Job

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