cURL
curl --request GET \ --url https://api.example.com/api/v1/vm/{vm_id}/files \ --header 'Authorization: Bearer <token>'
{ "content_b64": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VM ID
Absolute path of the file to read
File contents
Response body for GET /api/vm/{vm_id}/files
File contents, base64-encoded.
Contact support