Open ntaylor-r7 opened 7 years ago
Started work on report_configs
branch: https://github.com/rapid7/nexpose-client-python/compare/report_configs
Progress so far:
AdhocReportConfiguration
class with all supported propertiesGenerateAdhocReport()
method in the main nexpose/session classReportConfiguration
class with all supported propertiesSaveReportConfiguration()
method in the main nexpose/session classgenerate_now
parameter through the magic/reflective method callersReportConfiguration
class instead of ReportConfigurationSummary
CreateFromXML()
for all of the extras (Filters, Schedule, Delivery, Email, etc)
@gschneider-r7 opening per our conversation. A few of the report actions are unfinished:
RequestAdHocReportGenerate
is only partially written and doesn't handle most of the parameters that the endpoint accepts andRequestReportsSave
is not implemented at all.