aam aaa-policy stats¶
Statistics for the object aaa-policy
aaa-policy Specification¶
Type Collection Collection Name aaa-policy-list Collection URI /axapi/v3/aam/aaa-policy/{name} Element Name aaa-policy Element URI /axapi/v3/aam/aaa-policy/{name}/stats Element Attributes aaa-policy_attributes Schema aaa-policy schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/aaa-policy/{name} | ||
Create List | POST | /axapi/v3/aam/aaa-policy/{name} | ||
Get Object | GET | /axapi/v3/aam/aaa-policy/{name}/stats | ||
Get List | GET | /axapi/v3/aam/aaa-policy/{name} | ||
Modify Object | POST | /axapi/v3/aam/aaa-policy/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/aaa-policy/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/aaa-policy/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/aaa-policy/{name}/stats |
aaa-policy-list¶
aaa-policy-list is JSON List of aaa-policy attributes
aaa-policy-list : [
]
aaa-policy attributes¶
aaa-rule-list
Type: List
Reference Object: /axapi/v3/aam/aaa-policy/{name}/aaa-rule/{index}
name
Description Specify AAA policy name
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
aaa-rule-list¶
Specification Type list Block object keys index
Description Specify AAA rule index
Type: number
Range: 1-256
stats
Description: stats is a JSON Block. Please see below for aaa-rule-list_stats
Type: Object
aaa-rule-list_stats¶
Specification Type object failure_bypass
Description some help string
Type: number
Format: counter
hit_auth
Description some help string
Type: number
Format: counter
hit_bypass
Description some help string
Type: number
Format: counter
hit_deny
Description some help string
Type: number
Format: counter
total_count
Description some help string
Type: number
Format: counter
stats¶
Specification Type object error
Description Error
Type: number
Format: counter
failure-bypass
Description Auth Failure Bypass
Type: number
Format: counter
req
Description Request
Type: number
Format: counter
req-auth
Description Request Matching Authentication Template
Type: number
Format: counter
req-bypass
Description Request Bypassed
Type: number
Format: counter
req-reject
Description Request Rejected
Type: number
Format: counter
req-skip
Description Request Skipped
Type: number
Format: counter