Example
curl
Example output
200
A.3.4 Uploading an application (new or upgrade)Form
curl [options]
Example
curl
Example output (new)
{
"app": {
"action": "NONE",
"catalog_id": "",
"deployed":
"desc": "Gee Wiz event production",
"download_url": "",
"name": "GeeWiz",
"product_id": "",
"sku": "",
"state": "STAGED",
"uid": "com.geewiz",
"vendor": "Gee Wiz, Inc.",
"version": "1.0.0"
}
}
Example output (upgrade)
{
"app": {
"action": "NONE",
"catalog_id": "",
"deployed":
"desc": "Gee Wiz event production",
"download_url": "",
"name": "GeeWiz",
"product_id": "",
"sku": "",
"state": "UPGRADE_STAGED",
"uid": "com.geewiz",
"vendor": "Gee Wiz, Inc.",
"version": "2.0.0"
}
}
A.3 Application manager actions 117