Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIM - Context Information Management
NGSI-LD API
Commits
0ae6c918
Commit
0ae6c918
authored
Aug 13, 2018
by
canterafonsj
Browse files
Merge branch 'swagger_changes' into 'master'
Update as per latest specification See merge request NGSI-LD/NGSI-LD!1
parents
10859b80
cb3e3a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/ngsild_swagger.json
View file @
0ae6c918
...
...
@@ -76,7 +76,7 @@
"https"
],
"paths"
:
{
"/entities"
:
{
"/entities
/
"
:
{
"get"
:
{
"description"
:
"Retrieve a set of entities which matches a specific query from an NGSI-LD system"
,
"operationId"
:
"queryEntities"
,
...
...
@@ -277,7 +277,7 @@
}
}
},
"/entities/{entityId}/attrs"
:
{
"/entities/{entityId}/attrs
/
"
:
{
"post"
:
{
"description"
:
"Append new Entity attributes to an existing Entity within an NGSI-LD system"
,
"operationId"
:
"appendEntityAttrs"
,
...
...
@@ -473,7 +473,7 @@
}
}
},
"/csource
s
"
:
{
"/csource
Registrations/
"
:
{
"post"
:
{
"description"
:
"Registers a new context source within an NGSI-LD system"
,
"operationId"
:
"registerCsource"
,
...
...
@@ -599,7 +599,7 @@
}
}
},
"/csources/{registrationId}"
:
{
"/csource
Registration
s/{registrationId}"
:
{
"get"
:
{
"description"
:
"Retrieves a specific context source registration from an NGSI-LD system"
,
"operationId"
:
"retrieveCsource"
,
...
...
@@ -711,7 +711,7 @@
}
}
},
"/subscriptions"
:
{
"/subscriptions
/
"
:
{
"post"
:
{
"description"
:
"Creates a new Subscription within an NGSI-LD system"
,
"operationId"
:
"createSubscription"
,
...
...
@@ -895,7 +895,7 @@
}
}
},
"/csourceSubscriptions"
:
{
"/csourceSubscriptions
/
"
:
{
"post"
:
{
"description"
:
"Creates a context source discovery Subscription within an NGSI-LD system"
,
"operationId"
:
"createCSourceSubscription"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment