Bug 259 - The examples in the "appDnsRules" section of OpenApis shows mismatched values for "ipAddressType" and "ipAddress"
Summary: The examples in the "appDnsRules" section of OpenApis shows mismatched values...
Status: CONFIRMED
Alias: None
Product: MEC
Classification: Unclassified
Component: GS 011 (show other bugs)
Version: Release 2
Hardware: PC Windows
Assignee: Walter Featherstone
 
Reported: 2020-06-25 10:46 CEST by Davide Borsatti
Modified: 2020-06-25 10:46 CEST (History)
2 users (show)

See Also:
Version number of the related document: 2.1.1
OpenAPI issue category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Borsatti 2020-06-25 10:46:48 CEST
The examples are showing an Ipv4 in the "ipAddress" field but the value of "ipAddressType" is "IP_V6". Simply changing the latter value should resolve this mismatch. For example:

{
  "dnsRuleId": "dnsRule1",
  "domainName": "www.example.com",
  "ipAddressType": "IP_V4",
  "ipAddress": "192.0.2.0",
  "ttl": "?",
  "state": "ACTIVE"
}