MicrosoftAnomalyDetection / python-sample-v2

2 stars 2 forks source link

Endpoint causes issues #1

Open nicholasdbrady opened 5 years ago

nicholasdbrady commented 5 years ago

This endpoint causes an error: https://westus2.api.cognitive.microsoft.com/anomalyfinder/v2.0/timeseries/last/detect Exception: { "statusCode": 401, "message": "Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription." } Reverting back to the proper endpoint also causes an error: https://api.labs.cognitive.microsoft.com/anomalyfinder/v1.0/anomalydetection Exception: 400: KeyError('Points',)400: KeyError('Points',) Neither works for python-sample-v2!!

TonyXing commented 5 years ago

Nick, sorry for the experience, it is due to Anomaly finder entered private preview with slightly changed contract but many enhancements in term of accuracy and scalability. However, different from lab, it is not public accessible. Your Azure subscription has to be whitelisted to be able to access the preview API and docs. If you would like to pilot on the private preview api. Please send email to kenshoteam@microsoft.com, and we will follow up with the instructions. Thanks for reporting this issue.