Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello! I would like to query metric data from some Webex meeting rooms, but there is a permission issue.
You can see the py query code and the result.
py code:
queryParams = {'workspaceId':workspaceId, 'metricName': 'temperature' }
response = req...