Get the provisioning status of a sandbox.
This is a lightweight endpoint designed for polling during async creation. Use this instead of getSandbox() when you only need the status.
getSandboxStatus(name: string): Promise<ResourceStatus>| Name | Type | Description |
|---|---|---|
name* | string | Sandbox name. |