Update device names (bulk)
Bulk update device name prefixes. Each device is renamed to {prefix} ({last 5 ICCID digits}) unless skipPostfix is true. Devices are selected via deviceids, bulk-selection filters, or a combination of both. Requires the bulk_rename feature flag on the organization.
Authorizations
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.
Query Parameters
When true, return a sample of devices that would be renamed without making changes
Body
String prepended to every renamed device. The last 5 digits of the active ICCID are appended in parentheses unless skipPostfix is true.
When true, set each device name to the prefix exactly, with no ICCID suffix appended.
Explicit list of device IDs to rename.
When true, select all devices in the organization (subject to excludedDeviceIds).
When true, resolve the device selection from the search index using deviceFilters instead of the database.
Filter criteria used to select devices when allSelected is true or useSearch is true.
Device IDs to exclude from the bulk selection.
Cellular link IDs to include in the selection.
Top-level page numbers selected; presence triggers bulk device selection.
Response
OK
Indicates whether the request was successful.
true