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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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
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.