RecentlyCreatedCounts lists the count of clusters, repositories, and applications created within a specified time period.
A successful response.
An unexpected error response.
{- "appCounts": {
- "total": 0,
- "recentlyCreated": 0
}, - "repoCounts": {
- "total": 0,
- "recentlyCreated": 0
}, - "clusterCounts": {
- "total": 0,
- "recentlyCreated": 0
}
}
GetDashboardOverview provides an overview of the dashboard including key metrics.
A successful response.
An unexpected error response.
{- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "agentIdentifier": "string",
- "applicationStatusCounts": {
- "total": 0,
- "healthStatusCounts": {
- "healthy": 0,
- "degraded": 0,
- "progressing": 0,
- "suspended": 0,
- "missing": 0,
- "unknown": 0
}, - "syncStatusCounts": {
- "synced": 0,
- "outOfSync": 0,
- "unknown": 0
}
}, - "repositoryCount": 0,
- "applicationCount": 0,
- "clusterCount": 0
}