Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:Orion
Description
Created question in FIWARE Q/A platform on 24-09-2018 at 16:09
Please, ANSWER this question AT https://stackoverflow.com/questions/52481718/python-fiware-orion-context-broker-problems
Question:
Python Fiware Orion Context Broker problems
Description:
I can't create an entity.
Payload:
datos =
{ "id": "1", "type": "Car" }Query:
jsonData = json.dumps(datos)
url = 'http://130.206.113.177:1026/v2/entities'
response = requests.post(url, data=jsonData, headers=head)
Error:
'
{"error":"BadRequest","description":"attribute must be a JSON object, unless keyValues option is used"}'
Activity
- All
- Comments
- History
- Activity
- Transitions