GET api/pcount/iot/monitor/v1/contrato/{contratoId}/circuito/{circuitoId}/novaversao
Atualiza a Temperatura do Circuito e Retorna o updateStatus do Circuito
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contratoId | globally unique identifier |
Required |
|
| circuitoId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Return CircuitStatus: 0 - OK 1 - Update 2 - Reboot 3 - Update Sistema
VersaoIoTApiDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Numero | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "068012ea-ad8b-4e71-8263-e4ed05fa122a",
"numero": "sample string 2",
"url": "sample string 3"
}