<?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 Deployment and configuration steps with CM RestAPI not clear in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/410939#M252949</link>
    <description>&lt;P&gt;I try to deploy and configure a CDP cluster over the CM RestAPI. However, I'm running into different problems around this. Starting with where to find values, e.g.&amp;nbsp;/clusters/{clusterName}/parcels/products/{product}/versions/{version} where to find {product} and {version} for that.&lt;/P&gt;&lt;P&gt;Or for&lt;/P&gt;&lt;PRE&gt;curl -X POST -u admin:admin -i -H "Content-Type: application/json" -d '{ "items" : [ { "ipAddress" : "{ipAddress1}", "hostname" : "{hostname1}" }, { "ipAddress" : "{ipAddress2}", "hostname" : "{hostname2}" } ] }' http://{cmIpAddress}:7180/api/v54/clusters/{clusterName}/hosts&lt;/PRE&gt;&lt;P&gt;it returns following error although the Rest API documentation claims, that ipAddress is a required attribute&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;HTTP/1.1 400 Bad Request&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"message" : "Unrecognized property: 'ipAddress'"&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;If I use the API Documentation on the CM it also does not fill out the information automatically, which would have been really helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question: could you provide the steps how to deploy and configure a CDP cluster with the CM Rest API that maps to the steps on the CM UI from the point the CM is installed (so starting with providing the license) up to an up and running cluster?&lt;/P&gt;&lt;P&gt;CM version is 7.11.3.7 and CDH is 7.1.9.9. REST API version is v54 based on the internal API documentation of the CM.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 06:18:27 GMT</pubDate>
    <dc:creator>Rengaw</dc:creator>
    <dc:date>2026-04-21T06:18:27Z</dc:date>
    <item>
      <title>Deployment and configuration steps with CM RestAPI not clear</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/410939#M252949</link>
      <description>&lt;P&gt;I try to deploy and configure a CDP cluster over the CM RestAPI. However, I'm running into different problems around this. Starting with where to find values, e.g.&amp;nbsp;/clusters/{clusterName}/parcels/products/{product}/versions/{version} where to find {product} and {version} for that.&lt;/P&gt;&lt;P&gt;Or for&lt;/P&gt;&lt;PRE&gt;curl -X POST -u admin:admin -i -H "Content-Type: application/json" -d '{ "items" : [ { "ipAddress" : "{ipAddress1}", "hostname" : "{hostname1}" }, { "ipAddress" : "{ipAddress2}", "hostname" : "{hostname2}" } ] }' http://{cmIpAddress}:7180/api/v54/clusters/{clusterName}/hosts&lt;/PRE&gt;&lt;P&gt;it returns following error although the Rest API documentation claims, that ipAddress is a required attribute&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;HTTP/1.1 400 Bad Request&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"message" : "Unrecognized property: 'ipAddress'"&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;If I use the API Documentation on the CM it also does not fill out the information automatically, which would have been really helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question: could you provide the steps how to deploy and configure a CDP cluster with the CM Rest API that maps to the steps on the CM UI from the point the CM is installed (so starting with providing the license) up to an up and running cluster?&lt;/P&gt;&lt;P&gt;CM version is 7.11.3.7 and CDH is 7.1.9.9. REST API version is v54 based on the internal API documentation of the CM.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:18:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/410939#M252949</guid>
      <dc:creator>Rengaw</dc:creator>
      <dc:date>2026-04-21T06:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment and configuration steps with CM RestAPI not clear</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/410957#M252952</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/113771"&gt;@Rengaw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out to Cloudera community&lt;/P&gt;&lt;P&gt;Do you have already a cluster running if yes you can export the template and import it using the below steps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cdpdc-creating-runtime-cluster-cm-template.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cdpdc-creating-runtime-cluster-cm-template.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else you might need to follow the steps steps&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cm-api.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cm-api.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The value you will need to provide manually just refer the above docs and let me know if you have any queries&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kshitij Upadhyay&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 12:21:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/410957#M252952</guid>
      <dc:creator>upadhyayk04</dc:creator>
      <dc:date>2025-06-27T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment and configuration steps with CM RestAPI not clear</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/411050#M252977</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/113771"&gt;@Rengaw&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 00:51:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/411050#M252977</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-07-02T00:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment and configuration steps with CM RestAPI not clear</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/411299#M253024</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your help. We made progress. However, now we are running into an ERROR 500 when we try to POST the filled out template that we exported before. We verified again, that there is no problem with the json format and that there is no typo in the &lt;SPAN&gt;instantiator section.&lt;/SPAN&gt;&amp;nbsp;We did following command:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;# curl -X POST -H "Content-Type: application/json" -d @cloudera.json &lt;A href="http://admin:admin@9.152.187.132:7182/api/v54/cm/importClusterTemplate?addRepositories=true" target="_blank" rel="noopener"&gt;http://admin:admin@&amp;lt;IP&amp;gt;:7182/api/v54/cm/importClusterTemplate?addRepositories=true&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning: Couldn't read data from file "cloudera.json", this makes an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning: empty POST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;title&amp;gt;Error 500 Error processing POST request. Check the system logs for more information.&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;body&amp;gt;&amp;lt;h2&amp;gt;HTTP ERROR 500 Error processing POST request. Check the system logs for more information.&amp;lt;/h2&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;URI:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;/api/v54/cm/importClusterTemplate&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;STATUS:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;500&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;MESSAGE:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error processing POST request. Check the system logs for more information.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;SERVLET:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;com.cloudera.server.common.AgentAvroServlet-70ce31c3&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and following traceback in the log:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;2025-07-09 15:14:22,469 ERROR agentServer-55:com.cloudera.server.common.AgentAvroServlet: Error processing Avro request&lt;BR /&gt;java.io.IOException: Unexpected length: -16843009, max: 10485760&lt;BR /&gt;        at com.cloudera.enterprise.SafeAvroHttpTransceiver.checkLength(SafeAvroHttpTransceiver.java:139)&lt;BR /&gt;        at com.cloudera.enterprise.SafeAvroHttpTransceiver.readBuffers(SafeAvroHttpTransceiver.java:96)&lt;BR /&gt;        at com.cloudera.server.common.HttpConnectorServer$FunctionsImpl.read(HttpConnectorServer.java:118)&lt;BR /&gt;        at com.cloudera.server.common.HttpConnectorServer$FunctionsImpl.read(HttpConnectorServer.java:110)&lt;BR /&gt;        at com.cloudera.server.common.AgentAvroServlet.doPost(AgentAvroServlet.java:90)&lt;BR /&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)&lt;BR /&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)&lt;BR /&gt;        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)&lt;BR /&gt;        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)&lt;BR /&gt;        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)&lt;BR /&gt;        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)&lt;BR /&gt;        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)&lt;BR /&gt;        at org.eclipse.jetty.server.Server.handle(Server.java:516)&lt;BR /&gt;        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)&lt;BR /&gt;        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)&lt;BR /&gt;        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)&lt;BR /&gt;        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)&lt;BR /&gt;        at &lt;A href="http://org.eclipse.jetty.io/" target="_blank" rel="noopener noreferrer"&gt;org.eclipse.jetty.io&lt;/A&gt;.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)&lt;BR /&gt;        at &lt;A href="http://org.eclipse.jetty.io/" target="_blank" rel="noopener noreferrer"&gt;org.eclipse.jetty.io&lt;/A&gt;.FillInterest.fillable(FillInterest.java:105)&lt;BR /&gt;        at &lt;A href="http://org.eclipse.jetty.io/" target="_blank" rel="noopener noreferrer"&gt;org.eclipse.jetty.io&lt;/A&gt;.ChannelEndPoint$1.run(ChannelEndPoint.java:104)&lt;BR /&gt;        at com.cloudera.server.common.MovingStats$1.get(MovingStats.java:32)&lt;BR /&gt;        at com.cloudera.server.common.MovingStats$1.get(MovingStats.java:29)&lt;BR /&gt;        at com.cloudera.server.common.MovingStats.measure(MovingStats.java:41)&lt;BR /&gt;        at com.cloudera.server.common.MovingStats.measure(MovingStats.java:29)&lt;BR /&gt;        at com.cloudera.server.common.MonitoringThreadPool$RunnableImpl.run(MonitoringThreadPool.java:135)&lt;BR /&gt;        at com.cloudera.server.common.BoundedQueuedThreadPool$2.run(BoundedQueuedThreadPool.java:94)&lt;BR /&gt;        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)&lt;BR /&gt;        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)&lt;BR /&gt;        at java.lang.Thread.run(Thread.java:750)&lt;/PRE&gt;&lt;P&gt;We also tried the command without an "@" in front of the json file argument with following result:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;# curl -X POST -H "Content-Type: application/json" -d /tmp/cloudera.json &lt;A href="http://admin:admin@9.152.187.132:7182/api/v54/cm/importClusterTemplate?addRepositories=true" target="_blank" rel="noopener"&gt;http://admin:admin@&amp;lt;IP&amp;gt;:7182/api/v54/cm/importClusterTemplate?addRepositories=true&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;title&amp;gt;Error 500 Error processing POST request. Check the system logs for more information.&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;body&amp;gt;&amp;lt;h2&amp;gt;HTTP ERROR 500 Error processing POST request. Check the system logs for more information.&amp;lt;/h2&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;URI:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;/api/v54/cm/importClusterTemplate&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;STATUS:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;500&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;MESSAGE:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error processing POST request. Check the system logs for more information.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;SERVLET:&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;com.cloudera.server.common.AgentAvroServlet-70ce31c3&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;and following error in the logs:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;2025-07-09 14:18:12,393 ERROR agentServer-57:com.cloudera.server.common.AgentAvroServlet: Error processing Avro request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.io.IOException: Unexpected length (too long): 796159344, max:10485760&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at com.cloudera.enterprise.SafeAvroHttpTransceiver.checkLength(SafeAvroHttpTransceiver.java:137)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at com.cloudera.enterprise.SafeAvroHttpTransceiver.readBuffers(SafeAvroHttpTransceiver.java:96)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at com.cloudera.server.common.HttpConnectorServer$FunctionsImpl.read(HttpConnectorServer.java:118)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at com.cloudera.server.common.HttpConnectorServer$FunctionsImpl.read(HttpConnectorServer.java:110)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at com.cloudera.server.common.AgentAvroServlet.doPost(AgentAvroServlet.java:90)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)&lt;BR /&gt;[...]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My colleague and I do not see, where we could have made a mistake. What can be the cause of this?&lt;BR /&gt;&lt;/SPAN&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 13:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Deployment-and-configuration-steps-with-CM-RestAPI-not-clear/m-p/411299#M253024</guid>
      <dc:creator>Rengaw</dc:creator>
      <dc:date>2025-07-09T13:37:53Z</dc:date>
    </item>
  </channel>
</rss>

