Get database SQL summary information for an application server ID

get

/serviceapi/apm.dataserver/api/v1/appservers/{appserverId}/databaseSqls

Retrieve database SQL summary information for an application server ID. For more information see @XSERVER_DATABASE.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Is this in context to database overview (true or false)
    Default Value: false
  • Maximum number of elements in the result set, useful for paging [default = all, max = 1000]. For more information see Paging.
  • Offset into result set at which to start returning data, useful for paging [default = 0].
  • Comma-separated list of one or more attributes by which the result set is ordered [default = null]. For more information see Sorting. Use attribute or attribute:asc or attribute:desc. Valid attributes can be found by using Get resource metadata with metadataType = OrderBy and metadataQuery resource = /requests
  • Query clause of one or more predicates to restrict the result set to those objects satisfying the clause [default = null]. For more information see Filtering. Use query like predicates, such as attribute<=value< code>. Multiple predicates should be parenthesized and joined by AND or OR. Valid attributes can be found by using Get resource metadata with metadataType = Filter and metadataQuery resource = /requests
  • 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, result may be null. See Status Codes for information about other possible HTTP response status codes.
Body ()
Root Schema : DatabaseSqlSummary
Type: object
Database SQL summary for an App Server (DatabaseSqlSummary)
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