a10_web_category_reputation_scope

Synopsis

Configure the scope of reputation score

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

name

str/required

Reputation Scope name

greater_than

dict

Field greater_than

greater_trustworthy

bool

Reputation score is greater than or equal to 81

greater_low_risk

bool

Reputation score is greater than or equal to 61

greater_moderate_risk

bool

Reputation score is greater than or equal to 41

greater_suspicious

bool

Reputation score is greater than or equal to 21

greater_malicious

bool

Reputation score is greater than or equal to 1

greater_threshold

int

Reputation score is greater than or equal to the customized score (1-100)

less_than

dict

Field less_than

less_trustworthy

bool

Reputation score is less than or equal to 100

less_low_risk

bool

Reputation score is less than or equal to 80

less_moderate_risk

bool

Reputation score is less than or equal to 60

less_suspicious

bool

Reputation score is less than or equal to 40

less_malicious

bool

Reputation score is less than or equal to 20

less_threshold

int

Reputation score is less than or equal to a customized value (1-100)

uuid

str

uuid of the object

user_tag

str

Customized tag

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘trustworthy’= Trustworthy level(81-100); ‘low-risk’= Low-risk level(61-80); ‘moderate-risk’= Moderate-risk level(41-60); ‘suspicious’= Suspicious level(21-40); ‘malicious’= Malicious level(1-20);

stats

dict

Field stats

trustworthy

str

Trustworthy level(81-100)

low_risk

str

Low-risk level(61-80)

moderate_risk

str

Moderate-risk level(41-60)

suspicious

str

Suspicious level(21-40)

malicious

str

Malicious level(1-20)

name

str

Reputation Scope name

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