Get the details Of An AppStack

Get the details Of An AppStack

Get the details of an AppStack

Request
URI
GET
https://{api_host}/cv_api/appstacks/{id}
COPY
Path Parameters
integer
id
Required

AppStack ID.


Responses
200

AppStack details.

{
    "appstack": {
        "id": 0,
        "name": "zippertool",
        "name_html": "zippertool",
        "path": "cloudvolumes/apps",
        "datastore_name": "data.1",
        "filename": "zippertool.vmdk",
        "file_location": "[data.1] cloudvolumes/apps/zippertool.vmdk",
        "description": "Archive tool",
        "status": "enabled",
        "created_at": "2016-11-23 13:10:13 -0800",
        "created_at_human": "Nov 23 2016",
        "mounted_at": "2016-11-23 13:10:13 -0800",
        "mounted_at_human": "Nov 23 2016",
        "mount_count": 0,
        "size_mb": 78,
        "template_version": "2.10.0.709",
        "assignments_total": 1,
        "attachments_total": 1,
        "attachment_limit": 10,
        "location_count": 1,
        "application_count": 1,
        "application_icons": [
            "/snapvols/9/zippertool.ico"
        ],
        "volume_guid": "{9b1b40b0-e2f8-4fe6-b743-c55be9c2e000}",
        "template_file_name": "[data.1] cloudvolumes/app_templates/template.vmdk",
        "agent_version": "2.14.0.0",
        "capture_version": "2.10.0.0",
        "primordial_os_id": 4,
        "primordial_os_name": "Windows 8.1 (x64)",
        "oses": [
            {
                "id": 0,
                "name": "Windows 8.1 (x64)"
            }
        ],
        "parent_snapvol": "<a href=\"/volumes#/AppStacks/1\" title=\"\">zippertool</a>",
        "provisioning_duration": "3 minutes",
        "provisioning_since": "Mar 06 2018",
        "provisioning_computer": "<a href=\"/directory#/Computers/1\" title=\"Compu1\">DOMAIN\\Compu1</a>"
    }
}
appstack
Optional

appstack


403

Session expired. Create a session and make the request with the _session_id cookie.

Returns UnauthorizedError of type(s) application/json
{
    "error": "Session expired. Please login again."
}
string
error
Optional

Session expired. Create a session using and make the request with the _session_id cookie.


404

AppStack not found.

{
    "error": "Unable to locate the Volume ID 5"
}
string
error
Optional

error


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.