GET api/pcount/iot/v2/circuit/{circuitId}/configure
Retorna a configuração do Circuito através do Id do Circuito
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
circuitId |
Código Identificador do Circuito |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CircuitoConfiguracaoDtoName | Description | Type | Additional information |
---|---|---|---|
circuitoId | globally unique identifier |
None. |
|
contratoId | globally unique identifier |
None. |
|
machinekey | string |
None. |
|
macAddress | string |
None. |
|
ddns | string |
None. |
|
remoteId | integer |
None. |
|
endpoint | string |
None. |
|
detectionStartTime | time interval |
None. |
|
detectionEndTime | time interval |
None. |
|
reconnectTime | integer |
None. |
|
enableCompress | boolean |
None. |
|
compressTime | integer |
None. |
|
compressSecretKey | string |
None. |
|
compressEnableSync | boolean |
None. |
|
compressSyncTime | integer |
None. |
|
secondFrameDelay | integer |
None. |
|
bucketName | string |
None. |
|
accessKeyId | string |
None. |
|
accessSecretKey | string |
None. |
|
isActive | boolean |
None. |
|
camera | Collection of CircuitoCameraConfiguracaoDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "circuitoId": "e94bbe8d-f875-4ea7-a142-b3404b82ff8b", "contratoId": "5f4d2674-2f42-423c-b1d7-a8b204fe36ba", "machinekey": "sample string 3", "macAddress": "sample string 4", "ddns": "sample string 5", "remoteId": 6, "endpoint": "sample string 7", "detectionStartTime": "00:00:00.1234567", "detectionEndTime": "00:00:00.1234567", "reconnectTime": 10, "enableCompress": true, "compressTime": 12, "compressSecretKey": "sample string 13", "compressEnableSync": true, "compressSyncTime": 15, "secondFrameDelay": 16, "bucketName": "sample string 17", "accessKeyId": "sample string 18", "accessSecretKey": "sample string 19", "isActive": true, "camera": [ { "$id": "2", "id": "1bfa85cb-b93b-484a-a286-85de8d9c315f", "description": "sample string 2", "ip": "sample string 3", "port": 4, "channel": 1, "subtype": 1, "user": "sample string 5", "password": "sample string 6", "urlFormat": "sample string 7", "isActive": true }, { "$ref": "2" } ] }