Timeout when adding a device #253
Unanswered
dapasternak
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Typically this means the service that is register Is |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new so sorry if this is an obvious one
I am following the tutorial https://docs.edgexfoundry.org/3.1/walk-through/Ch-WalkthroughProvision/ and have been able to add the Device profile and service but when I try to add a device using the following CURL, I am getting a timeout but I do not see any other information
curl -X 'POST' 'http://localhost:59881/api/v3/device' -d '[{"apiVersion" : "v3", "device": {"name": "countcamera1","description": "human and dog counting camera #1","adminState": "UNLOCKED","operatingState": "UP","labels": ["camera","counter"],"location": "{lat:45.45,long:47.80}","serviceName": "camera-control-device-service","profileName": "camera-monitor-profile","protocols": {"camera-protocol": {"camera-address": "localhost","port": "1234","unitID": "1"}}}}]'
Response
<title>Timeout</title>Timeout
Any ideas? I read somewhere that this could be an issue with v3?
Beta Was this translation helpful? Give feedback.
All reactions