LifecycleData
Firewall hit count and timestamps for their creation, last modification, and last used. Present for systems that were succesfully collected and have one of these operating systems: SRX, PAN_OS, CHECKPOINT, FORTINET and ASA, if reported by the the operating system. At least one of the fields will be non-null.
Fields
| name | type | nullable | description |
|---|---|---|---|
createdAt | Timestamp | true | The time at which this rule was created. |
lastModified | Timestamp | true | The time at which this rule's configuration was last updated. |
lastUsed | Timestamp | true | The time at which this rule last processed a packet. |
truncatedHitCount | Integer | true | Represents the number of packets processed by this rule since its creation. If the count exceeds the maximum integer limit, the value is set to -1 to indicate an overflow. In a future update, this field will be replaced with a larger data type. |
Used by
network → devices → aclEntries → lifecycleData
See also
Data model path
- network:
Network- devices: List<
Device>- aclEntries: List<
AclEntry>- lifecycleData:
LifecycleData
- lifecycleData:
- aclEntries: List<
- devices: List<