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

Projects where the cloud profiles are accessible

cloudProviderId

string

String value

Profile cloud provider id.

count

long

int64

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

id

string

String value

Profile id.

image

string

CloudImageDimensions

Cloud image which belongs to a profile.

instance

string

CloudInstanceDimensions

Cloud instance which belongs to a profile.

name

string

ValueCondition

Profile name.

project

string

ProjectLocator

Projects defining the cloud profiles.

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