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

Deletes a specific fpolicy event configuration for an svm a cluster-level fpolicy event configuration cannot be modified for a data svm through rest an fpolicy event that is attached to an fpolicy policy cannot be deleted

learn more

  • [doc /protocols/fpolicy/{svmuuid}/events](#docs-nas-protocols_fpolicy_{svmuuid}_events)

DELETE /protocols/fpolicy/{svm.uuid}/events/{name}

Deletes a specific FPolicy event configuration for an SVM. A cluster-level FPolicy event configuration cannot be modified for a data SVM through REST. An FPolicy event that is attached to an FPolicy policy cannot be deleted.

  • fpolicy policy event 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
Error Code Description

9764874

The FPolicy event is a cluster event

9764947

The FPolicy event is attached to an FPolicy policy

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