You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Blocklists.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
|[delete_blocklist](#delete_blocklist)| Delete a blocklist by ID. If the blocklist is shared with other organizations or it has subscriptions, the operation will fail. If you want to force delete the blocklist, you can use the force query parameter, so the blocklists will be unshared / unsubscribed. |
11
11
|[update_blocklist](#update_blocklist)| Update a blocklist's details by ID. It is not possible to update the blocklist content using this operation. |
12
12
|[add_ips_to_blocklist](#add_ips_to_blocklist)| Add IPs to a blocklist. If an IP is already in the blocklist, its expiration will be updated with the new expiration. |
|[delete_ips_from_blocklist](#delete_ips_from_blocklist)| Delete IPs from a blocklist |
14
15
|[download_blocklist_content](#download_blocklist_content)| Download blocklist content as a list of ips as plain text separated by new lines. The response will include the ETag header for cache control. If_Modified_Since and If_None_Match cache control headers are supported for conditional requests. |
15
16
|[get_blocklist_subscribers](#get_blocklist_subscribers)| Get blocklist subscribers within your organization. |
@@ -85,6 +86,7 @@ from crowdsec_service_api import (
0 commit comments