From e23acf882c8763eb9c9aa41f005f5a2dd8afef48 Mon Sep 17 00:00:00 2001 From: featherstone Date: Wed, 8 May 2019 11:43:04 +0100 Subject: [PATCH] Corrected dns_rules tag --- Mp1.json | 12 ++++++++++-- Mp1.yaml | 8 +++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Mp1.json b/Mp1.json index 44df18a..0e6efe9 100644 --- a/Mp1.json +++ b/Mp1.json @@ -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": [ - "appTrafficRules" + "appDnsRules" ], "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" } ] }, diff --git a/Mp1.yaml b/Mp1.yaml index c0cfe97..1f27a14 100644 --- a/Mp1.yaml +++ b/Mp1.yaml @@ -58,7 +58,7 @@ paths: with a mobile edge application instance. operationId: ApplicationsDnsRules_GET tags: - - appTrafficRules + - appDnsRules 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' -- GitLab