92 lines
2.7 KiB
Markdown
92 lines
2.7 KiB
Markdown
---
|
|
name: security-routes
|
|
description: Handle 10 OpenAPI operation(s) under /v2/security for the security route group.
|
|
---
|
|
|
|
# security API Routes
|
|
|
|
Handle 10 OpenAPI operation(s) under /v2/security for the security route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_v2_security_scans
|
|
|
|
- Operation ID: `get_v2_security_scans`
|
|
- Route: `GET /v2/security/scans`
|
|
- Mode: READ
|
|
- Summary: get_/v2/security/scans
|
|
|
|
### post_v2_security_scans
|
|
|
|
- Operation ID: `post_v2_security_scans`
|
|
- Route: `POST /v2/security/scans`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/security/scans
|
|
|
|
### get_v2_security_scans_scan_id
|
|
|
|
- Operation ID: `get_v2_security_scans_scan_id`
|
|
- Route: `GET /v2/security/scans/{scan_id}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/security/scans/{scan_id}
|
|
- Parameters:
|
|
- `scan_id` in `path` required
|
|
|
|
### get_v2_security_scans_latest
|
|
|
|
- Operation ID: `get_v2_security_scans_latest`
|
|
- Route: `GET /v2/security/scans/latest`
|
|
- Mode: READ
|
|
- Summary: get_/v2/security/scans/latest
|
|
|
|
### post_v2_security_scans_rules
|
|
|
|
- Operation ID: `post_v2_security_scans_rules`
|
|
- Route: `POST /v2/security/scans/rules`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/security/scans/rules
|
|
|
|
### get_v2_security_scans_scan_id_findings_finding_uuid_affected_resources
|
|
|
|
- Operation ID: `get_v2_security_scans_scan_id_findings_finding_uuid_affected_resources`
|
|
- Route: `GET /v2/security/scans/{scan_id}/findings/{finding_uuid}/affected_resources`
|
|
- Mode: READ
|
|
- Summary: get_/v2/security/scans/{scan_id}/findings/{finding_uuid}/affected_resources
|
|
- Parameters:
|
|
- `scan_id` in `path` required
|
|
- `finding_uuid` in `path` required
|
|
|
|
### get_v2_security_settings
|
|
|
|
- Operation ID: `get_v2_security_settings`
|
|
- Route: `GET /v2/security/settings`
|
|
- Mode: READ
|
|
- Summary: get_/v2/security/settings
|
|
|
|
### put_v2_security_settings_plan
|
|
|
|
- Operation ID: `put_v2_security_settings_plan`
|
|
- Route: `PUT /v2/security/settings/plan`
|
|
- Mode: WRITE
|
|
- Summary: put_/v2/security/settings/plan
|
|
|
|
### post_v2_security_settings_suppressions
|
|
|
|
- Operation ID: `post_v2_security_settings_suppressions`
|
|
- Route: `POST /v2/security/settings/suppressions`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/security/settings/suppressions
|
|
|
|
### delete_v2_security_settings_suppressions_suppression_uuid
|
|
|
|
- Operation ID: `delete_v2_security_settings_suppressions_suppression_uuid`
|
|
- Route: `DELETE /v2/security/settings/suppressions/{suppression_uuid}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/security/settings/suppressions/{suppression_uuid}
|
|
- Parameters:
|
|
- `suppression_uuid` in `path` required
|