TeamCity REST API Reference 2023.05 Help

CloudInstanceLocator

Represents a locator string for filtering CloudInstance entities. Examples:

  • agent:<agentLocator> - find cloud instance which hosts agent found by agentLocator.

  • profile:<profileLocator> - find all cloud instances in cloud profile found by profileLocator.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

agent

string

AgentLocator

Agent locator.

id

string

instance

string

CloudImageLocator

Cloud image locator.

item

string

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

Supply multiple locators and return a union of the results.

networkAddress

string

profile

string

CloudProfileLocator

Cloud profile locator.

project

string

ProjectLocator

Project locator.

property

string

property:(name:<name>,value:<value>,matchType:<matchType>)

Supported values:

  • exists

  • not-exists

  • equals

  • does-not-equal

  • starts-with

  • contains

  • does-not-contain

  • ends-with

  • any

  • matches

  • does-not-match

  • more-than

  • no-more-than

  • less-than

  • no-less-than

  • ver-more-than

  • ver-no-more-than

  • ver-less-than

  • ver-no-less-than

Last modified: 24 November 2021