Skip to content

Commit

Permalink
Merge pull request camaraproject#344 from jlurien/fix-RETRIEVE_SESSIO…
Browse files Browse the repository at this point in the history
…NS_EXAMPLE

Quality on Demand: Fix RETRIEVE_SESSIONS_EXAMPLE
  • Loading branch information
hdamker authored Aug 12, 2024
2 parents 75c5beb + 54e3d8a commit 4a22163
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/qod-provisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.0-rc.1
version: wip
x-camara-commonalities: 0.4.0-rc.1

externalDocs:
description: Project documentation at CAMARA
url: https://github.com/camaraproject/QualityOnDemand

servers:
- url: "{apiRoot}/qod-provisioning/v0.1rc1"
- url: "{apiRoot}/qod-provisioning/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/qos-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.11.0-rc.1
version: wip
x-camara-commonalities: 0.4.0-rc.1


Expand All @@ -64,7 +64,7 @@ externalDocs:
url: https://github.com/camaraproject/QualityOnDemand

servers:
- url: "{apiRoot}/qos-profiles/v0.11rc1"
- url: "{apiRoot}/qos-profiles/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
7 changes: 3 additions & 4 deletions code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.11.0-rc.1
version: wip
x-camara-commonalities: 0.4.0-rc.1

externalDocs:
description: Project documentation at Camara
url: https://github.com/camaraproject/QualityOnDemand

servers:
- url: "{apiRoot}/quality-on-demand/v0.11rc1"
- url: "{apiRoot}/quality-on-demand/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -1337,8 +1337,7 @@ components:
applicationServer:
ipv4Address: 0.0.0.0/0
qosProfile: QOS_L
webhook:
notificationUrl: https://application-server.com
sink: https://application-server.com/notifications
sessionId: 3fa85f64-5717-4562-b3fc-2c963f66afa6
startedAt: "2024-06-01T12:00:00Z"
expiresAt: "2024-06-01T13:00:00Z"
Expand Down

0 comments on commit 4a22163

Please sign in to comment.