@dialstack/sdk / index / ProvisioningEvent
Interface: ProvisioningEvent
Defined in: sdk/src/types/device.ts:359
A provisioning event logged when a device fetches its configuration.
Properties
created_at
created_at: string;
Defined in: sdk/src/types/device.ts:373
ISO 8601 timestamp
details?
optional details?: Record<string, unknown>;
Defined in: sdk/src/types/device.ts:371
Additional event details
device_id
device_id: string;
Defined in: sdk/src/types/device.ts:363
TypeID of the device
event_type
event_type: string;
Defined in: sdk/src/types/device.ts:365
Type of event (e.g., "config_fetch", "config_error")
id
id: string;
Defined in: sdk/src/types/device.ts:361
TypeID with preve_ prefix
source_ip?
optional source_ip?: string;
Defined in: sdk/src/types/device.ts:367
IP address that initiated the request
user_agent?
optional user_agent?: string;
Defined in: sdk/src/types/device.ts:369
User-Agent header from the request