Skip to content

Instantly share code, notes, and snippets.

@antionio
Created February 5, 2017 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antionio/11dd59a1d39d8e02a7ffbae3226af8ef to your computer and use it in GitHub Desktop.
Save antionio/11dd59a1d39d8e02a7ffbae3226af8ef to your computer and use it in GitHub Desktop.
Unity Cloud Build Query Result Example 1
{
"build": 7,
"buildtargetid": "default-windows-desktop-32-bit",
"buildTargetName": "Default Windows desktop 32-bit",
"buildStatus": "success",
"platform": "standalonewindows",
"workspaceSize": 289375674,
"created": "2017-02-03T13:34:32.880Z",
"finished": "2017-02-03T14:05:42.000Z",
"checkoutStartTime": "2017-02-03T13:58:49.000Z",
"checkoutTimeInSeconds": 187,
"buildStartTime": "2017-02-03T14:01:56.000Z",
"buildTimeInSeconds": 179.916963,
"publishStartTime": "2017-02-03T14:04:56.000Z",
"publishTimeInSeconds": 17.95523,
"totalTimeInSeconds": 1869.12,
"favorited": false,
"deleted": false,
"cooldownDate": "2017-02-03T13:57:30.005Z",
"unityVersion": "5_4_3p2",
"auditChanges": 0,
"projectVersion": {
"name": "default-windows-desktop-32-bit-7",
"filename": "1234567/your-project-id/default-windows-desktop-32-bit-7/your-project-name.zip",
"projectName": "YourProjectName",
"platform": "standalonewindows",
"size": 41550114,
"created": "2017-02-03T14:05:14.819Z",
"lastMod": "2017-02-03T14:05:14.826Z",
"udids": []
},
"projectName": "YourProjectName",
"projectId": "your-project-name",
"orgId": "your-organization-id",
"links": {
"self": {
"method": "get",
"href": "/api/v1/orgs/your-organization-id/projects/your-project-name/buildtargets/default-windows-desktop-32-bit/builds/7"
},
"log": {
"method": "get",
"href": "/api/v1/orgs/your-organization-id/projects/your-project-name/buildtargets/default-windows-desktop-32-bit/builds/7/log"
},
"auditlog": {
"method": "get",
"href": "/api/v1/orgs/your-organization-id/projects/your-project-name/buildtargets/default-windows-desktop-32-bit/builds/7/auditlog"
},
"download_primary": {
"method": "get",
"href": "https://unitycloud-build-user-svc-live-build.s3.amazonaws.com/1234567/your-project-id/default-windows-desktop-32-bit-7/your-project-name.zip?AWSAccessKeyId=AWS_ACCESS_KEY&Expires=1234567&Signature=SIGNATURE%3D&response-content-disposition=attachment%3B%20filename%3Dyour-executable-name-default-windows-desktop-32-bit-7.zip&response-content-type=application%2Foctet-stream",
"meta": {
"type": "ZIP"
}
},
"create_share": {
"method": "post",
"href": "/api/v1/orgs/your-organization-id/projects/your-project-name/buildtargets/default-windows-desktop-32-bit/builds/7/share"
},
"revoke_share": {
"method": "delete",
"href": "/api/v1/orgs/your-organization-id/projects/your-project-name/buildtargets/default-windows-desktop-32-bit/builds/7/share"
},
"icon": {
"method": "get",
"href": "https://unitycloud-build-user-svc-live-extras-pub.s3.amazonaws.com/1234567/your-project-id/default-windows-desktop-32-bit-7/icon.png"
},
"artifacts": [
{
"key": "primary",
"name": ".ZIP file",
"primary": true,
"show_download": true,
"files": [
{
"filename": "your-project-name.zip",
"size": 41550114,
"href": "https://unitycloud-build-user-svc-live-build.s3.amazonaws.com/1234567/your-project-id/default-windows-desktop-32-bit-7/your-project-name.zip?AWSAccessKeyId=AWS_ACCESS_KEY&Expires=1234567&Signature=SIGNATURE%3D&response-content-disposition=attachment%3B%20filename%3Dyour-executable-name-default-windows-desktop-32-bit-7.zip&response-content-type=application%2Foctet-stream",
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment