GET api/pcount/iot/monitor/v1/contrato/{contratoId}/circuito/{remoteId}/configuracao

Retorna a configuração do Circuito através do RemoteId do AnyDeskClient

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contratoId

globally unique identifier

Required

remoteId

RemoteId do AnyDeskClient do Circuito

integer

Required

Body Parameters

None.

Response Information

Resource Description

CircuitoConfiguracaoV2Dto
NameDescriptionTypeAdditional information
circuitoId

globally unique identifier

None.

contratoId

globally unique identifier

None.

machinekey

string

None.

macAddress

string

None.

ddns

string

None.

remoteId

integer

None.

versaoId

globally unique identifier

None.

versao

string

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": "222c15aa-4ab4-4e1e-8879-99cd5a85a813",
  "contratoId": "423be2c6-a947-4668-9f3b-822032d0ef55",
  "machinekey": "sample string 3",
  "macAddress": "sample string 4",
  "ddns": "sample string 5",
  "remoteId": 6,
  "versaoId": "d28019b0-e786-424c-aeef-8cabd64014e9",
  "versao": "sample string 7",
  "endpoint": "sample string 8",
  "detectionStartTime": "00:00:00.1234567",
  "detectionEndTime": "00:00:00.1234567",
  "reconnectTime": 11,
  "enableCompress": true,
  "compressTime": 13,
  "compressSecretKey": "sample string 14",
  "compressEnableSync": true,
  "compressSyncTime": 16,
  "secondFrameDelay": 17,
  "bucketName": "sample string 18",
  "accessKeyId": "sample string 19",
  "accessSecretKey": "sample string 20",
  "isActive": true,
  "camera": [
    {
      "$id": "2",
      "id": "9deebb5e-49d6-46ed-8409-a511d1ed17b7",
      "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"
    }
  ]
}