project
Get Device Fleets
get/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets
Response
The response body from a fleets endpoint.
Example response
{
"fleets": [
{
"connectivity_assurance": {
"enabled": true
}
}
]
}