跳转到主要内容
GET
/
v3beta1
/
enterprise
/
hypervisors
List Hypervisors
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/hypervisors
{
  "end_cursor": "<string>",
  "has_next_page": false,
  "items": [
    {
      "available_slots": 123,
      "cloud_provider_instance_id": "<string>",
      "created_at": 123,
      "hypervisor_id": "<string>",
      "last_heartbeat": 123,
      "max_slots": 123,
      "status": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

after
string | null
first
integer
default:100
Required range: 1 <= x <= 200
status
enum<string> | null
可用选项:
available,
restarting,
disconnected,
terminated,
draining

Response

items
HypervisorResponse · object[]
required
end_cursor
string | null
has_next_page
boolean
default:false
total
integer | null