Amazon Detective · Schema

StartInvestigationResponse

Response from starting an investigation

ForensicsInvestigationSecurity

Properties

Name Type Description
InvestigationId string The investigation ID of the investigation report.
View JSON Schema on GitHub

JSON Schema

amazon-detective-start-investigation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-schema/amazon-detective-start-investigation-response-schema.json",
  "title": "StartInvestigationResponse",
  "description": "Response from starting an investigation",
  "type": "object",
  "properties": {
    "InvestigationId": {
      "type": "string",
      "description": "The investigation ID of the investigation report.",
      "example": "invest-abc123def456"
    }
  }
}