Changes between Version 2 and Version 3 of GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/ExpServiceNew


Ignore:
Timestamp:
07/18/13 17:05:37 (11 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/ExpServiceNew

    v2 v3  
    11When I do a POST to the experiment service, I can see that the user has been added to a project[[BR]]
     2
     3
     4The POST logs are
     5{{{
     6Saving JSON to file: /home/dbhat/exptest/user.json
     7{
     8  "type": "user",
     9  "uuid": "01340c9f-b67c-4c39-9b04-7e6ceefaaf33",
     10  "href": "/users/01340c9f-b67c-4c39-9b04-7e6ceefaaf33",
     11  "name": "geni-dbhat",
     12  "projects": [
     13    {
     14      "uuid": "87702cd7-31c2-4d9c-b768-d25bab4c477b",
     15      "href": "/projects/87702cd7-31c2-4d9c-b768-d25bab4c477b",
     16      "name": "GIMITesting",
     17      "type": "project",
     18      "users": [
     19        {
     20          "uuid": "2334dd04-cab3-4bf4-8302-eb8514e70215",
     21          "href": "/users/2334dd04-cab3-4bf4-8302-eb8514e70215",
     22          "name": "geni-dbhat",
     23          "type": "user"
     24        },
     25        {
     26          "uuid": "06b0e8e9-55ad-4c64-bb80-dda04e185e02",
     27          "href": "/users/06b0e8e9-55ad-4c64-bb80-dda04e185e02",
     28          "name": "geni-cwang1",
     29          "type": "user"
     30        },
     31        {
     32          "uuid": "0fe9d7d5-6770-4ec2-a94b-593129063f1a",
     33          "href": "/users/0fe9d7d5-6770-4ec2-a94b-593129063f1a",
     34          "name": "geni-dbhat",
     35          "type": "user"
     36        },
     37        {
     38          "uuid": "ebfb6cf7-e882-4772-a270-5ed15bcc818c",
     39          "href": "/users/ebfb6cf7-e882-4772-a270-5ed15bcc818c",
     40          "name": "geni-dbhat",
     41          "type": "user"
     42        },
     43        {
     44          "uuid": "01340c9f-b67c-4c39-9b04-7e6ceefaaf33",
     45          "href": "/users/01340c9f-b67c-4c39-9b04-7e6ceefaaf33",
     46          "name": "geni-dbhat",
     47          "type": "user"
     48        }
     49      ],
     50      "experiments": [
     51        {
     52          "uuid": "e08d9ea6-3acc-45af-a5b3-2f9f3d768f8f",
     53          "href": "/experiments/e08d9ea6-3acc-45af-a5b3-2f9f3d768f8f",
     54          "name": "dbhat-exptest18-3-2013-07-18T12:55:54",
     55          "type": "experiment"
     56        },
     57        {
     58          "uuid": "2e1c2710-3875-41aa-b07e-777e335cf8ab",
     59          "href": "/experiments/2e1c2710-3875-41aa-b07e-777e335cf8ab",
     60          "name": "cwang1-vlc-test-exp-2013-07-18T12:56:08",
     61          "type": "experiment"
     62        },
     63        {
     64          "uuid": "285970c4-cf94-4840-b82a-025a157115ea",
     65          "href": "/experiments/285970c4-cf94-4840-b82a-025a157115ea",
     66          "name": "dbhat-exptest2-2013-07-18T13:52:55",
     67          "type": "experiment"
     68        },
     69        {
     70          "uuid": "a410c195-4178-4cbf-9323-49bb3eb599d5",
     71          "href": "/experiments/a410c195-4178-4cbf-9323-49bb3eb599d5",
     72          "name": "dbhat-exptest4-2013-07-18T14:10:57",
     73          "type": "experiment"
     74        }
     75      ]
     76    }
     77  ]
     78}
     79Saving JSON to file: /home/dbhat/exptest/proj.json
     80[
     81  {
     82    "uuid": "84b91ba0-6b00-485a-b434-bb2e36d8040c",
     83    "href": "/projects/84b91ba0-6b00-485a-b434-bb2e36d8040c",
     84    "name": "GIMITesting",
     85    "type": "project"
     86  }
     87]
     88Saving JSON to file: /home/dbhat/exptest/experiment.json
     89{"exception":{"code":403,"reason":"Unsupported Method"}}Saving JSON to file: /home/dbhat/exptest/slice.json
     90{"exception":{"code":403,"reason":"Unsupported Method"}}Values:dbhat GIMITesting dbhat-exptest6-2013-07-18T14:17:08 YR8DENLDbDjxulo /geniRenci/home/geni-dbhat/manifests-2013-07-18T14:17:08 dbhatlabwiki
     91
     92}}}
     93
    294But When I do
    395{{{