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.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now