Install new File Server
Select
Create a new file server.
- application/json
Request Body
- rebootClient boolean
Reboot the client after installation
createPseudoClientRequest object required
Client Object
registerClient boolean requiredRegister to the commcell after installation
clientInfo object required
clientType integer requiredClient Machine OS Type 0 - windows and 1 - Unix
plan object
Associate plan to the file server optional
planId integerPlan ID
planName stringPlan Name
subclientInfo object
Configure content using subclient (Override plan content)
fsSubClientProp object
useGlobalFilters stringPossible values: [
USE_CELL_LEVEL_POLICY
,ON
,OFF
]ON - Enables global exceptions, OFF - Disableglobal exceptions, USE_CELL_LEVEL_POLICY - Inherit exclusions from commcell, company or client group
backupSystemState booleanDefault value:
true
useLocalContent booleanTrue to override plan's backup content.
contentOperationType integerDefault value:
1
content object[]
List of contents to backup
path stringPath of the content
packages object[] required
Packages to be installed
packageId integer requiredFile system package ID 702 for WINDOWS 1101 for UNIX
packageName string requiredFile System
clientAuthForJob object required
Client machine credentials
userName string requiredUsername of the machine
password string requiredBase 64 encoded password of the user
entities object[] required
Client inputs
clientName string requiredProvide client name
hostName string requiredProvide hostname FQDN or IP of the client
displayName string requiredDisplayName of the client
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- jobId integer
Install Job ID
- taskId integer
Task ID
clients object[]
Client Object
clientId integerID of the client c
clientName stringClient Name
_type_ integerresponse object
errorCode integer
{
"jobId": 0,
"taskId": 0,
"clients": [
{
"clientId": 0,
"clientName": "string",
"_type_": 0
}
],
"response": {
"errorCode": 0
}
}
{
"jobId": 96153,
"taskId": 86,
"clients": [
{
"clientId": 16,
"clientName": "test",
"_type_": 3
}
],
"response": {
"errorCode": 0
}
}