Compute Connection
GET
/v1/compute/connectionAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
node_id?string|null
provider?string|null
lease_control_token*Lease Control Token
lease_id?string|null
Response Body
application/json
application/json
curl -X GET "https://flywheel.paradigma.inc/api/v1/compute/connection?lease_control_token=string"{}{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}