Users with the Administrator role can properly display the Device Supported Metrics OpenAPI App tab on a router context page but users with another role cannot.
They get "Error: [object XMLHttpRequest]"
I looked at the Role rights but I can't tell what Performance Center Right needs to be added to their role to allow this view to work properly.
Release : 3.7
Component : IM Reporting / Admin / Configuration
On CAPC:
1) Initially, this attribute must be added via SQL on CA Performance Center.
Example:
mysql -u netqos -pPASSWORD
insert into netqosportal.general values('daProxyValidUsers','admin,user');
exit
That would add the users "admin" and "user".
2) After being initially created you can continue to update the list of users using SQL:
replace into netqosportal.general values('daProxyValidUsers','admin,user,user1,user2');
OR:
Use the following URL:
Note that each time you update the list using the above methods, the whole list of users must be included.
Various apps are available on GitHub. These applications are supported through GitHub open-source collaboration.
https://knowledge.broadcom.com/external/article?articleId=95836