Status

The following methods allow for interaction into the Tenable Security Center Status API. These API calls are typically used to understand the current job and license statuses.

Methods available on sc.status:

class StatusAPI(api: restfly.session.APISession)[source]
status()[source]

Retrieves license & status information about the Tenable Security Center instance.

status: status

Returns

The status dictionary.

Return type

dict

Examples

>>> status = sc.status.status()