a10_fw_service_group_member

Synopsis

Service Group Member

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

service_group_name

str/required

Key to identify parent object

name

str/required

Member name

port

int/required

Port number

uuid

str

uuid of the object

user_tag

str

Customized tag

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘curr_conn’= Current connections; ‘total_fwd_bytes’= Total forward bytes; ‘total_fwd_pkts’= Total forward packets; ‘total_rev_bytes’= Total reverse bytes; ‘total_rev_pkts’= Total reverse packets; ‘total_conn’= Total connections; ‘total_rev_pkts_inspected’= Total reverse packets inspected; ‘total_rev_pkts_inspected_status_code_2xx’= Total reverse packets inspected status code 2xx; ‘total_rev_pkts_inspected_status_code_non_5xx’= Total reverse packets inspected status code non 5xx; ‘curr_req’= Current requests; ‘total_req’= Total requests; ‘total_req_succ’= Total requests success; ‘peak_conn’= Peak connections; ‘response_time’= Response time; ‘fastest_rsp_time’= Fastest response time; ‘slowest_rsp_time’= Slowest response time; ‘curr_ssl_conn’= Current SSL connections; ‘total_ssl_conn’= Total SSL connections; ‘curr_conn_overflow’= Current connection counter overflow count; ‘state_flaps’= State flaps count;

packet_capture_template

str

Name of the packet capture template to be bind with this object

oper

dict

Field oper

state

str

Field state

hm_key

int

Field hm_key

hm_index

int

Field hm_index

drs_list

list

Field drs_list

alt_list

list

Field alt_list

name

str

Member name

port

int

Port number

stats

dict

Field stats

curr_conn

str

Current connections

total_fwd_bytes

str

Total forward bytes

total_fwd_pkts

str

Total forward packets

total_rev_bytes

str

Total reverse bytes

total_rev_pkts

str

Total reverse packets

total_conn

str

Total connections

total_rev_pkts_inspected

str

Total reverse packets inspected

total_rev_pkts_inspected_status_code_2xx

str

Total reverse packets inspected status code 2xx

total_rev_pkts_inspected_status_code_non_5xx

str

Total reverse packets inspected status code non 5xx

curr_req

str

Current requests

total_req

str

Total requests

total_req_succ

str

Total requests success

peak_conn

str

Peak connections

response_time

str

Response time

fastest_rsp_time

str

Fastest response time

slowest_rsp_time

str

Slowest response time

curr_ssl_conn

str

Current SSL connections

total_ssl_conn

str

Total SSL connections

curr_conn_overflow

str

Current connection counter overflow count

state_flaps

str

State flaps count

name

str

Member name

port

int

Port number

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