Add passthrough attributes
[optf/has.git] / conductor / conductor / tests / unit / data / plugins / inventory_provider / demand_list.json
1  {
2       "demand_name": [
3       {
4         "filtering_attributes": {
5             "global-customer-id": "customer-123",
6             "equipment-role": "TEST",
7             "service-type": "TEST"
8         },
9         "inventory_provider": "aai",
10         "inventory_type": "service"
11       },
12       {
13         "service_resource_id": "service-resource-id-123",
14         "region": "",
15         "inventory_type": "cloud",
16         "inventory_provider": "aai"
17       }
18     ]
19  }