<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How determine DMP and APP ID non-programatically!</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5196472" />
  <subtitle>How determine DMP and APP ID non-programatically!</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5196472</id>
  <updated>2013-05-20T03:37:36Z</updated>
  <dc:date>2013-05-20T03:37:36Z</dc:date>
  <entry>
    <title>RE: How determine DMP and APP ID non-programatically!</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5731379" />
    <author>
      <name>marc@rockingchairsoftware.com (simulated)</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5731379</id>
    <updated>2012-05-15T14:25:40Z</updated>
    <published>2012-05-15T14:25:40Z</published>
    <summary type="html">Hi -

This is probably the easiest way to get this information - use your browser and see below

To get a list of the Applications and their AppID
https://DMM-FQDN:8443/xTAS-core/services/app/apps

Look in the &lt;ID&gt; tag

To Get a list of the DMPs is a two step process - First get the list of Groups (Look for All DMPs)
https://DMM-FQDN:8443/xTAS-core/services/dmpgroup/hierarchy/all/

Now use the All DMPs Group and get a list of the DMP IDs
https://DMM-FQDN:8443/xTAS-core/services/dmpgroup/dmps/dmpgroup/{groupID}
In my case it was 3
https://dmm1.rockingchairsoftware.local:8443/xTAS-core/services/dmpgroup/dmps/dmpgroup/3

Hope that helps

If this answers your question - can you mark the question answered

Marc Alumbaugh
RockingChairSoftware.com
DynaPlayer-Flash Components</summary>
    <dc:creator>marc@rockingchairsoftware.com (simulated)</dc:creator>
    <dc:date>2012-05-15T14:25:40Z</dc:date>
  </entry>
  <entry>
    <title>How determine DMP and APP ID non-programatically!</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5196471" />
    <author>
      <name>Andrew Fraser</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5196471</id>
    <updated>2012-02-23T12:00:52Z</updated>
    <published>2012-02-23T11:59:55Z</published>
    <summary type="html">Hello all,
 
Is there a way to determine the AppID and DMP ID without making an API call?  I.e. is this also accessible via the DMM or DMP web interface so that I can provide this to my partner who just needs to provision the appropriate App on the Appropriate DMP!?
 
Thanks,
Andrew</summary>
    <dc:creator>Andrew Fraser</dc:creator>
    <dc:date>2012-02-23T11:59:55Z</dc:date>
  </entry>
</feed>

