Squadcast is now SolarWinds Incident Response

AuditLogsListAuditLogsRequest

Example Usage

import { AuditLogsListAuditLogsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
import { RFCDate } from "@solarwinds/squadcast-sdk-typescript/types";

let value: AuditLogsListAuditLogsRequest = {
  pageSize: 192593,
  pageNumber: 502057,
  startDate: new RFCDate("2025-10-05"),
  endDate: new RFCDate("2025-02-23"),
};

Fields

Field
Type
Required
Description

pageSize

number

✔️

N/A

pageNumber

number

✔️

N/A

startDate

✔️

N/A

endDate

✔️

N/A

action

string[]

N/A

resource

string[]

N/A

actor

string[]

N/A

team

string[]

N/A

client

N/A

Last updated