TeamCity REST API Reference 2022.10 Help

CloudImageLocator

Represents a locator string for filtering CloudImage entities. Examples:

  • name:MyImage - find image with name MyImage.

  • profile:<profileLocator> - find all images 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.

agentPool

string

AgentPoolLocator

Agent pool locator.

id

string

instance

string

CloudInstanceLocator

Cloud instance locator.

item

string

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

Supply multiple locators and return a union of the results.

name

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