Is there any Api to get list of component used in Azure Data Factory?

Erin Kimak 51 Reputation points
2022-12-19T10:08:11.517+00:00

Hi,
Is there any api that gives the list of Component used in azure data Factory ?

We want to get the List of components i.e(Pipelines, Activities, Datasets, Linked services, Data Flows, Integration Runtimes) used based of Data factory Name in a single api response

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,643 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Nandan Hegde 36,151 Reputation points MVP Volunteer Moderator
    2022-12-19T10:10:57.487+00:00

    Hey,
    unfortunately based on my understanding there is no 1 API that would give you all the list of components.

    There are individual APIs per components:
    https://learn.microsoft.com/en-us/rest/api/datafactory/v2

    0 comments No comments

  2. Anonymous
    2022-12-23T17:34:32.45+00:00

    There is a NPM package that can generate the ARM template which will have all the resources. We use it in a DevOps Build pipeline as documented here https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-improvements?source=recommendations#the-new-cicd-flow

    If you have the Data Factory tied to a Git repository all the information is present there so accessing that can be another option.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.