Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
5ac61d19
Commit
5ac61d19
authored
Mar 01, 2019
by
Walter Featherstone
Browse files
host and port are required for an EndPointInfo addresses array instance
parent
f9172198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
28 deletions
+7
-28
Mp1.json
Mp1.json
+4
-18
Mp1.yaml
Mp1.yaml
+3
-10
No files found.
Mp1.json
View file @
5ac61d19
...
...
@@ -1067,12 +1067,6 @@
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
"port"
:
8080
}
]
},
"security"
:
{
...
...
@@ -1177,9 +1171,6 @@
"protocol"
:
"HTTP"
,
"version"
:
"2.0"
,
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
...
...
@@ -1283,9 +1274,6 @@
"protocol"
:
"HTTP"
,
"version"
:
"2.0"
,
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
...
...
@@ -1389,12 +1377,6 @@
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
"port"
:
8080
}
]
},
"security"
:
{
...
...
@@ -1912,6 +1894,10 @@
"EndPointInfo.Address"
:
{
"description"
:
"A IP address and port pair"
,
"type"
:
"object"
,
"required"
:
[
"host"
,
"port"
],
"properties"
:
{
"host"
:
{
"$ref"
:
"#/definitions/EndPointInfo.Address.Host"
...
...
Mp1.yaml
View file @
5ac61d19
...
...
@@ -775,9 +775,6 @@ paths:
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
security
:
oAuth2Info
:
grantTypes
:
'
OAUTH2_CLIENT_CREDENTIALS'
...
...
@@ -852,8 +849,6 @@ paths:
protocol
:
'
HTTP'
version
:
'
2.0'
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
...
...
@@ -926,8 +921,6 @@ paths:
protocol
:
'
HTTP'
version
:
'
2.0'
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
...
...
@@ -999,9 +992,6 @@ paths:
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
security
:
oAuth2Info
:
grantTypes
:
'
OAUTH2_CLIENT_CREDENTIALS'
...
...
@@ -1388,6 +1378,9 @@ definitions:
EndPointInfo.Address
:
description
:
A IP address and port pair
type
:
object
required
:
-
host
-
port
properties
:
host
:
$ref
:
'
#/definitions/EndPointInfo.Address.Host'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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