Skip to main content
REST API reference
A newer release of this product is available.

Deletes a vscan scanner-pool configuration<br/>

  • if a vscan is enabled, it requires at least one scanner-pool to be in the active state therefore, vscan must be disabled on the specified svm so that all of the scanner-pools configured on that svm can be deleted # related ontap commands

  • vserver vscan scanner-pool delete # learn more

  • [doc /protocols/vscan/{svmuuid}/scanner-pools](#docs-nas-protocols_vscan_{svmuuid}_scanner-pools)

DELETE /protocols/vscan/{svm.uuid}/scanner-pools/{name}

Deletes a Vscan scanner-pool configuration.

Important notes:

  • The Vscan scanner-pool DELETE endpoint deletes all of the Vscan scanner-pools for a specified SVM.

  • If a Vscan is enabled, it requires at least one scanner-pool to be in the active state. Therefore, Vscan must be disabled on the specified SVM so that all of the scanner-pools configured on that SVM can be deleted.

  • vserver vscan scanner-pool delete

Parameters

Name Type In Required Description

svm.uuid

string

path

True

UUID of the SVM to which this object belongs.

name

string

path

True

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response Codes

Error Code Description

10027070

Attempting to delete a scanner-pool but it is the only active scanner-pool for a Vscan enabled on the SVM

10027064

Attempting to delete a scanner-pool with a data SVM which was created with an administrative SVM

Name Type Description

error

error

Example error
{
  "error": {
    "arguments": [
      {
        "code": "string",
        "message": "string"
      }
    ],
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}

Definitions

See Definitions

error_arguments

Name Type Description

code

string

Argument code

message

string

Message argument

error

Name Type Description

arguments

array[error_arguments]

Message arguments

code

string

Error code

message

string

Error message

target

string

The target parameter that caused the error.

Close
Try it out

Sign in with your NetApp Cloud Central credentials.

Try this API

Parameters

Headers

Body

Code

Response