The Device Manager API is a create, read, update, and delete (CRUD) API, and is used to manage devices and their configurations. A device is a resource, and device configurations describe the metadata about the device.
In addition to the standard CreateDevice()
,
GetDevice()
,
and UpdateDevice()
methods
to manage devices, Device Manager also offers the
CreateSignedDevice()
method
to create devices that need to be installed by a Certified Professional Installer (CPI) from a
JSON Web Token-encoded payload.
What's next
- To get an overview of the SAS Portal API, see Google SAS Portal API overview.
- For information about the Customers API, see Customers API.
- For examples of how to use the API, see API code samples.
- For reference documentation, see APIs and reference.