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
e23acf88
Commit
e23acf88
authored
May 08, 2019
by
Walter Featherstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected dns_rules tag
parent
dfc34de9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
Mp1.json
Mp1.json
+10
-2
Mp1.yaml
Mp1.yaml
+7
-1
No files found.
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
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