aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/browseASDC/get_aai_get_subscribers.json
blob: a6011cfeed643452643f4a8a37a552d9a645a9ea (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
{
  "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":"Mobility",
          "subscriber-type":"INFRA",
          "resource-version":"1494255056308"
        },
        {
          "global-customer-id":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fc",
          "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"
        }
      ]
    }
  }
}