BundleUploadStatus

BundleUploadStatus
BundleUploadStatus

Upload status of bundle uploaded from local or remote location.

JSON Example
{
    "bundle_name": "string",
    "detailed_status": "string",
    "percent": "number",
    "status": "string",
    "url": "string"
}
string
bundle_name
Optional

Name of the uploaded bundle.

string
detailed_status
Optional

Detailed status of bundle upload.

number
percent
Optional

Percent of bundle uploaded from remote location.

string
status
Optional

Current status of bundle upload.

Possible values are : UPLOADING, VERIFYING, SUCCESS, FAILED,
string
url
Optional

URL for uploading bundle.