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
fd097449
Commit
fd097449
authored
Jan 28, 2019
by
Walter Featherstone
Browse files
Attributes in URI are just string
parent
eba9aab0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
29 deletions
+21
-29
Mp1.json
Mp1.json
+10
-12
Mp1.yaml
Mp1.yaml
+3
-6
parameters/Path.AppInstanceId.yaml
parameters/Path.AppInstanceId.yaml
+1
-2
parameters/Path.DnsRuleId.yaml
parameters/Path.DnsRuleId.yaml
+1
-2
parameters/Path.ServiceId.yaml
parameters/Path.ServiceId.yaml
+1
-2
parameters/Path.SubscriptionId.yaml
parameters/Path.SubscriptionId.yaml
+1
-2
parameters/Path.SubscriptionType.yaml
parameters/Path.SubscriptionType.yaml
+3
-1
parameters/Path.TrafficRuleId.yaml
parameters/Path.TrafficRuleId.yaml
+1
-2
No files found.
Mp1.json
View file @
fd097449
...
@@ -76,24 +76,21 @@
...
@@ -76,24 +76,21 @@
"description"
:
"Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager."
,
"description"
:
"Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager."
,
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
},
},
"Path.DnsRuleId"
:
{
"Path.DnsRuleId"
:
{
"name"
:
"dnsRuleId"
,
"name"
:
"dnsRuleId"
,
"description"
:
"Represents a DNS rule."
,
"description"
:
"Represents a DNS rule."
,
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
},
},
"Path.SubscriptionId"
:
{
"Path.SubscriptionId"
:
{
"name"
:
"subscriptionId"
,
"name"
:
"subscriptionId"
,
"description"
:
"Represents a subscription to the notifications from the mobile edge platform."
,
"description"
:
"Represents a subscription to the notifications from the mobile edge platform."
,
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
},
},
"Path.SubscriptionType"
:
{
"Path.SubscriptionType"
:
{
"name"
:
"subscriptionType"
,
"name"
:
"subscriptionType"
,
...
@@ -101,23 +98,24 @@
...
@@ -101,23 +98,24 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"uri"
"enum"
:
[
"AppTerminationNotificationSubscription"
,
"SerAvailabilityNotificationSubscription"
]
},
},
"Path.ServiceId"
:
{
"Path.ServiceId"
:
{
"name"
:
"serviceId"
,
"name"
:
"serviceId"
,
"description"
:
"Represents a mobile edge service instance."
,
"description"
:
"Represents a mobile edge service instance."
,
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
},
},
"Path.TrafficRuleId"
:
{
"Path.TrafficRuleId"
:
{
"name"
:
"trafficRuleId"
,
"name"
:
"trafficRuleId"
,
"description"
:
"Represents a traffic rule."
,
"description"
:
"Represents a traffic rule."
,
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
},
},
"Query.Ser_category_id"
:
{
"Query.Ser_category_id"
:
{
"name"
:
"ser_category_id"
,
"name"
:
"ser_category_id"
,
...
@@ -2653,4 +2651,4 @@
...
@@ -2653,4 +2651,4 @@
}
}
}
}
}
}
}
}
\ No newline at end of file
Mp1.yaml
View file @
fd097449
...
@@ -69,14 +69,12 @@ parameters:
...
@@ -69,14 +69,12 @@ parameters:
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
Path.DnsRuleId
:
Path.DnsRuleId
:
name
:
dnsRuleId
name
:
dnsRuleId
description
:
Represents a DNS rule.
description
:
Represents a DNS rule.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
Path.SubscriptionId
:
Path.SubscriptionId
:
name
:
subscriptionId
name
:
subscriptionId
description
:
>-
description
:
>-
...
@@ -85,7 +83,6 @@ parameters:
...
@@ -85,7 +83,6 @@ parameters:
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
Path.SubscriptionType
:
Path.SubscriptionType
:
name
:
subscriptionType
name
:
subscriptionType
description
:
>-
description
:
>-
...
@@ -94,21 +91,21 @@ parameters:
...
@@ -94,21 +91,21 @@ parameters:
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
enum
:
-
AppTerminationNotificationSubscription
-
SerAvailabilityNotificationSubscription
Path.ServiceId
:
Path.ServiceId
:
name
:
serviceId
name
:
serviceId
description
:
Represents a mobile edge service instance.
description
:
Represents a mobile edge service instance.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
Path.TrafficRuleId
:
Path.TrafficRuleId
:
name
:
trafficRuleId
name
:
trafficRuleId
description
:
Represents a traffic rule.
description
:
Represents a traffic rule.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
Query.Ser_category_id
:
Query.Ser_category_id
:
name
:
ser_category_id
name
:
ser_category_id
description
:
>-
description
:
>-
...
...
parameters/Path.AppInstanceId.yaml
View file @
fd097449
...
@@ -2,5 +2,4 @@ name: appInstanceId
...
@@ -2,5 +2,4 @@ name: appInstanceId
description
:
Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager.
description
:
Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
\ No newline at end of file
\ No newline at end of file
parameters/Path.DnsRuleId.yaml
View file @
fd097449
...
@@ -2,5 +2,4 @@ name: dnsRuleId
...
@@ -2,5 +2,4 @@ name: dnsRuleId
description
:
Represents a DNS rule.
description
:
Represents a DNS rule.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
\ No newline at end of file
\ No newline at end of file
parameters/Path.ServiceId.yaml
View file @
fd097449
...
@@ -2,5 +2,4 @@ name: serviceId
...
@@ -2,5 +2,4 @@ name: serviceId
description
:
Represents a mobile edge service instance.
description
:
Represents a mobile edge service instance.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
\ No newline at end of file
\ No newline at end of file
parameters/Path.SubscriptionId.yaml
View file @
fd097449
...
@@ -2,5 +2,4 @@ name: subscriptionId
...
@@ -2,5 +2,4 @@ name: subscriptionId
description
:
Represents a subscription to the notifications from the mobile edge platform.
description
:
Represents a subscription to the notifications from the mobile edge platform.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
\ No newline at end of file
\ No newline at end of file
parameters/Path.SubscriptionType.yaml
View file @
fd097449
...
@@ -3,4 +3,6 @@ description: Represents a subscription type to the notifications from the mobile
...
@@ -3,4 +3,6 @@ description: Represents a subscription type to the notifications from the mobile
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
enum
:
\ No newline at end of file
-
SerAvailabilityNotificationSubscription
-
AppTerminationNotificationSubscription
\ No newline at end of file
parameters/Path.TrafficRuleId.yaml
View file @
fd097449
...
@@ -2,5 +2,4 @@ name: trafficRuleId
...
@@ -2,5 +2,4 @@ name: trafficRuleId
description
:
Represents a traffic rule.
description
:
Represents a traffic rule.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
format
:
uri
\ No newline at end of file
\ No newline at end of file
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