Core Resources
Images
Manage system and custom images used for deploying new servers.
Get images
Returns a list of all available OS images
Accepts: application/json
Returns: application/json
Parameters
no parameters
Response
array of ImageReference Type: Image
name
string
Name of the image
example: Ubuntu 24.04 LTS
example: Ubuntu 24.04 LTS
GET /v1/images
curl -X GET https://api.serverista.com/v1/images \
-H "Authorization: ApiKey YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d ''
Response
[
{
"name": "example_name"
}
]