Upsun Trust-Registry

Upsun Service Registry API

v1.0.0
📚 Access Interactive Documentation (Scalar)
🖼️
Container Images
Complete registry of available images
🌍
Regions
Global infrastructure locations
📦
Versions
Detailed version information
🔗
Endpoints
Registry access points

🔌 API Endpoints

GET /image
Get all images
curl https://meta.upsun.com/image
GET /image/{name}
Get image by name
curl https://meta.upsun.com/image/nodejs
GET /region
Get all regions
curl https://meta.upsun.com/region
GET /region/{name}
Get region by name
curl https://meta.upsun.com/region/nodejs
GET /region/provider/{provider}
Get regions by cloud provider
curl https://meta.upsun.com/region/provider/{provider}
GET /region/zone/{zone}
Get regions by geographic zone
curl https://meta.upsun.com/region/zone/{zone}