Sample Responses for Create Audit Snapshot
Response
| Element | Description | Type |
|---|---|---|
| code | The response code can have following values: success, failure | string |
| details | Details of the error if value of response code is failure | string |
| snapshotId | ID of the snapshot | string |
| jobStatus | It is an indicator to confirm status of snapshot generation. The possible values of jobStatus are: pending, processing, done, failed, expired | string |
Sample Response
[ { "code": "success", "snapshotId": "12", "details": "", "jobStatus ": "pending" }
]
Updated 12 months ago
