X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fswagger.yaml;fp=docs%2Fswagger.yaml;h=4804c8911b7e0e6c4c35923d35de9fab048d2510;hb=60d366496ee252adb06c4ff8f9e5fad134fcee9f;hp=485b6c4fed5e7547ad50e7a639e4c4b6acb52b81;hpb=e161cae314703d7717d55099566c2d3fe112ca52;p=pti%2Fo2.git diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 485b6c4..4804c89 100755 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -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: