SDM
People Publications Projects

Back to StorNet Meetings

Feb. 25, 2010

Attendees: Dantong, Dmitrios, Xin, Arie, Junmin, Alex

Technical discussion

  • The API support now 4 calls (reserveRequest, statusRequest, cancelRequest, modifyRequest)
  • All calls return a TResponse structure which is a revised version of TReserveRespone
  • statusRequest and cancelRequest accept a TRequestReference structure which can target a whole request, some, or only one reservation within a request
  • modify request can target a whole request, some, or only one reservation, and apply one or more modifications to each one
  • EStatusCode has 2 more values, CANCELLED, and NO_SOLUTION, to reflect the result of canceling a request and the response when no satisfactory solution was found a a list of counter offers is returned
  • TReserveRequest now includes TBAGInfo[] to pass the BAG segments.
  • added TFlowInfo[] to TResponse to return more details about individual reservations (e.g. ports, etc.)