get_agent_enabled_info
Check if a TeamCity build agent is enabled or disabled, including status details like comment and last state change timestamp.
Instructions
Get the enabled/disabled state for an agent, including comment and switch time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agentId | Yes | Agent ID |
Input Schema (JSON Schema)
{
"properties": {
"agentId": {
"description": "Agent ID",
"type": "string"
}
},
"required": [
"agentId"
],
"type": "object"
}