Pipeline Dashboard

This contains APIs related to Pipeline Dashboard

Fetch Execution Details for an IntervalDeprecated

Returns Pipeline Execution Details for a Given Interval (Presented in Day Wise Format)

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
required
string

Organization Identifier for the Entity.

projectIdentifier
required
string

Project Identifier for the Entity.

pipelineIdentifier
required
string

Pipeline Identifier

moduleInfo
required
string

The module from which execution was triggered.

startTime
required
integer <int64>

Start Date Epoch time in ms

endTime
required
integer <int64>

End Date Epoch time in ms

Responses
400

Bad Request

default

Fetches Pipeline Executions details for a given Interval and will be presented in day wise format

get/pipeline/api/pipelines/pipelineExecution
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}