Create NAS Client
Select
SaaS
Customer Managed
You can back up and recover network-attached storage (NAS) file server data with Common Internet File System (CIFS) shares or Network File System (NFS) exports
- application/json
Request Body
createPseudoClientRequest object required
entity object
clientName stringClient Name
hostName stringHostname of the client
clientInfo object
clientType integer requiredDefault value:
2
Type is 2 for NAS
nasClientProperties object required
listenPort integerNAS Port
ndmpServerDetails object required
ndmpServerClientName string requiredndmpServerHostName stringndmpCredentials object
userName stringpassword stringBase64 encoded password
plan object
Associate to plan
planId integerplanName stringbackupConfigList object[]
Backup Configuration
idaInfo object
idaEntity object
applicationId integerDefault value:
13
13 for type NDMP
subClient object
subClientEntity object
applicationId integerDefault value:
13
13 for NDMP
commonProperties object
numberOfBackupStreams integerTotal number of backup streams
content object[]
Backup Content paths
path stringIndividual Path to
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 4278,
"clientName": "NAS4",
"_type_": 3
}
}
}
Loading...