Dashboards

Get recently created app, cluster, repo counts

RecentlyCreatedCounts lists the count of clusters, repositories, and applications created within a specified time period.

Securityx-api-key
Request
query Parameters
projectIdentifier
string

Project Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

accountIdentifier
string

Account Identifier for the Entity.

endTime
integer <int32>
startTime
integer <int32>
Responses
200

A successful response.

default

An unexpected error response.

get/gitops/api/v1/dashboard/counts
Request samples
Response samples
application/json
{
  • "appCounts": {
    },
  • "repoCounts": {
    },
  • "clusterCounts": {
    }
}

Get dashboard overview

GetDashboardOverview provides an overview of the dashboard including key metrics.

Securityx-api-key
Request
query Parameters
agentIdentifier
string

Agent identifier for entity.

projectIdentifier
string

Project Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

accountIdentifier
string

Account Identifier for the Entity.

disasterRecoveryIdentifier
string
Responses
200

A successful response.

default

An unexpected error response.

get/gitops/api/v1/dashboard/overview
Request samples
Response samples
application/json
{
  • "accountIdentifier": "string",
  • "orgIdentifier": "string",
  • "projectIdentifier": "string",
  • "agentIdentifier": "string",
  • "applicationStatusCounts": {
    },
  • "repositoryCount": 0,
  • "applicationCount": 0,
  • "clusterCount": 0
}