POST (Configure EM Portlets) - Teradata Ecosystem Manager

Teradata Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
crq1488477755125.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Executes the UI config script to configure EM portlets.

URL

/emrest/emsetup/portlets

HTTP Method

POST

Request Parameters

Query parameters:
Name Description Data Type Notes
vp_host Hostname of Viewpoint server (accessible from Ecosystem Manager server). String Required
vp_password Password of the root user to Viewpoint server. String Required if authentication_type is set to PASSWORD
em_host Hostname of Ecosystem Manager server. String Required
em_user_password Password for Ecosystem Manager repository (database) user emuser. Default value is em. String Required
authentication_type Authentication type. String Optional. Possible values:
  • PASSWORD
  • KEYPAIR
machine_type Underlying platform. String Optional query parameter. Possible values:
  • BAREMETAL (default, if a value is not specified)
  • AWS
  • AZURE
keyFile SSH private key file. MultiPartFile Required if authentification_type is set to KEYPAIR. Optional query parameter.

Response

A JSON response indicates success or error.

Status

A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.