Rapid7 · Schema

PerformanceConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
max_concurrent_requests integer
max_bandwidth_kb integer
max_browser_reuse_count integer
memory_ceiling64_bit integer
anti_dos boolean
dump_user_process_memory_usage boolean
max_browser_process_lifetime integer
View JSON Schema on GitHub

JSON Schema

rapid7-performanceconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PerformanceConfig",
  "title": "PerformanceConfig",
  "properties": {
    "max_concurrent_requests": {
      "type": "integer",
      "format": "int64"
    },
    "max_bandwidth_kb": {
      "type": "integer",
      "format": "int64"
    },
    "max_browser_reuse_count": {
      "type": "integer",
      "format": "int64"
    },
    "memory_ceiling64_bit": {
      "type": "integer",
      "format": "int64"
    },
    "anti_dos": {
      "type": "boolean"
    },
    "dump_user_process_memory_usage": {
      "type": "boolean"
    },
    "max_browser_process_lifetime": {
      "type": "integer",
      "format": "int64"
    }
  }
}