From 4ff5b2d9dcf83b7d66f828334d98af66c82250f2 Mon Sep 17 00:00:00 2001 From: hammadzf Date: Tue, 3 Mar 2026 14:14:22 +0100 Subject: [PATCH 1/2] update DSP0266 reference --- GS_NFV-SOL_026.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GS_NFV-SOL_026.md b/GS_NFV-SOL_026.md index b0180fe..9ea506e 100644 --- a/GS_NFV-SOL_026.md +++ b/GS_NFV-SOL_026.md @@ -55,7 +55,7 @@ The following referenced documents are necessary for the application of the pres [1] ETSI GS NFV-IFA 053: \"Network Functions Virtualisation (NFV) Release 5; Management and Orchestration; Requirements and interface specification for Physical Infrastructure Management\". -[2] [DMTF® DSP0266](DMTF® DSP0266): \"Redfish Specification\", v1.22.0. +[2] [DMTF® DSP0266]([DMTF® DSP0266](https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.23.1.pdf)): \"Redfish Specification\", v1.23.1. [3] [DMTF® DSP0268](DMTF® DSP0268): \"Redfish Data Model Specification\", v2025.1. @@ -399,8 +399,6 @@ The corresponding Redfish® API roots are specified below: - /redfish/v1/EventService/Subscriptions - /redfish/v1/TaskService/TaskMonitors -Editor's Note: Creation of composed physical system via composition service needs further study. Appropriate endpoints for creating a composed system via composition service URI can be added later if required. Although, clause 15 of Redfish interface specification [\[2\]](#_ref_2) suggests that the same /redfish/v1/Systems endpoint may be used even for creating composed systems. The CompositionService is used for creating a composed system. Once composed that system would appears in the same Systems collection resource. - ## 6.3 Resource structure and HTTP methods Figures 6.3-1, 6.3-2 and 6.3-3 show resource structures of the Redfish® API [\[2\]](#_ref_2) resources that are applicable for the physical resource provisioning and lifecycle management service interface. -- GitLab From 41386f474c71a4ec8646b0c17b63dfd77c8d2340 Mon Sep 17 00:00:00 2001 From: Hammad Zafar Date: Tue, 10 Mar 2026 13:03:01 +0000 Subject: [PATCH 2/2] remove duplicated occurrence of DSP0266 --- GS_NFV-SOL_026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GS_NFV-SOL_026.md b/GS_NFV-SOL_026.md index 9ea506e..f229418 100644 --- a/GS_NFV-SOL_026.md +++ b/GS_NFV-SOL_026.md @@ -55,7 +55,7 @@ The following referenced documents are necessary for the application of the pres [1] ETSI GS NFV-IFA 053: \"Network Functions Virtualisation (NFV) Release 5; Management and Orchestration; Requirements and interface specification for Physical Infrastructure Management\". -[2] [DMTF® DSP0266]([DMTF® DSP0266](https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.23.1.pdf)): \"Redfish Specification\", v1.23.1. +[2] [DMTF® DSP0266](https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.23.1.pdf): \"Redfish Specification\", v1.23.1. [3] [DMTF® DSP0268](DMTF® DSP0268): \"Redfish Data Model Specification\", v2025.1. -- GitLab