Description: Gets a boolean to show the status of Pipelines config. If you have added/edited nodePool/pipelineSource/projectIntegration, this API returns hasPipelinesConfigChanged
as true
. If no configs have changed, this API returns hasPipelinesConfigChanged
as false
.
Security: Requires a valid user
Usage: GET api/v1/system/configStatus
Consumes: application/json
Query Parameters: None
Produces: application/json
Sample Response:
{ "hasPipelinesConfigChanged": true }
Response Codes:
200: Success