OEM CURL command help
Is there a OEM Curl command available to grab dashboard data. I can get some results but my custom dashboard "Test Dash with dashId=111111111-1111-1111-1111-11111111" is not showing up
curl -v -k -L -u USER:PASSWORD -X GET "https://OEMURL:port/em/api/dashboards" > c:/temp/dashboard.json
Any help appreciated.