From 614e85dda362e04c7750e373579b847f49545964 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Fri, 19 Jun 2015 21:27:31 +0900 Subject: Edit requirement document https://gerrit.opnfv.org/gerrit/#/c/385 Co-Authored-By: Bertrand Souville Change-Id: Ia81988cdee7568134d349752685c898a99b01744 Signed-off-by: Ryota MIBU --- requirements/05-impl.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 requirements/05-impl.rst (limited to 'requirements/05-impl.rst') diff --git a/requirements/05-impl.rst b/requirements/05-impl.rst old mode 100755 new mode 100644 index 7bbaa0c..2bc0731 --- a/requirements/05-impl.rst +++ b/requirements/05-impl.rst @@ -42,8 +42,8 @@ Input Parameters: * Thresholds [0..N]: Lower/Upper limits for triggering change event for used/reserved/total capacity change for specified resource items * NotificationId [0..1]: Identification of existing capacity change event - notification issued by the VIM. When specified. The previously defined - conditions for change event notifications wil be re-used and notification + notification issued by the VIM. When specified, the previously defined + conditions for change event notifications will be re-used and notification sent to the additional requestor. Application/json:: @@ -67,17 +67,17 @@ Application/json:: Reply Parameters: -* subscriptionId (Identifier): Identification of the capacity change event - notification issued by the VIM. +* subscriptionId (Identifier): Identification of the created subscription to + receive notifications about capacity change events * created (DateTime): Timestamp when subscription has been created -* m essage [0..1] (String): Output message that provides additional information +* message [0..1] (String): Output message that provides additional information about the subscribe request Application/json:: { "created": "2015-03-23T00:00:01Z", - "notificationId": "abcdef-ghijkl-123456789" + "subscriptionId": "abcdef-ghijkl-123456789" } Query Resource Capacity @@ -231,8 +231,8 @@ ___________________________ @startuml class CreateResourceReservationRequest { - + start [0..1]: DateTime - + end [0..1]: DateTime + + startTime [0..1]: DateTime + + endTime [0..1]: DateTime + expiry [0..1]: DateTime + virtualizationContainerReservation [0..N]: VirtualizationContainerReservationClass + computePoolReservation [0..1]: ComputePoolReservationClass @@ -267,8 +267,8 @@ ___________________________ + storagePoolReserved [0..1]: StoragePoolReservedClass + networkReserved [0..1]: NetworkReservedClass + reservationStatus [1]: String - + startTime [0..1]: Time - + endTime [0..1]: Time + + startTime [0..1]: DateTime + + endTime [0..1]: DateTime + message [0..1]: String } -- cgit 1.2.3-korg