Get Details Message
Layer:
ReservationLayer
Example of message
<?xml version="1.0" encoding="utf-8" ?>
<getDetails xmlns="http://www.geant2.net/namespaces/sa3/Reservation.xsd">
<rid>1234@man.poznan.pl</rid>
<!-- maybe some filter of requested data? -->
</getDetails>
Example of answer
<?xml version="1.0" encoding="utf-8" ?>
<details
xmlns="http://www.geant2.net/namespaces/sa3/Reservation.xsd">
<rid>1234@man.poznan.pl</rid>
<status>PENDING,OK,CANCELED,REJECTED</status>
<start>2005-06-03T09:30:00+1:00</start>
<end>2005-06-04T15:00:00+1:00</end>
<source type="IPv4">10.10.10.10</source>
<destination type="IPv4">10.20.20.20</destination>
<metrics>
<metric name="bandwidth" unit="bps">2000000</metric>
<metric name="delay" unit="ms">5</metric>
</metrics>
<filter>
<sources>
<source type="IPv4">10.10.10.0/24</source>
<source type="IPv4">10.10.20.0/24</source>
</sources>
<destinations>
<destination type="IPv4">10.20.20.0/24</destination>
<destination type="IPv4">10.20.30.0/24</destination>
</destinations>
</filter>
<pip-specific>
<remarkDscp />
</pip-specific>
</details>
--
BartoszBelter - 15 Jun 2005