Get AppStacks
Get AppStacks
Request
URI
GET
https://{api_host}/cv_api/appstacks
COPY
Query Parameters
integer
operating_system_id
Optional
The ID of an operating system to filter with.
Responses
200
List of AppStacks.
Returns
Array of
AppStackForIndex
of type(s)
application/json
[
{
"id": 0,
"name": "zippertool",
"name_html": "zippertool",
"path": "cloudvolumes/apps",
"datastore_name": "data.1",
"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
}
]
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.
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.