diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-01-31 11:13:01 +0000 |
---|---|---|
committer | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-02-13 15:17:17 +0000 |
commit | fa660d2d8a9b2b6f3190bf5c3c26dcf4fa15c146 (patch) | |
tree | ba1d19ad01465549a272189ba6fe57c5be80cc7b /mso-api-handlers/mso-api-handler-infra/src/test/resources/__files | |
parent | 1a6b1ef83417efbbb8ec7cfe204c105e49e7e1f2 (diff) |
[SO] Pending Create changes for SO-API and BPMN-INFRA to support CNF's through ASD
Issue-ID: SO-4069
Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech>
Change-Id: I91e6d2dfc3ce84f7fe496b9b87c2a4ac6f521673
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/__files')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/serviceCnf_Response.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/serviceCnf_Response.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/serviceCnf_Response.json new file mode 100644 index 0000000000..6df019b98f --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/serviceCnf_Response.json @@ -0,0 +1,25 @@ +{ + "modelName": "Infra_v10_Service", + "description": "MSO aLaCarte CNF", + "modelUUID": "5df8b6de-2083-11e7-93ae-92361f002672", + "modelInvariantUUID": "9647dfc4-2083-11e7-93ae-92361f002671", + "created": "2023-02-08 12:45:39.000", + "modelVersion": "2.0", + "serviceType": "NA", + "serviceRole": "NA", + "environmentContext": "Luna", + "workloadContext": "Oxygen", + "category": null, + "_links": { + "self": { + "href": "http://localhost:8090/service/5df8b6de-2083-11e7-93ae-92361f002672" + }, + "service": { + "href": "http://localhost:8090/service/5df8b6de-2083-11e7-93ae-92361f002672{?projection}", + "templated": true + }, + "vnfCustomizations": { + "href": "http://localhost:8090/service/5df8b6de-2083-11e7-93ae-92361f002672/vnfCustomizations" + } + } +} |