Get Application Version for Tenant (v2.0)
GET/v2.0/api/tenants/:tenant_id/appdefs_version
Get the application version for a tenant.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
app_version string
Version of the app.
blob_name string
Blob name.
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.
is_ml7_app_version boolean
True or False value for m17 app version included.
l4_custom_app_version int64
The L4 custom app version.
l7_custom_app_version int64
The L7 custom app version.
ml7_sigfile_url string
The m17 sigfile URL.
ml7_versions string[]
The m17 versions.
region string
App region.
reqState string
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_ML7_POSTED
, APPDEF_ML7_PENDING
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
sigfile_url string
URL of the sigfile.
tenant_id stringrequired
The tenant ID.
uApp_version string
The UApp version.
{
"app_version": "string",
"blob_name": "string",
"disabled": true,
"disabled_reason": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"is_ml7_app_version": true,
"l4_custom_app_version": 0,
"l7_custom_app_version": 0,
"ml7_sigfile_url": "string",
"ml7_versions": [
"string"
],
"region": "string",
"reqState": "APPDEF_APPS_REQ_PENDING",
"sigfile_url": "string",
"tenant_id": "string",
"uApp_version": "string"
}
Loading...