Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 2.93 KB

wf_azure_ontap_delete_cifs.adoc

File metadata and controls

95 lines (71 loc) · 2.93 KB
sidebar permalink keywords summary
sidebar
cm/wf_azure_ontap_delete_cifs.html
cifs, server, configuration, occm, aws, working, environment
You can use this workflow to delete a CIFS server configuration for an existing Cloud Volumes ONTAP working environment.

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 server configuration for single node

You can use this workflow to delete CIFS server configuration for a single node system.

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/azure/vsa/working-environments/{workingEnvironmentId}/delete-cifs

curl example
curl --location --request POST 'https://cloudmanager.cloud.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> workingEnvironmentId string

  • Optional JSON body

    {
      "activeDirectoryUsername": "string",
      "activeDirectoryPassword": "string",
      "svmName": "string"
    }
Output

None.

Delete CIFS server configuration for high availability pair

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

curl example
curl --location --request POST 'https://cloudmanager.cloud.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> workingEnvironmentId string

  • Optional JSON body

    {
      "activeDirectoryUsername": "string",
      "activeDirectoryPassword": "string",
      "svmName": "string"
    }
Output

None.