How do you find out if the REST API calls are logged anywhere when you update an IP Access List?
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_co...
- 1250 Views
- 1 replies
- 1 kudos
Latest Reply
The workspace audit logs should provide all workspace conf change logs. You can check service accountsManager and action name createWorkspaceConfiguration or updateWorkspaceConfiguration.
- 1 kudos