NetOps Performance Management 3.7
Here are a few examples of doing RIB query against the DA as well as CAPC
PC RIB --- http://<capc>:8481/dm/rib/query/SELECT .PollItem.DeviceID, .PollItem.ID, .PollItem.DevName, .Item.Name, .Item.Description, .BitsPerSecondIn15MinAvg.Avg, .Resolution.Returned FROM CA.IM.DA.MF.NormalizedIntfAvg15Min.EMS_INTFAVG15MIN WHERE .Group.GroupID = 23106961 AND .EndTime(60) > 1594742460 AND .EndTime(60) <= 1594746060 GROUPBY .PollItem.DeviceID, .PollItem.ID, .PollItem.DevName, .Item.Name, .Item.Description ORDERBY .PollItem.DevName DESC LIMIT 10
DA RIB --- http://<capc>:8581/rib/query/SELECT .PollItem.DeviceID, .PollItem.ID, .PollItem.DevName, .Item.Name, .Item.Description, .BitsPerSecondIn15MinAvg.Avg, .Resolution.Returned FROM CA.IM.DA.MF.NormalizedIntfAvg15Min.EMS_INTFAVG15MIN WHERE .Group.GroupID = 235030500 AND .EndTime(60) > 1594742460 AND .EndTime(60) <= 1594746060 GROUPBY .PollItem.DeviceID, .PollItem.ID, .PollItem.DevName, .Item.Name, .Item.Description ORDERBY .PollItem.DevName DESC LIMIT 10
Group ID would be different between PC and DA. GroupID for the PC can be captured from the URL when you choose the group in question from CAPC. For the DA, the GroupID will come from http://DA:8581/rest/groups