Inline1

Inline1
Inline1
JSON Example
{
    "bundle_version": "2.0.0.0.0.25470417",
    "status": "READY",
    "bundle_type": "LICENSE_HUB",
    "packaged_time": 1780387820585,
    "progress": 100,
    "size": 9090860612,
    "message": "uploading is done.",
    "addons": []
}
string
bundle_version
Required

Version string identifying the build and release of this bundle.

integer
size
Required

Total size of the bundle file in bytes.

string
bundle_type
Required

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

Enumeration: LICENSE_HUB, LICENSE_HUB_PATCH
string
parent_id
Read-Only

For patch bundles (LICENSE_HUB_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

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

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

string
message
Required

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.

Used By