Get counts of SQL plan baselines aggregated by their attributes.
GET {{baseUrl}}/managedDatabases/:managedDatabaseId/sqlPlanBaselineStats?page=<string>
Gets the number of SQL plan baselines aggregated by their attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page token representing the page from where the next set of paginated results | |
are retrieved. This is usually retrieved from a previous list call. | |||
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
opc-named-credential-id | string | The OCID of the Named Credential. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"dimensions":{"attributeName":"\u003cstring\u003e","attributeValue":"\u003cstring\u003e"},"count":"\u003cinteger\u003e"},{"dimensions":{"attributeName":"\u003cstring\u003e","attributeValue":"\u003cstring\u003e"},"count":"\u003cinteger\u003e"}]}