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