Get Page 7 1

Get Page 7 1

Endpoint to get databases by environment
Authorized Roles : ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/databases
COPY
Query Parameters
integer
page
Optional

Zero-based page index (0..N)

integer
size
Optional

The size of the page to be returned

string of array
sort
Optional

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

string
tenantId
Optional

ID of the organization

string
environmentId
Optional

ID of the environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PagedModelListViewManagedDbDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "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"
                    }
                ]
            },
            "enableProtection": 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
    }
}
array of Link
links
Optional

links

content
Optional

content


400

Bad Request

Operation doesn't return any data structure