Commit e23acf88 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Corrected dns_rules tag

parent dfc34de9
Loading
Loading
Loading
Loading
+10 −2
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@
        "description": "This method retrieves information about all the DNS rules associated with a mobile edge application instance.",
        "description": "This method retrieves information about all the DNS rules associated with a mobile edge application instance.",
        "operationId": "ApplicationsDnsRules_GET",
        "operationId": "ApplicationsDnsRules_GET",
        "tags": [
        "tags": [
          "appTrafficRules"
          "appDnsRules"
        ],
        ],
        "responses": {
        "responses": {
          "200": {
          "200": {
@@ -890,7 +890,7 @@
        "description": "Time to live value",
        "description": "Time to live value",
        "type": "integer",
        "type": "integer",
        "format": "uint32",
        "format": "uint32",
        "example": "?"
        "example": 300
      },
      },
      "DnsRule": {
      "DnsRule": {
        "description": "This type represents the general information of a DNS rule.",
        "description": "This type represents the general information of a DNS rule.",
@@ -2647,6 +2647,14 @@
            "ipAddress": "146.241.7.3",
            "ipAddress": "146.241.7.3",
            "ttl": 300,
            "ttl": 300,
            "state": "ACTIVE"
            "state": "ACTIVE"
          },
          {
            "dnsRuleId": "DnsRule2",
            "domainName": "www.example.com",
            "ipAddressType": "IP_V4",
            "ipAddress": "146.241.7.4",
            "ttl": 300,
            "state": "INACTIVE"
          }
          }
        ]
        ]
      },
      },
+7 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,7 @@ paths:
        with a mobile edge application instance.
        with a mobile edge application instance.
      operationId: ApplicationsDnsRules_GET
      operationId: ApplicationsDnsRules_GET
      tags:
      tags:
        - appTrafficRules
        - appDnsRules
      responses:
      responses:
        '200':
        '200':
          $ref: '#/components/responses/ApplicationsDnsRules.200'
          $ref: '#/components/responses/ApplicationsDnsRules.200'
@@ -2018,6 +2018,12 @@ components:
          ipAddress: '146.241.7.3'
          ipAddress: '146.241.7.3'
          ttl: 300
          ttl: 300
          state: 'ACTIVE'
          state: 'ACTIVE'
        - dnsRuleId: 'DnsRule2'
          domainName: 'www.example.com'
          ipAddressType: 'IP_V4'
          ipAddress: '146.241.7.4'
          ttl: 300
          state: 'INACTIVE'
    ServiceInfo:
    ServiceInfo:
      value:
      value:
        serInstanceId: 'ServiceInstance123'
        serInstanceId: 'ServiceInstance123'