Checker

Methods described in this section relate to the checker API. These methods can be accessed at TenableIE.checker.

class CheckerAPI(api: APISession)[source]
details(checker_id: str) Dict[source]

Gets the details of the particular checker based on checker identifier.

Parameters:

checker_id (str) – The checker instance identifier.

Returns:

Details of the given checker_id.

Return type:

dict

Examples

>>> tie.checker.details(checker_id='1')
list() List[Dict][source]

Retrieves the list of checkers.

Returns:

A list of checkers.

Return type:

list

Examples

>>> tie.checker.list()