Deployments - List
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/deployments?api-version=6.0
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/deployments?definitionId={definitionId}&definitionEnvironmentId={definitionEnvironmentId}&createdBy={createdBy}&minModifiedTime={minModifiedTime}&maxModifiedTime={maxModifiedTime}&deploymentStatus={deploymentStatus}&operationStatus={operationStatus}&latestAttemptsOnly={latestAttemptsOnly}&queryOrder={queryOrder}&$top={$top}&continuationToken={continuationToken}&createdFor={createdFor}&minStartedTime={minStartedTime}&maxStartedTime={maxStartedTime}&sourceBranch={sourceBranch}&api-version=6.0
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
organization
|
path | True |
string |
The name of the Azure DevOps organization. |
project
|
path | True |
string |
Project ID or project name |
api-version
|
query | True |
string |
Version of the API to use. This should be set to '6.0' to use this version of the api. |
$top
|
query |
integer int32 |
||
continuation
|
query |
integer int32 |
||
created
|
query |
string |
||
created
|
query |
string |
||
definition
|
query |
integer int32 |
||
definition
|
query |
integer int32 |
||
deployment
|
query | |||
latest
|
query |
boolean |
||
max
|
query |
string date-time |
||
max
|
query |
string date-time |
||
min
|
query |
string date-time |
||
min
|
query |
string date-time |
||
operation
|
query | |||
query
|
query | |||
source
|
query |
string |
Responses
Name | Type | Description |
---|---|---|
200 OK |
successful operation |
Security
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
Name | Description |
---|---|
vso.release | Grants the ability to read release artifacts, including folders, releases, release definitions and release environment. |
Examples
Get all deployments for a given definition Id |
Get all deployments in the project |
Get all deployments for a given definition Id
Sample Request
GET https://vsrm.dev.azure.com/fabrikam/A13d3daac-03b8-4a23-9cc4-2c3de65dab63/_apis/release/deployments?definitionId=38&api-version=6.0
Sample Response
{
"count": 1,
"value": [
{
"id": 79,
"release": {
"id": 55,
"name": "Release-2",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"releaseDefinition": {
"id": 38,
"name": "Fabrikam-web",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=38"
}
}
},
"releaseEnvironment": {
"id": 118,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 43,
"attempt": 1,
"reason": "manual",
"deploymentStatus": "notDeployed",
"operationStatus": "PhaseFailed",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-08-29T16:51:32.09Z",
"lastModifiedOn": "2017-08-29T16:51:40.133Z",
"lastModifiedBy": null,
"conditions": [],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 221,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-08-29T16:51:32.743Z",
"modifiedOn": "2017-08-29T16:51:35.79Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 55,
"name": "Release-2",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "Fabrikam-web",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 118,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/221"
}
],
"postDeployApprovals": [],
"_links": {}
}
]
}
Get all deployments in the project
Sample Request
GET https://vsrm.dev.azure.com/fabrikam/A13d3daac-03b8-4a23-9cc4-2c3de65dab63/_apis/release/deployments?api-version=6.0
Sample Response
{
"count": 17,
"value": [
{
"id": 79,
"release": {
"id": 55,
"name": "Release-2",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=55&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"releaseDefinition": {
"id": 38,
"name": "Fabrikam-web",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/38"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?definitionId=38"
}
}
},
"releaseEnvironment": {
"id": 118,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 43,
"attempt": 1,
"reason": "manual",
"deploymentStatus": "notDeployed",
"operationStatus": "PhaseFailed",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-08-29T16:51:32.09Z",
"lastModifiedOn": "2017-08-29T16:51:40.133Z",
"lastModifiedBy": null,
"conditions": [],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 221,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-08-29T16:51:32.743Z",
"modifiedOn": "2017-08-29T16:51:35.79Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 55,
"name": "Release-2",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/55",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "Fabrikam-web",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 118,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/221"
}
],
"postDeployApprovals": [],
"_links": {}
},
{
"id": 64,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"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
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 80,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 4,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:55:56.857Z",
"lastModifiedOn": "2017-06-16T01:56:43.06Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "PPE",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 190,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:55:57.687Z",
"modifiedOn": "2017-06-16T01:55:57.733Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 80,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/190"
}
],
"postDeployApprovals": [
{
"id": 192,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:56:42.92Z",
"modifiedOn": "2017-06-16T01:56:42.967Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 80,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/192"
}
],
"_links": {}
},
{
"id": 63,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"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
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 79,
"name": "PPE",
"_links": {}
},
"definitionEnvironmentId": 3,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:55:12.967Z",
"lastModifiedOn": "2017-06-16T01:55:56.607Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "QA",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 187,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:55:13.7Z",
"modifiedOn": "2017-06-16T01:55:13.747Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 79,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/187"
}
],
"postDeployApprovals": [
{
"id": 189,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:55:56.45Z",
"modifiedOn": "2017-06-16T01:55:56.513Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 79,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/189"
}
],
"_links": {}
},
{
"id": 62,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"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
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 78,
"name": "QA",
"_links": {}
},
"definitionEnvironmentId": 2,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:54:25.73Z",
"lastModifiedOn": "2017-06-16T01:55:12.747Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "Dev",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 184,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:54:26.62Z",
"modifiedOn": "2017-06-16T01:54:26.67Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 78,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/184"
}
],
"postDeployApprovals": [
{
"id": 186,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:55:12.607Z",
"modifiedOn": "2017-06-16T01:55:12.653Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 78,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/186"
}
],
"_links": {}
},
{
"id": 61,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"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
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=20&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 77,
"name": "Dev",
"_links": {}
},
"definitionEnvironmentId": 1,
"attempt": 1,
"reason": "manual",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:53:34.823Z",
"lastModifiedOn": "2017-06-16T01:54:25.543Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 181,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:53:35.607Z",
"modifiedOn": "2017-06-16T01:53:38.887Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 77,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/181"
}
],
"postDeployApprovals": [
{
"id": 183,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:54:25.403Z",
"modifiedOn": "2017-06-16T01:54:25.45Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 20,
"name": "Release-20",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/20",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 77,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/183"
}
],
"_links": {}
},
{
"id": 60,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"artifacts": [
{
"sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
"type": "Build",
"alias": "Fabrikam.CI",
"definitionReference": {
"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": ""
},
"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": ""
},
"branch": {
"id": "refs/heads/master",
"name": "refs/heads/master"
}
},
"isPrimary": true
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 60,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 4,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:19:27.077Z",
"lastModifiedOn": "2017-06-16T01:20:12.483Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "PPE",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 178,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:19:28.043Z",
"modifiedOn": "2017-06-16T01:19:28.14Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 60,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/178"
}
],
"postDeployApprovals": [
{
"id": 180,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:20:12.31Z",
"modifiedOn": "2017-06-16T01:20:12.39Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 60,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/180"
}
],
"_links": {}
},
{
"id": 59,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"artifacts": [
{
"sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
"type": "Build",
"alias": "Fabrikam.CI",
"definitionReference": {
"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": ""
},
"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": ""
},
"branch": {
"id": "refs/heads/master",
"name": "refs/heads/master"
}
},
"isPrimary": true
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 59,
"name": "PPE",
"_links": {}
},
"definitionEnvironmentId": 3,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:18:35.713Z",
"lastModifiedOn": "2017-06-16T01:19:26.763Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "QA",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 175,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:18:36.823Z",
"modifiedOn": "2017-06-16T01:18:36.87Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 59,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/175"
}
],
"postDeployApprovals": [
{
"id": 177,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:19:26.607Z",
"modifiedOn": "2017-06-16T01:19:26.653Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 59,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/177"
}
],
"_links": {}
},
{
"id": 58,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"artifacts": [
{
"sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
"type": "Build",
"alias": "Fabrikam.CI",
"definitionReference": {
"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": ""
},
"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": ""
},
"branch": {
"id": "refs/heads/master",
"name": "refs/heads/master"
}
},
"isPrimary": true
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 58,
"name": "QA",
"_links": {}
},
"definitionEnvironmentId": 2,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T01:17:15.667Z",
"lastModifiedOn": "2017-06-16T01:18:35.497Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "Dev",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 172,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-16T01:17:16.29Z",
"modifiedOn": "2017-06-16T01:17:16.337Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 58,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/172"
}
],
"postDeployApprovals": [
{
"id": 174,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:18:35.37Z",
"modifiedOn": "2017-06-16T01:18:35.417Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 58,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/174"
}
],
"_links": {}
},
{
"id": 57,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"artifacts": [
{
"sourceId": "d07908bc-118f-47d2-8a13-ff75601a6b1a:1",
"type": "Build",
"alias": "Fabrikam.CI",
"definitionReference": {
"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": ""
},
"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": ""
},
"branch": {
"id": "refs/heads/master",
"name": "refs/heads/master"
}
},
"isPrimary": true
}
],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=15&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 57,
"name": "Dev",
"_links": {}
},
"definitionEnvironmentId": 1,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-16T00:25:39.51Z",
"lastModifiedOn": "2017-06-16T01:17:15.48Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "ReleaseStarted",
"conditionType": "event",
"value": ""
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 169,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-06-16T00:25:40.493Z",
"modifiedOn": "2017-06-16T01:16:27.807Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 57,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/169"
}
],
"postDeployApprovals": [
{
"id": 171,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-16T01:17:15.337Z",
"modifiedOn": "2017-06-16T01:17:15.383Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 15,
"name": "Release-15",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/15",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 57,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/171"
}
],
"_links": {}
},
{
"id": 56,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 44,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 4,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-11T17:26:51.753Z",
"lastModifiedOn": "2017-06-11T17:27:38.077Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "PPE",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 166,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-11T17:26:52.52Z",
"modifiedOn": "2017-06-11T17:26:52.567Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 44,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/166"
}
],
"postDeployApprovals": [
{
"id": 168,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-11T17:27:37.763Z",
"modifiedOn": "2017-06-11T17:27:37.843Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 44,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/168"
}
],
"_links": {}
},
{
"id": 55,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 43,
"name": "PPE",
"_links": {}
},
"definitionEnvironmentId": 3,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-11T17:26:07.37Z",
"lastModifiedOn": "2017-06-11T17:26:51.44Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "QA",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 163,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-11T17:26:09.15Z",
"modifiedOn": "2017-06-11T17:26:09.243Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 43,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/163"
}
],
"postDeployApprovals": [
{
"id": 165,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-11T17:26:51.253Z",
"modifiedOn": "2017-06-11T17:26:51.3Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 43,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/165"
}
],
"_links": {}
},
{
"id": 54,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 42,
"name": "QA",
"_links": {}
},
"definitionEnvironmentId": 2,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-11T17:25:20.14Z",
"lastModifiedOn": "2017-06-11T17:26:07.07Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "Dev",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 160,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-11T17:25:21.013Z",
"modifiedOn": "2017-06-11T17:25:21.077Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 42,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/160"
}
],
"postDeployApprovals": [
{
"id": 162,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-11T17:26:06.913Z",
"modifiedOn": "2017-06-11T17:26:06.977Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 42,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/162"
}
],
"_links": {}
},
{
"id": 53,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 56,
"name": "PROD",
"_links": {}
},
"definitionEnvironmentId": 4,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-01T09:48:17.653Z",
"lastModifiedOn": "2017-06-01T09:48:59.35Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "PPE",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 155,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-01T09:48:18.293Z",
"modifiedOn": "2017-06-01T09:48:18.34Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 56,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/155"
}
],
"postDeployApprovals": [
{
"id": 157,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-01T09:48:59.223Z",
"modifiedOn": "2017-06-01T09:48:59.27Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 56,
"name": "PROD",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/157"
}
],
"_links": {}
},
{
"id": 52,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 55,
"name": "PPE",
"_links": {}
},
"definitionEnvironmentId": 3,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-01T09:46:52.043Z",
"lastModifiedOn": "2017-06-01T09:48:17.403Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "QA",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 151,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-01T09:46:52.64Z",
"modifiedOn": "2017-06-01T09:46:52.67Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 55,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/151"
}
],
"postDeployApprovals": [
{
"id": 154,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-01T09:48:17.28Z",
"modifiedOn": "2017-06-01T09:48:17.31Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 55,
"name": "PPE",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/154"
}
],
"_links": {}
},
{
"id": 50,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 54,
"name": "QA",
"_links": {}
},
"definitionEnvironmentId": 2,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-01T09:45:33.763Z",
"lastModifiedOn": "2017-06-01T09:46:51.827Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "Dev",
"conditionType": "environmentState",
"value": "4"
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 145,
"revision": 1,
"approvalType": "preDeploy",
"createdOn": "2017-06-01T09:45:34.25Z",
"modifiedOn": "2017-06-01T09:45:34.297Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 54,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/145"
}
],
"postDeployApprovals": [
{
"id": 150,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-01T09:46:51.687Z",
"modifiedOn": "2017-06-01T09:46:51.73Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 54,
"name": "QA",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/150"
}
],
"_links": {}
},
{
"id": 47,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=14&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 53,
"name": "Dev",
"_links": {}
},
"definitionEnvironmentId": 1,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-01T09:42:15.413Z",
"lastModifiedOn": "2017-06-01T09:45:33.593Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "ReleaseStarted",
"conditionType": "event",
"value": ""
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 134,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-06-01T09:42:16.053Z",
"modifiedOn": "2017-06-01T09:42:53.873Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 53,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/134"
}
],
"postDeployApprovals": [
{
"id": 144,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-01T09:45:33.45Z",
"modifiedOn": "2017-06-01T09:45:33.5Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 14,
"name": "Release-14",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/14",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 53,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/144"
}
],
"_links": {}
},
{
"id": 35,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"artifacts": [],
"webAccessUri": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary",
"_links": {
"self": {
"href": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11"
},
"web": {
"href": "https://dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_release?releaseId=11&_a=release-summary"
}
},
"description": null,
"releaseDefinition": null,
"createdOn": "0001-01-01T00:00:00",
"createdBy": null,
"modifiedBy": null,
"reason": "none"
},
"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"
}
}
},
"releaseEnvironment": {
"id": 41,
"name": "Dev",
"_links": {}
},
"definitionEnvironmentId": 1,
"attempt": 1,
"reason": "automated",
"deploymentStatus": "succeeded",
"operationStatus": "Approved",
"requestedBy": {
"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"
},
"requestedFor": {
"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"
},
"queuedOn": "0001-01-01T00:00:00",
"startedOn": "2017-06-01T09:34:33.993Z",
"lastModifiedOn": "2017-06-11T17:25:19.937Z",
"lastModifiedBy": {
"id": "0000000d-0000-8888-8000-000000000000",
"displayName": "Microsoft.VisualStudio.Services.ReleaseManagement",
"uniqueName": "0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/Identities/0000000d-0000-8888-8000-000000000000",
"imageUrl": "https://dev.azure.com/fabrikam/_api/_common/identityImage?id=0000000d-0000-8888-8000-000000000000"
},
"conditions": [
{
"result": true,
"name": "ReleaseStarted",
"conditionType": "event",
"value": ""
}
],
"scheduledDeploymentTime": "0001-01-01T00:00:00",
"preDeployApprovals": [
{
"id": 100,
"revision": 1,
"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"
},
"approvedBy": {
"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"
},
"approvalType": "preDeploy",
"createdOn": "2017-06-01T09:34:34.68Z",
"modifiedOn": "2017-06-11T17:24:31.787Z",
"status": "approved",
"comments": "Good to go!",
"isAutomated": false,
"isNotificationOn": true,
"trialNumber": 1,
"attempt": 1,
"rank": 1,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 41,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/100"
}
],
"postDeployApprovals": [
{
"id": 159,
"revision": 1,
"approvalType": "postDeploy",
"createdOn": "2017-06-11T17:25:19.763Z",
"modifiedOn": "2017-06-11T17:25:19.827Z",
"status": "approved",
"comments": "",
"isAutomated": true,
"isNotificationOn": false,
"trialNumber": 1,
"attempt": 1,
"rank": 3,
"release": {
"id": 11,
"name": "Release-11",
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/releases/11",
"_links": {}
},
"releaseDefinition": {
"id": 0,
"name": "MyShuttle.CD",
"url": "https://vsrm.dev.azure.com/fabrikam/d07908bc-118f-47d2-8a13-ff75601a6b1a/_apis/Release/definitions/0",
"_links": {}
},
"releaseEnvironment": {
"id": 41,
"name": "Dev",
"_links": {}
},
"url": "https://vsrm.dev.azure.com/fabrikam/MyFirstProject/_apis/Release/approvals/159"
}
],
"_links": {}
}
]
}
Definitions
Name | Description |
---|---|
Approval |
Gets or sets the status of the approval. |
Approval |
Gets or sets the type of approval. |
Artifact | |
Artifact |
|
Condition | |
Condition |
Gets or sets the condition type. |
Deployment | |
Deployment |
Gets operation status of deployment. |
Deployment |
Gets reason of deployment. |
Deployment |
Gets status of the deployment. |
Identity |
|
Project |
|
Reference |
The class to represent a collection of REST reference links. |
Release |
|
Release |
|
Release |
|
Release |
|
Release |
|
Release |
Gets reason for release. |
Release |
|
Release |
ApprovalStatus
Gets or sets the status of the approval.
Name | Type | Description |
---|---|---|
approved |
string |
Indicates the approval is approved. |
canceled |
string |
Indicates the approval is canceled. |
pending |
string |
Indicates the approval is pending. |
reassigned |
string |
Indicates the approval is reassigned. |
rejected |
string |
Indicates the approval is rejected. |
skipped |
string |
Indicates the approval is skipped. |
undefined |
string |
Indicates the approval does not have the status set. |
ApprovalType
Gets or sets the type of approval.
Name | Type | Description |
---|---|---|
all |
string |
Indicates all approvals. |
postDeploy |
string |
Indicates the approvals which executed after deployment. |
preDeploy |
string |
Indicates the approvals which executed before deployment. |
undefined |
string |
Indicates the approval type does not set. |
Artifact
Name | Type | Description |
---|---|---|
alias |
string |
Gets or sets alias. |
definitionReference |
<string,
Artifact |
Gets or sets definition reference. e.g. {"project":{"id":"fed755ea-49c5-4399-acea-fd5b5aa90a6c","name":"myProject"},"definition":{"id":"1","name":"mybuildDefinition"},"connection":{"id":"1","name":"myConnection"}}. |
isPrimary |
boolean |
Indicates whether artifact is primary or not. |
isRetained |
boolean |
Indicates whether artifact is retained by release or not. |
type |
string |
Gets or sets type. It can have value as 'Build', 'Jenkins', 'GitHub', 'Nuget', 'Team Build (external)', 'ExternalTFSBuild', 'Git', 'TFVC', 'ExternalTfsXamlBuild'. |
ArtifactSourceReference
Name | Type | Description |
---|---|---|
id |
string |
ID of the artifact source. |
name |
string |
Name of the artifact source. |
Condition
Name | Type | Description |
---|---|---|
conditionType |
Gets or sets the condition type. |
|
name |
string |
Gets or sets the name of the condition. e.g. 'ReleaseStarted'. |
value |
string |
Gets or set value of the condition. |
ConditionType
Gets or sets the condition type.
Name | Type | Description |
---|---|---|
artifact |
string |
The condition type is artifact. |
environmentState |
string |
The condition type is environment state. |
event |
string |
The condition type is event. |
undefined |
string |
The condition type is undefined. |
Deployment
Name | Type | Description |
---|---|---|
attempt |
integer |
Gets attempt number. |
completedOn |
string |
Gets the date on which deployment is complete. |
conditions |
Gets the list of condition associated with deployment. |
|
definitionEnvironmentId |
integer |
Gets release definition environment id. |
deploymentStatus |
Gets status of the deployment. |
|
id |
integer |
Gets the unique identifier for deployment. |
lastModifiedBy |
Gets the identity who last modified the deployment. |
|
lastModifiedOn |
string |
Gets the date on which deployment is last modified. |
operationStatus |
Gets operation status of deployment. |
|
postDeployApprovals |
Gets list of PostDeployApprovals. |
|
preDeployApprovals |
Gets list of PreDeployApprovals. |
|
projectReference |
Gets or sets project reference. |
|
queuedOn |
string |
Gets the date on which deployment is queued. |
reason |
Gets reason of deployment. |
|
release |
Gets the reference of release. |
|
releaseDefinition |
Gets releaseDefinitionReference which specifies the reference of the release definition to which the deployment is associated. |
|
releaseEnvironment |
Gets releaseEnvironmentReference which specifies the reference of the release environment to which the deployment is associated. |
|
requestedBy |
Gets the identity who requested. |
|
requestedFor |
Gets the identity for whom deployment is requested. |
|
scheduledDeploymentTime |
string |
Gets the date on which deployment is scheduled. |
startedOn |
string |
Gets the date on which deployment is started. |
DeploymentOperationStatus
Gets operation status of deployment.
Name | Type | Description |
---|---|---|
all |
string |
The deployment operation status is all. |
approved |
string |
The deployment operation status is approved. |
canceled |
string |
The deployment operation status is canceled. |
cancelling |
string |
The deployment operation status is cancelling. |
deferred |
string |
The deployment operation status is deferred. |
evaluatingGates |
string |
The deployment operation status is EvaluatingGates. |
gateFailed |
string |
The deployment operation status is GateFailed. |
manualInterventionPending |
string |
The deployment operation status is manualintervention pending. |
pending |
string |
The deployment operation status is pending. |
phaseCanceled |
string |
The deployment operation status is phase canceled. |
phaseFailed |
string |
The deployment operation status is phase failed. |
phaseInProgress |
string |
The deployment operation status is phase in progress. |
phasePartiallySucceeded |
string |
The deployment operation status is phase partially succeeded. |
phaseSucceeded |
string |
The deployment operation status is phase succeeded. |
queued |
string |
The deployment operation status is queued. |
queuedForAgent |
string |
The deployment operation status is queued for agent. |
queuedForPipeline |
string |
The deployment operation status is queued for pipeline. |
rejected |
string |
The deployment operation status is rejected. |
scheduled |
string |
The deployment operation status is scheduled. |
undefined |
string |
The deployment operation status is undefined. |
DeploymentReason
Gets reason of deployment.
Name | Type | Description |
---|---|---|
automated |
string |
The deployment reason is automated. |
manual |
string |
The deployment reason is manual. |
none |
string |
The deployment reason is none. |
redeployTrigger |
string |
The deployment reason is RedeployTrigger. |
scheduled |
string |
The deployment reason is scheduled. |
DeploymentStatus
Gets status of the deployment.
Name | Type | Description |
---|---|---|
all |
string |
The deployment status is all. |
failed |
string |
The deployment status is failed. |
inProgress |
string |
The deployment status is in progress. |
notDeployed |
string |
The deployment status is not deployed. |
partiallySucceeded |
string |
The deployment status is partiallysucceeded. |
succeeded |
string |
The deployment status is succeeded. |
undefined |
string |
The deployment status is undefined. |
IdentityRef
Name | Type | Description |
---|---|---|
_links |
This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject. |
|
descriptor |
string |
The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations. |
directoryAlias |
string |
Deprecated - Can be retrieved by querying the Graph user referenced in the "self" entry of the IdentityRef "_links" dictionary |
displayName |
string |
This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider. |
id |
string |
|
imageUrl |
string |
Deprecated - Available in the "avatar" entry of the IdentityRef "_links" dictionary |
inactive |
boolean |
Deprecated - Can be retrieved by querying the Graph membership state referenced in the "membershipState" entry of the GraphUser "_links" dictionary |
isAadIdentity |
boolean |
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsAadUserType/Descriptor.IsAadGroupType) |
isContainer |
boolean |
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsGroupType) |
isDeletedInOrigin |
boolean |
|
profileUrl |
string |
Deprecated - not in use in most preexisting implementations of ToIdentityRef |
uniqueName |
string |
Deprecated - use Domain+PrincipalName instead |
url |
string |
This url is the full route to the source resource of this graph subject. |
ProjectReference
Name | Type | Description |
---|---|---|
id |
string |
Gets the unique identifier of this field. |
name |
string |
Gets name of project. |
ReferenceLinks
The class to represent a collection of REST reference links.
Name | Type | Description |
---|---|---|
links |
object |
The readonly view of the links. Because Reference links are readonly, we only want to expose them as read only. |
ReleaseApproval
Name | Type | Description |
---|---|---|
approvalType |
Gets or sets the type of approval. |
|
approvedBy |
Gets the identity who approved. |
|
approver |
Gets or sets the identity who should approve. |
|
attempt |
integer |
Gets or sets attempt which specifies as which deployment attempt it belongs. |
comments |
string |
Gets or sets comments for approval. |
createdOn |
string |
Gets date on which it got created. |
history |
Gets history which specifies all approvals associated with this approval. |
|
id |
integer |
Gets the unique identifier of this field. |
isAutomated |
boolean |
Gets or sets as approval is automated or not. |
modifiedOn |
string |
Gets date on which it got modified. |
rank |
integer |
Gets or sets rank which specifies the order of the approval. e.g. Same rank denotes parallel approval. |
release |
Gets releaseReference which specifies the reference of the release to which this approval is associated. |
|
releaseDefinition |
Gets releaseDefinitionReference which specifies the reference of the release definition to which this approval is associated. |
|
releaseEnvironment |
Gets releaseEnvironmentReference which specifies the reference of the release environment to which this approval is associated. |
|
revision |
integer |
Gets the revision number. |
status |
Gets or sets the status of the approval. |
|
url |
string |
Gets url to access the approval. |
ReleaseApprovalHistory
Name | Type | Description |
---|---|---|
approver |
Identity of the approver. |
|
changedBy |
Identity of the object who changed approval. |
|
comments |
string |
Approval history comments. |
createdOn |
string |
Time when this approval created. |
modifiedOn |
string |
Time when this approval modified. |
revision |
integer |
Approval history revision. |
ReleaseDefinitionShallowReference
Name | Type | Description |
---|---|---|
_links |
Gets the links to related resources, APIs, and views for the release definition. |
|
id |
integer |
Gets the unique identifier of release definition. |
name |
string |
Gets or sets the name of the release definition. |
path |
string |
Gets or sets the path of the release definition. |
projectReference |
Gets or sets project reference. |
|
url |
string |
Gets the REST API url to access the release definition. |
ReleaseEnvironmentShallowReference
Name | Type | Description |
---|---|---|
_links |
Gets the links to related resources, APIs, and views for the release environment. |
|
id |
integer |
Gets the unique identifier of release environment. |
name |
string |
Gets or sets the name of the release environment. |
url |
string |
Gets the REST API url to access the release environment. |
ReleaseQueryOrder
Name | Type | Description |
---|---|---|
ascending |
string |
Return results in ascending order. |
descending |
string |
Return results in descending order. |
ReleaseReason
Gets reason for release.
Name | Type | Description |
---|---|---|
continuousIntegration |
string |
Indicates the release triggered by continuous integration. |
manual |
string |
Indicates the release triggered manually. |
none |
string |
Indicates the release triggered reason not set. |
pullRequest |
string |
Indicates the release triggered by PullRequest. |
schedule |
string |
Indicates the release triggered by schedule. |
ReleaseReference
Name | Type | Description |
---|---|---|
_links |
Gets links to access the release. |
|
artifacts |
Artifact[] |
Gets list of artifacts. |
createdBy |
Gets the identity who created release. |
|
createdOn |
string |
Gets date on when this release created. |
description |
string |
Gets description. |
id |
integer |
ID of the Release. |
modifiedBy |
Gets the identity who modified release. |
|
name |
string |
Gets name of release. |
reason |
Gets reason for release. |
|
releaseDefinition |
Gets release definition shallow reference. |
ReleaseShallowReference
Name | Type | Description |
---|---|---|
_links |
Gets the links to related resources, APIs, and views for the release. |
|
id |
integer |
Gets the unique identifier of release. |
name |
string |
Gets or sets the name of the release. |
url |
string |
Gets the REST API url to access the release. |