You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Brian Swan (JIRA)" <ji...@apache.org> on 2013/06/17 21:11:19 UTC

[jira] [Created] (AMBARI-2405) Make non-cloud response objects optional

Brian Swan created AMBARI-2405:
----------------------------------

             Summary: Make non-cloud response objects optional
                 Key: AMBARI-2405
                 URL: https://issues.apache.org/jira/browse/AMBARI-2405
             Project: Ambari
          Issue Type: Improvement
          Components: documentation
            Reporter: Brian Swan
            Priority: Minor


Several of the Ambari API response schemas (https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/schemas.md) list several objects as required that don't make sense when Ambari is deployed in a cloud hosting environment. These objects should be made optional. Specifically, the following properties should be optional (listed by API call):

/clusters/:clusterName
   * cluster_id
   * requests
   * configurations
/clusters/:clusterName/hosts/:hostname
   * public_host_name
   * rack_info
   * total_mem
/clusters/:clusterName/hosts/:hostName/host_components/:componentName
   * desired_stack_id
   * stack_id
/clusters/<name>/hosts/<node>/host_components/datanode (also tasktracker)
   * disk
   * cpu
   * load
   * memory
   * network

 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira