TeamCity REST API Reference 2024.07 Help

DeploymentInstanceLocator

Represents a locator string for filtering DeploymentInstance entities. Examples:

  • id:<instanceId>,dashboard:<dashboardLocator> - find instance with ID instanceId under dashboard found by dashboardLocator.

Properties

Dimension

Data type

Format

Description

count

long

int64

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

currentState

string

Current state of deployment.

Supported values:

  • in_progress

  • successful

  • failed

  • cancelled

  • unknown

dashboard

string

DeploymentDashboardLocator

Deployment dashboard locator.

id

string

String value

Dashboard id.

start

long

int64

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

Last modified: 04 July 2024