a10_slb_rc_cache_global

Synopsis

global ram cache stats

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; ‘hits’= Cache Hits; ‘miss’= Cache Misses; ‘bytes_served’= Bytes Served; ‘total_req’= Total Requests; ‘caching_req’= Cacheable Requests; ‘nc_req_header’= No-cache Request; ‘nc_res_header’= Not cacheable; ‘rv_success’= Revalidation Successes; ‘rv_failure’= Revalidation Failures; ‘ims_request’= IMS Requests; ‘nm_response’= Responses from cache 304 Not Modified; ‘rsp_type_CL’= Responses from server 200 OK - Cont Len; ‘rsp_type_CE’= Responses from server 200 OK - Chnk Enc; ‘rsp_type_304’= Responses from server 304 Not Modified; ‘rsp_type_other’= Responses from server 200 OK - Other; ‘rsp_no_compress’= Responses from cache 200 OK - No Comp; ‘rsp_gzip’= Responses from cache 200 OK - Gzip; ‘rsp_deflate’= Responses from cache 200 OK - Deflate; ‘rsp_other’= Responses from cache Other; ‘nocache_match’= Policy URI nocache; ‘match’= Policy URI cache; ‘invalidate_match’= Policy URI invalidate; ‘content_toobig’= Policy Content Too Big; ‘content_toosmall’= Policy Content Too Small; ‘entry_create_failures’= Entry Create failures; ‘mem_size’= Memory Used; ‘entry_num’= Entry Cached; ‘replaced_entry’= Entry Replaced; ‘aging_entry’= Entry Aged Out; ‘cleaned_entry’= Entry Cleaned; ‘rsp_type_stream’= Responses from http2 server 200 OK - Stream;

oper

dict

Field oper

entry_list

list

Field entry_list

cache_hits

int

Field cache_hits

cache_miss

int

Field cache_miss

memory_used

str

Field memory_used

hit_ratio

str

Field hit_ratio

304_ratio

str

Field 304_ratio

bytes_served

str

Field bytes_served

total_request

int

Field total_request

no_cache_requests

int

Field no_cache_requests

cacheable_requests

int

Field cacheable_requests

ims_requests

int

Field ims_requests

resp_server_304_not_modified

int

Field resp_server_304_not_modified

resp_server_200_ok_chunk

int

Field resp_server_200_ok_chunk

resp_server_no_cache_response

int

Field resp_server_no_cache_response

resp_server_200_ok_cont

int

Field resp_server_200_ok_cont

resp_server_other

int

Field resp_server_other

resp_cache_304_not_modified

int

Field resp_cache_304_not_modified

resp_cache_200_ok_gzip

int

Field resp_cache_200_ok_gzip

resp_cache_other

int

Field resp_cache_other

resp_cache_200_ok_no_comp

int

Field resp_cache_200_ok_no_comp

resp_cache_200_ok_deflate

int

Field resp_cache_200_ok_deflate

entries_cached

int

Field entries_cached

entries_aged

int

Field entries_aged

entries_create_fail

int

Field entries_create_fail

entries_replaced

int

Field entries_replaced

entries_cleaned

int

Field entries_cleaned

revalidation_success

int

Field revalidation_success

revalidation_failure

int

Field revalidation_failure

policy_uri_nocache

int

Field policy_uri_nocache

polic_uri_invalidate

int

Field polic_uri_invalidate

policy_content_small

int

Field policy_content_small

policy_uri_cache

int

Field policy_uri_cache

policy_content_big

int

Field policy_content_big

virtual_server

str

Field virtual_server

virtual_port

int

Field virtual_port

display_detail

int

Field display_detail

uri_name

str

Field uri_name

replacement_list

list

Field replacement_list

stats

dict

Field stats

hits

str

Cache Hits

miss

str

Cache Misses

bytes_served

str

Bytes Served

total_req

str

Total Requests

caching_req

str

Cacheable Requests

nc_req_header

str

No-cache Request

nc_res_header

str

Not cacheable

rv_success

str

Revalidation Successes

rv_failure

str

Revalidation Failures

ims_request

str

IMS Requests

nm_response

str

Responses from cache 304 Not Modified

rsp_type_CL

str

Responses from server 200 OK - Cont Len

rsp_type_CE

str

Responses from server 200 OK - Chnk Enc

rsp_type_304

str

Responses from server 304 Not Modified

rsp_type_other

str

Responses from server 200 OK - Other

rsp_no_compress

str

Responses from cache 200 OK - No Comp

rsp_gzip

str

Responses from cache 200 OK - Gzip

rsp_deflate

str

Responses from cache 200 OK - Deflate

rsp_other

str

Responses from cache Other

nocache_match

str

Policy URI nocache

match

str

Policy URI cache

invalidate_match

str

Policy URI invalidate

content_toobig

str

Policy Content Too Big

content_toosmall

str

Policy Content Too Small

entry_create_failures

str

Entry Create failures

mem_size

str

Memory Used

entry_num

str

Entry Cached

replaced_entry

str

Entry Replaced

aging_entry

str

Entry Aged Out

cleaned_entry

str

Entry Cleaned

rsp_type_stream

str

Responses from http2 server 200 OK - Stream

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