LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Overview
  • Fields
  • Example data

Was this helpful?

  1. Events (Archive)

pci-report-expire-soon

Overview

  • Key: pci-report-expire-soon

  • Name: PCI Report Expires Soon

  • Triggers when: The validity of a PCI report expires in 30 days. This occurs 60 days after a PCI report is approved.

Fields

Field
Type
Description

approved_date

string

Date report was approved

approved_days_ago

integer

Days since report approval

expires_in_days

integer

Days until report expiration

pci_report_id

integer

ID of the report

report_name

string

Name of the report

Example data

{
  "approved_date": "2021-08-27",
  "approved_days_ago": 61,
  "expires_in_days": 29,
  "report_id": 123456,
  "report_name": "Example Report"
}

Last updated 3 years ago

Was this helpful?