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: v4
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:
/v4/releases/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the release |
Request URI - Example:
/v4/releases/1
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 1, "notes": "example_flow", "packageUuid": "9bae78c0-2fcb-11e9-9523-77f56ed58844", "active": null, "createdAt": "2019-02-13T20:39:41.764Z", "updatedAt": "2019-02-13T20:42:08.746Z", "deployment": { "id": 1 }, "creator": { "id": 7 }, "updater": { "id": 7 } }
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. |
deployment.id | Internal identifier for the deployment to which the release is assigned |
creator.id | Internal identifier for the user who created the release |
updater.id | Internal identifier for the user who last updated the release |
This page has no comments.