Rapid7 · Schema

TrafficFile

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
traffic_file_name string
traffic_file_password string
attack_as_sequence boolean
begin_attack_request integer
end_attack_request integer
View JSON Schema on GitHub

JSON Schema

rapid7-trafficfile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrafficFile",
  "title": "TrafficFile",
  "properties": {
    "traffic_file_name": {
      "type": "string"
    },
    "traffic_file_password": {
      "type": "string"
    },
    "attack_as_sequence": {
      "type": "boolean"
    },
    "begin_attack_request": {
      "type": "integer",
      "format": "int64"
    },
    "end_attack_request": {
      "type": "integer",
      "format": "int64"
    }
  }
}