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

V3AuditLogsFilters

Represents filters used in audit log queries

Example Usage

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

let value: V3AuditLogsFilters = {
  startDate: new RFCDate("2024-01-16"),
  endDate: new RFCDate("2025-04-23"),
};

Fields

Field
Type
Required
Description

startDate

RFCDate

✔️

N/A

endDate

RFCDate

✔️

N/A

resource

string[]

N/A

action

string[]

N/A

actor

models.V3AuditLogsActor[]

N/A

team

models.V3AuditLogsTeam[]

N/A

client

string[]

N/A

Last updated