Get version details Of App Volumes Manager

Get version details Of App Volumes Manager

Get version details of App Volumes Manager

Request
URI
GET
https://{api_host}/app_volumes/version
COPY
Responses
200

Get version details.

{
    "version": {
        "version": "App Volumes 4, version 2206",
        "internal": "4.7.0",
        "copyright": "Copyright 2011-2022",
        "configured": true,
        "time_offset": 5,
        "uptime": "less than a minute",
        "database_uuid": "654723bc-09de-4d9b-806c-9cd1d231a0de"
    }
}
version
Optional

version


500

Server error.

Returns ServerError of type(s) application/json
{
    "error": "Server Error",
    "detail": "Unexpected server error."
}
string
error
Optional

Server Error.

string
detail
Optional

Details of error. Exact error format subject to change depending on type of error.