Readonly
defaultsReadonly
ltsStatic
ltsOptional
parameters: { device_id?: string; name?: string }Optional
device_id?: stringOptional
name?: stringName of the unmanaged device that you want to get.
Optional
parameters: {Optional
connect_webview_id?: stringID of the Connect Webview for which you want to list devices.
Optional
connected_account_id?: stringID of the connected account for which you want to list devices.
Optional
connected_account_ids?: string[]Array of IDs of the connected accounts for which you want to list devices.
Optional
created_before?: DateTimestamp by which to limit returned devices. Returns devices created before this timestamp.
Optional
custom_metadata_has?: { [x: string]: string | boolean }Set of key:value custom metadata pairs for which you want to list devices.
Optional
customer_key?: stringCustomer key for which you want to list devices.
Optional
device_ids?: string[]Array of device IDs for which you want to list devices.
Optional
device_type?: Device type for which you want to list devices.
Optional
device_types?: (Array of device types for which you want to list devices.
Optional
exclude_if?: (Optional
include_if?: (Optional
limit?: numberNumerical limit on the number of devices to return.
Optional
manufacturer?: Manufacturer for which you want to list devices.
Optional
page_cursor?: null | stringIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
Optional
search?: stringString for which to search. Filters returned devices to include all records that satisfy a partial match using device_id
, display_name
, custom_metadata
or location.location_name
.
Optional
space_id?: stringID of the space for which you want to list devices.
Optional
unstable_location_id?: null | stringOptional
user_identifier_key?: stringYour own internal user ID for the user for which you want to list devices.
Optional
parameters: {Optional
custom_metadata?: { [x: string]: null | string | boolean }Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs.
ID of the unmanaged device that you want to update.
Optional
is_managed?: trueIndicates whether the device is managed. Set this parameter to true
to convert an unmanaged device to managed.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
from
ID of the unmanaged device that you want to get.