Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP ASM, BIG-IQ
Known Affected Versions:
11.6.0, 11.6.0 HF1, 11.6.0 HF2, 11.6.0 HF3, 11.6.0 HF4, 11.6.0 HF5, 11.6.0 HF6, 11.6.0 HF7, 11.6.0 HF8
Fixed In:
11.6.1
Opened: Dec 16, 2015 Severity: 3-Major
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.
Reference names are inconsistent and confusing.
ASM REST is used to access IP Intelligence for Security Policies.
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
We corrected an inconsistent reference name. 'IpIntelligenceReference' is now 'ipIntelligenceReference'.