TeamCity REST API Reference
 
You are viewing the documentation for an earlier version of TeamCity REST API Reference.

TeamCityNodeLocator

Last modified: 22 May 2023

Represents a locator string for filtering Node entities. Examples:

  • id:node-1 - find a node with id node-1.

  • state:<stateLocator> - find all nodes having the given state.

  • role:<role> - finds a node with the specified role, possible values are: main_node or secondary_node.