Investigation

Field Type Behavior Description
name string OUTPUT_ONLY Resource name (investigations/{id})
display_name string   Human-readable display name for the investigation
description string   Problem statement describing what to investigate
status InvestigationStatus OUTPUT_ONLY Current execution status (set by the server)
created_by string OUTPUT_ONLY Authenticated user identifier
create_time timestamp OUTPUT_ONLY When the investigation was created
update_time timestamp OUTPUT_ONLY When the investigation was last modified
delete_time timestamp OUTPUT_ONLY When the investigation was soft-deleted (null if active)

Example

{
  "name": "investigations/00077c084e17b0ec026a4b713a0f0dbc",
  "displayName": "User Login Error Investigation",
  "description": "A user is reporting they cannot log in to the UI. Check for authentication errors in recent logs.",
  "status": "INVESTIGATION_STATUS_EXECUTING",
  "createdBy": "user_2xK9mBqHn1pL4vR7wT3eYjZ8aFd",
  "createTime": "2025-12-15T16:33:31.693279Z",
  "updateTime": "2025-12-15T16:33:31.693279Z"
}

Investigation Status

Value Description
INVESTIGATION_STATUS_UNSPECIFIED Default value, not used
INVESTIGATION_STATUS_EXECUTING Investigation is actively executing
INVESTIGATION_STATUS_WAITING Investigation is waiting

This site uses Just the Docs, a documentation theme for Jekyll.