accounts

Get account provision status.

Get account provision status directly from the database.

get/v1/accounts/{id}/provision

Path parameters

idstring required

The Account ID.

Response

OK

provision_statusobject required

Map of resource types to their provision status.

last_reconciledinteger nullable

The timestamp when resources were last reconciled with Kubernetes (Unix timestamp milliseconds).

Changes