Page tree

Release 6.0.2


Contents:

Scheduled Maintenance: docs.trifacta.com will be offline for maintenance at 3:00pm UTC on Thursday March 30 for about 15 minutes.

   

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

This is the latest version of the APIs.

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 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: POST

Endpoint:

/v4/deployments/

Request Body:

{
    "name": "Test Deployment"
}

Response

Response Status Code - Success:  201 - Created

Response Body Example:

{
    "id": 1,
    "name": "Test Deployment",
    "updatedAt": "2019-02-13T20:14:48.537Z",
    "createdAt": "2019-02-13T20:14:48.537Z",
    "creator": {
        "id": 7
    },
    "updater": {
        "id": 7
    }
}

Reference

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

This page has no comments.