From b92469b7d7359deb0490b97a14047274021a66ae Mon Sep 17 00:00:00 2001 From: Reshmasree Date: Thu, 20 Aug 2020 06:00:39 -0700 Subject: Add new service in API-Handler for 3gpp service instances Issue-ID: SO-3189 Signed-off-by: Reshmasree Change-Id: Ieb2d3d36b6a216b00f4c13ebabdf268cf833d267 --- .../resources/Onap3gppServiceInstancesTest/deAllocate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/deAllocate.json (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/deAllocate.json') diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/deAllocate.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/deAllocate.json new file mode 100644 index 0000000000..50729317e3 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/deAllocate.json @@ -0,0 +1,13 @@ +{ + "serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX ", + "networkType": "an/cn/tn", + "globalSubscriberId": "5GCustomer", + "subscriptionServiceType": "5G", + "additionalProperties": { + "snssaiList": [ + "001-100001" + ], + "scriptName": "AN1", + "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX" + } +} \ No newline at end of file -- cgit 1.2.3-korg