Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE8281140C for ; Tue, 1 Jul 2014 21:57:24 +0000 (UTC) Received: (qmail 83428 invoked by uid 500); 1 Jul 2014 21:57:24 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 83394 invoked by uid 500); 1 Jul 2014 21:57:24 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 83378 invoked by uid 99); 1 Jul 2014 21:57:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 21:57:24 +0000 Date: Tue, 1 Jul 2014 21:57:24 +0000 (UTC) From: "Mahadev konar (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-6347) Views : Admin - Update User Resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-6347?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D140= 49361#comment-14049361 ]=20 Mahadev konar commented on AMBARI-6347: --------------------------------------- +1 for the patch.=20 > Views : Admin - Update User Resources > ------------------------------------- > > Key: AMBARI-6347 > URL: https://issues.apache.org/jira/browse/AMBARI-6347 > Project: Ambari > Issue Type: Task > Components: controller > Affects Versions: 1.7.0 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Fix For: 1.7.0 > > Attachments: AMBARI-6347.patch > > > Update service/resource, resource provider and db tables/entities for Use= r resources. > API support > {code} > POST > /api/v1/users/Joe > {code} > {code} > DELETE > /api/v1/users/Joe > {code} > {code} > GET > /api/v1/users/admin > Response > { > "href":"http://:8080/api/v1/users/admin", > "Users":{ > =E2=80=A6=20 > "user_name":"admin" > } > } > {code} > {code} > GET > /api/v1/users > Response > { > "href" : "http://server:8080/api/v1/users/", > "items" : [ > { > "href" : "http://server:8080/api/v1/users/admin", > "Users" : { > "user_name" : "admin" > } > }, > { > "href" : "http://server:8080/api/v1/users/Joe", > "Users" : { > "user_name" : "Joe" > } > } > ] > } > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)