Page tree

Release 5.1


Contents:

   

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

Contents:


Create a new deployment.

NOTE: Deployments pertain to Production instances of the Designer Cloud Powered by Trifacta® platform. For more information, see Overview of Deployment Management.

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/5.1/index.html#section/Authentication.

Request

Request Type: POST

Endpoint:

/v3/deployments/

Request Body:

{
    "name": "Test Deployment"
}

Response

Response Status Code - Success: 201 - Created

Response Body Example:

{
    "id": 20,
    "name": "Test Deployment",
    "createdBy": 1,
    "updatedBy": 1,
    "updatedAt": "2017-10-12T23:48:54.340Z",
    "createdAt": "2017-10-12T23:48:54.340Z"
}

Reference

For more information on properties of a deployment, see API Deployments Get v3.

This page has no comments.