/var/log/syslog shows errors similar to
#### UserName:'[email protected]' Operation:'GET@/api/v1/transport-nodes/<transport-node-id>/network/interfaces/<interface-id>/stats' Operation status: 'failure' Error: The requested object : Provided interface id <interface-id> in the request is invalid could not be found. Object identifiers are case sensitive.
VMware Aria Operations 8.18.x
VMware NSX 4.2.x
Using Postman or Rest API client run the following API call against NSX manager:
GET /api/v1/transport-nodes/<transport-node-id>/network/interfaces
* Replacing <transport-node-id> with the affected Transport Node ID
The API call output should return a list of Interface IDs with the affected interface ID listed :
{
"admin_status" : "UP",
"interface_id" : "<interfaceID>",
"link_status" : "UP",
"mtu" : 1500,
"interface_type" : "PHYSICAL",
"connected_switch" : "######",
"connected_switch_type" : "####",
"interface_alias" : [
{ "broadcast_address" : "", "ip_address" : "", "ip_configuration" : "not configured", "netmask" : "", "physical_address" : "##:##:##:##:##:##" }
GET /api/v1/transport-nodes/<transport-node-id>/network/interfaces/<interface-id>/stats
* Replacing <transport-node-id> with the affected Transport Node ID and <interface-id> with the affected interface ID
GET /api/v1/transport-nodes/<transport-node-id>/network/interfaces, but no stats are returned for the affected interface ID when running the call GET /api/v1/transport-nodes/<transport-node-id>/network/interfaces/<interface-id>/stats, then the issue will need to be investigated by NSX. Please raise an SR with NSX quoting KB (415149) in the problem description. For more information, see Creating and managing Broadcom support cases