Skip to main content

Get Index Servers

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

GET /v4/indexservers    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'