Hanzo
OpenapiProvisioning

ListDocDB lists the caller org's Hanzo DocDB document databases.

ListDocDB lists the caller org's Hanzo DocDB document databases.

GET /v1/provisioning/docdb

Addresshttps://api.hanzo.ai/v1/provisioning/docdb
MethodGET
Operationget_provisioning_docdb
AuthAuthorization: Bearer $HANZO_API_KEY

ListDocDB lists the caller org's Hanzo DocDB document databases. Each one is a DEDICATED FerretDB instance the org alone runs, speaking the MongoDB wire protocol, so the host is that instance's own in-cluster Service and the port is 27017.

Request

GET /v1/provisioning/docdb 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