List all templates
GET/apis/v1/templates-management/templates
Use this method to return a list of all device templates.
Common query parameters: This REST API supports query parameters for paginating, scoping, filtering, sorting, including data, and excluding data in the response. For more information about these common query parameters, see Paginating, filtering, including data, and excluding data in responses.
-
The following example return a list of all device templates.
GET https://192.0.2.0/api/v1/templates-management/templates -
The following example return a list of all device templates that have non-compliant devices.
GET https://192.0.2.0/aapi/v1/templates-management/templates?filterEquals[][attributes]=rules.overallStatus&filterEquals[][values]=notCompliant
Request
Responses
- 200
- 206
- 429
- 500
Success
Success - Partial data returned
Failure - Too many requests
Failure - Internal server error