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
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The OCID of the compartment. | |
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. Ascending order is the default order. | |
sortBy | string | The option to sort databases using a specific Database Management private endpoint. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","timeRegistered":"\u003cdateTime\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","timeRegistered":"\u003cdateTime\u003e"}]}