ADC NITRO APIs

icalatencyprofile

Configuration for Profile for Latency monitoring resource.

Properties

(click to see Operations )

Name Data Type Permissions Description
name <String> Read-write Name for the ICA latencyprofile. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and

the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the ICA latency profile is added.



The following requirement applies only to the Citrix ADC CLI:

If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my ica l7latencyprofile" or 'my ica l7latencyprofile').

Minimum length = 1
l7latencymonitoring <String> Read-write Enable/Disable L7 Latency monitoring for L7 latency notifications.

Default value: DISABLED

Possible values = ENABLED, DISABLED
l7latencythresholdfactor <Double> Read-write L7 Latency threshold factor. This is the factor by which the active latency should be greater than the minimum observed value to determine that the latency is high and may need to be reported.

Default value: 4

Minimum value = 2

Maximum value = 65535
l7latencywaittime <Double> Read-write L7 Latency Wait time. This is the time for which the Citrix ADC waits after the threshold is exceeded before it sends out a Notification to the Insight Center.

Default value: 20

Minimum value = 1

Maximum value = 65535
l7latencynotifyinterval <Double> Read-write L7 Latency Notify Interval. This is the interval at which the Citrix ADC sends out notifications to the Insight Center after the wait time has passed.

Default value: 20

Minimum value = 1

Maximum value = 65535
l7latencymaxnotifycount <Double> Read-write L7 Latency Max notify Count. This is the upper limit on the number of notifications sent to the Insight Center within an interval where the Latency is above the threshold.

Default value: 5

Minimum value = 1

Maximum value = 65535
refcnt <Double> Read-only Number of entities using this l7latencyprofile.
builtin <String[]> Read-only Indicates that the ICA latencyprofile is a built-in (SYSTEM INTERNAL) type.

Possible values = MODIFIABLE, DELETABLE, IMMUTABLE, PARTITION_ALL
feature <String> Read-only The feature to be checked while applying this config.
isdefault <Boolean> Read-only A value of true is returned if it is a default l7latencyprofile.
__count <Double> Read-only count parameter

Operations

(click to see Properties )

  • ADD
  • DELETE
  • UPDATE
  • UNSET
  • GET (ALL)
  • GET
  • COUNT

Some options that you can use for each operations:

  • Getting warnings in response: NITRO allows you to get warnings in an operation by specifying the 'warning' query parameter as 'yes'. For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:

    http:// <netscaler-ip-address> /nitro/v1/config/login?warning=yes

    If any, the warnings are displayed in the response payload with the HTTP code '209 X-NITRO-WARNING'.

  • Authenticated access for individual NITRO operations: NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,

    To do this, you must specify the username and password in the request header of the NITRO request as follows:

    X-NITRO-USER: <username>

    X-NITRO-PASS: <password>

    Note: In such cases, make sure that the request header DOES not include the following:

    Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

*Note: *

Mandatory parameters are marked in red and placeholder content is marked in green

add

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile

HTTP Method: POST

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Content-Type:application/json

Request Payload:


{"icalatencyprofile":{
<b>      "name":<String_value>,
</b>      "l7latencymonitoring":<String_value>,
      "l7latencythresholdfactor":<Double_value>,
      "l7latencywaittime":<Double_value>,
      "l7latencynotifyinterval":<Double_value>,
      "l7latencymaxnotifycount":<Double_value>
}}

<!--NeedCopy-->

Response:

HTTP Status Code on Success: 201 Created

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

delete

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile/ name_value<String>

HTTP Method: DELETE

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

update

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile

HTTP Method: PUT

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Content-Type:application/json

Request Payload:


{"icalatencyprofile":{
<b>      "name":<String_value>,
</b>      "l7latencymonitoring":<String_value>,
      "l7latencythresholdfactor":<Double_value>,
      "l7latencywaittime":<Double_value>,
      "l7latencynotifyinterval":<Double_value>,
      "l7latencymaxnotifycount":<Double_value>
}}

<!--NeedCopy-->

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

unset

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? action=unset

HTTP Method: POST

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Content-Type:application/json

Request Payload:


{"icalatencyprofile":{
<b>      "name":<String_value>,
</b>      "l7latencymonitoring":true,
      "l7latencythresholdfactor":true,
      "l7latencywaittime":true,
      "l7latencynotifyinterval":true,
      "l7latencymaxnotifycount":true
}}

<!--NeedCopy-->

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

get (all)

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile

Query-parameters:

attrs

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? attrs=property-name1,property-name2

Use this query parameter to specify the resource details that you want to retrieve.

filter

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? filter=property-name1:property-val1,property-name2:property-val2

Use this query-parameter to get the filtered set of icalatencyprofile resources configured on NetScaler.Filtering can be done on any of the properties of the resource.

view

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? view=summary

Use this query-parameter to get the summary output of icalatencyprofile resources configured on NetScaler.

Note: By default, the retrieved results are displayed in detail view (?view=detail).

pagination

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? pagesize=#no;pageno=#no

Use this query-parameter to get the icalatencyprofile resources in chunks.

HTTP Method: GET

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Accept:application/json

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

Response Header:

Content-Type:application/json

Response Payload:


{ "icalatencyprofile": [ {
      "name":<String_value>,
      "l7latencymonitoring":<String_value>,
      "l7latencythresholdfactor":<Double_value>,
      "l7latencywaittime":<Double_value>,
      "l7latencynotifyinterval":<Double_value>,
      "l7latencymaxnotifycount":<Double_value>,
      "refcnt":<Double_value>,
      "builtin":<String[]_value>,
      "feature":<String_value>,
      "isdefault":<Boolean_value>
}]}

<!--NeedCopy-->

get

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile/ name_value<String>

Query-parameters:

attrs

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile/ name_value<String> ? attrs=property-name1,property-name2

Use this query parameter to specify the resource details that you want to retrieve.

view

http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile/ name_value<String> ? view=summary

Use this query-parameter to get the summary output of icalatencyprofile resources configured on NetScaler.

Note: By default, the retrieved results are displayed in detail view (?view=detail).

HTTP Method: GET

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Accept:application/json

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

Response Header:

Content-Type:application/json

Response Payload:


{  "icalatencyprofile": [ {
      "name":<String_value>,
      "l7latencymonitoring":<String_value>,
      "l7latencythresholdfactor":<Double_value>,
      "l7latencywaittime":<Double_value>,
      "l7latencynotifyinterval":<Double_value>,
      "l7latencymaxnotifycount":<Double_value>,
      "refcnt":<Double_value>,
      "builtin":<String[]_value>,
      "feature":<String_value>,
      "isdefault":<Boolean_value>
}]}

<!--NeedCopy-->

count

URL: http:// <netscaler-ip-address> /nitro/v1/config/icalatencyprofile? count=yes

HTTP Method: GET

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Accept:application/json

Response:

HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

Response Header:

Content-Type:application/json

Response Payload:


{ "icalatencyprofile": [ { "__count": "#no"} ] }

<!--NeedCopy-->
icalatencyprofile