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:
Parameter | Description |
---|---|
<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 Parameter | Data Type | Description |
---|---|---|
embed | string | Comma-separated list of objects to include part of the response. |
includeDeleted | string | If set to |
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
Property | Description |
---|---|
id | Internal identifier for the deployment |
name | Display name for the deployment. This value appears in the user interface. |
createdAt | Timestamp for when the deployment was created. |
updatedAt | Timestamp for when the deployment was last updated. |
creator.id | Internal identifier for the user who created the deployment. |
updater.id | Internal identifier for the user who last updated the deployment. |
This page has no comments.