a10_gslb_template_snmp¶
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 |
|
snmp_name str/required |
Specify name of snmp template |
|
version str |
‘v1’= Version 1; ‘v2c’= Version 2c; ‘v3’= Version 3; |
|
community str |
Specify community for version 2c (Community name) |
|
security_level str |
‘no-auth’= No authentication; ‘auth-no-priv’= Authentication, but no privacy; ‘auth-priv’= Authentication and privacy; |
|
oid str |
Specify OID |
|
interface int |
Specify Interface ID |
|
username str |
Specify username (User name) |
|
auth_key str |
Specify authentication key (Specify key) |
|
priv_key str |
Specify privacy key (Specify key) |
|
host str |
Specify host (Host name or ip address) |
|
port int |
Specify port, default is 161 (Port Number, default is 161) |
|
interval int |
Specify interval, default is 3 (Interval, unit= second, default is 3) |
|
auth_proto str |
‘sha’= SHA; ‘md5’= MD5; |
|
priv_proto str |
‘aes’= AES; ‘des’= DES; |
|
context_name str |
Specify context name |
|
context_engine_id str |
Specify context engine ID |
|
security_engine_id str |
Specify security engine ID |
|
uuid str |
uuid of the object |
|
user_tag str |
Customized tag |