TeamCity REST API Reference 2024.03 Help

TeamCityNodeLocator

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.

Properties

Dimension

Data type

Format

Description

item

string

item:(<locator1>),item:(<locator2>...)

Supply multiple locators and return a union of the results.

role

string

state

string

Last modified: 27 March 2024