From f547ae9693ceefd9665392ded3ca90a03e65e0f1 Mon Sep 17 00:00:00 2001 From: Christos Tranoris <tranoris@gmail.com> Date: Thu, 4 Jul 2024 17:00:24 +0300 Subject: [PATCH] update #9 --- doc/naas/exposed_apis.md | 23 +++++++++++++++++++++++ doc/naas/service_catalog.md | 2 +- doc/naas/service_inventory.md | 5 +++++ doc/naas/service_ordering.md | 4 ++++ doc/portals_intro.md | 1 - mkdocs.yml | 3 ++- 6 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 doc/naas/service_ordering.md diff --git a/doc/naas/exposed_apis.md b/doc/naas/exposed_apis.md index e69de29b..b6efad8f 100644 --- a/doc/naas/exposed_apis.md +++ b/doc/naas/exposed_apis.md @@ -0,0 +1,23 @@ +|Endpoint |Title |Description |Version +|:------:|:------:|:------:|:------:| +|/tmf-api/serviceCatalogManagement/v4 |633 Service Catalog Management |Provides a catalog of services. |4.0.0 +|/tmf-api/productCatalogManagement/v4/ |620 Product Catalog Management |Provides a catalog of products. |4.0.0 +|/tmf-api/productOrderingManagement/v4/ v622 Product Ordering |Provides a standardized mechanism for placing a product order. |4.0.0 +|/tmf-api/resourceCatalogManagement/v4 |634 Resource Catalog Management |This is Swagger UI environment generated for the TMF Resource Catalog Management specification. |4.0.0 +|/tmf-api/serviceInventory/v4 |638 Service Inventory Management |Provides a consistent/standardized mechanism to query and manipulate the Service inventory. |4.0.0 +|/tmf-api/serviceOrdering/v4 |641 API ServiceOrdering |Provides a standardized mechanism for managing Service Order. |4.0.0 +|/tmf-api/serviceQualityManagement/v2 |657 Service Quality Management |This is Swagger UI environment generated for the TMF Service Quality Management specification. |2.0.0 +|/tmf-api/partyRoleManagement/v4/ |669 Party Role Management |This is Swagger UI environment generated for the TMF Party Role Management specification. |4.0.0 +|/tmf-api/party/v4/organization |632 API Party |Provides standardized mechanism for party management such as creation, update, retrieval, deletion and notification of events. |4.0.0 +|/tmf-api/agreementManagement/v2/ |651 Agreement Management T|his is Swagger UI environment generated for the TMF Agreement Management specification. |2.0.0 +|/tmf-api/resourceOrderingManagement/v4 |652 Resource Order Management-v4.0.0 |This is Swagger UI environment generated for the TMF 652-Resource Order Management-v4.0.0 specification. |4.0.0 +|/tmf-api/accountManagement/v4 |666 Account Management |This is Swagger UI environment generated for the TMF Account Management specification.| 4.0.0 +|/tmf-api/customerManagement/v4 |629 Customer Management |TMF Customer Management |4.0.0 +|/tmf-api/userinfo |691 Federated ID |TMF Federated ID |1.0.0 +|/tmf-api/ServiceActivationAndConfiguration/v3/ |640 API Service Activation and Configuration| Provides the ability to activate and configure Services. |3.0.0 +|/tmf-api/alarmManagement/v4/ |642 API Alarm| |4.0.0 +|/tmf-api/serviceTestManagement/v4 |653 Service Test Management |Provides the ability to manage tests of provisioned Services. |4.0.0 +|/tmf-api/resourceInventoryManagement/v4 |639 API Resource Inventory Management |Provides the ability to manage Resources. |4.0.0 +|/tmf-api/lcmrulesmanagement/v1/ |LCM Rules Custom API environment for LCM Rules| |1.0.0 +|/tmf-api/resourcePoolManagement/v1 |685 Resource Pool Management |Resources that can be reserved are only in one pool. |1.0.0 +|/tmf-api/geographicSiteManagement/v5 |674 Geographic Site Management |Covers the operations to manage sites that can be associated with entities |5.0.0 \ No newline at end of file diff --git a/doc/naas/service_catalog.md b/doc/naas/service_catalog.md index 36b2623a..a06a01a0 100644 --- a/doc/naas/service_catalog.md +++ b/doc/naas/service_catalog.md @@ -2,7 +2,7 @@ OpenSlice offers complete management of Service Catalogs. -## Intended Audience: Service Designers, OpenSlice administrators +## Intended Audience: Service Designers, OpenSlice administrators, Users OpenSlice offers complete management of Service Catalogs which offer to end users: diff --git a/doc/naas/service_inventory.md b/doc/naas/service_inventory.md index e69de29b..048699ca 100644 --- a/doc/naas/service_inventory.md +++ b/doc/naas/service_inventory.md @@ -0,0 +1,5 @@ +# Service Inventory + + + +## Intended Audience: Service Designers, OpenSlice administrators, Users \ No newline at end of file diff --git a/doc/naas/service_ordering.md b/doc/naas/service_ordering.md new file mode 100644 index 00000000..cfcd927f --- /dev/null +++ b/doc/naas/service_ordering.md @@ -0,0 +1,4 @@ +# Service Ordering + + +## Intended Audience: Service Designers, OpenSlice administrators \ No newline at end of file diff --git a/doc/portals_intro.md b/doc/portals_intro.md index 0f0d53c2..30255764 100644 --- a/doc/portals_intro.md +++ b/doc/portals_intro.md @@ -7,7 +7,6 @@ Openslice comprises of a web landing page [See Demo](http://portal.openslice.io/ - Products Portal [See Demo](http://portal.openslice.io/products) - Testing Portal [See Demo](http://portal.openslice.io/testing) - Resources Portal [See Demo](http://portal.openslice.io/resources) -- Following you may find the scope each portal focuses on and the main TMF APIs it supports. diff --git a/mkdocs.yml b/mkdocs.yml index f84c1237..c80d07f9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,7 +49,7 @@ theme: repo: fontawesome/brands/gitlab # Copyright -copyright: "Copyright © 2019-2024 Openslice Project" +copyright: "Copyright © 2024 ETSI OSL" # Options extra: @@ -92,6 +92,7 @@ nav: - Services: - Service Catalogs: ./naas/service_catalog.md - Service Specification: ./naas/service_spec.md + - Service Ordering: ./naas/service_ordering.md - Service Inventory: ./naas/service_inventory.md - GSMA GST to TMF Service: ./naas/gst_to_tmf.md - Resources: -- GitLab