Skip to main content

Get Application Version for a Tenant (v2.0)

GET 

/sdwan/v2.0/api/appdefs_version

Get the application version for a tenant.

Responses

Successful Operation

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.

    uApp_version string

    UApp Version

Loading...