get_vcs_root
Retrieve version control system root details and properties from TeamCity to configure and manage source code repositories in CI/CD pipelines.
Instructions
Get details of a VCS root (including properties)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | VCS root ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "VCS root ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}