Reference Guide

Table Of Contents
HTTP
Code
Description Schema
404 Not Found error_response
422 Operation Failed error_response
POST /smb_server/{id}/unjoin
Description
Unjoin the SMB server from an Active Directory domain.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the SMB server. string
Body
body
required
smb_server_unjoin
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
smb_share
SMB Shares use the SMB protocol to provide an access point for configured Windows hosts to
access file system storage. The system uses Active Directory to authenticate user and user group
access to the Share.
GET /smb_share
267