Skip to Content.
Sympa Menu

perfsonar-dev - [Fwd: URL-based eventTypes for the SSHTELNET MP]

Subject: perfsonar development work

List archive

[Fwd: URL-based eventTypes for the SSHTELNET MP]


Chronological Thread 
  • From: Loukik Kudarimoti <>
  • To: "" <>
  • Subject: [Fwd: URL-based eventTypes for the SSHTELNET MP]
  • Date: Fri, 11 Jan 2008 10:57:54 +0000


--

---------------------------------------------------------------
L o u k i k K u d a r i m o t i

* * Network Engineer
* * City House, 126 - 130, Hills Road
* Cambridge CB2 1PQ, United Kingdom
* WWW: http://www.dante.net
D A N T E Tel:+44 1223 371300 Fax:+44 1223 371371

--- Begin Message ---
  • From: Stijn Melis <>
  • To: Szymon Trocha <>
  • Cc: Loukik Kudarimoti <>, Luis Marta <>, Nicolas Simar <>, , 'GEANT2-JRA1' <>
  • Subject: URL-based eventTypes for the SSHTELNET MP
  • Date: Fri, 11 Jan 2008 11:56:03 +0100
  • Delivery-date: Fri, 11 Jan 2008 10:56:11 +0000
  • Envelope-to: ,
Hi all,

I still need to make the eventTypes for the SSHTELNET MP URL-based, in order for them to be compliant to the specifications for 3.0.

I was asked to send my proposal to the mailing list, so that you can comment upon it. The proposal as it stands now is this:

http://schemas.perfsonar.net/tools/lg/<command name>/1.0

This would change the existing SetupDataRequest to this:

<?xml version="1.0" encoding="UTF-8" ?>
<nmwg:message type="SetupDataRequest" id="msg1"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
xmlns:nmwgtopo="http://ggf.org/ns/nmwg/topology/2.0/";>
<nmwg:metadata id="meta1">
<nmwg:subject id="subject1">
<nmwgtopo:endpoint type="hostname">cisco1</nmwgtopo:endpoint>
</nmwg:subject>
<nmwg:eventType>http://schemas.perfsonar.net/tools/lg/IP_ROUTE/1.0</nmwg:eventType>
<nmwg:parameters id="params1">
<nmwg:parameter name="param1">157.193.214.0</nmwg:parameter>
</nmwg:parameters>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="meta1" />
</nmwg:message>

instead of this:

<?xml version="1.0" encoding="UTF-8" ?>
<nmwg:message type="SetupDataRequest" id="msg1"
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
xmlns:nmwgtopo="http://ggf.org/ns/nmwg/topology/2.0/";>
<nmwg:metadata id="meta1">
<nmwg:subject id="subject1">
<nmwgtopo:endpoint type="hostname">cisco1</nmwgtopo:endpoint>
</nmwg:subject>
<nmwg:eventType>IP_ROUTE</nmwg:eventType>
<nmwg:parameters id="params1">
<nmwg:parameter name="param1">157.193.214.0</nmwg:parameter>
</nmwg:parameters>
</nmwg:metadata>
<nmwg:data id="data1" metadataIdRef="meta1" />
</nmwg:message>

If you have any comments on this, I'd like to hear about it as soon as possible, so that I can start implementing this soon.

Thanks in advance,

Stijn

--- End Message ---



Archive powered by MHonArc 2.6.16.

Top of Page