Page tree

Release 6.0.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

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:

ParameterDescription
<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

PropertyDescription
idInternal identifier for the release
notesDisplay value for notes that you can add to describe the release
packageUuidInternal identifier for the package
active

If true, the release is the active one for the deployment.

If set to null, the release is not active.

createdAtTimestamp for when the release was created.
updatedAtTimestamp for when the release was last updated.
deployment.idInternal identifier for the deployment to which the release is assigned
creator.idInternal identifier for the user who created the release
updater.idInternal identifier for the user who last updated the release

This page has no comments.