Forum Discussion
LucaP2495
Jul 25, 2024Copper Contributor
Azure DevOps REST API - retrieve DevOps Server/TFS version
Hi all,
I need to support multiple Azure DevOps Server/TFS instances. Is there a REST API to retrieve the version + other "system" info of a given instance?
The ideal would be something like https://learn.microsoft.com/en-us/rest/api/azure/devops/status/health/get?view=azure-devops-rest-7.1&tabs=HTTP (only available for DevOps Services), not even requiring authentication.
Is there something similar?
Thanks in advance!
1 Reply
May consider below approaches:
- Check the API Version – Every REST API request includes an api-version parameter, which can help determine the supported versions for your instance.
- Use the Server Metadata API – Retrieving system information using the _apis/operations endpoint, but this may require authentication.