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

V3ServicesCreateServiceRequest

Example Usage

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

let value: V3ServicesCreateServiceRequest = {
  name: "<value>",
  ownerId: "<id>",
  escalationPolicyId: "<id>",
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

ownerId

string

✔️

The owner_id is required for POST operations

escalationPolicyId

string

✔️

N/A

description

string

N/A

emailPrefix

string

N/A

maintainer

N/A

tags

models.V3ServicesServiceTag[]

N/A

autoPauseTransientAlertsConfig

N/A

intelligentAlertsGroupingConfig

N/A

delayNotificationConfig

N/A

dedupInitConfig

N/A

Last updated