Deploy Access Node
Select
API to deploy Access Node
- application/json
Request Body
- name string
Client name for vm, if not provided it will be same as vmName
- hostName string
Host name for vm, if not provided it will be same as vmName
- os string
Possible values: [
Windows
,Linux
] - deploymentType int32
Possible values: [
0
,1
]0: Access node deployment, 1: File recovery enabler for linux deployment
commCell object
name stringCommServer name
hostName stringCommServer host name
- vmName string required
userCredentials object required
userName string requiredpassword string required- vCenter string required
vCenter server instance
vmLocation object required
inventoryPath stringFolder path where you can locate vm, empty if Datacenter is selected for location. Default is set to Datacenter
dataCenterName string requiredhost string requiredIf ESX-Host for resource the host moref or If ESX-Cluster then cluster moref and if resource pool is used for resource then first go for host moref then cluster moref
resourcePool stringResource Pool moref if resource pool is selected for resource
cluster stringESX-Cluster moref if cluster is selected for resource
datastore string requiredIf cluster is selected for storage then moref of datastore cluster else dataStoreName
- hardDiskType int32
Possible values: [
1
,2
,3
]Default value:
2
1: Thin Provision, 2: Thick provision lazy zeroed, 3: Thick provision eager zeroed
network object required
name string requiredDestination network name
useDHCP stringPossible values: [
True
,False
]Default value:
True
If useDHCP is False then make sure to provide staticIP, netmask, gateway
staticIP stringnetmask stringgateway stringdnsSearch stringnameservers string[]Possible values:
>= 2
,<= 2
- clientGroup string
- notifyUserOnJobCompletion boolean
Default value:
false
- automaticOSUpdates boolean
Default value:
false
- timezone string
Default value:
America/New_York
Linux OS qualified timezones
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Not Found