Validate a System - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.05
Published
March 2019
Language
English (United States)
Last Update
2019-04-25
dita:mapPath
vlj1546974296436.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2910
lifecycle
previous
Product Category
Analytical Ecosystem

Validate system connection settings before saving. The format of the body contains only the connection details and does not match the normal system object.

Definition

POST https://CLUSTER.DOMAIN/listener/appservices/systems/validate HTTP/1.1

Example Request

curl \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer TOKEN" \
  -X POST \
  -d '{
    "system_type": "hbase",
    "host": "myhbase.host",
    "port": "2181",
    "node": "/mynode",
    "username": "username",
    "password": "password"
  }' \
  -i \
  https://CLUSTER.DOMAIN/listener/appservices/systems/validate

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

Response Codes

Code Description
200 System is valid.
400 Required property missing from request.
401 Authorization header not found.
404 Resource not found.