Lists the SQL Tuning Sets.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/sqlTuningSets?owner=<string>&nameContains=<string>&sortBy=NAME&sortOrder=ASC&page=<string>&limit=10

Lists the SQL tuning sets for the specified Managed Database.

Request Params

KeyDatatypeRequiredDescription
ownerstringThe owner of the SQL tuning set.
nameContainsstringAllow searching the name of the SQL tuning set by partial matching. The search is case insensitive.
sortBystringThe option to sort the SQL tuning set summary data.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.
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.
limitnumberThe maximum number of records returned in the paginated response.

HEADERS

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

RESPONSES

status: OK

{&quot;managedDatabaseId&quot;:&quot;\u003cstring\u003e&quot;,&quot;items&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;errorMessage&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;scheduledJobName&quot;:&quot;\u003cstring\u003e&quot;,&quot;statementCounts&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;COMPLETED&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeLastModified&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;errorMessage&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;scheduledJobName&quot;:&quot;\u003cstring\u003e&quot;,&quot;statementCounts&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;BLOCKED&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeLastModified&quot;:&quot;\u003cdateTime\u003e&quot;}]}