Gets the list of databases using a specific Database Management private endpoint.

GET {{baseUrl}}/dbManagementPrivateEndpoints/:dbManagementPrivateEndpointId/associatedDatabases?compartmentId=<string>&limit=10&page=<string>&sortOrder=ASC&sortBy=timeRegistered

Gets the list of databases using a specific Database Management private endpoint.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The OCID of the compartment.
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. Ascending order is the default order.
sortBystringThe option to sort databases using a specific Database Management private endpoint.

HEADERS

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

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;compartmentId&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeRegistered&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;compartmentId&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeRegistered&quot;:&quot;\u003cdateTime\u003e&quot;}]}