Versions Compared

Key

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

...

s.noFeatureCommandREST APIDepends-on Project
1Create/show Service Type

service-type-register

service-type-list

PUT on /service-design-and-creation/services/service/{service-id}

GET on /service-design-and-creation/services

AAI
2Deploy Serviceservice-deployPUT on /serviceInstances/v2

SO

3Report deployed servicesservice-listNOT availableSO
4Launch Serviceservice-createNOT availablePOST /serviceInstances/v2/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModulesSO


5Delete a serviceservice-delete

DELETE /serviceInstnaces/v2/{serviceInstanceId}

SO
6Undeploy serviceservice-undeploy

NOT availableDELETE POST /serviceInstances/v2/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmodule-instance-id}

SO

7Remove service typeservice-type-unregister

DELETE on /service-design-and-creation/services/service/{service-id}

AAI

** SO exposes APIs for VNF creation which will be used in VF module createion.

Closed loop Management

Helps to report the policy, alarm and analytics aspect of an given service in ONAP for auto-scaling and healing of them.

...