Hanzo
OpenapiDeploy

Live resource tree for one application, as Server-Sent Events

Holds the connection open as text/event-stream and pushes the application's whole resource tree — its live child objects and each one's derived health —…

GET /v1/deploy/stream/applications/{name}/resource-tree

Addresshttps://api.hanzo.ai/v1/deploy/stream/applications/{name}/resource-tree
MethodGET
Operationget_deploy_stream_applications_by_name_resource-tree
AuthAuthorization: Bearer $HANZO_API_KEY

Holds the connection open as text/event-stream and pushes the application's whole resource tree — its live child objects and each one's derived health — once immediately and again on every keep-alive tick, so a client always has a current picture without polling. The refresh IS the keep-alive: it is a cheap rebuild rather than a watch, so there is no multi-resource watch to leak.

TENANT-SCOPED and fail-closed BEFORE the stream opens, which is the rule that matters: the caller's scope and the application's namespace are resolved first, so an unvalidated caller gets a plain 403 and an application belonging to another tenant gets a plain 404 — never an opened stream that emits nothing. A SuperAdmin reaches the whole fleet, an org member only its own org's applications. No cluster client configured is 503.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo deploy stream applications resource-tree <name>

Deploy API · All Hanzo APIs · Interactive reference

How is this guide?

On this page