Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 487 Bytes

alert.md

File metadata and controls

28 lines (20 loc) · 487 Bytes

Alert

This documentation provides details about the data that can be faked for an Alert.

To retrieve data about a fake Alert you can do the following:

from socfaker import SocFaker

sc = SocFaker()

print(sc.alert.summary)
print(sc.alert.signature_name)
print(sc.alert.type)
print(sc.alert.status)
print(sc.alert.action)
print(sc.alert.direction)
print(sc.alert.location)

Alert Class

.. automodule:: socfaker.alert
   :members:
   :undoc-members: