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
97edbaca
Commit
97edbaca
authored
Dec 15, 2017
by
Walter Featherstone
Committed by
Gerrit Code Review
Dec 15, 2017
Browse files
Merge "Added example to DNS rule"
parents
efab0a9a
029c28b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
examples/DnsRule.json
0 → 100644
View file @
97edbaca
{
"DnsRule"
:
{
"dnsRuleId"
:
"DnsRule1"
,
"domainName"
:
"www.example.com"
,
"ipAddressType"
:
"IP_V4"
,
"ipAddress"
:
"146.241.7.3"
,
"ttl"
:
300
,
"state"
:
"ACTIVE"
}
}
\ No newline at end of file
examples/DnsRule.yaml
0 → 100644
View file @
97edbaca
DnsRule
:
dnsRuleId
:
DnsRule1
domainName
:
www.example.com
ipAddressType
:
IP_V4
ipAddress
:
146.241.7.3
ttl
:
300
state
:
ACTIVE
paths/ApplicationsDnsRule.GET.yaml
View file @
97edbaca
...
...
@@ -10,4 +10,7 @@ responses:
type
:
object
properties
:
DnsRule
:
$ref
:
'
#/definitions/DnsRule'
\ No newline at end of file
$ref
:
'
#/definitions/DnsRule'
examples
:
application/json
:
$ref
:
'
../examples/DnsRule.json'
\ No newline at end of file
paths/ApplicationsDnsRule.PUT.yaml
View file @
97edbaca
...
...
@@ -12,4 +12,8 @@ responses:
type
:
object
properties
:
DnsRule
:
$ref
:
'
#/definitions/DnsRule'
\ No newline at end of file
$ref
:
'
#/definitions/DnsRule'
examples
:
application/json
:
$ref
:
'
../examples/DnsRule.json'
\ 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