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

Aborts the ongoing legal-hold operation an abort does not rollback any changes already made you must re-run begin or end for cleanup

example

<br/>

delete "/api/storage/snaplock/litigations/f8a67b60-4461-11e9-b327-0050568ebef5:l1?lh_operationid=16908292"

<br/> # learn more * [doc /storage/snaplock/litigations/{litigationid}/operations](#docs-snaplock-storage_snaplock_litigations_{litigationid}_operations)

DELETE /storage/snaplock/litigations/{litigation.id}/operations/{id}

Aborts the ongoing legal-hold operation. An abort does not rollback any changes already made. You must re-run begin or end for cleanup.

  • snaplock legal-hold abort

Example

DELETE "/api/storage/snaplock/litigations/f8a67b60-4461-11e9-b327-0050568ebef5:l1?lh_operation.id=16908292"

Parameters

Name Type In Required Description

litigation.id

string

path

True

id

string

path

True

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response codes

Error code Description

14090346

Internal Error. Wait a few minutes, then try the command again

14090541

A completed or failed operation cannot be aborted

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