07-10-2020 01:51 AM
Not sure if Cisco is monitoring this board, but I'm tired of opening a TAC for each bug I find in the APIs.
On FMC 6.6.0 the any-ipv6 object has an incorrect type of 'Host' instead of 'Network' and is therefore returned by the GET hosts instead of the GET networks API endpoint.
This is how the object looks like:
{ "links": { "self": "https://fqdn/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/hosts/dde11d62-288b-4b4c-92e0-1dad0496f14b", "parent": "https://fqdn/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/networkaddresses" }, "type": "Host", "value": "::/0", "overridable": false, "description": " ", "name": "any-ipv6", "id": "dde11d62-288b-4b4c-92e0-1dad0496f14b", "metadata": { "readOnly": { "state": true, "reason": "SYSTEM" }, "timestamp": 1471629904436, "lastUser": { "name": "admin" }, "domain": { "name": "Global", "id": "e276abec-e0f2-11e3-8169-6d9ed49b625f", "type": "Domain" }, "ipType": "V_6", "parentType": "NetworkAddress" }