Skip to main content

Get Index Servers

Select

SaaS
Customer Managed

Get list of index servers

Responses

OK


Schema
  • indexServers object[]
  • id int32
  • name string
  • displayName string

    Display name for the index server

  • OS string

    Operating system of the index server

  • cloudId int32

    Id of the index server cloud

  • createdTime int32

    Created time of the index server

  • nodes object[]

    Details of nodes

  • id int32
  • name string
GET /v4/indexservers    

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/V4/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'