Remediation Agent
Project-level remediation agent configuration
Check whether project-level AI remediation is enabled
Org is the organisation identifier.
vriProject is the project identifier.
lcAccount is the internal customer account ID.
aftOK response.
Whether project-level remediation is enabled
falseRemediation pipeline identifier when enabled
Officiis neque officiis soluta vel magnam molestias.BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
GET /api/orgs/{org}/projects/{project}/remediation/config HTTP/1.1
Host: localhost:80
Harness-Account: aft
Accept: */*
{
"enabled": true,
"pipeline_id": "Earum deserunt."
}Enable AI remediation for all workspaces in the project, optionally attaching or replacing a remediation pipeline
Org is the organisation identifier.
19Project is the project identifier.
hbAccount is the internal customer account ID.
d7Optional remediation pipeline to attach or replace
Blanditiis magni non esse officia repellendus non.OK response.
No content
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
PUT /api/orgs/{org}/projects/{project}/remediation/config HTTP/1.1
Host: localhost:80
Harness-Account: d7
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"pipeline_id": "Ipsam autem."
}No content
Disable project-level AI remediation
Org is the organisation identifier.
1t0Project is the project identifier.
0Account is the internal customer account ID.
lzOK response.
No content
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
DELETE /api/orgs/{org}/projects/{project}/remediation/config HTTP/1.1
Host: localhost:80
Harness-Account: lz
Accept: */*
No content
Last updated
Was this helpful?