List Units in a Scope
GET/metadata/scopes/:scope/units
List all Units
in a Scope
.
Request
Path Parameters
scope stringrequired
The Scope
to list Units
in.
Responses
- 200
- 400
- 401
- 403
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
scope stringrequired
[
{
"name": "string",
"scope": "string"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
status stringrequired
Possible values: [Validation Error
]
errors
object[]
required
error stringrequired
location stringrequired
Possible values: [body
, query
, path
, headers
]
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Unauthorized
]
{
"status": "Unauthorized"
}
Device not yet provisioned
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Device not yet provisioned
]
{
"status": "Device not yet provisioned"
}
Loading...