aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json
blob: d4d19a418feef7f32c8def7fb4a024b564043db2 (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": "/(ONAPPORTAL|ecompportal_att)/auxapi/v[0-9]+/getSessionSlotCheckInterval"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "body": "300000"
    }
  },
  {
    "simulatorRequest": {
      "method": "POST",
      "path": "/(ONAPPORTAL|ecompportal_att)/auxapi//extendSessionTimeOuts"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "body": "300000"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/(ONAPPORTAL|ecompportal_att)/auxapi/v[0-9]+/getSessionSlotCheckInterval"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "body": "300000"
    }
  },
  {
    "simulatorRequest": {
      "method": "POST",
      "path": "/(ONAPPORTAL|ecompportal_att)/auxapi/extendSessionTimeOuts"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "body": "300000"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/(ONAPPORTAL|ecompportal_att)/auxapi/context/get_user"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "body": [
      ]
    }
  }
]