Amazon GuardDuty · JSON Structure

Guardduty List Detectors Response Structure

ListDetectorsResponse schema from Amazon GuardDuty API

Type: object Properties: 2 Required: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ListDetectorsResponse is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DetectorIds NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-list-detectors-response-structure.json",
  "name": "ListDetectorsResponse",
  "description": "ListDetectorsResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "DetectorIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorIds"
        },
        {
          "xml": {
            "name": "detectorIds"
          },
          "description": "A list of detector IDs."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The pagination parameter to be used on the next list operation to retrieve more items."
        }
      ]
    }
  },
  "required": [
    "DetectorIds"
  ]
}