Releases - Get Release
リリースを取得する
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?api-version=7.1-preview.8
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?approvalFilters={approvalFilters}&propertyFilters={propertyFilters}&$expand={$expand}&$topGateRecords={$topGateRecords}&api-version=7.1-preview.8
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
organization
|
path | True |
string |
Azure DevOps 組織の名前です。 |
project
|
path | True |
string |
プロジェクト ID またはプロジェクト名 |
release
|
path | True |
integer int32 |
リリースの ID。 |
api-version
|
query | True |
string |
使う API のバージョン。 このバージョンの API を使用するには、これを '7.1-preview.8' に設定する必要があります。 |
$expand
|
query |
リリースで展開する必要があるプロパティ。 |
||
$top
|
query |
integer int32 |
取得するリリース ゲート レコードの数。 既定値は 5 です。 |
|
approval
|
query |
自動化されているか手動かに基づいて、承認ステップを選択的にフェッチできるようにするフィルター。 これにより、承認前スナップショットと事後承認スナップショットをフェッチする必要があるかどうかも決定されます。 既定ではすべてと見なされます |
||
property
|
query |
string array (string) |
取得する拡張プロパティのコンマ区切りのリスト。 設定されている場合、返される Release には、指定されたプロパティ ID の値が含まれます (存在する場合)。 設定しない場合、プロパティは含まれません。 |
応答
名前 | 型 | 説明 |
---|---|---|
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.release | フォルダー、リリース、リリース定義、リリース環境など、リリース成果物を読み取る機能を付与します。 |
例
Sample Request
GET https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/release/releases/{releaseId}?api-version=7.1-preview.8
Sample Response
{
"id": 18,
"name": "Release-18",
"status": "abandoned",
"createdOn": "2017-06-16T01:36:20.397Z",
"modifiedOn": "2017-06-16T01:36:21.07Z",
"modifiedBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"createdBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"environments": [
{
"id": 69,
"releaseId": 18,
"name": "Dev",
"status": "notStarted",
"variables": {},
"preDeployApprovals": [],
"postDeployApprovals": [],
"preApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": false,
"isNotificationOn": false,
"approver": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"id": 0
}
],
"approvalOptions": {
"requiredApproverCount": 0,
"releaseCreatorCanBeApprover": true,
"autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped": false,
"enforceIdentityRevalidation": false,
"timeoutInMintues": 43200
}
},
"postApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"deploySteps": [],
"rank": 1,
"definitionEnvironmentId": 1,
"environmentOptions": {
"emailNotificationType": "OnlyOnFailure",
"emailRecipients": "release.environment.owner;release.creator",
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"enableAccessToken": false,
"publishDeploymentStatus": false
},
"demands": [],
"conditions": [],
"workflowTasks": [],
"deployPhasesSnapshot": [
{
"deploymentInput": {
"parallelExecution": {
"parallelExecutionType": "none"
},
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"queueId": 2,
"demands": [],
"enableAccessToken": false
},
"rank": 1,
"phaseType": "agentBasedDeployment",
"name": "Run on agent",
"workflowTasks": [
{
"taskId": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"version": "1.*",
"name": "PowerShell Script",
"enabled": true,
"alwaysRun": false,
"continueOnError": false,
"timeoutInMinutes": 0,
"definitionType": "task",
"inputs": {
"scriptType": "inlineScript",
"scriptName": "",
"arguments": "",
"inlineScript": "# You can write your powershell scripts inline here. \n# You can also pass predefined and custom variables to this scripts using arguments\n\n Write-Host \"Hello World\"",
"workingFolder": "",
"failOnStandardError": "true"
}
}
]
}
],
"owner": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"schedules": [],
"release": {
"id": 18,
"name": "Release-18",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=18&_a=release-summary"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18"
}
}
},
"releaseDefinition": {
"id": 1,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
}
}
},
"releaseCreatedBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart"
},
"triggerReason": "Manual"
},
{
"id": 70,
"releaseId": 18,
"name": "QA",
"status": "notStarted",
"variables": {},
"preDeployApprovals": [],
"postDeployApprovals": [],
"preApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"postApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"deploySteps": [],
"rank": 2,
"definitionEnvironmentId": 2,
"environmentOptions": {
"emailNotificationType": "OnlyOnFailure",
"emailRecipients": "release.environment.owner;release.creator",
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"enableAccessToken": false,
"publishDeploymentStatus": false
},
"demands": [],
"conditions": [
{
"result": false,
"name": "Dev",
"conditionType": "environmentState",
"value": "4"
}
],
"workflowTasks": [],
"deployPhasesSnapshot": [
{
"deploymentInput": {
"parallelExecution": {
"parallelExecutionType": "none"
},
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"queueId": 2,
"demands": [],
"enableAccessToken": false
},
"rank": 1,
"phaseType": "agentBasedDeployment",
"name": "Run on agent",
"workflowTasks": [
{
"taskId": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"version": "1.*",
"name": "PowerShell Script",
"enabled": true,
"alwaysRun": false,
"continueOnError": false,
"timeoutInMinutes": 0,
"definitionType": "task",
"inputs": {
"scriptType": "inlineScript",
"scriptName": "",
"arguments": "",
"inlineScript": "# You can write your powershell scripts inline here. \n# You can also pass predefined and custom variables to this scripts using arguments\n\n Write-Host \"Hello World\"",
"workingFolder": "",
"failOnStandardError": "true"
}
}
]
}
],
"owner": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"schedules": [],
"release": {
"id": 18,
"name": "Release-18",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=18&_a=release-summary"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18"
}
}
},
"releaseDefinition": {
"id": 1,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
}
}
},
"releaseCreatedBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart"
},
"triggerReason": "After successful deployment of Dev"
},
{
"id": 71,
"releaseId": 18,
"name": "PPE",
"status": "notStarted",
"variables": {},
"preDeployApprovals": [],
"postDeployApprovals": [],
"preApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"postApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"deploySteps": [],
"rank": 3,
"definitionEnvironmentId": 3,
"environmentOptions": {
"emailNotificationType": "OnlyOnFailure",
"emailRecipients": "release.environment.owner;release.creator",
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"enableAccessToken": false,
"publishDeploymentStatus": false
},
"demands": [],
"conditions": [
{
"result": false,
"name": "QA",
"conditionType": "environmentState",
"value": "4"
}
],
"workflowTasks": [],
"deployPhasesSnapshot": [
{
"deploymentInput": {
"parallelExecution": {
"parallelExecutionType": "none"
},
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"queueId": 2,
"demands": [],
"enableAccessToken": false
},
"rank": 1,
"phaseType": "agentBasedDeployment",
"name": "Run on agent",
"workflowTasks": [
{
"taskId": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"version": "1.*",
"name": "PowerShell Script",
"enabled": true,
"alwaysRun": false,
"continueOnError": false,
"timeoutInMinutes": 0,
"definitionType": "task",
"inputs": {
"scriptType": "inlineScript",
"scriptName": "",
"arguments": "",
"inlineScript": "# You can write your powershell scripts inline here. \n# You can also pass predefined and custom variables to this scripts using arguments\n\n Write-Host \"Hello World\"",
"workingFolder": "",
"failOnStandardError": "true"
}
}
]
}
],
"owner": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"schedules": [],
"release": {
"id": 18,
"name": "Release-18",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=18&_a=release-summary"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18"
}
}
},
"releaseDefinition": {
"id": 1,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
}
}
},
"releaseCreatedBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart"
},
"triggerReason": "After successful deployment of QA"
},
{
"id": 72,
"releaseId": 18,
"name": "PROD",
"status": "notStarted",
"variables": {},
"preDeployApprovals": [],
"postDeployApprovals": [],
"preApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"postApprovalsSnapshot": {
"approvals": [
{
"rank": 1,
"isAutomated": true,
"isNotificationOn": false,
"id": 0
}
]
},
"deploySteps": [],
"rank": 4,
"definitionEnvironmentId": 4,
"environmentOptions": {
"emailNotificationType": "OnlyOnFailure",
"emailRecipients": "release.environment.owner;release.creator",
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"enableAccessToken": false,
"publishDeploymentStatus": false
},
"demands": [],
"conditions": [
{
"result": false,
"name": "PPE",
"conditionType": "environmentState",
"value": "4"
}
],
"workflowTasks": [],
"deployPhasesSnapshot": [
{
"deploymentInput": {
"parallelExecution": {
"parallelExecutionType": "none"
},
"skipArtifactsDownload": false,
"timeoutInMinutes": 0,
"queueId": 2,
"demands": [],
"enableAccessToken": false
},
"rank": 1,
"phaseType": "agentBasedDeployment",
"name": "Run on agent",
"workflowTasks": [
{
"taskId": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"version": "1.*",
"name": "PowerShell Script",
"enabled": true,
"alwaysRun": false,
"continueOnError": false,
"timeoutInMinutes": 0,
"definitionType": "task",
"inputs": {
"scriptType": "inlineScript",
"scriptName": "",
"arguments": "",
"inlineScript": "# You can write your powershell scripts inline here. \n# You can also pass predefined and custom variables to this scripts using arguments\n\n Write-Host \"Hello World\"",
"workingFolder": "",
"failOnStandardError": "true"
}
}
]
}
],
"owner": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart",
"uniqueName": "fabfiber@outlook.com",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=4adb1680-0eac-6149-b5ee-fc8b4f6ca227"
},
"schedules": [],
"release": {
"id": 18,
"name": "Release-18",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=18&_a=release-summary"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18"
}
}
},
"releaseDefinition": {
"id": 1,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
"_links": {
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
},
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
}
}
},
"releaseCreatedBy": {
"id": "4adb1680-0eac-6149-b5ee-fc8b4f6ca227",
"displayName": "Chuck Reinhart"
},
"triggerReason": "After successful deployment of PPE"
}
],
"variables": {},
"variableGroups": [],
"artifacts": [
{
"sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
"type": "Build",
"alias": "Fabrikam.CI",
"definitionReference": {
"artifactSourceDefinitionUrl": {
"id": "https://dev.azure.com/fabrikam/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&definitionId=1",
"name": ""
},
"defaultVersionBranch": {
"id": "",
"name": ""
},
"defaultVersionSpecific": {
"id": "",
"name": ""
},
"defaultVersionTags": {
"id": "",
"name": ""
},
"defaultVersionType": {
"id": "latestType",
"name": "Latest"
},
"definition": {
"id": "1",
"name": "Fabrikam.CI"
},
"project": {
"id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
"name": "MyFirstProject"
},
"version": {
"id": "2",
"name": "2"
},
"artifactSourceVersionUrl": {
"id": "https://dev.azure.com/fabrikam/_permalink/_build/index?collectionId=13d3daac-03b8-4a23-9cc4-2c3de65dab63&projectId=d07908bc-118f-47d2-8a13-ff75601a6b1a&buildId=2",
"name": ""
},
"branch": {
"id": "refs/heads/master",
"name": "refs/heads/master"
}
},
"isPrimary": true
}
],
"releaseDefinition": {
"id": 1,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/1"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=1"
}
}
},
"description": "Creating Sample release",
"reason": "manual",
"releaseNameFormat": "Release-$(rev:r)",
"keepForever": false,
"definitionSnapshotRevision": 1,
"logsContainerUrl": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18/logs",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/releases/18"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=18&_a=release-summary"
}
},
"tags": [],
"projectReference": {
"id": "d07908bc-118f-47d2-8a13-ff75601a6b1a",
"name": null
},
"properties": {}
}
定義
ApprovalExecutionOrder
承認の実行順序。
名前 | 型 | 説明 |
---|---|---|
afterGatesAlways |
string |
ゲートの実行後に常に表示される承認。 |
afterSuccessfulGates |
string |
ゲートの正常な実行後に表示される承認。 |
beforeGates |
string |
ゲートの前に表示される承認。 |
ApprovalFilters
自動化されているか手動かに基づいて、承認ステップを選択的にフェッチできるようにするフィルター。 これにより、承認前スナップショットと事後承認スナップショットをフェッチする必要があるかどうかも決定されます。 既定ではすべてと見なされます
名前 | 型 | 説明 |
---|---|---|
all |
string |
すべての承認ステップと承認スナップショット。 |
approvalSnapshots |
string |
承認ステップはありませんが、承認スナップショット (承認手順には ManualApprovals または AutomatedApprovals を使用します)。 |
automatedApprovals |
string |
承認ステップは自動化されましたが、承認スナップショットはありません (スナップショットには ApprovalSnapshots と共に使用します)。 |
manualApprovals |
string |
手動の承認手順ですが、承認スナップショットはありません (スナップショットには ApprovalSnapshots と共に使用します)。 |
none |
string |
承認または承認スナップショットはありません。 |
ApprovalOptions
名前 | 型 | 説明 |
---|---|---|
autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped |
boolean |
同じ承認者が前のステージを承認した場合に承認をスキップできるかどうかを指定します。 |
enforceIdentityRevalidation |
boolean |
承認を完了する前に、承認者の ID を再検証するかどうかを指定します。 |
executionOrder |
承認の実行順序。 |
|
releaseCreatorCanBeApprover |
boolean |
リリースまたはデプロイを要求するユーザーが承認者に許可するかどうかを指定します。 |
requiredApproverCount |
integer |
リリースを先に進めるために必要な承認の数。 '0' は、すべての承認が必要です。 |
timeoutInMinutes |
integer |
承認タイムアウト。 承認の既定のタイムアウトは 30 日です。 最大許容タイムアウトは 365 日です。 '0' は、既定のタイムアウト (つまり 30 日) を意味します。 |
ApprovalStatus
承認の状態を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
approved |
string |
承認が承認されたことを示します。 |
canceled |
string |
承認が取り消されたことを示します。 |
pending |
string |
承認が保留中であることを示します。 |
reassigned |
string |
承認が再割り当てされたことを示します。 |
rejected |
string |
承認が拒否されたことを示します。 |
skipped |
string |
承認がスキップされたことを示します。 |
undefined |
string |
承認に状態が設定されていないことを示します。 |
ApprovalType
承認の種類を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
all |
string |
すべての承認を示します。 |
postDeploy |
string |
デプロイ後に実行された承認を示します。 |
preDeploy |
string |
デプロイ前に実行された承認を示します。 |
undefined |
string |
承認の種類が設定されていないことを示します。 |
Artifact
名前 | 型 | 説明 |
---|---|---|
alias |
string |
エイリアスを取得または設定します。 |
definitionReference |
<string,
Artifact |
定義参照を取得または設定します。 例: {"project":{"id":"fed755ea-49c5-4399-acea-fd5b5aa90a6c","name":"myProject"},"definition":{"id":"1","name":"mybuildDefinition"},"connection":{"id":"1","name":"myConnection"}} |
isPrimary |
boolean |
成果物がプライマリかどうかを示します。 |
isRetained |
boolean |
成果物がリリースによって保持されるかどうかを示します。 |
type |
string |
型を取得または設定します。 値には、'Build'、'Jenkins'、'GitHub'、'Nuget'、'Team Build (external)'、'ExternalTFSBuild'、'Git'、'TFVC'、'ExternalTfsXamlBuild' を指定できます。 |
ArtifactSourceReference
名前 | 型 | 説明 |
---|---|---|
id |
string |
成果物ソースの ID。 |
name |
string |
成果物ソースの名前。 |
AuthorizationHeader
名前 | 型 | 説明 |
---|---|---|
name |
string |
|
value |
string |
ConditionType
条件の種類を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
artifact |
string |
条件の種類は成果物です。 |
environmentState |
string |
条件の種類は環境の状態です。 |
event |
string |
条件の種類は event です。 |
undefined |
string |
条件の種類は未定義です。 |
ConfigurationVariableValue
名前 | 型 | 説明 |
---|---|---|
allowOverride |
boolean |
デプロイ時に変数をオーバーライドできるかどうかを取得および設定します。 |
isSecret |
boolean |
変数がシークレットかどうかを取得または設定します。 |
value |
string |
構成変数の値を取得および設定します。 |
DataSourceBindingBase
サービス エンドポイント要求のデータ ソースのバインドを表します。
名前 | 型 | 説明 |
---|---|---|
callbackContextTemplate |
string |
このデータ ソースでサポートされている改ページ位置の形式 (ContinuationToken/SkipTop)。 |
callbackRequiredTemplate |
string |
後続の呼び出しが必要ですか? |
dataSourceName |
string |
データ ソースの名前を取得または設定します。 |
endpointId |
string |
エンドポイント ID を取得または設定します。 |
endpointUrl |
string |
サービス エンドポイントの URL を取得または設定します。 |
headers |
承認ヘッダーを取得または設定します。 |
|
initialContextTemplate |
string |
クエリ パラメーターの初期値を定義します |
parameters |
object |
データ ソースのパラメーターを取得または設定します。 |
requestContent |
string |
http 要求本文を取得または設定します |
requestVerb |
string |
http 要求動詞を取得または設定します |
resultSelector |
string |
結果セレクターを取得または設定します。 |
resultTemplate |
string |
結果テンプレートを取得または設定します。 |
target |
string |
データ ソースのターゲットを取得または設定します。 |
DeploymentAttempt
名前 | 型 | 説明 |
---|---|---|
attempt |
integer |
デプロイの試行。 |
deploymentId |
integer |
デプロイの ID。 |
hasStarted |
boolean |
デプロイが開始されたかどうかを指定します。 |
id |
integer |
デプロイの ID。 |
issues |
Issue[] |
デプロイに関連するすべての問題。 |
lastModifiedBy |
このデプロイを最後に変更した ID。 |
|
lastModifiedOn |
string |
このデプロイが最後に変更された時刻。 |
operationStatus |
デプロイ操作の状態。 |
|
postDeploymentGates |
このデプロイで実行されたデプロイ ゲートの後。 |
|
preDeploymentGates |
このデプロイで実行されたデプロイ前ゲート。 |
|
queuedOn |
string |
このデプロイがキューに登録されたとき。 |
reason |
デプロイの理由。 |
|
releaseDeployPhases |
このデプロイで実行されるリリース デプロイフェーズの一覧。 |
|
requestedBy |
このデプロイを要求した ID。 |
|
requestedFor |
要求されたこのデプロイの ID。 |
|
status |
デプロイの状態。 |
DeploymentJob
名前 | 型 | 説明 |
---|---|---|
job |
実行されたすべてのタスクの親タスク。 |
|
tasks |
ジョブで を使用して実行されたタスクの一覧。 |
DeploymentOperationStatus
デプロイの操作状態を取得します。
名前 | 型 | 説明 |
---|---|---|
all |
string |
デプロイ操作の状態がすべてです。 |
approved |
string |
デプロイ操作の状態が承認されます。 |
canceled |
string |
デプロイ操作の状態が取り消されます。 |
cancelling |
string |
デプロイ操作の状態が取り消されています。 |
deferred |
string |
デプロイ操作の状態は遅延されます。 |
evaluatingGates |
string |
デプロイ操作の状態は EvaluatingGates です。 |
gateFailed |
string |
デプロイ操作の状態は GateFailed です。 |
manualInterventionPending |
string |
デプロイ操作の状態が手動によるインターベンション保留中です。 |
pending |
string |
デプロイ操作の状態が保留中です。 |
phaseCanceled |
string |
デプロイ操作の状態はフェーズが取り消されます。 |
phaseFailed |
string |
デプロイ操作の状態がフェーズに失敗しました。 |
phaseInProgress |
string |
デプロイ操作の状態は、進行中のフェーズです。 |
phasePartiallySucceeded |
string |
デプロイ操作の状態は、フェーズが部分的に成功しました。 |
phaseSucceeded |
string |
デプロイ操作の状態がフェーズに成功しました。 |
queued |
string |
デプロイ操作の状態がキューに入れられます。 |
queuedForAgent |
string |
エージェントのデプロイ操作の状態がキューに入れられます。 |
queuedForPipeline |
string |
デプロイ操作の状態は、パイプラインのキューに登録されます。 |
rejected |
string |
デプロイ操作の状態は拒否されます。 |
scheduled |
string |
デプロイ操作の状態がスケジュールされています。 |
undefined |
string |
デプロイ操作の状態は未定義です。 |
DeploymentReason
展開の理由を取得します。
名前 | 型 | 説明 |
---|---|---|
automated |
string |
デプロイの理由は自動化されています。 |
manual |
string |
デプロイの理由は手動です。 |
none |
string |
デプロイの理由は何もありません。 |
redeployTrigger |
string |
デプロイの理由は RedeployTrigger です。 |
scheduled |
string |
デプロイの理由はスケジュールされています。 |
DeploymentStatus
展開の状態を取得します。
名前 | 型 | 説明 |
---|---|---|
all |
string |
デプロイの状態がすべてです。 |
failed |
string |
デプロイの状態が失敗しました。 |
inProgress |
string |
デプロイの状態が進行中です。 |
notDeployed |
string |
デプロイの状態はデプロイされません。 |
partiallySucceeded |
string |
デプロイの状態が部分的に確認されます。 |
succeeded |
string |
デプロイの状態が成功しました。 |
undefined |
string |
デプロイの状態は未定義です。 |
DeployPhase
名前 | 型 | 説明 |
---|---|---|
name |
string |
展開フェーズの名前を取得および設定します。 |
phaseType |
展開フェーズの種類を示します。 |
|
rank |
integer |
デプロイ フェーズのランクを取得および設定します。 |
refName |
string |
展開フェーズの参照名を取得および設定します。 |
workflowTasks |
展開フェーズのワークフロー タスクを取得および設定します。 |
DeployPhaseStatus
フェーズの状態。
名前 | 型 | 説明 |
---|---|---|
canceled |
string |
フェーズの実行が取り消されました。 |
cancelling |
string |
フェーズが取り消し状態です。 |
failed |
string |
フェーズの実行に失敗しました。 |
inProgress |
string |
フェーズの実行が進行中です。 |
notStarted |
string |
フェーズ実行が開始されていません。 |
partiallySucceeded |
string |
フェーズの実行が部分的に成功しました。 |
skipped |
string |
フェーズの実行がスキップされました。 |
succeeded |
string |
フェーズの実行に成功しました。 |
undefined |
string |
フェーズの状態が設定されていません。 |
DeployPhaseTypes
展開フェーズの種類を示します。
名前 | 型 | 説明 |
---|---|---|
agentBasedDeployment |
string |
エージェントで実行されるタスクを含むフェーズの種類。 |
deploymentGates |
string |
デプロイを進めるゲートとして機能するタスクを含むフェーズの種類。 |
machineGroupBasedDeployment |
string |
展開グループ コンピューターで実行されるタスクを含むフェーズの種類。 |
runOnServer |
string |
サーバーによって実行されるタスクを含むフェーズの種類。 |
undefined |
string |
フェーズの種類が定義されていません。 これは使用しないでください。 |
EnvironmentOptions
名前 | 型 | 説明 |
---|---|---|
autoLinkWorkItems |
boolean |
自動リンク作業項目として取得および設定します。 |
badgeEnabled |
boolean |
バッジが有効になっているかどうかを取得および設定します。 |
publishDeploymentStatus |
boolean |
発行デプロイの状態を取得および設定します。 |
pullRequestDeploymentEnabled |
boolean |
取得し、 .pull request 展開が有効になっているかどうかを設定します。 |
EnvironmentStatus
環境の状態を取得します。
名前 | 型 | 説明 |
---|---|---|
canceled |
string |
環境が取り消された状態です。 |
inProgress |
string |
環境が進行中の状態です。 |
notStarted |
string |
環境が開始されていない状態です。 |
partiallySucceeded |
string |
環境が部分的に成功した状態です。 |
queued |
string |
環境がキューに入った状態です。 |
rejected |
string |
環境が拒否された状態です。 |
scheduled |
string |
環境はスケジュールされた状態です。 |
succeeded |
string |
環境は成功した状態です。 |
undefined |
string |
環境の状態が設定されていません。 |
GateStatus
リリース ゲートの状態。
名前 | 型 | 説明 |
---|---|---|
canceled |
string |
ゲートの実行が取り消されました。 |
failed |
string |
ゲートの実行に失敗しました。 |
inProgress |
string |
ゲートは現在進行中です。 |
none |
string |
ゲートに状態が設定されていません。 |
pending |
string |
ゲートは保留中の状態です。 |
succeeded |
string |
ゲートは正常に完了しました。 |
IdentityRef
名前 | 型 | 説明 |
---|---|---|
_links |
このフィールドには、グラフの件名に関する 0 個以上の興味深いリンクが含まれています。 これらのリンクを呼び出して、このグラフの主題に関する追加のリレーションシップや詳細情報を取得できます。 |
|
descriptor |
string |
記述子は、システムの実行中にグラフの件名を参照する主な方法です。 このフィールドは、アカウントと組織の両方で同じグラフの件名を一意に識別します。 |
directoryAlias |
string |
非推奨 - IdentityRef "_links" ディクショナリの "self" エントリで参照されている Graph ユーザーにクエリを実行することで取得できます |
displayName |
string |
これは、グラフの件名の一意でない表示名です。 このフィールドを変更するには、ソース プロバイダーでその値を変更する必要があります。 |
id |
string |
|
imageUrl |
string |
非推奨 - IdentityRef "_links" ディクショナリの "アバター" エントリで使用できます |
inactive |
boolean |
非推奨 - GraphUser "_links" ディクショナリの "membershipState" エントリで参照されている Graph メンバーシップの状態を照会することで取得できます |
isAadIdentity |
boolean |
非推奨 - 記述子のサブジェクト型 (Descriptor.IsAadUserType/Descriptor.IsAadGroupType) から推論できます |
isContainer |
boolean |
非推奨 - 記述子のサブジェクト型 (Descriptor.IsGroupType) から推論できます |
isDeletedInOrigin |
boolean |
|
profileUrl |
string |
非推奨 - ToIdentityRef の既存のほとんどの実装では使用されていません |
uniqueName |
string |
非推奨 - 代わりに Domain+PrincipalName を使用します |
url |
string |
この URL は、このグラフの件名のソース リソースへの完全なルートです。 |
IgnoredGate
名前 | 型 | 説明 |
---|---|---|
lastModifiedOn |
string |
ゲートが最後に無視される日付を取得します。 |
name |
string |
ゲートの名前は無視されます。 |
Issue
名前 | 型 | 説明 |
---|---|---|
data |
object |
データを発行します。 |
issueType |
string |
問題の種類 (エラー、警告、情報など)。 |
message |
string |
Issue メッセージ。 |
ManualIntervention
名前 | 型 | 説明 |
---|---|---|
approver |
承認する ID を取得または設定します。 |
|
comments |
string |
承認のコメントを取得または設定します。 |
createdOn |
string |
作成日を取得します。 |
id |
integer |
手動介入の一意識別子を取得します。 |
instructions |
string |
承認の手順を取得または設定します。 |
modifiedOn |
string |
変更された日付を取得します。 |
name |
string |
名前を取得または設定します。 |
release |
手動介入の releaseReference を取得します。 |
|
releaseDefinition |
手動介入の releaseDefinitionReference を取得します。 |
|
releaseEnvironment |
手動介入の releaseEnvironmentReference を取得します。 |
|
status |
手動介入の状態を取得または設定します。 |
|
taskInstanceId |
string |
タスク インスタンス識別子を取得します。 |
url |
string |
手動介入にアクセスするための URL を取得します。 |
ManualInterventionStatus
手動介入の状態を取得または設定します。
名前 | 型 | 説明 |
---|---|---|
approved |
string |
手動介入が承認されます。 |
canceled |
string |
手動介入は取り消されます。 |
pending |
string |
手動による介入は保留中です。 |
rejected |
string |
手動介入は拒否されます。 |
unknown |
string |
手動介入には、状態が設定されていません。 |
ProcessParameters
名前 | 型 | 説明 |
---|---|---|
dataSourceBindings |
サービス エンドポイント要求のデータ ソースのバインドを表します。 |
|
inputs | ||
sourceDefinitions |
ProjectReference
名前 | 型 | 説明 |
---|---|---|
id |
string |
このフィールドの一意識別子を取得します。 |
name |
string |
プロジェクトの名前を取得します。 |
PropertiesCollection
クラスは、キーと値のペアのコレクションとしてプロパティ バッグを表します。 を除くすべてのプリミティブ型 (を持つ任意の TypeCode != TypeCode.Object
型) の DBNull
値が受け入れられます。 Byte[]、Int32、Double、DateType、String 型の値は型を保持し、他のプリミティブは String として再チューニングされます。 Byte[] は base64 でエンコードされた文字列として必要です。
名前 | 型 | 説明 |
---|---|---|
count |
integer |
コレクション内のプロパティの数。 |
item |
object |
|
keys |
string[] |
コレクション内のキーのセット。 |
values |
string[] |
コレクション内の値のセット。 |
ReferenceLinks
REST 参照リンクのコレクションを表す クラス。
名前 | 型 | 説明 |
---|---|---|
links |
object |
リンクの読み取り時ビュー。 参照リンクは読み取り専用であるため、参照リンクは読み取り専用として公開する必要があります。 |
Release
名前 | 型 | 説明 |
---|---|---|
_links |
リリースにアクセスするためのリンクを取得します。 |
|
artifacts |
Artifact[] |
成果物の一覧を取得または設定します。 |
comment |
string |
コメントを取得または設定します。 |
createdBy |
作成した ID を取得または設定します。 |
|
createdFor |
リリースが作成された ID を取得または設定します。 |
|
createdOn |
string |
作成日を取得します。 |
definitionSnapshotRevision |
integer |
定義スナップショットのリビジョン番号を取得します。 |
description |
string |
リリースの説明を取得または設定します。 |
environments |
環境の一覧を取得します。 |
|
id |
integer |
このフィールドの一意識別子を取得します。 |
keepForever |
boolean |
アイテム保持ポリシーからリリースを除外するかどうか。 |
logsContainerUrl |
string |
ログ コンテナーの URL を取得します。 |
modifiedBy |
変更した ID を取得または設定します。 |
|
modifiedOn |
string |
変更された日付を取得します。 |
name |
string |
名前を取得します。 |
poolName |
string |
プール名を取得します。 |
projectReference |
プロジェクト参照を取得または設定します。 |
|
properties |
クラスは、キーと値のペアのコレクションとしてプロパティ バッグを表します。 を除くすべてのプリミティブ型 (を持つ任意の |
|
reason |
リリースの理由を取得します。 |
|
releaseDefinition |
このリリースが関連付けられているリリース定義の参照を指定する releaseDefinitionReference を取得します。 |
|
releaseDefinitionRevision |
integer |
リリース定義のリビジョンを取得または設定します。 |
releaseNameFormat |
string |
リリース名の形式を取得します。 |
status |
状態を取得します。 |
|
tags |
string[] |
タグの一覧を取得または設定します。 |
triggeringArtifactAlias |
string |
|
variableGroups |
変数グループの一覧を取得します。 |
|
variables |
<string,
Configuration |
変数のディクショナリを取得または設定します。 |
ReleaseApproval
名前 | 型 | 説明 |
---|---|---|
approvalType |
承認の種類を取得または設定します。 |
|
approvedBy |
承認した ID を取得します。 |
|
approver |
承認する ID を取得または設定します。 |
|
attempt |
integer |
どのデプロイ試行が属するかを指定する試行を取得または設定します。 |
comments |
string |
承認のためのコメントを取得または設定します。 |
createdOn |
string |
作成された日付を取得します。 |
history |
この承認に関連付けられているすべての承認を指定する履歴を取得します。 |
|
id |
integer |
このフィールドの一意識別子を取得します。 |
isAutomated |
boolean |
承認が自動化されているかどうかを示す値を取得または設定します。 |
modifiedOn |
string |
変更された日付を取得します。 |
rank |
integer |
承認の順序を指定するランクを取得または設定します。 たとえば、同じランクは並列承認を表します。 |
release |
この承認が関連付けられているリリースの参照を指定する releaseReference を取得します。 |
|
releaseDefinition |
この承認が関連付けられているリリース定義の参照を指定する releaseDefinitionReference を取得します。 |
|
releaseEnvironment |
この承認が関連付けられているリリース環境の参照を指定する releaseEnvironmentReference を取得します。 |
|
revision |
integer |
リビジョン番号を取得します。 |
status |
承認の状態を取得または設定します。 |
|
url |
string |
承認にアクセスするための URL を取得します。 |
ReleaseApprovalHistory
名前 | 型 | 説明 |
---|---|---|
approver |
承認者の ID。 |
|
changedBy |
承認を変更したオブジェクトの ID。 |
|
comments |
string |
承認履歴のコメント。 |
createdOn |
string |
この承認が作成された時刻。 |
modifiedOn |
string |
この承認が変更された時刻。 |
revision |
integer |
承認履歴のリビジョン。 |
ReleaseCondition
名前 | 型 | 説明 |
---|---|---|
conditionType |
条件の種類を取得または設定します。 |
|
name |
string |
条件の名前を取得または設定します。 たとえば、'ReleaseStarted' などです。 |
result |
boolean |
リリース条件の結果。 |
value |
string |
条件の値を取得または設定します。 |
ReleaseDefinitionApprovals
名前 | 型 | 説明 |
---|---|---|
approvalOptions |
承認オプションを取得または設定します。 |
|
approvals |
承認を取得または設定します。 |
ReleaseDefinitionApprovalStep
名前 | 型 | 説明 |
---|---|---|
approver |
承認者を取得および設定します。 |
|
id |
integer |
承認またはデプロイ ステップの ID。 |
isAutomated |
boolean |
承認が自動化されているかどうかを示します。 |
isNotificationOn |
boolean |
承認通知が設定されているかどうかを示します。 |
rank |
integer |
承認ステップのランクを取得または設定します。 |
ReleaseDefinitionGate
名前 | 型 | 説明 |
---|---|---|
tasks |
ゲート ワークフローを取得または設定します。 |
ReleaseDefinitionGatesOptions
名前 | 型 | 説明 |
---|---|---|
isEnabled |
boolean |
ゲートが有効かどうかを取得または設定します。 |
minimumSuccessDuration |
integer |
ゲート評価が成功した後の安定した結果の最小期間を取得または設定します。 |
samplingInterval |
integer |
ゲートの再評価までの時間を取得または設定します。 |
stabilizationTime |
integer |
評価前の遅延を取得または設定します。 |
timeout |
integer |
ゲートが失敗した後のタイムアウトを取得または設定します。 |
ReleaseDefinitionGatesStep
名前 | 型 | 説明 |
---|---|---|
gates |
ゲートを取得または設定します。 |
|
gatesOptions |
ゲート オプションを取得または設定します。 |
|
id |
integer |
ReleaseDefinitionGateStep の ID。 |
ReleaseDefinitionShallowReference
名前 | 型 | 説明 |
---|---|---|
_links |
リリース定義の関連リソース、API、およびビューへのリンクを取得します。 |
|
id |
integer |
リリース定義の一意識別子を取得します。 |
name |
string |
リリース定義の名前を取得または設定します。 |
path |
string |
リリース定義のパスを取得または設定します。 |
projectReference |
プロジェクト参照を取得または設定します。 |
|
url |
string |
リリース定義にアクセスするための REST API URL を取得します。 |
ReleaseDeployPhase
名前 | 型 | 説明 |
---|---|---|
deploymentJobs |
フェーズのデプロイ ジョブ。 |
|
errorLog |
string |
フェーズ実行エラー ログ。 |
manualInterventions |
手動介入タスクの実行情報のフェーズの一覧。 |
|
name |
string |
フェーズの名前。 |
phaseId |
string |
フェーズの ID。 |
phaseType |
フェーズの種類。 |
|
rank |
integer |
フェーズのランク。 |
runPlanId |
string |
フェーズのプラン ID を実行します。 |
startedOn |
string |
フェーズ開始時刻。 |
status |
フェーズの状態。 |
ReleaseEnvironment
名前 | 型 | 説明 |
---|---|---|
conditions |
条件の一覧を取得します。 |
|
createdOn |
string |
作成日を取得します。 |
definitionEnvironmentId |
integer |
定義環境 ID を取得します。 |
deployPhasesSnapshot |
スナップショット展開フェーズの一覧を取得します。 |
|
deploySteps |
展開手順を取得します。 |
|
environmentOptions |
環境オプションを取得します。 |
|
id |
integer |
このフィールドの一意識別子を取得します。 |
modifiedOn |
string |
変更された日付を取得します。 |
name |
string |
名前を取得します。 |
nextScheduledUtcTime |
string |
次のスケジュールされた UTC 時刻を取得します。 |
owner |
リリース環境の所有者である ID を取得します。 |
|
postApprovalsSnapshot |
デプロイ後の承認スナップショットの一覧を取得します。 |
|
postDeployApprovals |
デプロイ後の承認の一覧を取得します。 |
|
postDeploymentGatesSnapshot |
デプロイ後のゲートスナップショットデータ。 |
|
preApprovalsSnapshot |
展開前の承認スナップショットの一覧を取得します。 |
|
preDeployApprovals |
デプロイ前の承認の一覧を取得します。 |
|
preDeploymentGatesSnapshot |
デプロイ前ゲートスナップショットデータ。 |
|
processParameters |
プロセス パラメーターを取得します。 |
|
rank |
integer |
ランクを取得します。 |
release |
このリリース環境が関連付けられているリリースの参照を指定するリリース参照を取得します。 |
|
releaseCreatedBy |
リリースを作成した ID を取得します。 |
|
releaseDefinition |
このリリース環境が関連付けられているリリース定義の参照を指定する releaseDefinitionReference を取得します。 |
|
releaseId |
integer |
リリース ID を取得します。 |
scheduledDeploymentTime |
string |
リリース環境のスケジュールデプロイ時間を取得します。 |
schedules |
スケジュールの一覧を取得します。 |
|
status |
環境の状態を取得します。 |
|
timeToDeploy |
number |
デプロイする時間を取得します。 |
triggerReason |
string |
トリガーの理由を取得します。 |
variableGroups |
変数グループの一覧を取得します。 |
|
variables |
<string,
Configuration |
変数のディクショナリを取得します。 |
ReleaseEnvironmentShallowReference
名前 | 型 | 説明 |
---|---|---|
_links |
リリース環境の関連リソース、API、およびビューへのリンクを取得します。 |
|
id |
integer |
リリース環境の一意識別子を取得します。 |
name |
string |
リリース環境の名前を取得または設定します。 |
url |
string |
リリース環境にアクセスするための REST API URL を取得します。 |
ReleaseGates
名前 | 型 | 説明 |
---|---|---|
deploymentJobs |
各評価のゲート ジョブの詳細を格納します。 |
|
id |
integer |
リリース ゲートの ID。 |
ignoredGates |
無視されたゲートの一覧。 |
|
lastModifiedOn |
string |
ゲートの最終変更時刻。 |
runPlanId |
string |
ゲートのプラン ID を実行します。 |
stabilizationCompletedOn |
string |
ゲート安定化完了日時。 |
startedOn |
string |
ゲート評価の開始時刻。 |
status |
リリース ゲートの状態。 |
|
succeedingSince |
string |
すべてのゲートが正常に実行された日時。 |
ReleaseReason
リリースの理由を取得します。
名前 | 型 | 説明 |
---|---|---|
continuousIntegration |
string |
継続的インテグレーションによってトリガーされるリリースを示します。 |
manual |
string |
リリースが手動でトリガーされたことを示します。 |
none |
string |
リリースによってトリガーされた理由が設定されていないことを示します。 |
pullRequest |
string |
PullRequest によってトリガーされるリリースを示します。 |
schedule |
string |
スケジュールによってトリガーされるリリースを示します。 |
ReleaseSchedule
名前 | 型 | 説明 |
---|---|---|
daysToRelease |
リリースする曜日。 |
|
jobId |
string |
Team Foundation ジョブ定義ジョブ ID。 |
scheduleOnlyWithChanges |
boolean |
関連付けられた成果物が変更されたか、リリース定義が変更された場合にのみ、このスケジュールをリリースする必要があるかどうかを判断するフラグ。 |
startHours |
integer |
開始するローカル タイム ゾーン時間。 |
startMinutes |
integer |
開始するローカル タイム ゾーン分。 |
timeZoneId |
string |
リリース スケジュールのタイム ゾーン ID ('UTC' など)。 |
ReleaseShallowReference
名前 | 型 | 説明 |
---|---|---|
_links |
リリースの関連リソース、API、およびビューへのリンクを取得します。 |
|
id |
integer |
リリースの一意識別子を取得します。 |
name |
string |
リリースの名前を取得または設定します。 |
url |
string |
リリースにアクセスするための REST API URL を取得します。 |
ReleaseStatus
状態を取得します。
名前 | 型 | 説明 |
---|---|---|
abandoned |
string |
リリースの状態は破棄されています。 |
active |
string |
リリースの状態がアクティブです。 |
draft |
string |
リリースはドラフト状態です。 |
undefined |
string |
リリースの状態が設定されていません。 |
ReleaseTask
名前 | 型 | 説明 |
---|---|---|
agentName |
string |
タスクが実行されたエージェント名。 |
finishTime |
string |
リリース タスクの終了時刻。 |
id |
integer |
リリース タスクの ID。 |
issues |
Issue[] |
タスクの実行中に発生した問題の一覧。 |
lineCount |
integer |
ログ リリース タスクに含まれる行数。 |
logUrl |
string |
タスクのログ URL。 |
name |
string |
タスクの名前。 |
percentComplete |
integer |
タスクの実行完了の前置。 |
rank |
integer |
リリース タスクのランク。 |
resultCode |
string |
タスクの結果コード。 |
startTime |
string |
リリース タスクの ID。 |
status |
リリース タスクの状態。 |
|
task |
ワークフロー タスクリファレンス。 |
|
timelineRecordId |
string |
リリース タスクのタイムライン レコード ID。 |
ScheduleDays
リリースする曜日。
名前 | 型 | 説明 |
---|---|---|
all |
string |
週のすべての曜日にスケジュールされます。 |
friday |
string |
金曜日に予定されています。 |
monday |
string |
月曜日に予定されています。 |
none |
string |
スケジュールされた日が設定されていません。 |
saturday |
string |
土曜日に予定されています。 |
sunday |
string |
日曜日に予定されています。 |
thursday |
string |
木曜日に予定されています。 |
tuesday |
string |
火曜日に予定されています。 |
wednesday |
string |
水曜日に予定されています。 |
SingleReleaseExpands
リリースで展開する必要があるプロパティ。
名前 | 型 | 説明 |
---|---|---|
none |
string |
オブジェクトの最上位のプロパティを返します。 |
tasks |
string |
タスクを含むリリースを展開します。 |
TaskInputDefinitionBase
名前 | 型 | 説明 |
---|---|---|
aliases |
string[] |
|
defaultValue |
string |
|
groupName |
string |
|
helpMarkDown |
string |
|
label |
string |
|
name |
string |
|
options |
object |
|
properties |
object |
|
required |
boolean |
|
type |
string |
|
validation | ||
visibleRule |
string |
TaskInputValidation
名前 | 型 | 説明 |
---|---|---|
expression |
string |
条件式 |
message |
string |
検証が失敗した場合にユーザーが修正する方法を説明するメッセージ |
TaskSourceDefinitionBase
名前 | 型 | 説明 |
---|---|---|
authKey |
string |
|
endpoint |
string |
|
keySelector |
string |
|
selector |
string |
|
target |
string |
TaskStatus
リリース タスクの状態。
名前 | 型 | 説明 |
---|---|---|
canceled |
string |
タスクの実行が取り消されました。 |
failed |
string |
タスクの実行に失敗しました。 |
failure |
string |
タスクの実行に失敗しました。 |
inProgress |
string |
タスクは現在進行中です。 |
partiallySucceeded |
string |
タスクの実行が部分的に成功しました。 |
pending |
string |
タスクは保留中の状態です。 |
skipped |
string |
タスクの実行がスキップされました。 |
succeeded |
string |
タスクが正常に完了しました。 |
success |
string |
タスクが正常に完了しました。 |
unknown |
string |
タスクに状態が設定されていません。 |
VariableGroup
名前 | 型 | 説明 |
---|---|---|
createdBy |
作成した ID を取得または設定します。 |
|
createdOn |
string |
作成された日付を取得します。 |
description |
string |
説明を取得または設定します。 |
id |
integer |
このフィールドの一意識別子を取得します。 |
isShared |
boolean |
変数グループが他のプロジェクトと共有されているかどうかを示します。 |
modifiedBy |
変更した ID を取得または設定します。 |
|
modifiedOn |
string |
変更された日付を取得します。 |
name |
string |
名前を取得または設定します。 |
providerData |
プロバイダー データを取得または設定します。 |
|
type |
string |
型を取得または設定します。 |
variableGroupProjectReferences |
変数グループが他のプロジェクトと共有されているすべてのプロジェクト参照。 |
|
variables |
<string,
Variable |
変数のディクショナリを取得および設定します。 |
VariableGroupProjectReference
変数グループ参照は、変数グループへの浅い参照です。
名前 | 型 | 説明 |
---|---|---|
description |
string |
変数グループの説明を取得または設定します。 |
name |
string |
変数グループの名前を取得または設定します。 |
projectReference |
変数グループのプロジェクト参照を取得または設定します。 |
VariableGroupProviderData
VariableValue
名前 | 型 | 説明 |
---|---|---|
isReadOnly |
boolean |
変数が読み取り専用かどうかを取得または設定します。 |
isSecret |
boolean |
変数がシークレットかどうかを取得または設定します。 |
value |
string |
値を取得または設定します。 |
WorkflowTask
名前 | 型 | 説明 |
---|---|---|
alwaysRun |
boolean |
タスクが常に実行されるかどうかを取得または設定します。 |
condition |
string |
タスクの条件を取得または設定します。 |
continueOnError |
boolean |
タスクがエラーで実行され続けるかどうかを示す値を取得または設定します。 |
definitionType |
string |
タスク定義の種類を取得または設定します。 例:- 'Agent'、DeploymentGroup'、'Server' または 'ServerGate' です。 |
enabled |
boolean |
タスクが有効かどうかを取得または設定します。 |
environment |
object |
タスク環境変数を取得または設定します。 |
inputs |
object |
タスク入力を取得または設定します。 |
name |
string |
タスクの名前を取得します。値の設定も可能です。 |
overrideInputs |
object |
タスクのオーバーライド入力を取得または設定します。 |
refName |
string |
タスクの参照名を取得または設定します。 |
retryCountOnTaskFailure |
integer |
タスクの retryCount を取得または設定します。 |
taskId |
string |
タスクの ID を取得または設定します。 |
timeoutInMinutes |
integer |
タスクのタイムアウトを取得または設定します。 |
version |
string |
タスクのバージョンを取得または設定します。 |
WorkflowTaskReference
名前 | 型 | 説明 |
---|---|---|
id |
string |
タスク識別子。 |
name |
string |
タスクの名前。 |
version |
string |
タスクのバージョン。 |