circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsLogs

Represents a log entry for an incident action.

Example Usage

import { V3IncidentsLogs } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsLogs = {
  action: "<value>",
  time: new Date("2026-05-17T10:52:48.892Z"),
  reason: "<value>",
};

Fields

Field
Type
Required
Description

action

string

✔️

N/A

isManuallyCreated

boolean

N/A

createdBy

string

N/A

updatedBy

string

N/A

assignedTo

string

N/A

assignedBy

string

N/A

id

string

N/A

workflowId

number

N/A

time

✔️

N/A

reason

string

✔️

N/A

type

string

N/A

shouldShowInPostmortem

boolean

N/A

Last updated