Checker

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

class CheckerAPI(api: restfly.session.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

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

Retrieves the list of checkers.

Returns

A list of checkers.

Return type

list

Examples

>>> tad.checker.list()