aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/ecompportal_getSessionSlotCheckInterval.json
blob: a71270e72db4499af0191067962f665a6cd4e9ee (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/ecompportal_att/auxapi//v3/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/v3/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": [
      ]
    }
  }
]