Forum Discussion

HemanthK14's avatar
HemanthK14
Regular Visitor
1 year ago
Solved

Custom Endpoints - Eventstream

Is there any public apis that I get the custom endpoint that is created in certain eventstream?

Event hub namespace endpoint
Event hub name

7 Replies

  • datacoffee's avatar
    datacoffee
    Icon for Most Valuable Professional rankMost Valuable Professional

    Hi

    if I understand you question correctly, then you can find the namespace, connectionstring and other needed info in the custom endpoint source after you have created it. The only thing you need is to deploy it and select it. Then in the bottom of the screen you can find the info needed.

     

     

    • HemanthK14's avatar
      HemanthK14
      Regular Visitor

      I’m looking to dynamically retrieve the Event Stream configuration details—specifically the Event Hub namespace endpoint (e.g., xxxxxxxxxxxxxxxxxxxx.servicebus.windows.net) and the Event Hub name (e.g., es_xxxxxxx-e257-4cf1-xxxx-xxxxxxxxx)—using Microsoft Fabric’s publicly available REST APIs. For instance, I have an Event Stream with a custom endpoint in the dev workspace, and when it's promoted to UAT or prod, these values will change. I want to programmatically fetch these updated details based on the current workspace environment.

      • datacoffee's avatar
        datacoffee
        Icon for Most Valuable Professional rankMost Valuable Professional

        Those info are not yet available from the API - and I don't know the whereabouts of the roadmap to add it to the API endpoints.

         

        Sorry...😊

    • HemanthK14's avatar
      HemanthK14
      Regular Visitor

      I’m looking to dynamically retrieve the Event Stream configuration details—specifically the Event Hub namespace endpoint (e.g., xxxxxxxxxxxxxxxxxxxx.servicebus.windows.net) and the Event Hub name (e.g., es_xxxxxxx-e257-4cf1-xxxx-xxxxxxxxx)—using Fabric’s publicly available REST APIs. For instance, I have an Event Stream with a custom endpoint in the dev workspace, and when it's promoted to UAT or prod, these values will change. I want to programmatically fetch these updated details based on the current workspace environment.

    • HemanthK14's avatar
      HemanthK14
      Regular Visitor

      I’m looking to dynamically retrieve the Event Stream configuration details—specifically the Event Hub namespace endpoint (e.g., xxxxxxxxxxxxxxxxxxxx.servicebus.windows.net) and the Event Hub name (e.g.,es_xxxxxxx-e257-4cf1-xxxx-xxxxxxxxx)—using Microsoft Fabric’s publicly available REST APIs. For instance, I have an Event Stream with a custom endpoint in the dev workspace, and when it's promoted to UAT or prod, these values will change. I want to programmatically fetch these updated details based on the current workspace environment.