Skip to main content

@dialstack/sdk / index / DeviceLine

Interface: DeviceLine

Defined in: sdk/src/types/device.ts:200

A SIP line configured on a provisioned device.

Properties

created_at

TypeScript
created_at: string;

Defined in: sdk/src/types/device.ts:214

ISO 8601 timestamp


device?

TypeScript
optional device?: string;

Defined in: sdk/src/types/device.ts:204

TypeID of the parent device


device_id

TypeScript
device_id: string;

Defined in: sdk/src/types/device.ts:206

Deprecated

Use device. Retained for backwards compatibility.


endpoint?

TypeScript
optional endpoint?: string;

Defined in: sdk/src/types/device.ts:210

TypeID of the associated endpoint, if any


endpoint_id?

TypeScript
optional endpoint_id?: string;

Defined in: sdk/src/types/device.ts:212

Deprecated

Use endpoint. Retained for backwards compatibility.


id

TypeScript
id: string;

Defined in: sdk/src/types/device.ts:202

TypeID with dln_ prefix


line_number

TypeScript
line_number: number;

Defined in: sdk/src/types/device.ts:208

Line number on the device (1-based)


updated_at

TypeScript
updated_at: string;

Defined in: sdk/src/types/device.ts:216

ISO 8601 timestamp