org.onap migration
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / changeManagement / ecompportal_getSessionSlotCheckInterval.json
1 [
2   {
3     "simulatorRequest": {
4       "method": "GET",
5       "path": "/ecompportal_att/auxapi//getSessionSlotCheckInterval"
6     },
7     "simulatorResponse": {
8       "responseCode": 200,
9       "body": "300000"
10     }
11   },
12   {
13     "simulatorRequest": {
14       "method": "POST",
15       "path": "/ecompportal_att/auxapi//extendSessionTimeOuts"
16     },
17     "simulatorResponse": {
18       "responseCode": 200,
19       "body": "300000"
20     }
21   },
22   {
23     "simulatorRequest": {
24       "method": "GET",
25       "path": "/ecompportal_att/auxapi/context/get_user"
26     },
27     "simulatorResponse": {
28       "responseCode": 200,
29       "body": [
30       ]
31     }
32   }
33 ]