-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmatic ROC API is not working #12
Comments
Are you starting in aether-onramp?
Starting with AMP (without the Core) isn't a meaningful configuration. Also see: https://docs.aetherproject.org/master/onramp/overview.html |
I have followed all the instructions in the Quick Start (https://docs.aetherproject.org/master/onramp/start.html) and Closer Look (https://docs.aetherproject.org/master/onramp/inspect.html) documentation. Therefore, I have already deployed the Aether OnRamp, I have created a Kubernetes Cluster and I have successfully run the emulated RAN tests. Now, I would like to use the REST API to configure the network and see if I can use it with different open source 5G implementations like OAI,srsRAN etc |
That's good to hear. It would be great to get an srsRAN blueprint in OnRamp once you've succeeded. (An OAI blueprint is already in the works.) My suggestion is that you move your questions to the #aether-onramp channel on Slack. That way you'll get the most eyes on whatever issues you face. (Let me know if you are not already subscribed to the workspace.) Looking closer at your first message, it appears ROC is up and running but your queries are not working. Have you tried the GUI? |
We haven't exercised the API much recently (apart from the GUI), so it's possible something is amiss. |
I sent you an email. Thanks again! |
Hello,
I am trying to use the Programmatic ROC API to configure the network but it does not work.
First of all, all the important pods are up and running:
I am attaching a for reference:
For the {enterprise-id} i use "the-enterprise" key while {site-id} i use the "site-1" key, which are the default values.
Do I need to use an API key and if yes where can i find it ? It seems that the key in the dashboard is empty:
Finally, in other API requests I have seen that I need to specify a {target} value, is this related to the 5G components (SDCore,SDRAN) ? What value do I need to use ?
The text was updated successfully, but these errors were encountered: