GAPI_AM_API_V2_DETAILS: geni-am-types.xml

File geni-am-types.xml, 1.6 KB (added by Aaron Helsinger, 10 years ago)
Line 
1<?xml version="1.-" encoding="UTF-8" standalone="yes"?>
2
3<!-- Document GENI Aggregate Manager Type string (am-type).
4     See http://groups.geni.net/geni/wiki/GAPI_AM_API -->
5
6<!DOCTYPE geni-am-types [
7 <!ELEMENT geni-am-types (am)>
8 <!ATTLIST geni-am-types as-of CDATA #REQUIRED>
9 <!ELEMENT am (am-type, url?, description)>
10 <!ELEMENT value (#PCDATA)>
11 <!ELEMENT label (#PCDATA)>
12 <!ELEMENT description (#PCDATA)>
13]>
14
15<geni-am-types as-of="2014-03-27">
16  <am>
17    <type>gcf</type>
18    <url>http://trac.gpolab.bbn.com/gcf/</url>
19    <description>GPO test aggregate manager</description>
20  </am>
21  <am>
22    <type>orca</type>
23    <url>http://geni-orca.renci.org/trac/</url>
24    <description>Orca aggregate manager</description>
25  </am>
26  <am>
27    <type>foam</type>
28    <url>https://openflow.stanford.edu/display/FOAM/Home</url>
29    <description>FOAM OpenFlow aggregate manager</description>
30  </am>
31<!-- FIXME: Need to separate pg-utah from others? -->
32  <am>
33    <type>protogeni</type>
34    <url>http://www.protogeni.net/</url>
35    <description>ProtoGENI aggregate manager</description>
36  </am>
37<!-- FIXME: Should we call this plc? Separate plc vs ple vs myplc vs --
38  -- vini vs vicci vs ? -->
39  <am>
40    <type>sfa</type>
41    <url>http://www.planet-lab.org/</url>
42    <description>PlanetLab aggregate manager</description>
43  </am>
44  <am>
45    <type>dcn</type>
46    <url>https://wiki.maxgigapop.net/twiki/bin/view/GENI/Software</url>
47    <description>Dynamic Circuit Network (OSCARS) aggregate manager</description>
48  </am>
49</geni-am-types>
50