ApplicationsDnsRule.GET.yaml 509 Bytes
Newer Older
description: This method retrieves information about a DNS rule associated with a mobile edge application instance. 
operationId: ApplicationsDnsRule.GET
produces:
- application/json

responses:
  200:
    description: It is used to indicate nonspecific success. The response body contains a representation of the resource.
    schema:
      type: object
      properties:
        DnsRule:
Shlomi Hadad's avatar
Shlomi Hadad committed
          $ref: '#/definitions/DnsRule'
    examples:
      application/json:
        $ref: '../examples/DnsRule.json'