aam authentication relay http-basic instance stats¶
Statistics for the object instance
instance Specification¶
Type Collection Collection Name instance-list Collection URI /axapi/v3/aam/authentication/relay/http-basic/instance/{name} Element Name instance Element URI /axapi/v3/aam/authentication/relay/http-basic/instance/{name}/stats Element Attributes instance_attributes Schema instance schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/relay/http-basic/instance/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/relay/http-basic/instance/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/relay/http-basic/instance/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/relay/http-basic/instance/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/relay/http-basic/instance/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/relay/http-basic/instance/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/relay/http-basic/instance/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/relay/http-basic/instance/{name}/stats |
instance-list¶
instance-list is JSON List of instance attributes
instance-list : [
]
instance attributes¶
name
Description Specify HTTP basic authentication relay 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
stats¶
Specification Type object bad-req
Description Bad Request
Type: number
Format: counter
forbidden
Description Forbidden
Type: number
Format: counter
no-creds
Description No Credential
Type: number
Format: counter
not-found
Description Not Found
Type: number
Format: counter
server-error
Description Internal Server Error
Type: number
Format: counter
success
Description Success
Type: number
Format: counter
unauth
Description Unauthorized
Type: number
Format: counter
unavailable
Description Service Unavailable
Type: number
Format: counter