circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsGetWorkflowLogsResponseData

Example Usage

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

let value: V3WorkflowsGetWorkflowLogsResponseData = {
  id: "<id>",
  status: "successful",
  incidentId: "<id>",
  actionExecution: "<value>",
  message: "<value>",
  executedAt: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

status

✔️

N/A

incidentId

string

✔️

N/A

actionExecution

string

✔️

N/A

message

string

✔️

N/A

executedAt

string

✔️

N/A

Last updated