Contents:
Get information on the specific EMR cluster identifier.
NOTE: APIs for EMR clusters apply only to instances of the Designer Cloud Powered by Trifacta® platform that are integrated with Amazon EMR clusters. These APIs can be used to manage switching between EMR clusters when needed.
NOTE: There can be only one EMR cluster registered with the platform at any time. The registered cluster is always the active one.
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/emrClusters/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the EMR cluster |
Request URI - Example:
/v4/emrClusters/22101948
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 22101948, "emrClusterId": "a-2BFK90SF0F9K", "resourceBucket": "2dog-testing-emr", "resourcePath": "", "region": "us-west-2", "createdAt": "2019-01-23T17:16:46.000Z", "updatedAt": "2019-01-23T17:16:46.000Z" }
Reference
Property | Description |
---|---|
id | Internal identifier for the EMR cluster |
emrClusterId | EMR identifier for the cluster |
resourceBucket | S3 bucket that contains the Alteryx libraries for EMR and Alteryx job logs |
resourcePath | Default path within the resourceBucket |
region | AWS region where the cluster has been created |
createdAt | Timestamp for when the EMR cluster object was launched |
updatedAt | Timestamp for when the EMR cluster object was last updated |
This page has no comments.