circle-info
Squadcast is now SolarWinds Incident Response

V3AuditLogsExportAuditLogsRequest

Request model for exporting audit logs

Example Usage

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

let value: V3AuditLogsExportAuditLogsRequest = {
  filters: {
    startDate: new RFCDate("2026-09-24"),
    endDate: new RFCDate("2026-10-21"),
  },
  name: "<value>",
  exportType: "json",
};

Fields

Field
Type
Required
Description

filters

✔️

N/A

name

string

✔️

N/A

description

string

N/A

exportType

✔️

N/A

Last updated