diff --git a/Mp1.json b/Mp1.json index 44df18a5ceb513671b0b02361692f5ec30922656..0e6efe965f5bf5bfbe23e8d348fe8538d8628844 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 c0cfe9712ad7453cc67994db5ede5d243e9968a9..1f27a147f1d132c3799270525dce6a632550bc4d 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'