compute

GET /v1/compute/servers/{serverId}/add-on

The add-on this machine carries.

Tüm compute uç noktaları

Tüm geliştirici belgeleri

Kimlik Doğrulama

Bearer token olarak bir API anahtarı gönderin. Anahtar sites.view iznine sahip olmalıdır; bu izne sahip olmayan bir anahtar 404 ile değil, 403 ile reddedilir.

Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.

Dene

Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.

curl -X GET https://api.zinndigital.com/v1/compute/servers/{serverId}/add-on \
  -H "Authorization: Bearer zdk_live_…"

Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın

Ayrıntılar

Singular, and three verbs on one path, because a machine carries exactly one add-on at a time — a partial unique index in the database says so. A /add-ons collection would imply a list the customer can grow and then refuse the second one. ⛔ Answers 200 with data: null for a bare machine, never 404. "This machine has no add-on" is an answer; a 404 here would mean "no such machine", and a client cannot tell those apart from a status code alone. Requires sites.view.

Parametreler

AdTürZorunluNe olduğu
serverId (path)UuidEvetThe server's id, as listComputeServers reports it. Ours (UUIDv7), minted when the order row was written — never the provider's own identifier for the machine.

Yanıt

AdTürZorunluNe olduğu
dataComputeAddOnAssignmentEvet

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404 · 429