본문으로 건너뛰기

OrphanMarker

Detected orphan-resource summary with affected resources and detection time.

statusStatus (string)
기본값: orphans_detected
countCount (integer)필수
detected_atDetected At (integer)필수

Unix time in milliseconds when orphaned resources were detected.

orphans object[]필수
  • Array [
  • schema_nameSchema Name (string)필수
    table_nameTable Name (string)필수
    first_seenFirst Seen (integer)필수
  • ]
  • OrphanMarker
    {
    "status": "orphans_detected",
    "count": 0,
    "detected_at": 0,
    "orphans": [
    {
    "schema_name": "string",
    "table_name": "string",
    "first_seen": 0
    }
    ]
    }