aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources/simulators/test_data_assets/requests.json
diff options
context:
space:
mode:
authormichal.banka <michal.banka@nokia.com>2019-04-09 13:29:37 +0200
committerWojciech Sliwka <wojciech.sliwka@nokia.com>2019-04-11 18:25:55 +0200
commit5d7b066e556612e30d8e6130c47008bd9ca12a9b (patch)
tree746bc4c272daaa87f06159870a2ba6634ab395ec /tests/vid/resources/simulators/test_data_assets/requests.json
parent823e2407491160b49501dee1c240aa0780a0ff8b (diff)
Prepare new endpoints for csit/vid internal api
Change-Id: Ib69287eb1c21d30eb39472270c160f4b318c5c12 Issue-ID: VID-399 Signed-off-by: michal.banka <michal.banka@nokia.com>
Diffstat (limited to 'tests/vid/resources/simulators/test_data_assets/requests.json')
-rw-r--r--tests/vid/resources/simulators/test_data_assets/requests.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/vid/resources/simulators/test_data_assets/requests.json b/tests/vid/resources/simulators/test_data_assets/requests.json
new file mode 100644
index 00000000..e94d26a6
--- /dev/null
+++ b/tests/vid/resources/simulators/test_data_assets/requests.json
@@ -0,0 +1,33 @@
+{
+ "requests": [
+ {
+ "method": "GET",
+ "path": "/aai/v13/service-design-and-creation/models",
+ "queryParams": {
+ "depth": "2",
+ "model-invariant-id": "88a71d72-ec80-4357-808e-f288823cb353"
+ }
+ },
+ {
+ "method": "GET",
+ "path": "/aai/v../business/customers/customer/MSO_1610_ST",
+ "queryParams": {
+ "depth": "2"
+ }
+ },
+ {
+ "method": "GET",
+ "path": "/aai/v13/query",
+ "queryParams": {
+ "format": "simple"
+ }
+ },
+ {
+ "method": "GET",
+ "path": "/workflowSpecifications/v1/workflows",
+ "queryParams": {
+ "vnfModelVersionId": "103b4a1b-4a15-4559-a019-1ff132180c7c"
+ }
+ }
+ ]
+} \ No newline at end of file