TeamCity REST API Reference 2024.07 Help

DeploymentDashboardApi

getAllDashboards

Get all deployment dashboards.

Endpoint

/app/rest/deploymentDashboards

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentDashboards

createDashboard

Create a new deployment dashboard.

Endpoint

/app/rest/deploymentDashboards

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentDashboard

deleteDashboard

Delete the deployment dashboard matching the locator.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}

Parameters

getDashboard

Get the deployment dashboard matching the locator.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentDashboard

getInstances

Get deployment instances for a given deployment dashboard.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentInstances

createInstance

Create a new deployment instance.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentInstance

deleteInstance

Delete the deployment instance matching the locator.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator}

Parameters

getInstance

Get the deployment instance matching the locator.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator}

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentInstance

reportNewDeploymentForInstance

Report a new deployment for instance.

Endpoint

/app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator}

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

DeploymentInstance

Last modified: 04 July 2024