Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
A API Device Manager é uma API CRUD (criar, ler, atualizar e excluir) e é
usada para gerenciar dispositivos e as configurações deles. Um dispositivo é um recurso, e as
configurações do dispositivo descrevem os metadados sobre ele.
Além dos métodos padrão CreateDevice(),
GetDevice()
e UpdateDevice()
para gerenciar dispositivos, o Gerenciador de dispositivos também oferece o
método CreateSignedDevice()
para criar dispositivos que precisam ser instalados por um instalador profissional certificado (CPI, na sigla em inglês) usando um
payload codificado em token da Web JSON.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]