Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Application Support API and MEC Service Management API
Commits
2017d413
Commit
2017d413
authored
Jan 28, 2022
by
piscione
Browse files
Fixes on examples.
parent
8a59a1ae
Pipeline
#10490
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MecAppSupportApi.json
View file @
2017d413
...
...
@@ -104,10 +104,18 @@
}
],
"action"
:
"FORWARD_DECAPSULATED"
,
"dstInterface"
:
{
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
},
"dstInterface"
:
[
{
"dstInterface0"
:
null
,
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
},
{
"dstInterface1"
:
null
,
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.2"
}
],
"state"
:
"ACTIVE"
}
]
...
...
@@ -137,10 +145,13 @@
}
],
"action"
:
"FORWARD_DECAPSULATED"
,
"dstInterface"
:
{
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
},
"dstInterface"
:
[
{
"dstInterface0"
:
null
,
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
}
],
"state"
:
"ACTIVE"
}
]
...
...
@@ -261,10 +272,13 @@
}
],
"action"
:
"FORWARD_DECAPSULATED"
,
"dstInterface"
:
{
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
},
"dstInterface"
:
[
{
"dstInterface0"
:
null
,
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
}
],
"state"
:
"ACTIVE"
}
}
...
...
@@ -392,10 +406,13 @@
}
],
"action"
:
"FORWARD_DECAPSULATED"
,
"dstInterface"
:
{
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
},
"dstInterface"
:
[
{
"dstInterface0"
:
null
,
"interfaceType"
:
"IP"
,
"dstIpAddress"
:
"20.1.1.1"
}
],
"state"
:
"ACTIVE"
}
}
...
...
MecAppSupportApi.yaml
View file @
2017d413
...
...
@@ -66,8 +66,12 @@ paths:
-
'
80'
action
:
FORWARD_DECAPSULATED
dstInterface
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
-
dstInterface0
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
-
dstInterface1
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.2
state
:
ACTIVE
contentMediaType
:
application/json
examples
:
...
...
@@ -87,8 +91,9 @@ paths:
-
'
80'
action
:
FORWARD_DECAPSULATED
dstInterface
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
-
dstInterface0
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
state
:
ACTIVE
'
400'
:
description
:
Bad Request. It is used to indicate that incorrect parameters were passed to the request.
...
...
@@ -170,8 +175,9 @@ paths:
-
'
80'
action
:
FORWARD_DECAPSULATED
dstInterface
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
-
dstInterface0
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
state
:
ACTIVE
'
400'
:
description
:
Bad Request. It is used to indicate that incorrect parameters were passed to the request.
...
...
@@ -258,8 +264,9 @@ paths:
-
'
80'
action
:
FORWARD_DECAPSULATED
dstInterface
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
-
dstInterface0
:
interfaceType
:
IP
dstIpAddress
:
20.1.1.1
state
:
ACTIVE
'
400'
:
description
:
Bad Request. It is used to indicate that incorrect parameters were passed to the request.
...
...
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