Bug 259

Summary: The examples in the "appDnsRules" section of OpenApis shows mismatched values for "ipAddressType" and "ipAddress"
Product: MEC Reporter: Davide Borsatti <davide.borsatti>
Component: GS 011Assignee: Walter Featherstone <walter1.f>
Status: CONFIRMED ---    
Severity: enhancement CC: michele.carignani, sebastian.mueller
Priority: Normal    
Version: Release 2   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Version number of the related document: 2.1.1 OpenAPI issue category: ---

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"
}