cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
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

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.