Collect Information
VPS Details
This endpoint retrieves comprehensive details about the specified KVM VPS,
including configuration, resource usage, network settings, and metadata.
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 obtained
from the same response to fetch the information.
POST
Body
application/x-www-form-urlencoded
Required parameters to fetch all details for a KVM VPS.
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM VPS whose details are being retrieved.
This value is specific to your VPS.
The expiration timestamp for the session, obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
Was this page helpful?