Dashboard

Dashboard

Use this endpoint to get dashboard information
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/dashboard
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DashboardInfo of type(s) application/vnd.vmware.dms-v1+json
{
    "dbStatistics": [
        {
            "count": 0,
            "databaseType": "string"
        }
    ],
    "tenantDbStatistics": [
        {
            "tenantId": "string",
            "databaseType": "string",
            "databaseCount": 0,
            "tenantCompanyName": "string"
        }
    ],
    "localCompletedBackups": 0,
    "cloudCompletedBackups": 0,
    "publishedTemplatesCount": 0,
    "totalTenants": 0,
    "totalUsers": 0
}
dbStatistics
Optional

dbStatistics

tenantDbStatistics
Optional

tenantDbStatistics

integer As int64 As int64
localCompletedBackups
Optional

localCompletedBackups

integer As int64 As int64
cloudCompletedBackups
Optional

cloudCompletedBackups

integer As int64 As int64
publishedTemplatesCount
Optional

publishedTemplatesCount

integer As int64 As int64
totalTenants
Optional

totalTenants

integer As int64 As int64
totalUsers
Optional

totalUsers


400

Bad Request

Operation doesn't return any data structure