Redaction status report
View status of access log redaction for devices in the system.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin (readOnly) |
operator |
HTTP method
GET /manager/api/{apiResponseType}/1.0/redactionStatusReport.adm HTTP/1.1
Host:{manager.dsnet}
Curl method
curl -X GET -u {username}:{password}
"https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/redactionStatusReport.adm"
Parameters
None.
Response
Returns success or failure status.
JSON response example
{
"responseStatus": "ok",
"responseHeader": {
"now": {milliseconds from the UNIX epoch},
"status": "ok",
"requestId": {requestId}
},
"responseData": {
"vaults": [
{
"id": {vault ID},
"name": {vault name},
"redactedUpToDate": {all access logs up to this date have been redacted},
"redactionLag": {the number of days the redacted up to date is behind the current access log redaction time}
}
]
}
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | Number | The ID of the vault. |
| name | String | The name of the vault. |
| redactedUpToDate | String | A date. All access logs up to this date have been redacted in the management vault. |
| redactionLag | Number | The number of days the redacted up to date is behind the current access log redaction time (which is set on the Configure Management Vault page). |