Compute Acquire Node Scoped
POST
/v1/nodes/{node_id}/compute/acquireAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
node_id*Node Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/nodes/string/compute/acquire" \ -H "Content-Type: application/json" \ -d '{ "compute_grant_id": "string", "offer_id": "string", "purpose": "string" }'null