Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Click on OK to proceed with the delete ACTION.
  • A delete http call made to the UUI server with Service ID.
  • /uui-lcm/services/{serviceId}
  • Again a call is made to SO service with service ID and request body which has global subscriber id and service type at /api/so-serviceInstances/v3/{serviceId}.
  • A delete response is returned back from SO which has operation id.
  • Using this operation id a delete service instance operation is created and updated in UUI server local DB (PostgreSQL).
  • The service progress loop is initiated which query the progress of the operation to SO at /api/so-serviceInstances/v3/{serviceId}/operations/{operationId}.
  • The operation is status is also updated in the local DB with service instance operation object.


Viewtracker