Get Index Servers
Select
SaaS
Customer Managed
This operation returns a list of index servers.
Query Parameters
- cloudId string
- cloudType string
- roleIds string
- roleOp string
- permissionId string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
indexServers object[]
clusterType integercloudId integerclients object
clientId integerclientName stringosInfo object
Type stringSubType stringosId integer
{
"indexServers": [
{
"clusterType": 0,
"cloudId": 0,
"clients": {
"clientId": 0,
"clientName": "string"
},
"osInfo": {
"Type": "string",
"SubType": "string",
"osId": 0
}
}
]
}
{
"indexServers": [
{
"clusterType": 1,
"cloudId": 2,
"clients": {
"clientId": 5,
"clientName": "adminadmin_AnalyticsServer"
},
"osInfo": {
"Type": "Unix",
"SubType": "Linux",
"osId": 98
}
}
]
}
Loading...