Skip to main content

Get Index Servers

Select

SaaS
Customer Managed

This operation returns a list of index servers.

More Details

Query Parameters
  • cloudId string
  • cloudType string
  • roleIds string
  • roleOp string
  • permissionId string
Responses

OK


Schema
  • indexServers object[]
  • clusterType integer
  • cloudId integer
  • clients object
  • clientId integer
  • clientName string
  • osInfo object
  • Type string
  • SubType string
  • osId integer
GET /indexservers    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
cloudId — query
cloudType — query
roleIds — query
roleOp — query
permissionId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'