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
e23acf88
Commit
e23acf88
authored
May 08, 2019
by
Walter Featherstone
Browse files
Corrected dns_rules tag
parent
dfc34de9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Mp1.json
View file @
e23acf88
...
...
@@ -98,7 +98,7 @@
"description"
:
"This method retrieves information about all the DNS rules associated with a mobile edge application instance."
,
"operationId"
:
"ApplicationsDnsRules_GET"
,
"tags"
:
[
"app
Traffic
Rules"
"app
Dns
Rules"
],
"responses"
:
{
"200"
:
{
...
...
@@ -890,7 +890,7 @@
"description"
:
"Time to live value"
,
"type"
:
"integer"
,
"format"
:
"uint32"
,
"example"
:
"?"
"example"
:
300
},
"DnsRule"
:
{
"description"
:
"This type represents the general information of a DNS rule."
,
...
...
@@ -2647,6 +2647,14 @@
"ipAddress"
:
"146.241.7.3"
,
"ttl"
:
300
,
"state"
:
"ACTIVE"
},
{
"dnsRuleId"
:
"DnsRule2"
,
"domainName"
:
"www.example.com"
,
"ipAddressType"
:
"IP_V4"
,
"ipAddress"
:
"146.241.7.4"
,
"ttl"
:
300
,
"state"
:
"INACTIVE"
}
]
},
...
...
Mp1.yaml
View file @
e23acf88
...
...
@@ -58,7 +58,7 @@ paths:
with a mobile edge application instance.
operationId
:
ApplicationsDnsRules_GET
tags
:
-
app
Traffic
Rules
-
app
Dns
Rules
responses
:
'
200'
:
$ref
:
'
#/components/responses/ApplicationsDnsRules.200'
...
...
@@ -2018,6 +2018,12 @@ components:
ipAddress
:
'
146.241.7.3'
ttl
:
300
state
:
'
ACTIVE'
-
dnsRuleId
:
'
DnsRule2'
domainName
:
'
www.example.com'
ipAddressType
:
'
IP_V4'
ipAddress
:
'
146.241.7.4'
ttl
:
300
state
:
'
INACTIVE'
ServiceInfo
:
value
:
serInstanceId
:
'
ServiceInstance123'
...
...
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