You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ayub Khan (JIRA)" <ji...@apache.org> on 2015/10/30 10:15:27 UTC

[jira] [Commented] (ATLAS-219) UI: Add ability to detach trait from the entity

    [ https://issues.apache.org/jira/browse/ATLAS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14982200#comment-14982200 ] 

Ayub Khan commented on ATLAS-219:
---------------------------------

[~bergenholtz]

> 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
>            Assignee: Rohit
>            Priority: Blocker
>
> 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)