Skip to main content

Delete CIFS server configuration

Contributors netapp-aoife

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 for a single node

You can use this workflow to delete CIFS server configuration in 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/gcp/vsa/working-environments/{workingEnvironmentId}/delete-cifs

curl example
curl --location --request POST 'https://api.bluexp.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 a high availability pair

You can use this workflow to delete a CIFS server configuration in 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/gcp/ha/working-environments/{workingEnvironmentId}/delete-cifs

curl example
curl --location --request POST 'https://api.bluexp.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.