Hi,
I am querying VRNI (4.2) for flow between two IPs via rest api.
For example with NSX-V objects I am getting in results:
"source_security_groups": [
{
"entity_id": "10000:82:2060855668",
"entity_type": "NSXSecurityGroup"
}
With NSX-T 2.5 I am getting:
"source_security_groups": [
{
"entity_id": "10000:958:347913808"
}
No entity_type return by VRNI, therefore cannot search to get the group name.
When searching VRNI for /api/ni/entities/security-groups/10000:958:347913808 I get not found message.
Any idea how to search VRNI based on entity id only?