fabric.communication_policy.response_time

ACI class

commApiRespTime

RN

apiResp

Cursor

ResponseTimeCursor

Parent

fabric.communication_policy

Atomic

Attributes

Accepted as keyword arguments of .response_time() and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

calc_window

calcWindow

int

300

Window in which averageTime, and number of requests that go beyond the threshold is calculated

admin_state

enableCalculation

CommAdminState

disabled, enabled

disabled

Property is set to enable or disable the calculation

resp_time_threshold

respTimeThreshold

int

85000

An event will be created if the response time of any request in the window is beyond this threshold

top_n_requests

topNRequests

int

5

Property to set the number of slowest requests to be seen