AlertProfile

class cloudpassage.AlertProfile(session, **kwargs)

Initializing the AlertProfile class:

Filtering options for AlertProfile.list_all() can be passed in as keyword arguments. Valid filters can be found at https://api-doc.cloudpassage.com/help#list-alert-profiles.

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.
list_all(**kwargs)

Lists all objects of this type.

Returns:List of objects (represented as dictionary-type objects)
Return type:list

Note

This method supports query parameters via keyword arguments.