From 5d7b066e556612e30d8e6130c47008bd9ca12a9b Mon Sep 17 00:00:00 2001 From: "michal.banka" Date: Tue, 9 Apr 2019 13:29:37 +0200 Subject: Prepare new endpoints for csit/vid internal api Change-Id: Ib69287eb1c21d30eb39472270c160f4b318c5c12 Issue-ID: VID-399 Signed-off-by: michal.banka --- .../simulators/test_data_assets/requests.json | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/vid/resources/simulators/test_data_assets/requests.json (limited to 'tests/vid/resources/simulators/test_data_assets/requests.json') 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 -- cgit 1.2.3-korg