Get File Servers
Select
SaaS
Customer Managed
This endpoint is used to return the list of file servers.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- fileServerCount int32
This returns the total number of file servers.
fileServers object[]
{
"fileServerCount": 0,
"fileServers": [
{
"id": 0,
"name": "string",
"displayName": "string",
"GUID": "string",
"configured": true,
"type": "string",
"commcellName": "string",
"lastBackup": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string",
"lastSuccessfulBackup": 0
},
"applicationSize": 0,
"plan": {
"id": 0,
"name": "string"
},
"SLA": {
"status": "MET_SLA",
"reason": "string",
"reasonList": [
{
"mightMissReason": "string",
"subclient": {
"id": 0,
"name": "string"
}
}
]
},
"status": "OFFLINE",
"company": {
"id": 0,
"name": "string"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
]
}
]
}
Requested Details not found
GET /v4/fileservers
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FileServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'