Get managed MySql databases configuration data

GET {{baseUrl}}/managedMySqlDatabases/:managedMySqlDatabaseId/configurationData?limit=10&page=<string>&sortOrder=DESC&sortBy=TIMECREATED

Retrieves configuration data for a specific MySQL database.

Request Params

KeyDatatypeRequiredDescription
limitnumberThe maximum number of records returned in the paginated response.
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.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Descending order is the default order.
sortBystringThe field to sort information by. Only one sortOrder can be used. The default sort order
for ‘TIMECREATED’ is descending and the default sort order for ‘NAME’ is ascending.
The ‘NAME’ sort order is case-sensitive.

HEADERS

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

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;COMPILED&quot;,&quot;minValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;defaultValue&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeSet&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;hostSet&quot;:&quot;\u003cstring\u003e&quot;,&quot;userSet&quot;:&quot;\u003cstring\u003e&quot;,&quot;isDynamic&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isInit&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isConfigurable&quot;:&quot;\u003cboolean\u003e&quot;,&quot;path&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;possibleValues&quot;:&quot;\u003cstring\u003e&quot;,&quot;supportedVersions&quot;:&quot;\u003cstring\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;USER&quot;,&quot;minValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;defaultValue&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeSet&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;hostSet&quot;:&quot;\u003cstring\u003e&quot;,&quot;userSet&quot;:&quot;\u003cstring\u003e&quot;,&quot;isDynamic&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isInit&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isConfigurable&quot;:&quot;\u003cboolean\u003e&quot;,&quot;path&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;possibleValues&quot;:&quot;\u003cstring\u003e&quot;,&quot;supportedVersions&quot;:&quot;\u003cstring\u003e&quot;}]}