Runs - Get
特定のパイプラインの実行を取得します。
GET https://dev.azure.com/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}?api-version=7.1-preview.1
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
organization
|
path | True |
string |
Azure DevOps 組織の名前です。 |
pipeline
|
path | True |
integer int32 |
パイプライン ID |
project
|
path | True |
string |
プロジェクト ID またはプロジェクト名 |
run
|
path | True |
integer int32 |
実行 ID |
api-version
|
query | True |
string |
使う API のバージョン。 このバージョンの API を使用するには、これを '7.1-preview.1' に設定する必要があります。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功した操作 |
セキュリティ
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
名前 | 説明 |
---|---|
vso.build | ビルドの結果、定義、要求など、ビルド成果物にアクセスする機能と、サービス フックを介してビルド イベントに関する通知を受信する機能を付与します。 |
定義
名前 | 説明 |
---|---|
Container | |
Container |
|
Pipeline |
パイプラインへの参照。 |
Pipeline |
|
Reference |
REST 参照リンクのコレクションを表す クラス。 |
Repository | |
Repository |
|
Repository |
|
Run | |
Run |
|
Run |
|
Run |
|
Variable |
Container
名前 | 型 | 説明 |
---|---|---|
environment |
object |
|
image |
string |
|
mapDockerSocket |
boolean |
|
options |
string |
|
ports |
string[] |
|
volumes |
string[] |
ContainerResource
名前 | 型 | 説明 |
---|---|---|
container |
PipelineReference
パイプラインへの参照。
名前 | 型 | 説明 |
---|---|---|
folder |
string |
パイプライン フォルダー |
id |
integer |
パイプライン ID |
name |
string |
パイプライン名 |
revision |
integer |
リビジョン番号 |
url |
string |
PipelineResource
名前 | 型 | 説明 |
---|---|---|
pipeline |
パイプラインへの参照。 |
|
version |
string |
ReferenceLinks
REST 参照リンクのコレクションを表す クラス。
名前 | 型 | 説明 |
---|---|---|
links |
object |
リンクの読み取り専用ビュー。 参照リンクは読み取り専用であるため、参照リンクは読み取り専用として公開する必要があります。 |
Repository
名前 | 型 | 説明 |
---|---|---|
type |
RepositoryResource
名前 | 型 | 説明 |
---|---|---|
refName |
string |
|
repository | ||
version |
string |
RepositoryType
名前 | 型 | 説明 |
---|---|---|
azureReposGit |
string |
|
azureReposGitHyphenated |
string |
|
gitHub |
string |
|
gitHubEnterprise |
string |
|
unknown |
string |
Run
名前 | 型 | 説明 |
---|---|---|
_links |
REST 参照リンクのコレクションを表す クラス。 |
|
createdDate |
string |
|
finalYaml |
string |
|
finishedDate |
string |
|
id |
integer |
|
name |
string |
|
pipeline |
パイプラインへの参照。 |
|
resources | ||
result | ||
state | ||
templateParameters |
object |
|
url |
string |
|
variables |
<string, Variable> |
RunResources
名前 | 型 | 説明 |
---|---|---|
containers |
<string,
Container |
|
pipelines |
<string,
Pipeline |
|
repositories |
<string,
Repository |
RunResult
名前 | 型 | 説明 |
---|---|---|
canceled |
string |
|
failed |
string |
|
succeeded |
string |
|
unknown |
string |
RunState
名前 | 型 | 説明 |
---|---|---|
canceling |
string |
|
completed |
string |
|
inProgress |
string |
|
unknown |
string |
Variable
名前 | 型 | 説明 |
---|---|---|
isSecret |
boolean |
|
value |
string |