Service Dashboard

This contains APIs related to Service Dashboard

Get pipeline execution count for a service with grouping support on artifact and deployment status

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

serviceId
string

Service Identifier for the Entity.

startTime
integer <int64>

Start Time of the Interval for the Entity.

endTime
integer <int64>

End Time of the Interval for the Entity.

artifactPath
string

Image/ArtifactPath of the Artifact

artifactVersion
string

Version of the Artifact

artifact
string

Fully Qualified Name of the Artifact (artifactPath:artifactVersion). For eg. in case of docker it would be imagePath:tag

status
string

Deployment status

Responses
400

Bad Request

500

Internal Server Error

default

Returns pipeline execution count for a service with grouping support on artifact and deployment status

get/ng/api/dashboard/getPipelineExecutionCount
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}