Get supported operating systems
Get supported operating systems
Request
URI
GET
https://{api_host}/cv_api/operating_systems
COPY
Responses
200
List of supported operating systems.
Returns
Array of
OperatingSystemRecord
of type(s)
application/json
[
{
"id": "string",
"major_version": "10",
"minor_version": "0",
"name": "Windows 10 (x64)",
"proc_arch": "9",
"product_type": "1",
"created_at": "2018-03-29T23:47:32Z",
"updated_at": "2018-03-29T23:47:32Z"
}
]
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.
Operating Systems Operations
GET
Get supported operating systems