Get Autoscaling Details - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.04
Published
November 2018
Language
English (United States)
Last Update
2018-12-20
dita:mapPath
qin1538418638881.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2910
lifecycle
previous
Product Category
Analytical Ecosystem

The autoscaling details show how many micro-services are configurable and what scaling options may be configured.

Definition

GET https://listener-app-services.domain.com/v1/autoscale/ingest-services

Example Request

curl \
  -H "Authorization: Bearer ADMIN TOKEN" \
  -X GET \
  -i \
  https://listener-app-services.domain.com/v1/autoscale/ingest-services

Example Response

Response body: {
  "name": "ingest-services",
  "max_replicas": 10,
  "min_replicas": 1,
  "current_replicas": 9,
  "last_scale_time": "2017-06-06T21:27:11Z",
  "replicas_available":15
}

Response Codes

Code Description
200 Target successfully started.
401 Unauthorized.
500 Message body could not be read or Kafka could not be reached.