Cascades

List cascade configurations for a repository

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
repositoryIdentifierstringRequired
Responses
get
/sfp/api/cascades
403

Forbidden - Requires role: member, owner, application

No content

Create or update a cascade configuration

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
post
/sfp/api/cascades

No content

Get cascade dashboard data for visualization

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
Responses
chevron-right
200

Dashboard data for cascade visualization

No content

get
/sfp/api/cascades/{name}/dashboard

No content

Get a cascade configuration with edge states

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
Responses
get
/sfp/api/cascades/{name}
403

Forbidden - Requires role: member, owner, application

No content

Delete a cascade configuration

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
Responses
delete
/sfp/api/cascades/{name}
403

Forbidden - Requires role: owner, application

No content

Trigger a cascade run for all or a specific edge

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
Responses
post
/sfp/api/cascades/{name}/trigger
403

Forbidden - Requires role: owner, application

No content

Publish cascade run results from CLI

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
post
/sfp/api/cascades/publish-results
403

Forbidden - Requires role: application

No content

Get schedule info for a cascade

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
Responses
get
/sfp/api/cascades/{name}/schedules
403

Forbidden - Requires role: member, owner, application

No content

Get cascade run summaries

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Query parameters
repositoryIdentifierstringRequired
limitstringOptional
offsetstringOptional
Responses
get
/sfp/api/cascades/{name}/runs
403

Forbidden - Requires role: member, owner, application

No content

Last updated