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[]
{
"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
}
}
]
}
GET /indexservers
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IndexServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'