a10_visibility_topn
Synopsis
Configure topn
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; ‘heap-alloc-success’= Total heap node allocated; ‘heap-alloc- failed’= Total heap node alloc failed; ‘heap-alloc-oom’= Total heap node alloc failed Out of Memory; ‘obj-reg-success’= Total object node allocated; ‘obj-reg- failed’= Total object node alloc failed; ‘obj-reg-oom’= Total object node alloc failed Out of Memory; ‘heap-deleted’= Total Heap node deleted; ‘obj-deleted’= Total Object node deleted; ‘heap-metric-alloc-success’= Total heap metric node allocated; ‘heap-metric-alloc-oom’= Total heap metric node alloc failed Out of Memory; ‘heap-move-to-delq’= Total heap node moved to delq; ‘heap-metric- deleted’= Total Heap metric node deleted; ‘obj-metric-reg-success’= Total object Metric node allocated; ‘obj-metric-reg-oom’= Total object Metric node alloc failed Out of Memory; ‘obj-move-to-delq’= Total object node moved to delq; ‘obj-metric-deleted’= Total Object metric node deleted; ‘hc-obj-alloc- failed’= Send failed to HC, Out of Memory; | ||
| cgnv6_nat_pool_topn_tmpl_list list | Field cgnv6_nat_pool_topn_tmpl_list | ||
| name str | Template Name | ||
| topn_size int | Congure value of N for topn | ||
| interval str | ‘5’= 5 minutes; ‘15’= 15 minutes; ‘30’= 30 minutes; ‘60’= 60 minutes; ‘all- time’= Since template is activated; | ||
| uuid str | uuid of the object | ||
| user_tag str | Customized tag | ||
| metrics dict | Field metrics | ||
| cgnv6_nat_pool_topn_node dict | Field cgnv6_nat_pool_topn_node | ||
| activate str | Name of the templated to be activated | ||
| uuid str | uuid of the object | ||
| gtp_apn_prefix_topn_tmpl_list list | Field gtp_apn_prefix_topn_tmpl_list | ||
| name str | Template Name | ||
| topn_size int | Congure value of N for topn | ||
| interval str | ‘5’= 5 minutes; ‘15’= 15 minutes; ‘30’= 30 minutes; ‘60’= 60 minutes; ‘all- time’= Since template is activated; | ||
| uuid str | uuid of the object | ||
| user_tag str | Customized tag | ||
| metrics dict | Field metrics | ||
| gtp_apn_prefix_topn_node dict | Field gtp_apn_prefix_topn_node | ||
| activate str | Name of the templated to be activated | ||
| uuid str | uuid of the object | ||
| gtp_network_element_topn_tmpl_list list | Field gtp_network_element_topn_tmpl_list | ||
| name str | Template Name | ||
| topn_size int | Congure value of N for topn | ||
| interval str | ‘5’= 5 minutes; ‘15’= 15 minutes; ‘30’= 30 minutes; ‘60’= 60 minutes; ‘all- time’= Since template is activated; | ||
| uuid str | uuid of the object | ||
| user_tag str | Customized tag | ||
| metrics dict | Field metrics | ||
| gtp_network_element_topn_node dict | Field gtp_network_element_topn_node | ||
| activate str | Name of the templated to be activated | ||
| uuid str | uuid of the object | ||
| oper dict | Field oper | ||
| class str | Field class | ||
| metric str | Field metric | ||
| memory_usage bool | Field memory_usage | ||
| topn_duration str | Field topn_duration | ||
| metric_topn_list list | Field metric_topn_list | ||
| total_memory str | Field total_memory | ||
| used_memory str | Field used_memory | ||
| stats dict | Field stats | ||
| heap_alloc_success str | Total heap node allocated | ||
| heap_alloc_failed str | Total heap node alloc failed | ||
| heap_alloc_oom str | Total heap node alloc failed Out of Memory | ||
| obj_reg_success str | Total object node allocated | ||
| obj_reg_failed str | Total object node alloc failed | ||
| obj_reg_oom str | Total object node alloc failed Out of Memory | ||
| heap_deleted str | Total Heap node deleted | ||
| obj_deleted str | Total Object node deleted | ||
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.