Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

NotesCreateNotesRequest

Example Usage

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

let value: NotesCreateNotesRequest = {
  incidentId: "<id>",
  v3IncidentsNotesCreateNoteRequest: {
    message: "<value>",
    attachments: [],
  },
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

v3IncidentsNotesCreateNoteRequest

✔️

N/A

Last updated