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

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
Acceptstring

RESPONSES

status: OK

{"activity":[{"cpuActivity":"\u003cfloat\u003e","databaseName":"\u003cstring\u003e","sqlId":"\u003cstring\u003e"},{"cpuActivity":"\u003cfloat\u003e","databaseName":"\u003cstring\u003e","sqlId":"\u003cstring\u003e"}]}