Roaming Computers
The Cisco Secure Access Roaming Computers API enables you to programmatically view and manage the roaming computers in your organization. You can also get the organization information to register roaming computers with Secure Access.
You can find the Secure Access Roaming Computers API endpoints under the deployments scope.
Overview
Rate Limits for Roaming Computers
Secure Access enables rate limits on the Roaming Computers API endpoints. For more information, see Rate Limits > Roaming Computers.
Request Headers
Unless specified, the Secure Access API endpoints use JSON for all requests and responses.
Note: For POST, PUT, and PATCH operations, set the HTTP
Content-Type header to application/json in your API request.
Roaming Computers API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /roamingcomputers |
List the roaming computers |
| GET | /roamingcomputers/{id} |
Get a roaming computer by ID |
| PUT | /roamingcomputers/{id} |
Update a roaming computer |
| DEL | /roamingcomputers/{id} |
Delete a roaming computer |
| GET | /deviceregistrations |
Get OrgInfo properties |
Version: 2.0.0
Contact: Cloud Security Developer Community