Docs: update the h-release notes and the API docs
[pti/o2.git] / docs / swagger.yaml
index 485b6c4..4804c89 100755 (executable)
@@ -1188,7 +1188,9 @@ definitions:
       serviceUri:
         type: string
         example: https://128.224.115.51:6443
-        description: The fully qualified URI to a Deployment Management server for O2dms services.
+        description: The fully qualified URI to a Deployment Management server for O2dms.
+      capabilities:
+        $ref: '#/definitions/DeploymentManagerCapabilities'
       profileSupportList:
         type: array
         example:
@@ -1201,6 +1203,13 @@ definitions:
         example: ""
         description: List of metadata key-value pairs used to associate meaningful metadata to the related Deployment Manager
     x-mask: "{deploymentManagerId,name,description,oCloudId,serviceUri,profileSupportList}"
+  DeploymentManagerCapabilities:
+    type: object
+    properties:
+      OS:
+        type: string
+        example: low_latency
+        description: Show the OS capablities of the Deployment Manager
   DeploymentManagerGetDto:
     type: object
     required:
@@ -1225,10 +1234,12 @@ definitions:
       serviceUri:
         type: string
         example: https://128.224.115.51:6443
-        description: The fully qualified URI to a Deployment Management server for O2dms services.
+        description: The fully qualified URI to a Deployment Management server for O2dms.
+      capabilities:
+        $ref: '#/definitions/DeploymentManagerCapabilities'
       extensions:
         $ref: '#/definitions/DeploymentManagerExtensions'
-    x-mask: "{deploymentManagerId,name,description,oCloudId,serviceUri,extensions,profileName,profileData}"
+    x-mask: "{deploymentManagerId,name,description,oCloudId,serviceUri,extensions{profileName,profileData}}"
   DeploymentManagerExtensions:
     type: object
     properties: