Open Anagha-Damodaran opened 2 years ago
@sb-yb can you please triage?
@Anagha-Damodaran Please look at the examples: https://github.com/yugabyte/yugabyte-db/blob/master/managed/api-examples/python-simple/create-universe.ipynb
@polarweasel Can we add these two examples on api-docs.yugabyte.com website?
Instead of Jupyter Notebooks
i.e. Having pages like
Examples
More examples can then point to github the way we do for Jupyter Notebooks page.
Description
When hitting the Platform API getting output for the endpoint /customers//universes/ however not getting output for any levels below that.
As per the documentation https://api-docs.yugabyte.com/docs/yugabyte-platform/ZG9jOjIwMDY0MTA4-platform-api-overview#url-schema, the endpoint /customers//universes//clusters/primary is a valid one.
Can we please add more details to the documentation on the scenario where the endpoint /customers//universes//clusters/primary is valid?
Looks like the above endpoint is valid only for clusters with read replica enabled. However, the documentation is unclear on that part.
Similarly, the document mentions /customers//providers//nodes as valid. But will need to use /customers//providers//nodes/list to get the results.