Internal: Storage: CreateFileserver
CreateFileserver
WorkspaceLog will be done on the Controller after it receives the response from the storage node.
The seedfiles on the Workspace will be copied from a local directory to the data directory.
Authentication Methods
- ApiKey
| Input Parameter | Type | Description |
|---|---|---|
| FileserverName* | String | Fileserver nmsa |
| FileserverLabel | String | |
| AllowManualRevisions* | Boolean | Allow creation of revisions for this fileserver. |
| Output Parameter | Type | Description |
|---|---|---|
| Success | Boolean | True or false |
*=required
Examples
curl -v 'https://secure.nomadesk.com/storage/api.php?Task=CreateFileserver&FileserverName=nmsa000001'
Response:
<Response>
<Status>1</Status>
<Message></Message>
</Response>