Rapid7 · Schema

MultiRegexUrlParserConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
parser_name string
rule_regex string
path_regex string
path_parameter_groups string
query_regex string
query_parameter_groups string
View JSON Schema on GitHub

JSON Schema

rapid7-multiregexurlparserconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MultiRegexUrlParserConfig",
  "title": "MultiRegexUrlParserConfig",
  "properties": {
    "parser_name": {
      "type": "string"
    },
    "rule_regex": {
      "type": "string"
    },
    "path_regex": {
      "type": "string"
    },
    "path_parameter_groups": {
      "type": "string"
    },
    "query_regex": {
      "type": "string"
    },
    "query_parameter_groups": {
      "type": "string"
    }
  }
}