Hanzo AI
OpenapiPlatform

List cd

Answers every Application the delivery plane holds.

GET /v1/platform/cd

Addresshttps://api.hanzo.ai/v1/platform/cd
MethodGET
Operationget_platform_cd
AuthAuthorization: Bearer $HANZO_API_KEY

Answers every Application the delivery plane holds.

Scoped to the namespaces the caller's own validated org owns: the ROLE admits the caller and the tenant boundary is applied inside, so an admin of one org never observes another's.

Request

GET /v1/platform/cd takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200cdRespok

200 body — 14 fields.

FieldInTypeAlwaysDescription
applicationsbodyCDApp[]
applications[].automatedbodybooleanAutomated is whether CD applies git without being asked.
applications[].healthbodystringHealth is the workload's verdict: Healthy, Progressing, Degraded, Missing.
applications[].messagebodystringMessage is why, when Health is not Healthy.
applications[].namebodystringName is the Application name the generator mints: <namespace>-<app>.
applications[].namespacebodystringNamespace is the DESTINATION namespace as the CR declares it — where the workload lands.
applications[].operationMessagebodystring
applications[].pathbodystringPath is the values file CD renders against, relative to the chart source.
applications[].phasebodystringPhase is the last sync operation's phase (Running, Succeeded, Failed) and OperationMessage is its message.
applications[].projectbodystringProject is the AppProject fence the sync is admitted under.
applications[].reconciledAtbodystringReconciledAt is when CD last compared this Application.
applications[].revisionbodystringRevision is the universe commit CD last applied.
applications[].selfHealbodybooleanSelfHeal is whether CD also corrects drift the cluster introduced.
applications[].syncbodystringSync is CD's verdict on git-versus-cluster: Synced, OutOfSync, or Unknown.

Failure carries the platform error shape — see Errors.

Examples

hanzo platform cd

Platform API · All Hanzo APIs · Interactive reference

How is this guide?

On this page