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
{
"indexServers": [
{
"id": 0,
"name": "string",
"displayName": "string",
"OS": "string",
"cloudId": 0
}
]
}
Loading...