GET Targeted Count
POST/workspaces/:workspaceId/device-fleet-configurations/validate/device-count
GET Targeted Count
Request
Path Parameters
workspaceId uuidrequired
- application/json
Body
targetCondition stringrequired
Responses
- 200
- 400
- 404
- 423
The number of devices targeted by the condition.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
targetedDevices int64
{
"targetedDevices": 0
}
{
"targetedDevices": 1089
}
Invalid target condition.
- 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 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...