Pipeline Execution [Beta]

This contains APIs for Pipeline Execution.

Execute Pipeline

Pipeline Execution API

Securityx-api-key
Request
path Parameters
org
required
string

Organization identifier

project
required
string

Project identifier

pipeline
required
string

Pipeline identifier

query Parameters
module
string
use_fqn_if_error_response
boolean
Default: "false"
notify_only_user
boolean
Default: "false"
notes
string
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Request Body schema: application/json
yaml
string
Responses
200

Example response

post/v1/orgs/{org}/projects/{project}/pipelines/{pipeline}/execute
Request samples
application/json
{
  • "yaml": "string"
}
Response samples
application/json
{
  • "execution_details": {
    }
}