Turnkey Images
This endpoint retrieves a list of available turnkey images for the specified KVM VPS.
The api_host
parameter, obtained from the “Create AUTH-session” response,
is dynamically set in the URL.
Provide the signature
, kvm_id
, and valid_until
parameters from the
“Create AUTH-session” response to authenticate the request.
Body
The session signature obtained from the "Create AUTH-session" call.
This signature authenticates the request and ensures that the session is valid.
"session_signature_12345"
The unique identifier of the KVM VPS for which the turnkey images are being retrieved.
This value is specific to your VPS.
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
"2025-01-12T15:30:00Z"
Response
The list of available turnkey images.
[
"turnkey-ansible-17.0-bullseye",
"turnkey-ansible-18.0-bookworm",
"turnkey-lamp-17.1-bullseye",
"turnkey-lamp-18.0-bookworm",
"turnkey-wordpress-17.1-bullseye",
"turnkey-wordpress-18.0-bookworm",
"turnkey-joomla-17.1-bullseye",
"turnkey-joomla-18.0-bookworm"
]
The status of the request.
"success"
Was this page helpful?