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

AgentLocator

Agent locator.

agentPool

string

AgentPoolDimensions

Agent pool 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.

compatibleBuildPromotion

string

BuildLocator

Build promotion locator

compatibleBuildType

string

BuildTypeLocator

Build type locator

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>)

Supported matchType 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

start

long

int64

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

Last modified: 04 July 2024