Describes the details of an individual session entry as returned by the PAN-OS API, representing active sessions on the device.

interface SessionEntry {
    application: string;
    decrypt-mirror: string;
    dport: string;
    dst: string;
    dstnat: string;
    egress: string;
    flags: string;
    from: string;
    idx: string;
    ingress: string;
    nat: string;
    proto: string;
    proxy: string;
    security-rule: string;
    source: string;
    sport: string;
    srcnat: string;
    start-time: string;
    state: string;
    to: string;
    total-byte-count: string;
    type: string;
    vsys: string;
    vsys-idx: string;
    xdport: string;
    xdst: string;
    xsource: string;
    xsport: string;
}

Properties

application: string

The application associated with the session.

decrypt-mirror: string

Indicates whether decrypt mirror is applied to this session.

dport: string

The destination port of the session.

dst: string

The destination IP address of the session.

dstnat: string

Destination NAT type applied to the session.

egress: string

The egress interface for the session.

flags: string

Any additional flags associated with the session.

from: string

The source zone of the session.

idx: string

The session index.

ingress: string

The ingress interface for the session.

nat: string

Indicates whether NAT is applied to the session.

proto: string

The protocol used in the session.

proxy: string

Indicates whether a proxy is used in the session.

security-rule: string

The security rule associated with the session.

source: string

The source IP address of the session.

sport: string

The source port of the session.

srcnat: string

Source NAT type applied to the session.

start-time: string

The start time of the session.

state: string

The state of the session.

to: string

The destination zone of the session.

total-byte-count: string

The total byte count of the session.

type: string

The type of the session.

vsys: string

The virtual system associated with the session.

vsys-idx: string

The virtual system index the session belongs to.

xdport: string

The untranslated destination port if destination NAT is performed.

xdst: string

The untranslated destination IP address if destination NAT is performed.

xsource: string

The untranslated source IP address if source NAT is performed.

xsport: string

The untranslated source port if source NAT is performed.

Generated using TypeDoc