Sample Responses for Create Entity Snapshot

Response

ElementDescriptionType
codeThe response code can have following values: success, failurestring
detailsDetails of the error if value of response code is failurestring
snapshotIdID of the snapshotstring
jobStatusIt is an indicator to confirm status of snapshot generation. The possible values of jobStatus are: pending, processing, done, failed, expiredstring

Sample Response 1

 { "code": "success", "snapshotId": "1", "details": "", "jobStatus": "pending" }

Sample Response 2

 { "code": "success", "snapshotId": "2", "details": "", "jobStatus": "pending" }

Sample Response 3

 { "code": "success", "snapshotId": "3", "details": "", "jobStatus": "pending" }

Sample Response 4

 { "code": "success", "snapshotId": "4", "details": "", "jobStatus": "pending" }

Sample Response 5

 { "code": "success", "snapshotId": "5", "details": "", "jobStatus": "pending" }

Sample Response 6

 { "code" : "success", "snapshotId": "6", "details" : "", "jobStatus": "pending" }