21.4.1.1 Response JSON Parameters

This section provides the list of parameters in the JSON response.

Table 21-12 POST JSON Response

Name Type Description
fileName STRING The migration code embedded with .DMP extension. For Example: "TEST_BO_20230921_1234.DMP"
downloadURL STRING This can be fetched from the object store.
errorMessage STRING

Details of the error occurred.

For example: Migration code doesnt exists.

statusCode STRING It indicates the status code of the service. For example: FILE_URL_DOWNLOAD_SUCCESS
status STRING

Status of the migration

  • Success
  • Failed

Table 21-13 Possible Status Codes

Status Code Description
Success:200 Success
Error:400 Invalid inputs
Error:500 Internal Server Error

Response JSON Sample

Success:200

{

    "fileName:":"PublicExport005_BO_203931_676578.DMP

    "downloadURL": <Object store link embedded with File name>

    "errorMessage": "",

    "statusCode": "FILE_URL_DOWNLOAD_SUCCESS",

    "status": "SUCCESS"
     

}