From 34ae61e76e092b478ddd1ce0a6b96999093cb452 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:26:00 +0100 Subject: [PATCH 1/5] Set version to wip --- code/API_definitions/qod-provisioning.yaml | 4 ++-- code/API_definitions/qos-profiles.yaml | 4 ++-- code/API_definitions/quality-on-demand.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/API_definitions/qod-provisioning.yaml b/code/API_definitions/qod-provisioning.yaml index 7b1a4bcb7..2cbc6b707 100644 --- a/code/API_definitions/qod-provisioning.yaml +++ b/code/API_definitions/qod-provisioning.yaml @@ -60,7 +60,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.1.0 + version: wip x-camara-commonalities: 0.4.0 externalDocs: @@ -68,7 +68,7 @@ externalDocs: url: https://github.com/camaraproject/QualityOnDemand servers: - - url: "{apiRoot}/qod-provisioning/v0.1" + - url: "{apiRoot}/qod-provisioning/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/API_definitions/qos-profiles.yaml b/code/API_definitions/qos-profiles.yaml index 68ddde1a6..7d58f4b10 100644 --- a/code/API_definitions/qos-profiles.yaml +++ b/code/API_definitions/qos-profiles.yaml @@ -55,7 +55,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.11.0 + version: wip x-camara-commonalities: 0.4.0 @@ -64,7 +64,7 @@ externalDocs: url: https://github.com/camaraproject/QualityOnDemand servers: - - url: "{apiRoot}/qos-profiles/v0.11" + - url: "{apiRoot}/qos-profiles/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index f02a13db0..82b49a906 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -95,7 +95,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.11.0 + version: wip x-camara-commonalities: 0.4.0 externalDocs: @@ -103,7 +103,7 @@ externalDocs: url: https://github.com/camaraproject/QualityOnDemand servers: - - url: "{apiRoot}/quality-on-demand/v0.11" + - url: "{apiRoot}/quality-on-demand/vwip" variables: apiRoot: default: http://localhost:9091 From a6c9a6accf01e932e223c126de86411aeb54e460 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:36:55 +0100 Subject: [PATCH 2/5] Update quality-on-demand.yaml Added note to "DurationOutOfRangeForQoSProfile" that the error response QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE can't be reached and will be deleted within next version. --- code/API_definitions/quality-on-demand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index 82b49a906..fc5154f41 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -1051,7 +1051,7 @@ components: code: OUT_OF_RANGE message: Client specified an invalid range. DurationOutOfRangeForQoSProfile: - description: The requested duration is out of the allowed range for the specific QoS profile + description: NOTE - this error response can't be reached within the `/extend` operation and will be removed from the API definition within the next version. value: status: 400 code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE From fe1a746f80a4e0c751b178e47a32610882ec31fa Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 3 Dec 2024 10:09:57 +0000 Subject: [PATCH 3/5] Update code/API_definitions/quality-on-demand.yaml --- code/API_definitions/quality-on-demand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index fc5154f41..1c665b4d9 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -1051,7 +1051,7 @@ components: code: OUT_OF_RANGE message: Client specified an invalid range. DurationOutOfRangeForQoSProfile: - description: NOTE - this error response can't be reached within the `/extend` operation and will be removed from the API definition within the next version. + description: NOTE - this error response can't be reached within the `/extend` operation and will be removed from the API definition within the next version. value: status: 400 code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE From 8a8a9e5bd2adb527733a7529f4ad8a06ef7f4e3d Mon Sep 17 00:00:00 2001 From: Herbert Damker Date: Thu, 5 Dec 2024 18:01:52 +0100 Subject: [PATCH 4/5] Update code/API_definitions/quality-on-demand.yaml Co-authored-by: Jose Luis Urien --- code/API_definitions/quality-on-demand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index 1c665b4d9..318551ca5 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -1051,7 +1051,7 @@ components: code: OUT_OF_RANGE message: Client specified an invalid range. DurationOutOfRangeForQoSProfile: - description: NOTE - this error response can't be reached within the `/extend` operation and will be removed from the API definition within the next version. + description: NOTE - this error response cannot be reached within the `/extend` operation and will be removed from the API definition within the next version. value: status: 400 code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE From 9e72d48cb9efde592f6fc357fbd5c65ee201bb6f Mon Sep 17 00:00:00 2001 From: Herbert Damker Date: Fri, 6 Dec 2024 07:02:59 +0100 Subject: [PATCH 5/5] Update code/API_definitions/quality-on-demand.yaml Co-authored-by: Eric Murray --- code/API_definitions/quality-on-demand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index b95f2a64c..cab2fba70 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -1060,7 +1060,7 @@ components: code: OUT_OF_RANGE message: Client specified an invalid range. DurationOutOfRangeForQoSProfile: - description: NOTE - this error response cannot be reached within the `/extend` operation and will be removed from the API definition within the next version. + description: NOTE - this error response cannot be returned by the `/extend` operation and will be removed from the API definition in the next version. value: status: 400 code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE