Hanzo
OpenapiProvisioning

Lists the caller org's object-storage buckets.

Lists the caller org's object-storage buckets. A bucket lives in an already-live shared object store and is reached through the public gateway.

GET /v1/provisioning/s3

Addresshttps://api.hanzo.ai/v1/provisioning/s3
MethodGET
Operationget_provisioning_s3
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller org's object-storage buckets. A bucket lives in an already-live shared object store and is reached through the public gateway. The names here are the friendly ones the org provisioned; the physical bucket is org-namespaced underneath, which is what keeps two tenants' buckets distinct.

Request

GET /v1/provisioning/s3 takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200provisionedSummary[]ok

200 body — 7 fields.

FieldInTypeAlwaysDescription
[].createdAtbodyintegerCreatedAt is when the resource was provisioned, in unix seconds.
[].hostbodystringHost is the address that actually routes to this resource — a dedicated instance's own in-cluster Service, or the public gateway for a shared one.
[].idbodystringID is the resource's server-minted handle, "rs_"-prefixed.
[].kindbodystringKind is the product: sql, vector, datastore, kv, search, s3 or docdb.
[].namebodystringName is the org-unique slug the caller provisioned the resource under.
[].portbodyintegerPort is the port a client connects to on Host.
[].statusbodystringStatus is "ready", or "provisioning" while a dedicated instance is still being materialized by the operator.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Provisioning API · All Hanzo APIs · Interactive reference

How is this guide?

On this page