cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do you find out if the REST API calls are logged anywhere when you update an IP Access List?

User15787040559
Databricks Employee
Databricks Employee

In the example response at https://docs.databricks.com/security/network/ip-access-list.html

{
  "ip_access_list": {
    "list_id": "<list-id>",
    "label": "office",
    "ip_addresses": [
        "1.1.1.1",
        "2.2.2.2/21"
    ],
    "address_count": 2,
    "list_type": "ALLOW",
    "created_at": 1578423494457,
    "created_by": 6476783916686816,
    "updated_at": 1578423494457,
    "updated_by": 6476783916686816,
    "enabled": true
  }
}

See the fields  "created_at", "created_by", "updated_at", "updated_by".

1 REPLY 1

User16752239289
Databricks Employee
Databricks Employee

The workspace audit logs should provide all workspace conf change logs.

You can check service accountsManager and action name createWorkspaceConfiguration or updateWorkspaceConfiguration.

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