cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to check if the if my workspace has the IP access list feature enabled

User16826994223
Honored Contributor III
 
1 ACCEPTED SOLUTION

Accepted Solutions

User16826994223
Honored Contributor III

check if your workspace has the IP access list feature enabled, call the get feature status API (

GET /workspace-conf

). Pass keys=enableIpAccessLists as arguments to the request.In the response, the enableIpAccessLists

the field specifies either true or false

.

You can write bash command 
 
curl -X -n \
 https://<databricks-instance>/api/2.0/workspace-conf?keys=enableIpAccessLists

View solution in original post

1 REPLY 1

User16826994223
Honored Contributor III

check if your workspace has the IP access list feature enabled, call the get feature status API (

GET /workspace-conf

). Pass keys=enableIpAccessLists as arguments to the request.In the response, the enableIpAccessLists

the field specifies either true or false

.

You can write bash command 
 
curl -X -n \
 https://<databricks-instance>/api/2.0/workspace-conf?keys=enableIpAccessLists

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group