<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to add properties using rest api that are not seen in the full get request in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46668#M44468</link>
    <description>&lt;P&gt;How to I add a value the following properties using the Cloudera Manager rest api. I can see these values in the respective service configuration in the UI, but when I do a rest call using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -X GET -u "admin:admin" -i http://&amp;lt;server&amp;gt;:7180/api/v13/clusters/Cluster1/services/&amp;lt;servicename&amp;gt;/config?view=full&lt;BR /&gt;// used "oozie" or "hbase" as servicenames.&lt;/PRE&gt;&lt;P&gt;I see all other properties, but not these particular settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hbase service&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P&gt;2. RegionServer Logging Advanced Configuration Snippet (Safety Valve)&lt;/P&gt;&lt;P&gt;3. HBase Client Environment Advanced Configuration Snippet (Safety Valve) for hbase-env.sh&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Oozie Service:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 10:45:44 GMT</pubDate>
    <dc:creator>RohitG</dc:creator>
    <dc:date>2022-09-16T10:45:44Z</dc:date>
    <item>
      <title>How to add properties using rest api that are not seen in the full get request</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46668#M44468</link>
      <description>&lt;P&gt;How to I add a value the following properties using the Cloudera Manager rest api. I can see these values in the respective service configuration in the UI, but when I do a rest call using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -X GET -u "admin:admin" -i http://&amp;lt;server&amp;gt;:7180/api/v13/clusters/Cluster1/services/&amp;lt;servicename&amp;gt;/config?view=full&lt;BR /&gt;// used "oozie" or "hbase" as servicenames.&lt;/PRE&gt;&lt;P&gt;I see all other properties, but not these particular settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hbase service&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P&gt;2. RegionServer Logging Advanced Configuration Snippet (Safety Valve)&lt;/P&gt;&lt;P&gt;3. HBase Client Environment Advanced Configuration Snippet (Safety Valve) for hbase-env.sh&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Oozie Service:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:45:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46668#M44468</guid>
      <dc:creator>RohitG</dc:creator>
      <dc:date>2022-09-16T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add properties using rest api that are not seen in the full get request</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46671#M44469</link>
      <description>&lt;P&gt;You'll need to POST to the relevant name/values in the&amp;nbsp;roleConfigGroup [0] endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modify the configuration in&amp;nbsp;the CM UI and then check the changes in that you've made by doing [1]. Then you should be able to use it in your curl -X POST [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[0]&amp;nbsp;&lt;A href="https://cloudera.github.io/cm_api/apidocs/v13/path__clusters_-clusterName-_services_-serviceName-_roleConfigGroups_-roleConfigGroupName-_config.html" target="_blank"&gt;https://cloudera.github.io/cm_api/apidocs/v13/path__clusters_-clusterName-_services_-serviceName-_roleConfigGroups_-roleConfigGroupName-_config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[1] &lt;FONT face="courier new,courier"&gt;curl -X GET http://&amp;lt;server&amp;gt;:7180/api/v13/clusters/Cluster1/services/&amp;lt;servicename&amp;gt;/&amp;lt;servicename&amp;gt;/&lt;STRONG&gt;roleConfigGroups&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 01:43:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46671#M44469</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-10-26T01:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add properties using rest api that are not seen in the full get request</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46764#M44470</link>
      <description>&lt;P&gt;Minor correction POST meant to be PUT but I trust&amp;nbsp;you've figured this out.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:23:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46764#M44470</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-10-28T21:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add properties using rest api that are not seen in the full get request</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46766#M44471</link>
      <description>Yes indeed! Thanks.</description>
      <pubDate>Fri, 28 Oct 2016 21:49:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-add-properties-using-rest-api-that-are-not-seen-in/m-p/46766#M44471</guid>
      <dc:creator>RohitG</dc:creator>
      <dc:date>2016-10-28T21:49:07Z</dc:date>
    </item>
  </channel>
</rss>

