Get Index Servers
Select
SaaS
Customer Managed
Get list of index servers
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
indexServers object[]
id int32name stringdisplayName stringDisplay name for the index server
OS stringOperating system of the index server
cloudId int32Id of the index server cloud
createdTime int32Created time of the index server
nodes object[]
Details of nodes
id int32name string
{
"indexServers": [
{
"id": 0,
"name": "string",
"displayName": "string",
"OS": "string",
"cloudId": 0,
"createdTime": 0,
"nodes": [
{
"id": 0,
"name": "string"
}
]
}
]
}
Loading...