diff --git a/GS_NFV-SOL_026.md b/GS_NFV-SOL_026.md
index 80fcc81650a4d6222893f348d2a3f3e1b0869a11..5225589dc4fe42f1a6fe6444da06b4437fb148ea 100644
--- a/GS_NFV-SOL_026.md
+++ b/GS_NFV-SOL_026.md
@@ -328,6 +328,18 @@ Table 5.5.2-1 lists down the properties of Redfish® object that is mapped to
Possible URI paths for the LogEntry object are specified in the Redfish® data model specification [\[3\]](#_ref_3).
+## 5.6 Fault management related objects
+
+### 5.6.1 Alarm
+
+Table 5.6.1-1 lists down the properties of Redfish® object that is mapped to Alarm data object.
+
+**Table 5.6.1-1: Redfish® resource object for Alarm**
+
+|Redfish® resource object|Redfish® resource object description|
+|-|-|
+|Event|Represents a notification containing the alarm, which is received by the consumer that has subscribed to receive alarms associated with physical resources.|
+
# 6 Physical resource provisioning and lifecycle management service interface
@@ -1691,11 +1703,23 @@ The request and response data structures of the physical resource performance ma
## 10.1 Description
-Editor's Note: This sub-clause will add description of the service interface.
+The physical resource fault management service interface allows the API consumers to invoke fault management operations related to physical resources. The Redfish® interface [\[2\]](#_ref_2) endpoints profiled for this service interface allow consumers to manage API resources that are applicable for this service interface.
+
+The operations supported over this service interface are the following:
+
+- Receive information (via notifications) about faults and alarms associated with physical resources
+- Subscribe to notifications related to faults and alarms
+- Notify subscribers according to the subscriptions
+
+Editor's Note: It is unclear whether Redfish supports the consumers querying information about alarms via direct requests. In that case, this particular operation may not be supported over this service interface.
## 10.2 API version
-Editor's Note: This sub-clause will add API version and API roots for the service interface.
+The API {VERSION} for the profiled Redfish® interface [\[2\]](#_ref_2) shall be set to \"v1\". Details about the API structure of the Redfish® interface [\[2\]](#_ref_2) are provided in clause 4.3.2 of the present document.
+
+The corresponding Redfish® API roots are specified below:
+
+- /redfish/v1/EventService/Subscriptions
## 10.3 Resource structure and HTTP methods