Skip to main content

View Index Servers

This operation returns a list of Index Servers.

More Details

Responses

OK


Schema
  • listOfCIServer object[]
  • hostName string
  • clientId integer
  • clientName string
  • cIServerURL string
  • type integer
  • version string
  • basePort integer
  • cloudID integer
  • serverType integer
  • engineName string
  • indexServerClientId integer
GET /dcube/getanalyticsengine    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/getAnalyticsEngine' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'