geticalatencyprofileResult Structure Definition

The geticalatencyprofileResult structure defines the return type for geticalatencyprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

icalatencyprofileList

List of icalatencyprofiles


icalatencyprofile Structure Definition

The icalatencyprofile structure defines the actual return type values for geticalatencyprofile API.

Syntax



Members

name

Name of the ica l7latencyprofile.

l7latencymonitoring

Enable/Disable L7 Latency monitoring for L7 latency notifications

l7latencythresholdfactor

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

l7latencywaittime

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.

l7latencynotifyinterval

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.

l7latencymaxnotifycount

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.

refcnt

Number of entities using this l7latencyprofile

builtin

Indicates that the ICA latencyprofile is a built-in (SYSTEM INTERNAL) type.

_nextgenapiresource


See Also