Return-Path: X-Original-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2E3C7BEC for ; Wed, 3 Aug 2011 15:02:30 +0000 (UTC) Received: (qmail 51352 invoked by uid 500); 3 Aug 2011 15:02:30 -0000 Delivered-To: apmail-incubator-ace-dev-archive@incubator.apache.org Received: (qmail 51308 invoked by uid 500); 3 Aug 2011 15:02:30 -0000 Mailing-List: contact ace-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-dev@incubator.apache.org Received: (qmail 51294 invoked by uid 99); 3 Aug 2011 15:02:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 15:02:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.109.24.30] (HELO smtp-vbr10.xs4all.nl) (194.109.24.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 15:02:22 +0000 Received: from appiwlap18.beinformed.nl (095-097-030-210.static.chello.nl [95.97.30.210]) (authenticated bits=0) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id p73F1vYZ008853 for ; Wed, 3 Aug 2011 17:01:57 +0200 (CEST) (envelope-from marcel.offermans@luminis.nl) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: CRUD on targets howto (via REST) From: Marcel Offermans In-Reply-To: Date: Wed, 3 Aug 2011 17:01:56 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <211B2215-B42A-453F-9838-9E4D84BFFC2D@luminis.nl> References: To: X-Mailer: Apple Mail (2.1084) X-Virus-Scanned: by XS4ALL Virus Scanner On 3 Aug 2011, at 16:20 , Bram de Kruijff wrote: > working with the new REST api doing some random CRUD on objects and > noticed I can not delete targets? As the webui does not support > deleting of target either I am kind of wondering how this works (or > should work) conceptually. Are there attributes I can set to make them > deletable? At the moment you cannot delete targets. Once a target exists, it accumulates historic data (audit log, versions = that are deployed to it). ACE keeps a full history of everything that = ever happened, so you cannot currently delete a target. Now obviously we can discuss this, as there might be use cases where you = simply do not care about a target (and its history?) anymore, but as the = current REST API reflects the client API, delete does not work. Greetings, Marcel