Skip to main content

Index Servers and Search Engines

Select

Customer Managed

This operation returns a list of all index servers and search engines.

Header Parameters
  • enumnames boolean required
Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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