Get counts of SQL plan baselines aggregated by the age of their last execution in weeks.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/sqlPlanBaselineExecutionStats?page=<string>

Gets the number of SQL plan baselines aggregated by the age of their last execution in weeks.

Request Params

KeyDatatypeRequiredDescription
pagestringThe 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

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;dimensions&quot;:{&quot;attributeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;attributeValue&quot;:&quot;\u003cstring\u003e&quot;},&quot;count&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;dimensions&quot;:{&quot;attributeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;attributeValue&quot;:&quot;\u003cstring\u003e&quot;},&quot;count&quot;:&quot;\u003cinteger\u003e&quot;}]}