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
86b8f81a
Commit
86b8f81a
authored
3 years ago
by
Laurent Velez
Browse files
Options
Downloads
Patches
Plain Diff
added Container3
parent
f80e8747
Branches
MAS-2018-0050
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
OpenAPI/openapi-Container.json
+7
-7
7 additions, 7 deletions
OpenAPI/openapi-Container.json
OpenAPI/openapi-container.yaml
+92
-0
92 additions, 0 deletions
OpenAPI/openapi-container.yaml
with
99 additions
and
7 deletions
OpenAPI/openapi-Container.json
+
7
−
7
View file @
86b8f81a
...
@@ -55,7 +55,13 @@
...
@@ -55,7 +55,13 @@
},
},
"examples"
:
{
"examples"
:
{
"0"
:
{
"0"
:
{
"value"
:
"{
\n
\"
m2m:cnt
\"
: {
\n
\"
rn
\"
:
\"
cont_name
\"
,
\n
}
\n
}"
"value"
:
"{
"
m
2
m:cnt
":
{
"
rn
": "
cont_name
1
"
}
}
"
}
}
}
}
}
}
...
@@ -67,12 +73,6 @@
...
@@ -67,12 +73,6 @@
"content"
:
{
"content"
:
{
"application/json"
:
{
"application/json"
:
{
"examples"
:
{
"examples"
:
{
"with no rcn or rcn=1 in the request"
:
{
"with no rcn or rcn=1 in the request"
:
{
"value"
:
"{
\n
\"
m2m:cnt
\"
: {
\n
\"
rn
\"
:
\"
aename
\"
,
\n
\"
api
\"
:
\"
N01.com.company.aename
\"
,
\n
\"
lbl
\"
: [
\"
key1
\"
,
\"
key2
\"
],
\n
\"
rr
\"
: true,
\n
\"
srv
\"
: [
\"
3
\"
],
\n
\"
poa
\"
: [
\"
http://cse-address:8080
\"
],
\n
\"
ri
\"
:
\"
CAdmin
\"
,
\n
\"
ct
\"
:
\"
20210330T153934,791690
\"
,
\n
\"
lt
\"
:
\"
20210330T153934,791690
\"
,
\n
\"
et
\"
:
\"
20220330T153934,791714
\"
,
\n
\"
pi
\"
:
\"
cse-id
\"
,
\n
\"
ty
\"
: 2,
\n
\"
aei
\"
:
\"
CAdmin
\"\n
}
\n
}"
"value"
:
"{
\n
\"
m2m:cnt
\"
: {
\n
\"
rn
\"
:
\"
aename
\"
,
\n
\"
api
\"
:
\"
N01.com.company.aename
\"
,
\n
\"
lbl
\"
: [
\"
key1
\"
,
\"
key2
\"
],
\n
\"
rr
\"
: true,
\n
\"
srv
\"
: [
\"
3
\"
],
\n
\"
poa
\"
: [
\"
http://cse-address:8080
\"
],
\n
\"
ri
\"
:
\"
CAdmin
\"
,
\n
\"
ct
\"
:
\"
20210330T153934,791690
\"
,
\n
\"
lt
\"
:
\"
20210330T153934,791690
\"
,
\n
\"
et
\"
:
\"
20220330T153934,791714
\"
,
\n
\"
pi
\"
:
\"
cse-id
\"
,
\n
\"
ty
\"
: 2,
\n
\"
aei
\"
:
\"
CAdmin
\"\n
}
\n
}"
...
...
This diff is collapsed.
Click to expand it.
OpenAPI/openapi-container.yaml
0 → 100644
+
92
−
0
View file @
86b8f81a
---
openapi
:
3.0.1
info
:
title
:
defaultTitle
description
:
defaultDescription
version
:
"
0.1"
servers
:
-
url
:
http://localhost:8080
paths
:
/cse-in/aename
:
post
:
description
:
Auto generated using Swagger Inspector
parameters
:
-
name
:
X-M2M-Origin
in
:
header
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
example
:
Caename
-
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=3
:
schema
:
type
:
string
examples
:
"
0"
:
value
:
|
{
"m2m:cnt": {
"rn": "cont_name1"
}
}
responses
:
"
201"
:
description
:
Auto generated using Swagger Inspector
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/inline_response_201'
examples
:
"
0"
:
value
:
'
{"m2m:cnt":
{"rn":
"cont_name1",
"ri":
"cnt1741911386948132408",
"ct":
"20210727T134151,226489",
"lt":
"20210727T134151,226489",
"et":
"20220727T134151,226489",
"pi":
"Caename",
"st":
0,
"ty":
3,
"cni":
0,
"cbs":
0}}'
servers
:
-
url
:
http://localhost:8080
servers
:
-
url
:
http://localhost:8080
components
:
schemas
:
inline_response_201
:
type
:
object
properties
:
m2m:cnt
:
type
:
object
properties
:
ct
:
type
:
string
st
:
type
:
integer
ty
:
type
:
integer
cbs
:
type
:
integer
ri
:
type
:
string
lt
:
type
:
string
pi
:
type
:
string
rn
:
type
:
string
et
:
type
:
string
cni
:
type
:
integer
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