Versions Compared

Key

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

...

Deploy → Launch → Delete → Undeploy


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
2
Deploy Service
Create service Insanceservice-
deploy
create-instancePUT on /serviceInstances/v2

SO

3
Report deployed services
Create VNFservice-create-
listNOT available
vnfPOST on /serviceInstances/v2/{serviceInstanceId}/vnfsSO
4
Launch Service
Create VF moduleservice-create-module
POST
/serviceInstances/v2/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModulesSO
5
Delete a service
Report deployed servicesservice-listNOT available
6Delete VF moduleservice-delete-module
DELETE
DELTE on /
serviceInstnaces
serviceInstances/v2/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleinstance-id}SO
6
7
Undeploy service
Delete VNFservice-delete-
undeploy
vnfDELETE
POST
on /serviceInstances/v2/{serviceInstanceId}/vnfs/{vnfInstanceId}
/vfModules/{vfmodule-instance-id
SO
5Delete service instanceservice-delete-instance

DELETE /serviceInstnaces/v2/{serviceInstanceId}

SO
7Remove service typeservice-type-unregister

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

AAI

...


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.

...