<?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: oamp API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5546262#M9542</link>
    <description>&lt;P&gt;Which OAMP (CVP, CUIC, etc.) and which version are you looking for?&lt;BR /&gt;It might make sense to move this to the contact center forum as well, if that's what you're looking for.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2026 15:51:35 GMT</pubDate>
    <dc:creator>bill.king1</dc:creator>
    <dc:date>2026-04-17T15:51:35Z</dc:date>
    <item>
      <title>oamp API</title>
      <link>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5546203#M9541</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;Where can I find documentation for this API:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://&amp;lt;oamp-server&amp;gt;:9443/oamp/api/v1/&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, here it is&lt;/P&gt;
&lt;PRE&gt;# Отримати статистику кампанії 1001
curl -X GET \
  "https://ucce-oamp.internal:9443/oamp/api/v1/campaigns/1001/statistics" \
  -H "Authorization: Basic $(echo -n 'admin:password' | base64)" \
  -H "Accept: application/json" \
  --cacert /path/to/ca-bundle.crt \
  --connect-timeout 5 \
  --max-time 10&lt;/PRE&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:20:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5546203#M9541</guid>
      <dc:creator>VitaliyAnd</dc:creator>
      <dc:date>2026-04-17T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: oamp API</title>
      <link>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5546262#M9542</link>
      <description>&lt;P&gt;Which OAMP (CVP, CUIC, etc.) and which version are you looking for?&lt;BR /&gt;It might make sense to move this to the contact center forum as well, if that's what you're looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 15:51:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5546262#M9542</guid>
      <dc:creator>bill.king1</dc:creator>
      <dc:date>2026-04-17T15:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: oamp API</title>
      <link>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5548007#M9549</link>
      <description>&lt;P&gt;Hello, unfortunately this is not what I need, I have already found the necessary documentation for Cisco.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 15:44:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5548007#M9549</guid>
      <dc:creator>VitaliyAnd</dc:creator>
      <dc:date>2026-04-24T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: oamp API</title>
      <link>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5548050#M9550</link>
      <description>&lt;P&gt;The OAMP API is basically part of Cisco CVP’s &lt;STRONG&gt;Operations, Administration, Maintenance, and Provisioning (OAMP)&lt;/STRONG&gt; system. It’s not a separate product—it’s a &lt;STRONG&gt;REST API layer exposed by the OAMP server&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In simple terms, it allows you to &lt;STRONG&gt;programmatically manage and configure CVP resources&lt;/STRONG&gt; instead of doing everything from the GUI. These APIs run on the OAMP server (via the Web Services Manager) and use standard HTTP methods like GET, POST, PUT, and DELETE over HTTPS.&lt;/P&gt;&lt;P&gt;You can use it for things like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managing VXML apps and media files&lt;/LI&gt;&lt;LI&gt;Listing and configuring CVP servers&lt;/LI&gt;&lt;LI&gt;Handling system configurations (SNMP, syslog, etc.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Authentication is typically done using &lt;STRONG&gt;basic auth tied to OAMP user roles&lt;/STRONG&gt;, so only authorized admin users can access it.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 18:03:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/oamp-api/m-p/5548050#M9550</guid>
      <dc:creator>jameh0266</dc:creator>
      <dc:date>2026-04-24T18:03:59Z</dc:date>
    </item>
  </channel>
</rss>

