AWS solutions documentation change
Summary
Enhanced system audit documentation with operation ID, request/response schemas, and explicit security context
Security assessment
Adds documentation for audit capabilities which are security features, but no evidence of addressing a specific vulnerability. The phrase 'ensuring security and integrity' indicates general security posture improvement.
Diff
diff --git a/solutions/latest/dea-api/system-audit.md b/solutions/latest/dea-api/system-audit.md index 3d2af572b..6627b85c9 100644 --- a//solutions/latest/dea-api/system-audit.md +++ b//solutions/latest/dea-api/system-audit.md @@ -5 +5 @@ -URIHTTP methods +URIHTTP methodsSchemasProperties @@ -7 +7,3 @@ URIHTTP methods -# System Audit +# System audit + +This endpoint provides visibility into the history of actions that have been performed within the Digital Evidence Archive system, helping to ensure the security and integrity of the system. @@ -17 +19 @@ URIHTTP methods -### OPTIONS +**Operation ID:** `requestSystemAudit` @@ -21 +23,33 @@ ResponsesStatus code| Response model| Description -`204`| None| 204 response +`200`| `System_response_200`| Audit Query ID + +## Schemas + +### Request bodies + + + { + "from": number, + "to": number + } + +### Response bodies + + + { + "auditId": "string" + } + +## Properties + +### AuditPayload + +Property| Type| Required| Description +---|---|---|--- +`from`| number| False| +`to`| number| False| + +### System_response_200 + +Property| Type| Required| Description +---|---|---|--- +`auditId`| string| False| @@ -29 +63 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Datavaults Tasks taskId Executions +DataSync tasks @@ -31 +65 @@ Datavaults Tasks taskId Executions -System Audit auditId Csv +System audit – CSV export