Rapid7 · Schema

UploadAttachmentRequest

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
filedata array The list of files to upload as attachments.
View JSON Schema on GitHub

JSON Schema

rapid7-uploadattachmentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadAttachmentRequest",
  "title": "UploadAttachmentRequest",
  "type": "object",
  "properties": {
    "filedata": {
      "type": "array",
      "description": "The list of files to upload as attachments.",
      "items": {
        "type": "string",
        "format": "binary"
      }
    }
  }
}