Inline1

Inline1
Inline1
JSON Example
{
    "bundle_version": "5.0.0.0.0.12345678",
    "status": "READY",
    "bundle_type": "PLATFORM",
    "packaged_time": 17198592000,
    "progress": 100,
    "size": 25000000,
    "message": "uploading is done.",
    "addons": []
}
string
bundle_version
Required   Read-Only  

Version string identifying the build and release of this bundle.

integer
size
Required   Read-Only  

Total size of the bundle file in bytes.

string
bundle_type
Required   Read-Only  

Type of a bundle, identifying its purpose and content type.

Enumeration: PLATFORM, INSTALLER, PLATFORM_PATCH, AVI_OPERATIONS, AVI_OPERATIONS_PATCH, BMS, SVM
string
parent_id
Read-Only  

For patch bundles (PLATFORM_PATCH, etc.), this references the ID of the base bundle that must be available first. Null for non-patch bundles.

integer As int64 As int64
packaged_time
Required  

Timestamp in milliseconds since epoch.

string
status
Required   Read-Only  

Current state of the bundle:

  • IN_PROGRESS: Upload/download in progress, check progress field for percentage
  • READY: Available for deployment and use
  • IN_USE: Bundle is actively used and cannot be deleted
  • ATTACHED: Bundle is attached to a platform instance
  • CANCELLED: Upload was cancelled by user or system
  • ERROR: Processing failed due to unexpected internal system errors
  • FAILED: Processing failed due to validation errors
Enumeration: IN_PROGRESS, READY, IN_USE, ATTACHED, CANCELLED, ERROR, FAILED
integer
progress
Required   Read-Only  

Upload/processing progress as a percentage (0-100). Only meaningful when status is IN_PROGRESS. Remains at 100 for completed operations.

string
message
Required   Read-Only  

Human-readable message providing additional context about the current status. Contains error details when status is ERROR or FAILED, or progress updates during processing.

array of object
addons
Required  

List of add-on bundles included in this bundle. These add-on bundles are attached by default when the parent bundle is deployed.

Used By