Hanzo
OpenapiPricing

Returns the regions a cloud instance can be placed in, each with its id,…

Returns the regions a cloud instance can be placed in, each with its id, display name and physical location.

GET /v1/pricing/cloud/regions

Addresshttps://api.hanzo.ai/v1/pricing/cloud/regions
MethodGET
Operationget_pricing_cloud_regions
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the regions a cloud instance can be placed in, each with its id, display name and physical location. It is the regions of the cloud section on their own.

Request

GET /v1/pricing/cloud/regions takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200pricingRegionListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
regionsbodyobject[]Regions are the regions cloud instances can be placed in, each an opaque object exactly as the pricing source emits it — typically id, name and location.
regions[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing cloud regions

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page