Latest version of this endpoint: API Releases Get v4.
Contents:
Get the specified release.
NOTE: Releases pertain to Production instances of the Designer Cloud Powered by Trifacta® platform. For more information, see Overview of Deployment Manager.
Version: v3
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v3/releases/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the release |
Request URI - Example:
/v3/releases/2
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 2, "notes": "My second release", "packageUuid": "b6b76bc0-a1c6-11e7-8c9d-f53cb0bb7b0a", "active": null, "createdAt": "2017-08-01T07:00:00.000Z", "updatedAt": "2017-10-05T12:26:36.326Z", "deploymentId": 1, "createdBy": 1, "updatedBy": 2 }
Reference
Property | Description |
---|---|
id | Internal identifier for the release |
notes | Display value for notes that you can add to describe the release |
packageUuid | Internal identifier for the package |
active | If If set to |
createdAt | Timestamp for when the release was created. |
updatedAt | Timestamp for when the release was last updated. |
createdBy | Internal identifier for the user who created the release. |
updatedBy | Internal identifier for the user who last updated the release. |
This page has no comments.