Bug ID 563237: ASM REST: name for ipIntelligenceReference is incorrect

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP ASM, BIG-IQ(all modules)

Known Affected Versions:
11.6.0

Fixed In:
11.6.1

Opened: Dec 16, 2015

Severity: 3-Major

Symptoms

The reference name for a Security Policy's ip-intelligence configuration is not consistent with F5 REST standards; which dictate that a reference name starts with a lower case letter. In the return for a policy resource the following is seen: ... 'IpIntelligenceReference': { 'link': 'https://localhost/mgmt/tm/asm/policies/<POLICY ID>/ip-intelligence' ... This should be 'ipIntelligenceReference' This has already been corrected in versions 12.0.0 and later.

Impact

Reference names are inconsistent and confusing.

Conditions

ASM REST is used to access IP Intelligence for Security Policies.

Workaround

If an API client wishes to $expand the resource wanted in a way that works against all versions, the pre-expanded name can be used. ?$expand=ip-intelligence

Fix Information

We corrected an inconsistent reference name. 'IpIntelligenceReference' is now 'ipIntelligenceReference'.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips