Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions api/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
summary: Stop an Ongoing Scan
description: !include ../descriptions/agentless/post_agentless_stop.md

/errors:
post:
summary: View the Error Report for Agentless Scan
description: !include ../descriptions/agentless/post_agentless_errors.md


#
# /api/v1/audits
Expand Down
16 changes: 16 additions & 0 deletions api/descriptions/agentless/post_agentless_errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Returns a detailed error report for agentless scan.

**Before you begin**
Make sure that you download (use the agentless/templates API) and apply the permission templates in the supported cloud accounts: AWS, Azure, GCP, and OCI.


### cURL Request

Refer to the following example cURL command:

```bash
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
“https://<CONSOLE>/api/v<VERSION>/agentless/errors”