Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
M
MEC Application Support API and MEC Service Management API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
MEC - Multi-access Edge Computing
MEC Application Support API and MEC Service Management API
Commits
89000f3a
Commit
89000f3a
authored
Mar 01, 2019
by
Walter Featherstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
host and port are required for an EndPointInfo addresses array instance
parent
ee5786b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
32 deletions
+7
-32
Mp1.json
Mp1.json
+4
-21
Mp1.yaml
Mp1.yaml
+3
-11
No files found.
Mp1.json
View file @
89000f3a
...
...
@@ -1313,12 +1313,6 @@
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
"port"
:
8080
}
]
},
"security"
:
{
...
...
@@ -1417,12 +1411,6 @@
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
"port"
:
8080
}
]
},
"security"
:
{
...
...
@@ -1553,12 +1541,6 @@
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
"port"
:
8080
}
]
},
"security"
:
{
...
...
@@ -1661,9 +1643,6 @@
"protocol"
:
"HTTP"
,
"version"
:
"2.0"
,
"endpoint"
:
{
"uris"
:
[
"/meMp1/service/EntryPoint"
],
"addresses"
:
[
{
"host"
:
"192.0.2.0"
,
...
...
@@ -2168,6 +2147,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 @
89000f3a
...
...
@@ -879,9 +879,6 @@ paths:
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
security
:
oAuth2Info
:
grantTypes
:
'
OAUTH2_CLIENT_CREDENTIALS'
...
...
@@ -948,9 +945,6 @@ paths:
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
security
:
oAuth2Info
:
grantTypes
:
'
OAUTH2_CLIENT_CREDENTIALS'
...
...
@@ -1032,9 +1026,6 @@ paths:
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
security
:
oAuth2Info
:
grantTypes
:
'
OAUTH2_CLIENT_CREDENTIALS'
...
...
@@ -1103,8 +1094,6 @@ paths:
protocol
:
'
HTTP'
version
:
'
2.0'
endpoint
:
uris
:
-
'
/meMp1/service/EntryPoint'
addresses
:
-
host
:
'
192.0.2.0'
port
:
8080
...
...
@@ -1451,6 +1440,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