Get supported cloud providers.
GET /cloud-providers
Returns a list of supported cloud providers and regions.
Authorizations
Parameters
Query Parameters
Optional filters for cloud provider, region, and instance type characteristics.
object
Responses
200
Set of available cloud providers
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
object
Number of items returned in the result.
object
The ID of the cloud provider.
Human friendly (i.e. branded) name of the cloud provider.
object
object
object
Example
{
"results": [
{
"regions": [
{
"instanceTypes": [
{
"localStorage": {
"supportedArchitectures": [
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
501
The endpoint has not been implemented yet.