List Workspaces
List all workspaces in Databricks.
CAUTION:
Listing is unavailable for Azure-hosted workspaces. The workspaces hosted on Google Cloud Platform(GCP) and AWS provide distinct sets of output fields.
Output
| Field | Definition | Type |
|---|---|---|
| Result | ||
| ID | Unique identifier of the workspace. | Text |
| Name | Name of the workspace. | Text |
| Deployment Name | The deployment name defines part of the sub domain for the workspace. The workspace URL for web app and REST APIs is <deployment-name>.cloud.databricks.com. |
Text |
| Workspace Status | The status of the workspace. | Text |
| Workspace Status Message | A message describing the status of the workspace. | Text |
| Account ID | Account ID of Databricks. | Text |
| AWS Region | The AWS region of the workspace data plane (for example, us-west-2). |
Text |
| Creation Time | Workspace creation time is in epoch milliseconds. | Number |
| Credentials ID | ID of the workspace credential configuration object. | Text |
| Custom Tags | The custom tags key-value pair associated with this workspace. | Object |
| Managed Services Customer Managed Key ID | ID of the key configuration for encrypting managed services. | Text |
| Network Connectivity Config ID | The ID of network connectivity configuration. | Text |
| Network ID | The network_id is only available if the workspace uses Bring Your Own Virtual Private Cloud (BYO VPC); otherwise, this field remains empty. | Text |
| Pricing Tier | Enum value denotes the pricing tier. | Text |
| Private Access Settings ID | ID of the private access settings object within the specific workspace. | Text |
| Storage Configuration ID | ID of the storage configuration object within the specific workspace. | Text |
| Storage Customer Managed Key ID | ID of the key configuration for encrypting workspace storage. | Text |
| Compute Mode | The compute mode of the workspace. | Text |
| Storage Mode | The storage mode of the workspace. | Text |
| Cloud | The cloud name. For example, gcp. | Text |
| Cloud Resource Container | The container information of the cloud resource. | Object |
| GCP | The GCP cloud entities used for hosting GCP workspaces. | Object |
| Project ID | The ID for the GCP project where the dataplane resources are situated. | Text |
| GCP Managed Network Config | The network configuration for GCP workspace with managed network. | Object |
| GKE Cluster Pod IP Range | The IP range designated for the allocation of GKE pods. | Text |
| GKE Cluster Service IP Range | The IP range designated for the allocation of GKE cluster service. | Text |
| Subnet CIDR | The IP range designated for the allocation of GKE cluster nodes. Pods, services, and source IP range must be mutually exclusive. | Text |
| GKE Config | The configurations of the GKE cluster used by the GCP workspace. | Object |
| Connectivity Type | The type of network connectivity of the GKE cluster. | Text |
| Master IP Range | The IP range designated for the allocation of GKE cluster source resources. Avoid setting this field if gke_cluster_typeis PUBLIC_NODE_PUBLIC_MASTER. |
Text |
| Location | The Google Cloud region for your account's workspace data plane (for example, us-east4). | Text |
| Managed Services Customer Managed Key ID | ID of the key configuration for encrypting managed services. | Text |
| Raw Output | API returns the raw response body. | Text |