Get the SQL IDs with top cpu activity from Exadata storage server.
GET {{baseUrl}}/externalExadataStorageServers/:externalExadataStorageServerId/topSqlCpuActivity
Gets the SQL IDs with the top CPU activity from the Exadata storage server.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Accept | string |
RESPONSES
status: OK
{"activity":[{"cpuActivity":"\u003cfloat\u003e","databaseName":"\u003cstring\u003e","sqlId":"\u003cstring\u003e"},{"cpuActivity":"\u003cfloat\u003e","databaseName":"\u003cstring\u003e","sqlId":"\u003cstring\u003e"}]}