Delete CIFS server configuration
You can use this workflow to delete a CIFS server configuration for an existing Cloud Volumes ONTAP system.
Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:
Delete CIFS server configuration for a single node
You can use this workflow to delete CIFS server configuration for a single node system.
1. Select the system
Perform the workflow Get systems and choose the publicId value for the system used in the workingEnvironmentId path parameter.
2. Delete the CIFS configurations
| HTTP method | Path |
|---|---|
POST |
/occm/api/azure/vsa/working-environments/{workingEnvironmentId}/delete-cifs |
- curl example
curl --location --request POST 'https://api.bluexp.netapp.com/occm/api/azure/vsa/working-environments/<WORKING_ENV_ID>/delete-cifs' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
-
Path parameter <WORKING_ENV_ID>
workingEnvironmentIdstring -
Optional JSON body
{ "activeDirectoryUsername": "string", "activeDirectoryPassword": "string", "svmName": "string" }
-
- Output
-
None.
Delete CIFS server configuration for a high availability pair
You can use this workflow to delete CIFS server configuration for an HA system.
1. Select the system
Perform the workflow Get systems and choose the publicId value for the system used in the workingEnvironmentId path parameter.
2. Delete the CIFS configurations
| HTTP method | Path |
|---|---|
POST |
/occm/api/azure/ha/working-environments/{workingEnvironmentId}/delete-cifs |
- curl example
curl --location --request POST 'https://api.bluexp.netapp.com/occm/api/azure/ha/working-environments/<WORKING_ENV_ID>/delete-cifs' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
-
Path parameter <WORKING_ENV_ID>
workingEnvironmentIdstring -
Optional JSON body
{ "activeDirectoryUsername": "string", "activeDirectoryPassword": "string", "svmName": "string" }
-
- Output
-
None.