| 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 011 | Assignee: | 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: | --- |
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" }