action netbox_extras_reports_list { label: "extras_reports_list" description: "Compile all reports and their related results (if any). Result data is deferred in the list view." provider: netbox method: GET path: "/extras/reports/" encoding: json output: { type: "object" additionalProperties: true } }