Ayub Khan created ATLAS-219:
-------------------------------

             Summary: UI: Add ability to detach trait from the entity
                 Key: ATLAS-219
                 URL: https://issues.apache.org/jira/browse/ATLAS-219
             Project: Atlas
          Issue Type: Improvement
            Reporter: Ayub Khan


Currently we are able to detach trait from the entity using REST API.  Similar 
support can be provided via ATLAS-UI.


{code}
curl -X DELETE -v 
'http://localhost:21000/api/atlas/entity/9646d28d-bbea-4cc5-9d84-0d37f0ca536c/traits/PII'
*   Trying ::1...
* Connected to localhost (::1) port 21000 (#0)
> DELETE /api/atlas/entity/9646d28d-bbea-4cc5-9d84-0d37f0ca536c/traits/PII 
> HTTP/1.1
> Host: localhost:21000
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Mon, 12 Oct 2015 15:34:15 GMT
< Content-Type: application/json; charset=UTF-8
< Transfer-Encoding: chunked
< Server: Jetty(9.2.12.v20150709)
<
* Connection #0 to host localhost left intact
{"requestId":"qtp468469-162 - 
387b46eb-4fca-4547-aef7-f53590b9c069","GUID":"9646d28d-bbea-4cc5-9d84-0d37f0ca536c","traitName":"PII"}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to