You can search on VMware Cloud on AWS Direct Connect and Direct Connect Interface entities in VMware Aria Operations for Networks.
Description | Query |
---|---|
Get a list of VMware Cloud on AWS Direct Connect entities based on which you can filter the information | VMC Direct Connect where |
Get the VMware Cloud on AWS Direct Connect list view | VMC Direct Connect |
Get the maximum data volume over Direct Connect | max(series(sum(bytes))) of flows where connection = 'Connection-ID' and flow type ='Different Dc' and source vm is set and destination vm is set and flow type = 'Direct Connect' |
Get the maximum packets over Direct Connect | max(series(sum(packets))) of flows where connection = 'Connection-ID' and flow type ='Different Dc' and source vm is set and destination vm is set and flow type = 'Direct Connect' |
Get the maximum packets over Direct Connect to the Internet | max(series(sum(packets))) of flows where connection = 'Connection-ID' and flow type ='Destination is internet' and flow type = 'Direct Connect' |
Get the maximum data volume over Direct Connect to the Internet | max(series(sum(bytes))) of flows where connection = 'Connection-ID' and flow type = 'Destination is internet' and flow type = 'Direct Connect' |
Get the maximum packets between data centers over Direct Connect | max(series(sum(packets))) of flows where connection = 'Connection-ID' and flow type ='Different Dc' and source vm is set and destination vm is set group by Source Dc, Destination Dc and flow type = 'Direct Connect' |
Get the maximum data volumes between data centers over Direct Connect | max(series(sum(bytes))) of flows where connection = '64638-10.63.229.131' and flow type ='Different Dc' and source vm is set and destination vm is set group by Source Dc, Destination Dc and flow type = 'Direct Connect' |