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 79517181F7 for ; Wed, 18 Nov 2015 22:10:12 +0000 (UTC) Received: (qmail 65650 invoked by uid 500); 18 Nov 2015 22:10:12 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 65516 invoked by uid 500); 18 Nov 2015 22:10:12 -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 65483 invoked by uid 99); 18 Nov 2015 22:10:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 22:10:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C43A92C1F86 for ; Wed, 18 Nov 2015 22:10:11 +0000 (UTC) Date: Wed, 18 Nov 2015 22:10:11 +0000 (UTC) From: "Naga Vijayapuram (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-13898) properties [href, items] specified in the request or predicate are not supported for the resource type Cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-13898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naga Vijayapuram resolved AMBARI-13898. --------------------------------------- Resolution: Not A Problem Not an issue after [~jonathan.hurley] clarified on the format to use ... {code} { "blueprint": "orange", "default_password": "admin", "host_groups": [ { "hosts": [ { "fqdn": "ip-10-4-148-251.us-west-2.compute.internal" } ], "name": "host_group_1" }, { "hosts": [ { "fqdn": "ip-10-4-148-74.us-west-2.compute.internal" } ], "name": "host_group_2" } ] } {code} > properties [href, items] specified in the request or predicate are not supported for the resource type Cluster > -------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-13898 > URL: https://issues.apache.org/jira/browse/AMBARI-13898 > Project: Ambari > Issue Type: Bug > Components: blueprints > Affects Versions: 2.1.2 > Reporter: Naga Vijayapuram > > When trying to POST the host mappings file, I get this ... > {code} > > curl -H "X-Requested-By: ambari" -u admin:admin -X POST 10.4.148.47:8080/api/v1/blueprints/eg_snake_hdp_indigo -d @hm.json > { > "status" : 400, > "message" : "The properties [href, items] specified in the request or predicate are not supported for the resource type Blueprint." > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)