Get logical requests by ID

get

/serviceapi/apm.dataserver/api/v1/applications/{applicationName}/logicalServerRequests/{id}

Retrieve a list of logical requests by ID

Request

Supported Media Types
Path Parameters
Query Parameters
  • Aggregation period applied to time range between the since and until parameters. This parameter's value is in 1-minute units. The default time series aggregation period is 60 minutes. Each bucket in the returned time series data represents the number of minutes in the aggregation period. See Time Series for more details.
  • Aggregation period applied to time range between the since and until parameters. This parameter's value is in 1-minute units. The default time series aggregation period is 60 minutes. Each bucket in the returned time series data represents the number of minutes in the aggregation period. See Time Series for more details.
  • Retrieve results from start of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' (e.g. 2015-11-23T22:11:05.000Z). For more information see Since and Until Time Range.
  • Retrieve results until end of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
Back to Top

Response

Supported Media Types

200 Response

Completed successfully, list may be empty. See Status Codes for information about other possible HTTP response status codes.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RequestType
Type: object
Information about a Server Request (RequestType)
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : ErrorMessage
Type: object
An error message
Show Source
Back to Top