Retrieve the CIFS configuration for a system
GET /aws/ha/working-environments/{workingEnvironmentId}/cifs
Retrieves the CIFS configuration for an existing Cloud Volumes ONTAP system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
|
svm |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
dnsDomain |
string |
True |
DNS domain name |
activeDirectoryDomain |
string |
True |
Active Directory domain name |
ipAddresses |
array[string] |
True |
DNS server IP addresses |
netBIOS |
string |
True |
CIFS server NetBIOS name |
organizationalUnit |
string |
True |
Organizational unit for registration |
authenticationType |
string |
True |
Authentication type |
Example error response
{
"dnsDomain": "string",
"activeDirectoryDomain": "string",
"ipAddresses": [
"string"
],
"netBIOS": "string",
"organizationalUnit": "string",
"authenticationType": "string"
}