a10_gslb_template_snmp

Synopsis

Specify SNMP template

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

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