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

GlobalOncallReminderRulesCreateGlobalOncallReminderRulesResponse

The request has succeeded.

Example Usage

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

let value: GlobalOncallReminderRulesCreateGlobalOncallReminderRulesResponse = {
  data: {
    id: 125104,
    isEnabled: true,
    ownerId: "<id>",
    rules: [],
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated