Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Exoscale instance-pool API

Instance Pools is an Exoscale service allowing users to provision managed groups of identical Compute instances automatically.

Exoscale instance-pool API is one of 37 APIs that Exoscale publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include instance-pool. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and pricing.

This API exposes 8 operations across 5 paths, and defines 14 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against a single base URL, https://api-{zone}.exoscale.com/v2.

8 operations 5 paths 14 schemas 2 DELETE2 GET1 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://api-ch-gva-2.exoscale.com/v2
Terms of Service
Resource Areas
1

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 1 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

instance-pool 8

Instance Pools is an Exoscale service allowing users to provision managed groups of identical Compute instances automatically.

PUT
/instance-pool/{id}:scale
Scale an Instance Pool
scale-instance-pool 1 param body → 200
GET
/instance-pool
List Instance Pools
list-instance-pools → 200
POST
/instance-pool
Create an Instance Pool
create-instance-pool body → 200
DELETE
/instance-pool/{id}
Delete an Instance Pool
delete-instance-pool 1 param → 200
GET
/instance-pool/{id}
Retrieve Instance Pool details
get-instance-pool 1 param → 200
PUT
/instance-pool/{id}
Update an Instance Pool
update-instance-pool 1 param body → 200
DELETE
/instance-pool/{id}/{field}
Reset an Instance Pool field to its default value
reset-instance-pool-field 2 params → 200
PUT
/instance-pool/{id}:evict
Evict Instance Pool members
evict-instance-pool-members 1 param body → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are instance-pool (24 properties), operation (5 properties), manager (2 properties), instance-ref (1 property). Each schema is shown below with its type and property counts.

instance-type-ref
object
Instance type reference
1 property
private-network-ref
object
Private network reference
1 property
labels
object
deploy-target-ref
object
Deploy target reference
1 property
security-group-ref
object
Security group reference
1 property
ssh-key-ref
object
SSH key reference
1 property
template-ref
object
Template reference
1 property
operation
object
Operation
5 properties
elastic-ip-ref
object
Elastic IP reference
1 property
instance-pool
object
Instance Pool
24 properties
manager
object
Resource manager
2 properties
public-ip-assignment
string
anti-affinity-group-ref
object
Anti-affinity group reference
1 property
instance-ref
object
Target Instance
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

exoscale-instance-pool-api-openapi.yml Raw ↑

Other APIs Exoscale publishes across the network.

Exoscale ai-api-key API
Exoscale anti-affinity-group API
Exoscale api-key API
Exoscale block-storage API
Exoscale ccm API
Exoscale cluster API
Exoscale compute API
Exoscale crypto API
Exoscale dbaas API
Exoscale deploy-target API
Exoscale deployment API
Exoscale domain API