Dell Technologies ECS REST API

Search (SHIFT+S)




Deactivate Meta Search

DELETE /object/bucket/{bucketName}/searchmetadata

Disables the metadata search functionality for a bucket.

bucketNameBucket name for which metadata search mode will be disabled.

Query Parameters

namespaceNamespace associated. If it is null, then current user's namespace is used.

Required Roles

This call has no restrictions.


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure of the operation


Examples

Request
> DELETE /object/bucket/bucket/searchmetadata?namespace=dare HTTP/1.1
> Host: 192.168.0.0:4443
> User-Agent: curl/7.43.0
> Accept: */*
> X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
> Content-Type: application/xml
>
Response
< HTTP/1.1 200 OK