circle-info
Squadcast is now SolarWinds Incident Response

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

Last updated