Rapid7 · Schema

Report Generation

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
name string The name of the Report
type string The type of the Report.
EXEC_SINGLE_APP is deprecated. Use EXEC_SINGLE_APP_NEW_VULNS or EXEC_SINGLE_APP_ALL_VULNS instead.
EXEC_ALL_APPS is
format string The format of the Report
scan object
app object
start string The start date range scope for the Report yyyy-mm-dd
end string The end date range scope for the Report yyyy-mm-dd
month string The month date range scope for the Report yyyy-mm
filter string Search-format filter relevant to the Report Type that narrows its scope
View JSON Schema on GitHub

JSON Schema

rapid7-reportgeneration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportGeneration",
  "title": "Report Generation",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the Report",
      "example": "Weekly Report"
    },
    "type": {
      "type": "string",
      "description": "The type of the Report.<br/><code>EXEC_SINGLE_APP</code> is deprecated. Use <code>EXEC_SINGLE_APP_NEW_VULNS</code> or <code>EXEC_SINGLE_APP_ALL_VULNS</code> instead. <br/><code>EXEC_ALL_APPS</code> is deprecated. Use <code>EXEC_ALL_APPS_NEW_VULNS</code> or <code>EXEC_ALL_APPS_ALL_VULNS</code> instead.",
      "enum": [
        "VULN_SUMMARY",
        "VULN_REMEDIATION",
        "PCI_COMPLIANCE",
        "PCI4_COMPLIANCE",
        "OWASP_2013_COMPLIANCE",
        "OWASP_2017_COMPLIANCE",
        "OWASP_2021_COMPLIANCE",
        "OWASP_2023API_COMPLIANCE",
        "OWASP_2025_COMPLIANCE",
        "GDPR_2016_COMPLIANCE",
        "SOX_COMPLIANCE",
        "HIPAA_COMPLIANCE",
        "EXEC_SINGLE_APP",
        "EXEC_ALL_APPS",
        "EXEC_SINGLE_APP_NEW_VULNS",
        "EXEC_ALL_APPS_NEW_VULNS",
        "EXEC_SINGLE_APP_ALL_VULNS",
        "EXEC_ALL_APPS_ALL_VULNS"
      ],
      "example": "VULN_SUMMARY"
    },
    "format": {
      "type": "string",
      "description": "The format of the Report",
      "enum": [
        "HTML",
        "CSV",
        "PDF"
      ],
      "example": "PDF"
    },
    "scan": {
      "$ref": "#/components/schemas/scan"
    },
    "app": {
      "$ref": "#/components/schemas/app"
    },
    "start": {
      "type": "string",
      "description": "The start date range scope for the Report yyyy-mm-dd"
    },
    "end": {
      "type": "string",
      "description": "The end date range scope for the Report yyyy-mm-dd"
    },
    "month": {
      "type": "string",
      "description": "The month date range scope for the Report yyyy-mm",
      "example": "2023-12"
    },
    "filter": {
      "type": "string",
      "description": "Search-format filter relevant to the Report Type that narrows its scope",
      "example": "vulnerability.app.name CONTAINS 'Weekly'"
    }
  },
  "required": [
    "format",
    "name",
    "type"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rapid7-reportgeneration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.