Page tree

Release 6.4.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 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.4/index.html#section/Authentication.

Request

Request Type: GET

Endpoint:

/v4/deployments/<id>

where:

ParameterDescription
<id>Internal identifier for the deployment

Request URI - Example:

/v4/deployments/1

Query parameter reference:

The following query parameters can be submitted with this endpoint:

Query ParameterData TypeDescription
embedstring

Comma-separated list of objects to include part of the response.

includeDeletedstring

If set to true, response includes deleted objects.

For more information, see API Common Query Parameters v4.

Request Body:

None.

Response

Response Status Code - Success:  200 - OK

Response Body Example:

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

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.
creator.idInternal identifier for the user who created the deployment.
updater.idInternal identifier for the user who last updated the deployment.

This page has no comments.