aam authentication relay ntlm stats¶
Statistics for the object ntlm
ntlm Specification¶
Type Collection Collection Name ntlm-list Collection URI /axapi/v3/aam/authentication/relay/ntlm/{name} Element Name ntlm Element URI /axapi/v3/aam/authentication/relay/ntlm/{name}/stats Element Attributes ntlm_attributes Schema ntlm schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/relay/ntlm/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/relay/ntlm/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/relay/ntlm/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/relay/ntlm/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/relay/ntlm/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/relay/ntlm/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/relay/ntlm/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/relay/ntlm/{name}/stats |
ntlm-list¶
ntlm-list is JSON List of ntlm attributes
ntlm-list : [
]
ntlm attributes¶
name
Description Specify NTLM 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 buffer-alloc-fail
Description Buffer Allocation Failure
Type: number
Format: counter
encoding-fail
Description Encoding Failure
Type: number
Format: counter
failure
Description Failure
Type: number
Format: counter
head-auth-request-sent
Description HEAD requests sent with AUTH header
Type: number
Format: counter
head-negotiate-request-sent
Description HEAD requests sent with NEGOTIATE header
Type: number
Format: counter
http-code-200
Description HTTP 200 OK
Type: number
Format: counter
http-code-400
Description HTTP 400 Bad Request
Type: number
Format: counter
http-code-401
Description HTTP 401 Unauthorized
Type: number
Format: counter
http-code-403
Description HTTP 403 Forbidden
Type: number
Format: counter
http-code-404
Description HTTP 404 Not Found
Type: number
Format: counter
http-code-500
Description HTTP 500 Internal Server Error
Type: number
Format: counter
http-code-503
Description HTTP 503 Service Unavailable
Type: number
Format: counter
http-code-other
Description Other HTTP Response
Type: number
Format: counter
insert-header-fail
Description Insert Header Failure
Type: number
Format: counter
internal-error
Description Internal Error
Type: number
Format: counter
large-request-flushed
Description Large requests sent to server
Type: number
Format: counter
large-request-processing
Description Requests invoking large request processing
Type: number
Format: counter
ntlm-auth-skipped
Description Requests for which NTLM relay is skipped
Type: number
Format: counter
parse-header-fail
Description Parse Header Failure
Type: number
Format: counter
request
Description Request
Type: number
Format: counter
response
Description Response
Type: number
Format: counter
success
Description Success
Type: number
Format: counter