您如何通过Azure DevOps REST API获得批准并检查给定服务连接的配置?
我想检索现有SC的现有分支和过滤配置设置。
我正在使用以下API:
“ https://dev.azure.com/ {org }/ {project }/_apis /pipelines/checks/checks/configurations?Resourcetype type =&ltt;版本= 5.2-preview.1
但是在这种情况下,ResourceId和RescourCeType将是什么? 没有给出这个两个参数,我无法获取所有现有的配置?
6.1帮助?
I would like to retrieve existing Branch and filter configuration settings for a existing SC.
I am using below API:
"https://dev.azure.com/{org}/{project}/_apis/pipelines/checks/configurations?resourceType=<>&resourceId=<>?api-version=5.2-preview.1
But what will be the resourceId and rescourceType in this case?
Without giving this 2 parameters cant I fetch all existing configuration ?
Document Use : https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/check-configurations/get?view=azure-devops-rest-6.1
Can someone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取指定的环境资源IDID的检查配置列表
For getting a list of check configurations of a specified environment