Skip to main content

EventListDTO

pageint32

Page of entities

perPageint32

Number of entities requested for the current page

orderstringnullable

Ordering criteria used for the current page

statusCodeint32
recordsTotalint32
workloadEvents object[]nullable
  • Array [
  • meta object
    timestampdate-time
    eventTypestringnullable
    eventIdstringnullable
    resourceSetIduuid
    policyIdstringnullable
    actionstringnullable
    connectionIdstringnullable
    severitystringnullable
    property name*any
    network object
    clientWorkloadIPstringnullable
    clientWorkloadPortint32
    serverWorkloadIPstringnullable
    serverWorkloadPortint32nullable
    proxyPortint32nullable
    property name*any
    outcome object
    resultstringnullable
    property name*any
  • ]
  • EventListDTO
    {
    "page": 0,
    "perPage": 0,
    "order": "string",
    "statusCode": 0,
    "recordsTotal": 0,
    "workloadEvents": [
    {
    "meta": {
    "timestamp": "2024-07-29T15:51:28.071Z",
    "eventType": "string",
    "eventId": "string",
    "resourceSetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "policyId": "string",
    "action": "string",
    "connectionId": "string",
    "severity": "string"
    },
    "network": {
    "clientWorkloadIP": "string",
    "clientWorkloadPort": 0,
    "serverWorkloadIP": "string",
    "serverWorkloadPort": 0,
    "proxyPort": 0
    },
    "outcome": {
    "result": "string"
    }
    }
    ]
    }