The following methods allow for interaction into the Tenable Vulnerability Management
editor API endpoints. While these endpoints are
pythonized for completeness within pyTenable, the Editor API endpoints should
generally be avoided unless absolutely necessary. These endpoints are used to
drive the Tenable Vulnerability Management UI, and not designed to be used programmatically.
Constructs a valid scan document from the specified item.
Important
Please note that the details method is reverse-engineered from the
responses from the editor API, and while we are reasonably sure that
the response should align almost exactly to what the API expects to
be pushed to it, this method by very nature of what it’s doing isn’t
guaranteed to always work.