Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RLP-153906 Description updates for Get Policy Remediation Endpoint #823

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions openapi-specs/cspm/pia-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Alerts"
],
"summary": "Get Policy Remediation",
"description": "Fetch AI Assisted Remediation and Recommendation content for a given policy. If AI Assisted Remediation is not available, fetch the recommendation content instead. The remediation typically includes actionable steps to mitigate or remediate the identified alert on the asset.",
"description": "Fetch AI-Assisted remediation and recommendation content for a given policy. If AI-Assisted Remediation is not available, fetch the recommendation content instead. The remediation typically includes actionable steps to mitigate or remediate the identified alert on the asset.",
"operationId": "getRemediationForPolicy",
"parameters": [
{
Expand Down Expand Up @@ -207,10 +207,12 @@
"$ref": "#/components/schemas/AiRemediation"
},
"recommendation": {
"type": "string"
"type": "string",
"description": "Recommended set of steps to remediate the issue."
},
"hasSearchExecutionSupport": {
"type": "boolean"
"type": "boolean",
"description": "(Internal Use) Indicates whether the policy is searchable on the RQL Investigate page."
},
"savedSearchId": {
"type": "string"
Expand Down
Loading