-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No CMD attributes added when sending push commands (using endpoint
)
#1559
Comments
endpoint
)
endpoint
)endpoint
)
IMHO depending on what is done by https://webhook.site/5425edee, in my case a request-bin service the command_status in entity will be updated. In a default case, request-bin is receiving command and doing nothing, and then iotagent mark command_status as PENDING. Which response is sending https://webhook.site/5425edee endpoint ? 200? 204? |
It retruns a 200 code. In any case, the |
Is this URL right ?
@mapedraza ring or ping ? |
@AlvaroVega ping, was a typo |
Hi @mapedraza , I was trying to reproduce the issue to fix it. But i am facing error while triggering command.
Above API results into below error:
Could you please help me to reproduce the issue? |
Could you share your share the steps you used till arriving to that response? Please, share also IoT Agent and Context Broker version |
Hi @mapedraza , I have followed below steps:
2. Device Provision
3. Trigger Command
After Step 3, I am facing below error: Note: I have started dummy IoT Devices configuration using below:
|
Hi @Madhu1029 . I am not able to see which version of Orion and IoTA you are using. Please, try with latest releases:
and
|
IoT Agent Node Lib version the issue has been seen with
4.1.0
Bound or port used (API interaction)
Southbound (Devices data API), Northbound (Provision API and NGSI Interactions)
NGSI version
NGSIv2
Are you running a container?
Yes, I am using a contaner (Docker, Kubernetes...)
Image type
normal
Expected behaviour you didn't see
No _info and _status added to the entity when sending push commands (using
endpoint
parameter in provision)Steps to reproduce the problem
Group provision
Dev provision
Triggering cmd
Then, no _info and _status attributes added to CB.
Expected _status = DELIVERED if worked the HTTP request to be included into the entity in order to align with polling commands.
After confirming the command, this means the following request:
entity is updated with info and status attributes as follows:
The text was updated successfully, but these errors were encountered: