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
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
Mp1.json
View file @
fd097449
...
...
@@ -76,24 +76,21 @@
"description"
:
"Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager."
,
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"type"
:
"string"
},
"Path.DnsRuleId"
:
{
"name"
:
"dnsRuleId"
,
"description"
:
"Represents a DNS rule."
,
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"type"
:
"string"
},
"Path.SubscriptionId"
:
{
"name"
:
"subscriptionId"
,
"description"
:
"Represents a subscription to the notifications from the mobile edge platform."
,
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"type"
:
"string"
},
"Path.SubscriptionType"
:
{
"name"
:
"subscriptionType"
,
...
...
@@ -101,23 +98,24 @@
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"enum"
:
[
"AppTerminationNotificationSubscription"
,
"SerAvailabilityNotificationSubscription"
]
},
"Path.ServiceId"
:
{
"name"
:
"serviceId"
,
"description"
:
"Represents a mobile edge service instance."
,
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"type"
:
"string"
},
"Path.TrafficRuleId"
:
{
"name"
:
"trafficRuleId"
,
"description"
:
"Represents a traffic rule."
,
"in"
:
"path"
,
"required"
:
true
,
"type"
:
"string"
,
"format"
:
"uri"
"type"
:
"string"
},
"Query.Ser_category_id"
:
{
"name"
:
"ser_category_id"
,
...
...
@@ -2653,4 +2651,4 @@
}
}
}
}
}
\ No newline at end of file
Mp1.yaml
View file @
fd097449
...
...
@@ -69,14 +69,12 @@ parameters:
in
:
path
required
:
true
type
:
string
format
:
uri
Path.DnsRuleId
:
name
:
dnsRuleId
description
:
Represents a DNS rule.
in
:
path
required
:
true
type
:
string
format
:
uri
Path.SubscriptionId
:
name
:
subscriptionId
description
:
>-
...
...
@@ -85,7 +83,6 @@ parameters:
in
:
path
required
:
true
type
:
string
format
:
uri
Path.SubscriptionType
:
name
:
subscriptionType
description
:
>-
...
...
@@ -94,21 +91,21 @@ parameters:
in
:
path
required
:
true
type
:
string
format
:
uri
enum
:
-
AppTerminationNotificationSubscription
-
SerAvailabilityNotificationSubscription
Path.ServiceId
:
name
:
serviceId
description
:
Represents a mobile edge service instance.
in
:
path
required
:
true
type
:
string
format
:
uri
Path.TrafficRuleId
:
name
:
trafficRuleId
description
:
Represents a traffic rule.
in
:
path
required
:
true
type
:
string
format
:
uri
Query.Ser_category_id
:
name
:
ser_category_id
description
:
>-
...
...
parameters/Path.AppInstanceId.yaml
View file @
fd097449
...
...
@@ -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.
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
type
:
string
\ No newline at end of file
parameters/Path.DnsRuleId.yaml
View file @
fd097449
...
...
@@ -2,5 +2,4 @@ name: dnsRuleId
description
:
Represents a DNS rule.
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
type
:
string
\ No newline at end of file
parameters/Path.ServiceId.yaml
View file @
fd097449
...
...
@@ -2,5 +2,4 @@ name: serviceId
description
:
Represents a mobile edge service instance.
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
type
:
string
\ No newline at end of file
parameters/Path.SubscriptionId.yaml
View file @
fd097449
...
...
@@ -2,5 +2,4 @@ name: subscriptionId
description
:
Represents a subscription to the notifications from the mobile edge platform.
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
type
:
string
\ 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
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
enum
:
-
SerAvailabilityNotificationSubscription
-
AppTerminationNotificationSubscription
\ No newline at end of file
parameters/Path.TrafficRuleId.yaml
View file @
fd097449
...
...
@@ -2,5 +2,4 @@ name: trafficRuleId
description
:
Represents a traffic rule.
in
:
path
required
:
true
type
:
string
format
:
uri
\ No newline at end of file
type
:
string
\ No newline at end of file
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