Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19EBA1892B for ; Tue, 5 Jan 2016 11:16:24 +0000 (UTC) Received: (qmail 66517 invoked by uid 500); 5 Jan 2016 11:16:24 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 66455 invoked by uid 500); 5 Jan 2016 11:16:24 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 66294 invoked by uid 99); 5 Jan 2016 11:16:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 11:16:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BED5BE0568; Tue, 5 Jan 2016 11:16:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sjcorbett@apache.org To: commits@brooklyn.apache.org Date: Tue, 05 Jan 2016 11:16:31 -0000 Message-Id: <96899375fefc46008b297c92f56075a6@git.apache.org> In-Reply-To: <0238a538552a49e89666ae3b36e549fb@git.apache.org> References: <0238a538552a49e89666ae3b36e549fb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/10] incubator-brooklyn git commit: Update command to examine policy to be more succinct by using its ID. Update command to examine policy to be more succinct by using its ID. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d1cbb368 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d1cbb368 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d1cbb368 Branch: refs/heads/master Commit: d1cbb3680e67fa86aecce67445244430461ab617 Parents: 3cc6115 Author: Geoff Macartney Authored: Wed Dec 23 17:55:20 2015 +0000 Committer: Geoff Macartney Committed: Wed Dec 23 17:55:20 2015 +0000 ---------------------------------------------------------------------- brooklyn-docs/guide/start/policies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d1cbb368/brooklyn-docs/guide/start/policies.md ---------------------------------------------------------------------- diff --git a/brooklyn-docs/guide/start/policies.md b/brooklyn-docs/guide/start/policies.md index 2fef9b6..2de509b 100644 --- a/brooklyn-docs/guide/start/policies.md +++ b/brooklyn-docs/guide/start/policies.md @@ -87,10 +87,10 @@ Id Name State mMZngBnb org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy RUNNING {% endhighlight %} -You can investigate the status of the `AutoScalerPolicy` with +You can investigate the status of the `AutoScalerPolicy` with its name or, more succinctly, its ID: {% highlight yaml %} -$ br app cluster ent webcluster policy org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy +$ br app cluster ent webcluster policy mMZngBnb "RUNNING" {% endhighlight %}