TeamCity REST API Reference 2025.11 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

Projects where the cloud profiles/images are accessible.

agent

string

AgentDimensions

Agent locator.

agentPool

string

AgentPoolDimensions

Agent pool locator.

agentType

string

AgentTypeDimensions

Agent type locator.

compatibleBuildPromotion

string

BuildLocator

Build promotion locator.

compatibleBuildType

string

BuildTypeLocator

Build type locator.

count

long

int64

For paginated calls, how many entities to return per page.

id

string

Specially formatted text

Image id as provided by list images call.

instance

string

CloudInstanceDimensions

Cloud instance locator.

name

string

Value condition

Image name.

profile

string

CloudProfileFinder

Cloud profile locator.

project

string

ProjectLocator

Projects defining the cloud profiles/images.

property

string

property:(name:{name},value:{value},matchType:{matchType}) where matchType is one of: 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

start

long

int64

For paginated calls, from which entity to start rendering the page.

Last modified: 02 December 2025