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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of records returned in the paginated response. | |
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. | |||
sortOrder | string | The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Descending order is the default order. | |
sortBy | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"name":"\u003cstring\u003e","value":"\u003cstring\u003e","source":"COMPILED","minValue":"\u003cnumber\u003e","maxValue":"\u003cnumber\u003e","type":"\u003cstring\u003e","defaultValue":"\u003cstring\u003e","timeSet":"\u003cdateTime\u003e","hostSet":"\u003cstring\u003e","userSet":"\u003cstring\u003e","isDynamic":"\u003cboolean\u003e","isInit":"\u003cboolean\u003e","isConfigurable":"\u003cboolean\u003e","path":"\u003cstring\u003e","description":"\u003cstring\u003e","possibleValues":"\u003cstring\u003e","supportedVersions":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","value":"\u003cstring\u003e","source":"USER","minValue":"\u003cnumber\u003e","maxValue":"\u003cnumber\u003e","type":"\u003cstring\u003e","defaultValue":"\u003cstring\u003e","timeSet":"\u003cdateTime\u003e","hostSet":"\u003cstring\u003e","userSet":"\u003cstring\u003e","isDynamic":"\u003cboolean\u003e","isInit":"\u003cboolean\u003e","isConfigurable":"\u003cboolean\u003e","path":"\u003cstring\u003e","description":"\u003cstring\u003e","possibleValues":"\u003cstring\u003e","supportedVersions":"\u003cstring\u003e"}]}