Loading examples/DnsRule.json 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line { "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 +7 −0 Original line number Original line Diff line number Diff line DnsRule: dnsRuleId: DnsRule1 domainName: www.example.com ipAddressType: IP_V4 ipAddress: 146.241.7.3 ttl: 300 state: ACTIVE paths/ApplicationsDnsRule.GET.yaml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -11,3 +11,6 @@ responses: properties: properties: DnsRule: DnsRule: $ref: '#/definitions/DnsRule' $ref: '#/definitions/DnsRule' examples: application/json: $ref: '../examples/DnsRule.json' No newline at end of file paths/ApplicationsDnsRule.PUT.yaml +5 −1 Original line number Original line Diff line number Diff line Loading @@ -13,3 +13,7 @@ responses: properties: properties: DnsRule: DnsRule: $ref: '#/definitions/DnsRule' $ref: '#/definitions/DnsRule' examples: application/json: $ref: '../examples/DnsRule.json' No newline at end of file Loading
examples/DnsRule.json 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line { "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 +7 −0 Original line number Original line Diff line number Diff line DnsRule: dnsRuleId: DnsRule1 domainName: www.example.com ipAddressType: IP_V4 ipAddress: 146.241.7.3 ttl: 300 state: ACTIVE
paths/ApplicationsDnsRule.GET.yaml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -11,3 +11,6 @@ responses: properties: properties: DnsRule: DnsRule: $ref: '#/definitions/DnsRule' $ref: '#/definitions/DnsRule' examples: application/json: $ref: '../examples/DnsRule.json' No newline at end of file
paths/ApplicationsDnsRule.PUT.yaml +5 −1 Original line number Original line Diff line number Diff line Loading @@ -13,3 +13,7 @@ responses: properties: properties: DnsRule: DnsRule: $ref: '#/definitions/DnsRule' $ref: '#/definitions/DnsRule' examples: application/json: $ref: '../examples/DnsRule.json' No newline at end of file