Skip to main content

Get Index Server Properties

Select

Customer Managed

This operation returns properties of an index server.

Path Parameters
  • cloudId string required
Responses

OK


Schema
  • listOfCIServer object[]
  • hostName string
  • internalCloudName string
  • clientName string
  • cIServerURL string
  • type integer
  • basePort integer
  • clientId integer
  • version string
  • cloudID integer
  • serverType integer
  • engineName string
  • indexServerClientId integer
GET /analyticsservers/id/:cloudid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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