IPWorks Cloud 2020 Python Edition

Questions / Feedback?

notify_event_type Property

This property specifies the type of enabled notifications for the vault.

Syntax

def get_notify_event_type() -> int: ...
def set_notify_event_type(value: int) -> None: ...

notify_event_type = property(get_notify_event_type, set_notify_event_type)

Default Value

0

Remarks

This property specifies the type of enabled notifications for the vault. Possible values are:

0 (etBoth - default) Notifications for both inventory and archive retrieval jobs.
1 (etArchiveRetrievalCompleted) Notifications are sent when an archive retrieval job is complete.
2 (etInventoryRetrievalCompleted) Notifications are sent when an inventory retrieval job is complete.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]