Changes between Version 1 and Version 2 of GAPI_AM_API


Ignore:
Timestamp:
07/15/10 10:21:58 (14 years ago)
Author:
tmitchel@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API

    v1 v2  
    8686string CreateSliver(string slice_urn,
    8787                    string credentials[],
    88                     string rspec)
     88                    string rspec,
     89                    struct users[])
    8990}}}
    9091
     
    9798 `rspec`::
    9899   An RSPEC containing the resources that the caller is requesting for allocation to the slice specified in {{{slice_urn}}}. These are expected to be based on resources returned by a previous invocation of [wiki:GAPI_AM_API#ListResources ListResources].
     100
     101  `users`::
     102  An array of user structs, which contain information about the users that might login to the sliver that the AM needs to know about.  The struct must include the key 'keys', which is a list of strings and can be empty.  The struct must also include the key 'urn', which is the user's URN string.
    99103
    100104The return value is an RSPEC indicating the resources that were allocated to the slice. The result RSPEC may contain additional information about the allocated resources.