anomaly_summary

Configuration for AF Transaction Report table resource.

Read/write properties

rpt_sample_time<Double>

Report Sample time..

metric_key<String>

HTTP Request Host..
Maximum length = 255

__count<Double>

count..

metric_value<Double>

Metric Value..

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

get (all)

get (all)

URL:https://<MGMT-IP>/nitro/v2/config/anomaly_summary

Query-parameters:

asc

Use this query-parameter to specify whether the results should be in ascending order or not.

Possible Values:yes, no

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)

type

Use this query-parameter to specify the type.

Possible Values:total_requests, load_time, render_time

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 (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error

Response Headers:

Content-Type:application/json

Response Payload:JSON

{ "errorcode": 0, "message": "Done", "severity": <String_value>, "anomaly_summary":[{
      "rpt_sample_time":<Double_value>,
      "metric_key":<String_value>,
      "__count":<Double_value>,
      "metric_value":<Double_value>}]}