How do you find out if the REST API calls are logged anywhere when you update an IP Access List?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2021 06:07 PM
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".
Labels:
- Labels:
-
IP Access List
-
RESTAPI
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 01:05 PM
The workspace audit logs should provide all workspace conf change logs.
You can check service accountsManager and action name createWorkspaceConfiguration or updateWorkspaceConfiguration.

