Support API Key Authentication
Rent node
Endpoint to rent a node with the provided details.
post/executors/{executor_uuid}/rent
Path parameters
executor_uuidstring uuid required
Request body
Example request
{
"backup_log_id": "123e4567-e89b-12d3-a456-426614174000",
"enable_jupyter": false,
"initial_port_count": 10,
"pod_name": "123e4567-e89b-12d3-a456-426614174000",
"restore_path": "/home/user/data",
"skip_add_agent_ssh_key": false,
"template_id": "b21be992-dde1-4aa1-a42f-6787c7af9846",
"termination_hours": 24,
"user_public_key": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMo32AY0vFK7g5FBIBcyPdxaxSEM5rEc0kEzMVveA9b+",
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMo32AY0vFK7g5FBIBcyPdxaxSEM5rEc0kEzMVveA9eb+"
],
"volume_id": "123e4567-e89b-12d3-a456-426614174000"
}Response
Rent node
{"stackTrail":"paths:/executors/{executor_uuid}/rent:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.