X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=54258f0d169c2b35e496b0ce36ef75734e26c87f;hb=refs%2Fchanges%2F35%2F7535%2F1;hp=a2bea07130b96129ba7c55f87ddb08ea56677609;hpb=3dafe8deba4b740cd4f8b7e97994212ecd8bf565;p=pti%2Fo2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index a2bea07..54258f0 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -88,9 +88,29 @@ SMO. "http://${OAM_IP}:30205/o2ims_infrastructureInventory/v1/deploymentManagers" \ -H 'accept: application/json' +- Provisioning O-Cloud with SMO endpoint configuration + + Assume you have an SMO, then configure O-Cloud with SMO endpoint + address. This provisioning of O-Cloud will make a request from + O-Cloud to SMO, that make SMO know the O2 service is working. + + It needs SMO to have an API like + “*http(s)://SMO_HOST:SMO_PORT/registration*”, which can accept JSON + format data. + + .. code:: bash + + curl -X 'POST' \ + 'http://'${OAM_IP}':30205/provision/v1/smo-endpoint' \ + -H 'accept: application/json' \ + -H 'Content-Type: application/json' \ + -d '{ + "endpoint": "http://:/registration" + }' + - Subscribe to the O-Cloud resource change notification - Assume you have a SMO, and the SMO have an API can be receive + Assume you have an SMO, and the SMO have an API can be receive callback request - Create subscription in O-Cloud IMS