X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=blobdiff_plain;f=near-rt-ric-simulator%2Ftest%2FEXT_SRV%2Fapi%2FEXT_SRV_api.yaml;h=4765e8146fc448ce946419276a3b1ac20e80786c;hp=d37db61bf6176d9f0e6fbd70b4c78c378a96a6b1;hb=514637b303ec7dc6390007be1a046189f7a9d169;hpb=f6a48104c0a89a91dc36bb175c8ca301bfc9950d diff --git a/near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml b/near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml index d37db61..4765e81 100644 --- a/near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml +++ b/near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml @@ -1,19 +1,22 @@ openapi: 3.0.0 info: title: 'External Server for A1 simulator' - version: 2.0.0 + version: 0.0.1 description: | External test server. © 2022, O-RAN Alliance. All rights reserved. + license: + name: Copyright (C) 2022 Nordix Foundation. Licensed under the Apache License. + url: http://www.apache.org/licenses/LICENSE-2.0 externalDocs: description: 'An external server building CRUD RestFUL APIs which is provisioned by A1 simulator. It will be a refrence point for the callouts' - url: 'https://www.testserver/specifications' + url: 'https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/latest/EXT_SRV_api.html' servers: - url: '{apiRoot}' variables: apiRoot: - default: 'https://testserver.com' + default: 'http://www.example.com' paths: '/a1policies': get: