Get Page 7
Endpoint to get databases
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Filter based on environment ID
Filter based on namespace IDs
Filter based on organization ID
Filter based on instance name
Filter based on engines
Filter based on versions
Filter based on tags
Filter based on roles
Filter based on statuses
Filter based on users ids
OK
{
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"content": [
{
"id": "string",
"instanceName": "string",
"environment": {
"environmentId": "string",
"vcHost": "string",
"vcClusterName": "string"
},
"tenantId": "string",
"dbType": "string",
"role": "string",
"version": "string",
"status": "string",
"createdTimestamp": "string",
"user": {
"id": 0,
"firstName": "string",
"lastName": "string",
"contactNumber": "string",
"email": "string",
"password": "string",
"tenantId": "string",
"companyName": "string",
"type": "string",
"roles": [
"string"
],
"forcePasswordChange": false,
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
},
"tags": [
{
"id": "string",
"orgId": "string",
"name": "string",
"createdTime": "string",
"modifiedTime": "string",
"lastModified": "string",
"assignedInstanceCount": 0
}
],
"enableProtection": false,
"namespace": {
"id": "string",
"name": "string",
"type": "string"
},
"edition": "string",
"hwConfig": {
"hdDiskSizeGB": 0,
"cpuCores": 0,
"memoryGB": 0,
"thinDisk": false
},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
],
"page": {
"size": 0,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}
links
content
page
Bad Request
curl -H 'Authorization: <value>' https://{api_host}/provider/databases