Skip to main content

watchlists

Overview

Namewatchlists
TypeResource
Idazure.sentinel.watchlists

Fields

NameDatatypeDescription
etagstringEtag of the azure resource
propertiesobjectDescribes watchlist properties

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, watchlistAlias, workspaceNameGet a watchlist, without its watchlist items.
listSELECTresourceGroupName, subscriptionId, workspaceNameGet all watchlists, without watchlist items.
create_or_updateINSERTresourceGroupName, subscriptionId, watchlistAlias, workspaceNameCreate or update a Watchlist and its Watchlist Items (bulk creation, e.g. through text/csv content type). To create a Watchlist and its Items, we should call this endpoint with rawContent and contentType properties.
deleteDELETEresourceGroupName, subscriptionId, watchlistAlias, workspaceNameDelete a watchlist.
_listEXECresourceGroupName, subscriptionId, workspaceNameGet all watchlists, without watchlist items.