Status¶ The following methods allow for interaction into the Tenable.sc 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.sc instance. status: status Returns The status dictionary. Return type dict Examples >>> status = sc.status.status()