Page tree

Release 6.0.2


Contents:

   

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

As of Release 6.4, the v3 APIs are End of Life (EOL). Before using this release or a later one, you should migrate to using the latest available API version. For more information, see API Version Support Matrix.
Latest version of this endpoint: API Deployments Get v4.

Contents:


Get the specified deployment.

NOTE: Deployments 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/deployments/<id>

where:

ParameterDescription
<id>Internal identifier for the deployment

Request URI - Example:

/v3/deployments/3

Request Body:

Empty.

Response

Response Status Code - Success: 200 - OK

Response Body Example:

{
    "id": 3,
    "name": "Payments Deployment",
    "createdAt": "2017-09-27T07:00:00.000Z",
    "updatedAt": "2017-09-30T00:17:00.079Z",
    "createdBy": 1,
    "updatedBy": 2
}

Reference

PropertyDescription
idInternal identifier for the deployment
nameDisplay name for the deployment. This value appears in the user interface.
createdAtTimestamp for when the deployment was created.
updatedAtTimestamp for when the deployment was last updated.
createdByInternal identifier for the user who created the deployment.
updatedByInternal identifier for the user who last updated the deployment.

This page has no comments.