Get Application Version for Tenant (v2.0)
Get the application version for a tenant.
Path Parameters
tenant_id string required
The tenant ID.
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
app_version string
Version of the app.
disabled boolean
Disable the app.
disabled_reason string
Reason to disable the app.
id string
Application ID.
inactive boolean
App status (active or inactive).
inactive_reason string
Reason for app being inactive.
region string
App region.
reqState string
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
sigfile_url string
URL of the sigfile.
tenant_id string required
The tenant ID.
uApp_version string
UApp Version
{
"app_version": "string",
"disabled": true,
"disabled_reason": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"region": "string",
"reqState": "APPDEF_APPS_REQ_PENDING",
"sigfile_url": "string",
"tenant_id": "string",
"uApp_version": "string"
}
Loading...