Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
La API de Device Manager es una API de creación, lectura, actualización y eliminación (CRUD) que se usa para administrar dispositivos y sus parámetros de configuración. Un dispositivo es un recurso, y las configuraciones del dispositivo describen los metadatos sobre el dispositivo.
Además de los métodos estándar CreateDevice(), GetDevice() y UpdateDevice() para administrar dispositivos, el Administrador de dispositivos también ofrece el método CreateSignedDevice() para crear dispositivos que un instalador profesional certificado (CPI) debe instalar a partir de una carga útil codificada con un token web JSON.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-04 (UTC)"],[],[],null,["# Device Manager API\n\nThe Device Manager API is a create, read, update, and delete (CRUD) API, and is\nused to manage devices and their configurations. A *device* is a resource, and\n*device configurations* describe the metadata about the device.\n\nIn addition to the standard [`CreateDevice()`](/spectrum-access-system/docs/reference/rest/customers.devices/create),\n[`GetDevice()`](/spectrum-access-system/docs/reference/rest/customers.devices/get),\nand [`UpdateDevice()` methods](/spectrum-access-system/docs/reference/rest/customers.devices/patch)\nto manage devices, Device Manager also offers the\n[`CreateSignedDevice()` method](/spectrum-access-system/docs/reference/rest/customers.devices/createSigned)\nto create devices that need to be installed by a Certified Professional Installer (CPI) from a\n[JSON Web Token](https://jwt.io/)-encoded payload.\n\nWhat's next\n-----------\n\n- To get an overview of the SAS Portal API, see [Google SAS Portal API overview](/spectrum-access-system/docs/overview-api).\n- For information about the Customers API, see [Customers API](/spectrum-access-system/docs/customers-api).\n- For examples of how to use the API, see [API code samples](/spectrum-access-system/docs/samples).\n- For reference documentation, see [APIs and reference](/spectrum-access-system/docs/apis)."]]