Skip to content
Start here

Latest

Get latest Events
client.magicTransit.connectors.events.latest.list(stringconnectorId, LatestListParams { account_id } params, RequestOptionsoptions?): LatestListResponse { count, items }
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest
ModelsExpand Collapse
LatestListResponse { count, items }
count: number
items: Array<Item>
e: Init { k } | Leave { k } | StartAttestation { k } | 18 more
One of the following:
Init { k }
k: "Init"

Initialized process

Leave { k }
k: "Leave"

Stopped process

StartAttestation { k }
k: "StartAttestation"

Started attestation

FinishAttestationSuccess { k }
k: "FinishAttestationSuccess"

Finished attestation

FinishAttestationFailure { k }
k: "FinishAttestationFailure"

Failed attestation

StartRotateCryptKey { k }
k: "StartRotateCryptKey"

Started crypt key rotation

FinishRotateCryptKeySuccess { k }
k: "FinishRotateCryptKeySuccess"

Finished crypt key rotation

FinishRotateCryptKeyFailure { k }
k: "FinishRotateCryptKeyFailure"

Failed crypt key rotation

StartRotatePki { k }
k: "StartRotatePki"

Started PKI rotation

FinishRotatePkiSuccess { k }
k: "FinishRotatePkiSuccess"

Finished PKI rotation

FinishRotatePkiFailure { k }
k: "FinishRotatePkiFailure"

Failed PKI rotation

StartUpgrade { k, url }
k: "StartUpgrade"

Started upgrade

url: string

Location of upgrade bundle

FinishUpgradeSuccess { k }
k: "FinishUpgradeSuccess"

Finished upgrade

FinishUpgradeFailure { k }
k: "FinishUpgradeFailure"

Failed upgrade

Reconcile { k }
k: "Reconcile"

Reconciled

ConfigureCloudflaredTunnel { k }
k: "ConfigureCloudflaredTunnel"

Configured Cloudflared tunnel

RekeyInstallBoth { k, tunnel_id }
k: "RekeyInstallBoth"

Installed initial inbound and outbound keys

tunnel_id: string

Tunnel identifier

RekeyStart { k, tunnel_id }
k: "RekeyStart"

Installed new inbound key, kept old outbound

tunnel_id: string

Tunnel identifier

RekeyAdvance { k, tunnel_id }
k: "RekeyAdvance"

Confirmed traffic on new inbound key, swapped outbound to new

tunnel_id: string

Tunnel identifier

RekeyComplete { k, tunnel_id }
k: "RekeyComplete"

Deleted old keys

tunnel_id: string

Tunnel identifier

RekeyReset { k, tunnel_id }
k: "RekeyReset"

Deleted all keys after receiving an unexpected key

tunnel_id: string

Tunnel identifier

n: number

Sequence number, used to order events with the same timestamp

t: number

Time the Event was recorded (seconds since the Unix epoch)

v?: string

Version