Service Endpoints
Estimated time to read: 1 minute
Cyso Cloud exposes the standard OpenStack service catalog across two regions: AMS (Amsterdam) and FRA (Frankfurt). Each service maps directly to an OpenStack component — see OpenStack & Automation for an explanation of what each service does and how to interact with them using the CLI, Terraform, or the REST API.
Your live endpoint list, including the full region-specific URLs for your project, is always available in the dashboard: https://my.cyso.cloud/account/api-endpoints
Endpoint overview
| Service | OpenStack component | Regions |
|---|---|---|
compute |
Nova | AMS, FRA |
compute_legacy |
Nova (v2) | AMS, FRA |
identity |
Keystone | AMS, FRA |
image |
Glance | AMS, FRA |
network |
Neutron | AMS, FRA |
volumev3 |
Cinder | AMS, FRA |
load-balancer |
Octavia | AMS, FRA |
dns |
Designate | AMS, FRA |
object-store |
Ceph(Swift) | AMS, FRA |
s3 |
Ceph(S3 API) | AMS, FRA |
orchestration |
Heat | AMS, FRA |
cloudformation |
Heat (CloudFormation) | AMS, FRA |
placement |
Placement | AMS, FRA |
rating |
CloudKitty | AMS, FRA |
Note
Some endpoints include a project ID in the path. Your project-specific URLs are shown in the dashboard.
Authentication
All requests to these endpoints require a valid token in the X-Auth-Token header. Obtain a token by authenticating against the identity (Keystone) endpoint using your credentials. See Getting started with the Cyso Cloud API for details.