Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
API
Commits
01961096
Commit
01961096
authored
3 years ago
by
Laurent Velez
Browse files
Options
Downloads
Patches
Plain Diff
added Container3
parent
c7968889
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
OpenAPI/openAPI-API-AE-0.1-resolved.yaml
+161
-0
161 additions, 0 deletions
OpenAPI/openAPI-API-AE-0.1-resolved.yaml
OpenAPI/openapi-AE1.yaml
+2
-3
2 additions, 3 deletions
OpenAPI/openapi-AE1.yaml
with
163 additions
and
3 deletions
OpenAPI/openAPI-API-AE-0.1-resolved.yaml
0 → 100644
+
161
−
0
View file @
01961096
---
openapi
:
3.0.1
info
:
title
:
defaultTitle
description
:
defaultDescription
version
:
"
0.1"
servers
:
-
url
:
http://192.168.1.30:8080
paths
:
/cse-in
:
post
:
description
:
Auto generated using Swagger Inspector
parameters
:
-
name
:
X-M2M-Origin
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
CAdmin
-
name
:
X-M2M-RVI
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
"
3"
-
name
:
X-M2M-RI
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
"
1234"
requestBody
:
content
:
application/json;ty=2
:
schema
:
type
:
object
examples
:
"
0"
:
value
:
|-
{
"m2m:ae" : {
"rn": "temperature",
"api": "N01.com.company.temperature ",
"lbl": ["key1", "key2"],
"rr": true,
"srv": ["3"],
"poa": ["http://192.168.1.30:8080"]
}
}
responses
:
"
201"
:
description
:
create AE
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/inline_response_201'
examples
:
rcn=0
:
value
:
'
{"m2m:ae":
{"rn":
"temperature",
"api":
"N01.com.company.temperature
",
"lbl":
["key1",
"key2"],
"rr":
true,
"srv":
["3"],
"poa":
["http://192.168.1.30:8080"],
"ri":
"CAdmin",
"ct":
"20210330T153934,791690",
"lt":
"20210330T153934,791690",
"et":
"20220330T153934,791714",
"pi":
"id-in",
"ty":
2,
"aei":
"CAdmin"}}'
rcn=2
:
value
:
'
{"m2m:ae":
{"rn":
"temperature",
"api":
"N01.com.company.temperature
",
"lbl":
["key1",
"key2"],
"rr":
true,
"srv":
["3"],
"poa":
["http://192.168.1.30:8080"],
"ri":
"CAdmin",
"ct":
"20210330T153934,791690",
"lt":
"20210330T153934,791690",
"et":
"20220330T153934,791714",
"pi":
"id-in",
"ty":
2,
"aei":
"CAdmin"}}'
servers
:
-
url
:
http://192.168.1.30:8080
servers
:
-
url
:
http://192.168.1.30:8080
/cse-in/temperature
:
get
:
description
:
Auto generated using Swagger Inspector
parameters
:
-
name
:
X-M2M-Origin
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
CAdmin
-
name
:
X-M2M-RVI
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
"
3"
-
name
:
X-M2M-RI
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
"
1234"
responses
:
"
200"
:
description
:
Auto generated using Swagger Inspector
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/inline_response_201'
examples
:
"
0"
:
value
:
'
{"m2m:ae":
{"rn":
"temperature",
"api":
"N01.com.company.temperature
",
"lbl":
["key1",
"key2"],
"rr":
true,
"srv":
["3"],
"poa":
["http://192.168.1.30:8080"],
"ri":
"CAdmin",
"ct":
"20210330T153934,791690",
"lt":
"20210330T153934,791690",
"et":
"20220330T153934,791714",
"pi":
"id-in",
"ty":
2,
"aei":
"CAdmin"}}'
servers
:
-
url
:
http://192.168.1.30:8080
servers
:
-
url
:
http://192.168.1.30:8080
components
:
schemas
:
Schema
:
type
:
object
properties
:
id
:
type
:
integer
format
:
int64
inline_response_201
:
type
:
object
properties
:
m2m:ae
:
$ref
:
'
#/components/schemas/inline_response_201_m2mae'
inline_response_201_m2mae
:
type
:
object
properties
:
rr
:
type
:
boolean
poa
:
type
:
array
items
:
type
:
string
aei
:
type
:
string
ty
:
type
:
integer
lt
:
type
:
string
et
:
type
:
string
ct
:
type
:
string
srv
:
type
:
array
items
:
type
:
string
lbl
:
type
:
array
items
:
type
:
string
ri
:
type
:
string
pi
:
type
:
string
api
:
type
:
string
rn
:
type
:
string
This diff is collapsed.
Click to expand it.
OpenAPI/openapi-AE1.yaml
+
2
−
3
View file @
01961096
...
...
@@ -66,11 +66,10 @@ paths:
"
rcn=3"
:
value
:
'
{"m2m:ae":
{"rn":
"lolo",
"api":
"N01.com.company.temperature
",
"lbl":
["key1",
"key2"],
"rr":
true,
"srv":
["3"],
"poa":
["http://192.168.1.30:8080"],
"ri":
"CAdmin",
"ct":
"20210330T153934,791690",
"lt":
"20210330T153934,791690",
"et":
"20220330T153934,791714",
"pi":
"id-in",
"ty":
2,
"aei":
"CAdmin"}}'
servers
:
-
url
:
http://192.168.1.30:8080
servers
:
-
url
:
http://192.168.1.30:8080
/cse-in/temperature
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment