<?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>topic Re: UCCert management API keeps returning 404 not found in Management</title>
    <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646688#M3922</link>
    <description>&lt;P&gt;There is a note on the &lt;A href="https://developer.cisco.com/docs/certificate-management/#!introduction/introduction" target="_self"&gt;Cert API Overview page&lt;/A&gt; indicating it was introduced in v14.&amp;nbsp; Unfortunately the API was developed to address the lack of a supported automatable mechanism for UC host cert management in prior versions...&lt;/P&gt;
&lt;P&gt;You may be able to accomplish some of the functionality by driving the CUCM CLI via a SSH API - i.e. in a 'screen-scraping' fashion.&amp;nbsp; While definitely not a supported - or necessarily stable or easy-to-use - programming interface, something like &lt;A href="https://github.com/CiscoDevNet/axl-ansible-examples/blob/main/library/cisco_vos_cli.py" target="_self"&gt;this sample&lt;/A&gt; may help in a pinch.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 15:01:54 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2022-07-08T15:01:54Z</dc:date>
    <item>
      <title>UCCert management API keeps returning 404 not found</title>
      <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646006#M3915</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to play a little bit with the CUCM certificate management API (&lt;A href="https://developer.cisco.com/docs/certificate-management/#!developer-support/developer-support" target="_blank" rel="noopener"&gt;Developer Support - UC Certificate Management API - Document - Cisco DevNet&lt;/A&gt;) but regardless of the API call, I always get 404 - not found response from the CUCM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the curl command hereafter (as recommanded in the getting started section) returns a 404 - not found&lt;/P&gt;
&lt;P&gt;curl -k -X 'GET' -u "username:password" -H 'Content-Type: application/json' &lt;A href="https://192.168.66.155/platformcom/api/v1/certmgr/config/snapshot/server" target="_blank" rel="noopener"&gt;https://192.168.66.155/platformcom/api/v1/certmgr/config/snapshot/server&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running a CUCM 12.5. To be noted that I have also tried with the PUB CUCM from the associated sandbox (&lt;A href="https://devnetsandbox.cisco.com/RM/Diagram/Index/803ec3d3-ab55-4c59-99d0-d3a4dd4233eb?diagramType=Topology" target="_blank" rel="noopener"&gt;DevNet Sandbox - Workspace - Lab Catalog - Collaboration 12.5 (cisco.com)&lt;/A&gt;). I have the same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone manage to make the UCcert API work?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 15:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646006#M3915</guid>
      <dc:creator>aurelien.fasolo</dc:creator>
      <dc:date>2022-07-07T15:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: UCCert management API keeps returning 404 not found</title>
      <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646503#M3919</link>
      <description>&lt;P&gt;Hi. I have the same problem with version 12.&lt;BR /&gt;CUCM v14 works&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 08:03:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646503#M3919</guid>
      <dc:creator>BjoernMartin</dc:creator>
      <dc:date>2022-07-08T08:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: UCCert management API keeps returning 404 not found</title>
      <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646519#M3920</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your answer. Is there any workaround for CUCM v12?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 08:37:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646519#M3920</guid>
      <dc:creator>aurelien.fasolo</dc:creator>
      <dc:date>2022-07-08T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: UCCert management API keeps returning 404 not found</title>
      <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646688#M3922</link>
      <description>&lt;P&gt;There is a note on the &lt;A href="https://developer.cisco.com/docs/certificate-management/#!introduction/introduction" target="_self"&gt;Cert API Overview page&lt;/A&gt; indicating it was introduced in v14.&amp;nbsp; Unfortunately the API was developed to address the lack of a supported automatable mechanism for UC host cert management in prior versions...&lt;/P&gt;
&lt;P&gt;You may be able to accomplish some of the functionality by driving the CUCM CLI via a SSH API - i.e. in a 'screen-scraping' fashion.&amp;nbsp; While definitely not a supported - or necessarily stable or easy-to-use - programming interface, something like &lt;A href="https://github.com/CiscoDevNet/axl-ansible-examples/blob/main/library/cisco_vos_cli.py" target="_self"&gt;this sample&lt;/A&gt; may help in a pinch.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 15:01:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646688#M3922</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-07-08T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: UCCert management API keeps returning 404 not found</title>
      <link>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646915#M3923</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed, I'm currently doing it over the CLI but it's sort of limited.&lt;/P&gt;
&lt;P&gt;Thanks for the support and for mentionning the note, I did not see it when I looked at the documentation &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:36:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/uccert-management-api-keeps-returning-404-not-found/m-p/4646915#M3923</guid>
      <dc:creator>aurelien.fasolo</dc:creator>
      <dc:date>2022-07-08T17:36:47Z</dc:date>
    </item>
  </channel>
</rss>

