Pipeline Refresh

This contains APIs related to validation of templates in pipeline yaml

Validates template inputs in a pipeline's YAML specification.

Validates the template inputs in a pipeline's YAML specification. If the template inputs are invalid, the operation returns an error summary.

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.

identifier
string
branch
string

Name of the branch.

repoIdentifier
string

Git Sync Config Id.

getDefaultFromOtherRepo
boolean

if true, return all the default entities

header Parameters
Load-From-Cache
string
Default: false
Responses
400

Bad Request

500

Internal Server Error

default

Returns a validation result for template inputs present in a pipeline's YAML specification.

get/pipeline/api/refresh-template/validate-template-inputs
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}