DownloadIaBundleResponse
Download IA Bundle Response
Response object containing AI Assistant bundle download information.
JSON Example
{
"bundle_url": "string",
"sha256_checksum": "string",
"bundle_version": "string",
"signature_url": "string",
"status": 0
}
string
bundle_url
Optional
URL for downloading the bundle (may be CDN URL).
string
sha256_checksum
Optional
SHA256 checksum of the bundle file for verification.
string
bundle_version
Optional
Bundle version string.
string
signature_url
Optional
URL for downloading the bundle signature file for verification.
integer
status
Optional
HTTP status code (typically 200 for success).