Added
-
New method
sdk.alerts.search_all_pages()
to retrieve all alert pages. -
New method
sdk.alerts.get_aggregate_data()
to get alert summary and observations.
Changed
-
Method
sdk.alerts.search()
now accepts optional argumentspage_num
andpage_size
. -
Methods
sdk.cases.update()
andsdk.cases.create()
now raise custom exception
Py42InvalidCaseUserError
when trying to add an invalid user as a subject or an
assignee of a case. -
sdk.cases.update()
now raisesPy42CaseNameExistsError
when the name of the case
already exists in the system.