anomaly_details
Configuration for AF Transaction Report table resource.
Read/write properties
serv_tot_hits<Double>
Last Transaction Time for this URL in the sampled timeframe..
hits_rate<Double>
Hits Rate.
max_avg_ttfb<Double>
max_avg_ttfb time..
avg_ttfb<Double>
Render time..
max_hits<Double>
Count of this URL in given sampled timeframe..
ip_address<String>
IP Address.
Maximum length = 512
server_ip_address<String>
Server Source IP Address.
Minimum length = 1
Maximum length = 64
__count<Double>
count..
ctnsappname<String>
AppName.
Maximum length = 255
metric_key<String>
metric_key..
Maximum length = 30
state<String>
State up/down.
Minimum length = 1
Maximum length = 64
hits_total<Double>
Total bytes accounted by this URL in sampled timeframe..
reason<String>
HTTP Request URL..
Maximum length = 100
rpt_sample_time<Double>
Report Sample time..
usecase<String>
Use Case..
Maximum length = 100
svcname<String>
AppName.
Maximum length = 255
metric_name<String>
HTTP Request Method..
Maximum length = 30
Operations
NOTE: In request payload, Mandatory parameters are marked red and bold.
The following parameters can be used in the nitro request :
onerror <String_value>
Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.
Default value: EXIT
Possible values = EXIT, CONTINUE
URL:https://<MGMT-IP>/nitro/v2/config/anomaly_details
Query-parameters:
asc
Use this query-parameter to specify whether the results should be in ascending order or not.
Possible Values:yes, no
type
Use this query-parameter to specify the type.
Possible Values:total_requests, load_time, render_time
ns_vsvrs
Use this query-parameter to provide the infomation of netscaler and virutal server combination.
Possible Values:((ns_ip1, vsvrname1)|(ns_ip2, vsvrname2)|(ns_ip3, vsvrname3)
report_start_time
Use this query-parameter to specify the start time from which the summary for report is considered.
Possible Values:time in milli seconds
order_by
Use this query-parameter to get the result that is ordered by the given property.
Possible Values:total_requests, load_time, render_time
report_end_time
Use this query-parameter to specify the end time until where summary for report is considered.
Possible Values:time in milli seconds
HTTPS Method:GET
HTTPS Request Headers:
Accept:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "anomaly_details":[{
"serv_tot_hits":<Double_value>,
"hits_rate":<Double_value>,
"max_avg_ttfb":<Double_value>,
"avg_ttfb":<Double_value>,
"max_hits":<Double_value>,
"ip_address":<String_value>,
"server_ip_address":<String_value>,
"__count":<Double_value>,
"ctnsappname":<String_value>,
"metric_key":<String_value>,
"state":<String_value>,
"hits_total":<Double_value>,
"reason":<String_value>,
"rpt_sample_time":<Double_value>,
"usecase":<String_value>,
"svcname":<String_value>,
"metric_name":<String_value>}]}