TeamCity REST API Reference 2024.03 Help

ProblemOccurrenceLocator

Represents a locator string for filtering ProblemOccurrence entities. Examples:

  • currentlyInvestigated:true — find last 100 build problem occurrences which are being currently investigated.

  • build:<buildLocator> — find build problem occurrences under build found by buildLocator.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

build

string

BuildLocator

Build locator.

count

integer

int32

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

currentlyFailing

boolean

Is currently failing.

currentlyInvestigated

boolean

Is currently investigated.

currentlyMuted

boolean

Is currently muted.

identity

string

item

string

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

Supply multiple locators and return a union of the results.

lookupLimit

integer

int32

Limit processing to the latest <lookupLimit> entities.

muted

boolean

Has ever been muted.

problem

string

start

integer

int32

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

type

string

Last modified: 27 March 2024