V3IncidentsIncidentEventResponse
Represents an incident event.
Example Usage
import { V3IncidentsIncidentEventResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsIncidentEventResponse = {
incidentId: "<id>",
alertSourceId: "<id>",
message: "<value>",
description:
"elevator alive pupil shrill after besides oxidise repurpose behind",
timeOfCreation: new Date("2024-01-20T15:29:26.403Z"),
tags: {},
payload: {},
};Fields
Field
Type
Required
Description
incidentId
string
✔️
N/A
alertSourceId
string
✔️
N/A
message
string
✔️
N/A
description
string
✔️
N/A
PreviousV3IncidentsIncidentActionsWebhookActionResponseHeader
NextV3IncidentsIncidentEventResponseTags
Last updated