Delete CIFS server configuration
You can use this workflow to delete a CIFS server configuration for an existing Cloud Volumes ONTAP working environment.
Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:
Delete CIFS for single node
You can use this workflow to delete CIFS server configuration in a single node working environment.
1. Select the working environment
Perform the workflow Get working environments and choose the publicId
value for the working environment used in the workingEnvironmentId
path parameter.
2. Delete the CIFS configurations
HTTP method | Path |
---|---|
POST |
/occm/api/gcp/vsa/working-environments/{workingEnvironmentId}/delete-cifs |
- curl example
curl --location --request POST 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/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>
workingEnvironmentId
string -
Optional JSON body
{ "activeDirectoryUsername": "string", "activeDirectoryPassword": "string", "svmName": "string" }
-
- Output
-
None.
Delete CIFS for high availability pair
You can use this workflow to delete a CIFS server configuration in an HA working environment.
1. Select the working environment
Perform the workflow Get working environments and choose the publicId
value for the working environment used in the workingEnvironmentId
path parameter.
2. Delete the CIFS configurations
HTTP method | Path |
---|---|
POST |
/occm/api/gcp/ha/working-environments/{workingEnvironmentId}/delete-cifs |
- curl example
curl --location --request POST 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/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>
workingEnvironmentId
string -
Optional JSON body
{ "activeDirectoryUsername": "string", "activeDirectoryPassword": "string", "svmName": "string" }
-
- Output
-
None.