Skip to content

CiscoSecurity/amp-04-delete-event-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Gitter chat

AMP for Endpoints Delete Event Stream:

Script for deleting an event stream using the /v1/event_streams/{:id} endpoint documented here. This script will automatically determine which AMP clound to delete the event stream from on based on the credentials.

Before using you must update the following:

  • AMP_CLIENT_ID
  • AMP_API_KEY

Usage:

python delete_event_stream.py

Example script output:

Successfully authenticated to: North America

-=== WARNING THIS SCRIPT WILL DELETE THINGS ===-
Are you sure you want to continue? (y/n): y
 ID         Name
1692 - All Events All Groups
1819 - Threat Detected North America
2541 - Threat Quarantined Events
Enter the ID of the stream you would like to delete: 2541
Are you sure you want to continue? (y/n): y
Request to delete 2541 sent Successfully

About

Deletes an event stream from the streaming API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages