Forum Discussion
Power BI to CISCO Intersight
Anyone succeeded this connection? AFAIK you need a API key + Secret code to generate a HMAC signature and then access the endpoints of the API; Used some python code to accomplish that, without success; with a 401 error response from the API:
Response body:
{"code":"AuthenticationFailure","message":"Cannot process the request. The cookie 'X-Starship-Token' is invalid.","messageId":"iam_cookie_invalid","messageParams":{"1":"X-Starship-Token"},"traceId":"kPBKTK_HCM3RGHTCxjKAdUCKkdm0LZINYeJ0z6ygPg2QMGRPz9e9ag=="}
Like if I still needed a token to make the connection? (I'm using the API key + Secret Code to generate the HMAC signature). Anything more simple?? (I'm not a programmer). Thanks
- Anonymous1 year ago
Hi Paulo_Abreu ,
According to your statement , I think your issue should be caused by invalid token.
Please make sure the API key and Secret Code is correct.
You can refer to below solved post with similar issue like yours. I hope it could help you.
For reference: Solved: How to use APIs as a data source? - Microsoft Fabric Community
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi Paulo_Abreu ,
According to your statement , I think your issue should be caused by invalid token.
Please make sure the API key and Secret Code is correct.
You can refer to below solved post with similar issue like yours. I hope it could help you.
For reference: Solved: How to use APIs as a data source? - Microsoft Fabric Community
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.