Deployment Pipelines

Get deployment pipelines

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of deployment pipelines

Default: 50
Responses
200

The deployment pipelines

application/json
get
/deployment-pipelines
200

The deployment pipelines

Create a new deployment pipeline.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idinteger · int64Optional
namestringRequired
integrationTypestringRequired
integrationKeystringOptional
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
paramsone ofOptional

Dynamic params based on the chosen integration type of the pipeline

Default: null
objectOptional

Deployment pipeline API integration params

Default: null
or
integrationUrlstringOptional
Responses
200

The newly created depoyment pipeline

application/json
post
/deployment-pipelines
200

The newly created depoyment pipeline

Get a specific deployment pipeline

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
200

The requested deployment pipeline

application/json
get
/deployment-pipelines/{id}
200

The requested deployment pipeline

Update the specific deployment pipeline

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
integrationTypestringRequired
integrationKeystringOptional
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
paramsone ofOptional

Dynamic params based on the chosen integration type of the pipeline

Default: null
objectOptional

Deployment pipeline API integration params

Default: null
or
integrationUrlstringOptional
Responses
200

The updated deployment pipeline

application/json
put
/deployment-pipelines/{id}
200

The updated deployment pipeline

Delete a specific deployment pipeline

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/deployment-pipelines/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?