aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/add_subinterface/aai_get_subscribers.json
blob: 365e58d7872ff0bfab0c5b3ad242cc367f0adfc7 (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
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v../business/customers",
    "queryParams" :  {
      "subscriber-type": [ "INFRA" ],
      "depth": [ "0" ]
    }
  } ,
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "customer":[
        {
          "global-customer-id":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
          "subscriber-name":"FIREWALL/MISC",
          "subscriber-type":"INFRA",
          "resource-version":"1494254802147"
        },
        {
          "global-customer-id":"VidE2ETest",
          "subscriber-name":"VidTest20161020",
          "subscriber-type":"INFRA",
          "resource-version":"1494254856862"
        },
        {
          "global-customer-id":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
          "subscriber-name":"Mobility",
          "subscriber-type":"INFRA",
          "resource-version":"1494255056308"
        },
        {
          "global-customer-id":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
          "subscriber-name":"PACKET CORE",
          "subscriber-type":"INFRA",
          "resource-version":"1506548476111"
        },
        {
          "global-customer-id":"e433710f-9217-458d-a79d-1c7aff376d89",
          "subscriber-name":"USP VOICE",
          "subscriber-type":"INFRA",
          "resource-version":"1494254832007"
        }
      ]
    }
  }
}