LIST Device Fleet Configurations
GET/workspaces/:workspaceId/device-fleet-configurations
List all the existing Device Fleet Configurations.
Request
Path Parameters
workspaceId uuidrequired
Responses
- 200
- 404
- 423
List of Device Fleet Configurations.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
Array [
]
name string
createdTime date-time
lastUpdatedTime date-time
desiredPropertyPath string
systemMetrics
object
targetedCount int64nullable
appliedCount int64nullable
priority int32
[
{
"name": "string",
"createdTime": "2024-11-11T15:00:26.689Z",
"lastUpdatedTime": "2024-11-11T15:00:26.689Z",
"desiredPropertyPath": "string",
"systemMetrics": {
"targetedCount": 0,
"appliedCount": 0
},
"priority": 0
}
]
[
{
"name": "device-fleet-configuration-1",
"createdTime": "2021-09-08T14:00:00+00:00",
"lastUpdatedTime": "2021-09-08T14:00:00+00:00",
"priority": 1
},
{
"name": "device-fleet-configuration-2",
"createdTime": "2021-09-08T14:00:00+00:00",
"lastUpdatedTime": "2021-09-08T14:00:00+00:00",
"priority": 5
},
{
"name": "device-fleet-configuration-3",
"createdTime": "2021-09-08T14:00:00+00:00",
"lastUpdatedTime": "2021-09-08T14:00:00+00:00",
"priority": 7
}
]
Workspace not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace disabled.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...