Rapid7 · Schema

RRN1

The unique identifier for this collector.

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
partition string
service string
regionCode string
organizationId string
resourceTypes array
resource string
View JSON Schema on GitHub

JSON Schema

rapid7-rrn1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RRN1",
  "title": "RRN1",
  "type": "object",
  "properties": {
    "partition": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    },
    "resourceTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "resource": {
      "type": "string"
    }
  },
  "description": "The unique identifier for this collector.",
  "example": "rrn:collection:us:6bcf6c5b-552d-49a4-a3f5-259e0514585f:collector:ae1d4845-8ce8-4072-b4d5-77171387fb6a"
}