X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftest%2FEXT_SRV%2Fapi%2FEXT_SRV_api.yaml;h=72821cd3733c6950dfca1cf9af17420d1ea7a6f9;hb=f87470c985836d38f7206f2e1e6298c6d010a8a7;hp=d37db61bf6176d9f0e6fbd70b4c78c378a96a6b1;hpb=2b8adeb97b5c8ad8a769ec0018056b1b2f20e877;p=sim%2Fa1-interface.git 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..72821cd 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,19 @@ 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. 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: