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

V3AuditLogsListAuditLogsExportHistoryResponse

Response model for listing audit logs export history

Example Usage

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

let value: V3AuditLogsListAuditLogsExportHistoryResponse = {
  data: [
    {
      id: "<id>",
      name: "<value>",
      description: "commandeer astride mask mismatch after beyond uh-huh oof",
      exportedAt: "<value>",
      requestedBy: {
        userID: "<id>",
        userName: "Rosemary58",
        userEmail: "<value>",
        fullName: "Hannah Toy",
      },
      downloadLink: "<value>",
      status: "<value>",
      filters: {
        startDate: new RFCDate("2024-11-23"),
        endDate: new RFCDate("2024-04-13"),
      },
    },
  ],
  metadata: {
    totalCount: 520452,
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

metadata

✔️

N/A

Last updated