Hi, Swaminathan S and NBI team I'm working on the E2E Network Slicing Use Case in R6 Frankfurt, I mean what I'm trying to do is the same as No,9-10 in the Functional Test Case: here(https://wiki.onap.org/display/DW/Functional+Test+Cases), but I'm not sure if this is the right way to create communication service through ExtAPI SeviceOeder.
Only I found the information about doing this was here: https://wiki.onap.org/display/DW/ExtAPI%3A+Impacts+and+Interfaces And I ran into this error. Would you kindly help me with some ideas or something? $ kubectl logs dev-nbi-547984d968-xvzxw -f ... 2020-06-15 02:48:48.964 ERROR 1 --- [nio-8443-exec-4] org.onap.nbi.commons.EWInterfaceUtils : error on calling ,I/O error on POST request for "/serviceOrder": null; nested exception is org.apache.http.client.ClientProtocolException I posted the following JSON to the NBI. http://nbi.api.simpledemo.onap.org:30274/nbi/api/v4/serviceOrder { "externalId": "ExtAPI_TEST_01", "category": "Communication Service", "description": "Demo", "priority": "1", "relatedParty": [{ "id": "cs0008", "role": "ONAPcustomer", "name": "Carlos Santana", "@referedType": "5G" }], "orderItem": [{ "id": "1", "action": "add", "service": { "name": "ommunication Service", "serviceSpecification": { "id": "f14cb28d-5bad-4fe1-81ea-efb43d89b59f" } } }], "serviceCharacteristic": [{ "name": "maxNumberofUEs", "value": { "serviceCharacteristicValue": "101" } }, { "name": "expDataRateDL", "value": { "serviceCharacteristicValue": "102" } }, { "name": "latency", "value": { "serviceCharacteristicValue": "103" } }, { "name": "expDataRateUL", "value": { "serviceCharacteristicValue": "104" } }, { "name": "resourceSharingLevel", "value": { "serviceCharacteristicValue": "shared" } }, { "name": "uEMobilityLevel", "value": { "serviceCharacteristicValue": "stationary" } }, { "name": "coverageAreaTAList", "value": { "serviceCharacteristicValue": "Beijing;Beijing;Haidian District;Wanshoulu Street" } } ] } P.S. 5G network slice service instantiation requests via UUI worked properly. Thank you and Regards, Yukihiro Kishimoto -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21350): https://lists.onap.org/g/onap-discuss/message/21350 Mute This Topic: https://lists.onap.org/mt/74911685/21656 Mute #extapi: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/extapi Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
