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
CircuitoConfiguracaoDto| Name | 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": "f23d36e2-fe46-4e31-a8e8-3b67b6386d17",
"contratoId": "76a25c8f-31c5-48d4-bb53-58b1f9563030",
"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": "250b7f48-e41d-49e5-aff3-326e25b38a9f",
"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"
}
]
}