slb template policy forward-policy source stats¶
Statistics for the object source
source Specification¶
Type Collection Collection Name source-list Collection URI /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} Element Name source Element URI /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats Element Attributes source_attributes Schema source schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} | ||
Create List | POST | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} | ||
Get Object | GET | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats | ||
Get List | GET | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} | ||
Modify Object | POST | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats | ||
Replace Object | PUT | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats | ||
Replace List | PUT | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} | ||
Delete Object | DELETE | /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats |
source-list¶
source-list is JSON List of source attributes
source-list : [
]
source attributes¶
destination
Type: Object
Reference Object: /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/destination
name
Description source destination match rule name
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object destination-match-not-found
Description Number of requests without matching destination rule
Type: number
Format: counter
hits
Description Number of requests matching this source rule
Type: number
Format: counter
no-host-info
Description Failed to parse ip or host information from request
Type: number
Format: counter