SystemAnnouncement

class cloudpassage.SystemAnnouncement(session, **kwargs)

Initializing the SystemAnnouncement class:

Parameters:session (cloudpassage.HaloSession) – This will define how you interact with the Halo API, including proxy settings and API keys used for authentication.
Keyword Arguments:
 endpoint_version (int) – Endpoint version override.
create()

Not implemented for this object.

delete()

Not implemented for this object.

describe()

Not implemented for this object.

endpoint()

Return endpoint for API requests.

list_all()

Return a list of all system announcements.

update()

Not implemented for this object.