Contents:
Get active outputs of the specified deployment. When the deployment is run, the listed outputs are generated.
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>/activeOutputs
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
/v4/deployments/1/activeOutputs
Request Body:
None.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "data": [ { "outputObjectId": 4, "flowNodeId": 22, "recipeName": "POS-r01" } ] }
Reference
Property | Description |
---|---|
outputObjectId | Internal identifier for the active output object You can acquire additional information on this output object. See API OutputObjects Get v4. |
flowNodeId | Internal identifier for the recipe to which this output object is attached. |
recipeName | Display name of the recipe. |
This page has no comments.