Hanzo
OpenapiO11y

Lists the storage disks the datastore reports, with their names and types.

Lists the storage disks the datastore reports, with their names and types.

GET /v1/o11y/disks

Addresshttps://api.hanzo.ai/v1/o11y/disks
MethodGET
Operationget_o11y_disks
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the storage disks the datastore reports, with their names and types.

Callers need the viewer role; the runtime's own gate enforces it.

Request

GET /v1/o11y/disks takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yDisk[]ok

200 body — 2 fields.

FieldInTypeAlwaysDescription
[].namebodystringName is the disk's name.
[].typebodystringType is the disk's type, e.g.

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y disks

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page