Rapid7 · Schema

FrameworkConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
name string
default_config_version string
enabled boolean
head boolean
detection_regex string
healthcheck_string string
file_name string
get_all_events_script string
get_all_events_delay integer
get_version_string_script string
View JSON Schema on GitHub

JSON Schema

rapid7-frameworkconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FrameworkConfig",
  "title": "FrameworkConfig",
  "properties": {
    "name": {
      "type": "string"
    },
    "default_config_version": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "head": {
      "type": "boolean"
    },
    "detection_regex": {
      "type": "string"
    },
    "healthcheck_string": {
      "type": "string"
    },
    "file_name": {
      "type": "string"
    },
    "get_all_events_script": {
      "type": "string"
    },
    "get_all_events_delay": {
      "type": "integer",
      "format": "int64"
    },
    "get_version_string_script": {
      "type": "string"
    }
  }
}