Azure ML REST API - how to list Realtime Endpoints?

MK RP 81 Reputation points
2022-04-26T14:55:15.95+00:00

I'm trying to find the right Azure REST endpoint that would allow me to programmatically list out Realtime-Endpoints have have deployed in Azure ML.
The closest one that looked like it might give me what I'm looking for is Online Endpoints - List, what when I test it out, get get back and empty results set, even though my workspace does contain a live and working Realtime enabled endpoint. Is this possibly a feature that's not fully implemented because it's in preview? Or is there another endpoint I should use to get this information? Thanks in advance for any help on this.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,558 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2022-04-26T18:18:41.777+00:00

    Hi, thanks for reaching out. Assuming you've created and deployed a managed online endpoint, you should be able to use the Online Endpoints - List api to list the online real-time endpoints. Here's additional resource. Please let me know if you have any further questions or concerns. Thanks.

    0 comments No comments

  2. MK RP 81 Reputation points
    2022-05-02T13:39:50.723+00:00

    @GiftA-MSFT - the 'Online Endpoint - List' api is that one that i'm testing with, but getting an empty result set back, even though I do have a live endpoint. Would it have something to do with the fact I published using a Container Instance?

    198253-image.png

    0 comments No comments

  3. Anonymous
    2022-05-25T10:19:21.203+00:00

    Any luck with this? I am experiencing the same issue (also deployed using a Container Instance). Thanks!

    0 comments No comments

  4. Anonymous
    2022-05-26T09:35:01.187+00:00

    If they were deployed to a 'web service', they may instead be stored under the webService API instead.

    0 comments No comments