...
Please find below curl commands with required data to be populated in AAI, provide the worker vm ip for nfsServer. however, you do not need to create these service profiles manually because SO creates them for you. You only need to do it manually if you are not testing with SO and instead, you are calling UUI & KPI MS directly (no SO involved)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl --user AAI:AAI -X PUT -H "X-FromAppId:AAI" -H "X-TransactionId:get_aai_subscr" -H "Accept:application/json" -H "Content-Type:application/json" -k https://'$nfsServer':30233/aai/v21/business/customers/customer/5GCustomer/service-subscriptions/service-subscription/5G/service-instances/service-instance/11a9195f-c060-49dd-8f1b-6a4c8ab5d01n -d '{ "service-instance-name": "e2eService1", "service-type": "embb", "service-role": "service-profile", "environment-context": "01-B989BD", "orchestration-status": "deactivated"}' curl --user AAI:AAI -X PUT -H "X-FromAppId:AAI" -H "X-TransactionId:get_aai_subscr" -H "Accept:application/json" -H "Content-Type:application/json" -k https://'$nfsServer':30233/aai/v21/business/customers/customer/5GCustomer/service-subscriptions/service-subscription/5G/service-instances/service-instance/259fa29d-d589-4142-a4f0-a689a5061878 -d '{ "service-instance-name": "e2eService2", "service-type": "embb", "service-role": "service-profile", "environment-context": "01-497651", "orchestration-status": "deactivated"}' |
...