TeamCity REST API Reference 2024.03 Help

CloudProfileLocator

Represents a locator string for filtering CloudProfile entities. Examples:

  • name:MyCloudProfile - find cloud profile with MyCloudProfile name.

  • project:<projectLocator> - find all cloud profiles under project found by projectLocator.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

cloudProviderId

string

id

string

instance

string

CloudImageLocator

Cloud image locator.

item

string

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

Supply multiple locators and return a union of the results.

name

string

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: 27 March 2024