Rapid7 · Schema

RootCause

A descriptor for the location of the Vulnerability

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
url string The URL
parameter string The parameter from the URL
method string The HTTP method
View JSON Schema on GitHub

JSON Schema

rapid7-rootcause-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RootCause",
  "title": "RootCause",
  "description": "A descriptor for the location of the Vulnerability",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL",
      "readOnly": true
    },
    "parameter": {
      "type": "string",
      "description": "The parameter from the URL",
      "readOnly": true
    },
    "method": {
      "type": "string",
      "description": "The HTTP method",
      "readOnly": true
    }
  },
  "readOnly": true
}