diff options
author | Norm Traxler <normant@amdocs.com> | 2019-03-08 17:05:05 +0000 |
---|---|---|
committer | Norm Traxler <normant@amdocs.com> | 2019-03-08 17:05:22 +0000 |
commit | 716a57bba582e045986de3bdd354baefcf567b21 (patch) | |
tree | 9bfc050a58b1d7248003a2d81997f7cbb438faa6 /src/test/resources/junit/queryNodeDataVcpe.json | |
parent | 6e2b5a9df11eb5a1ae455ff3c7a17ff1ad855b2e (diff) |
Use direct GET to get service instance
Issue-ID: LOG-999
Change-Id: I2530de89628465055c9464e912cfe4764cb10f3a
Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/queryNodeDataVcpe.json')
-rw-r--r-- | src/test/resources/junit/queryNodeDataVcpe.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/resources/junit/queryNodeDataVcpe.json b/src/test/resources/junit/queryNodeDataVcpe.json deleted file mode 100644 index 593ba09..0000000 --- a/src/test/resources/junit/queryNodeDataVcpe.json +++ /dev/null @@ -1,9 +0,0 @@ -{
- "result-data": [
- {
- "resource-type": "service-instance",
- "resource-link": "/aai/v11/business/customers/customer/SDN-ETHERNET-INTERNET/service-subscriptions/service-subscription/vCPE/service-instances/service-instance/68352304-7bba-4609-8551-0d0b819376c3"
- }
- ]
-}
-
|