Compute Catalog

GET/v1/compute/catalog

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Query Parameters

node_id?string|null
provider?string|null
region?string|null
limit?Limit
Default25
detail?Detail
Default"compact"
Value in"compact" | "full"

Response Body

application/json

application/json

curl -X GET "https://flywheel.paradigma.inc/api/v1/compute/catalog"
{}
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}