/AWS1/CL_WARGETSAMPLEDREQSRSP¶
GetSampledRequestsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_sampledrequests
TYPE /AWS1/CL_WARSAMPLEDHTTPREQUEST=>TT_SAMPLEDHTTPREQUESTS
TT_SAMPLEDHTTPREQUESTS
¶
A complex type that contains detailed information about each of the requests in the sample.
iv_populationsize
TYPE /AWS1/WARPOPULATIONSIZE
/AWS1/WARPOPULATIONSIZE
¶
The total number of requests from which
GetSampledRequests
got a sample ofMaxItems
requests. IfPopulationSize
is less thanMaxItems
, the sample includes every request that your AWS resource received during the specified time range.
io_timewindow
TYPE REF TO /AWS1/CL_WARTIMEWINDOW
/AWS1/CL_WARTIMEWINDOW
¶
Usually,
TimeWindow
is the time range that you specified in theGetSampledRequests
request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request,GetSampledRequests
returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Queryable Attributes¶
SampledRequests¶
A complex type that contains detailed information about each of the requests in the sample.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SAMPLEDREQUESTS() |
Getter for SAMPLEDREQUESTS, with configurable default |
ASK_SAMPLEDREQUESTS() |
Getter for SAMPLEDREQUESTS w/ exceptions if field has no val |
HAS_SAMPLEDREQUESTS() |
Determine if SAMPLEDREQUESTS has a value |
PopulationSize¶
The total number of requests from which
GetSampledRequests
got a sample ofMaxItems
requests. IfPopulationSize
is less thanMaxItems
, the sample includes every request that your AWS resource received during the specified time range.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POPULATIONSIZE() |
Getter for POPULATIONSIZE |
TimeWindow¶
Usually,
TimeWindow
is the time range that you specified in theGetSampledRequests
request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request,GetSampledRequests
returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEWINDOW() |
Getter for TIMEWINDOW |