This message was deleted.
# general
a
This message was deleted.
b
Good news, I solved it myself .. you can seemingly get all API endpoints using the following, for example:
Copy code
/k8s/clusters/$CLUSTER_ID/apis/networking.k8s.io/v1/ingresses
This seems to be an undocumented API.
But I am able to use the same Bearer token as for
/v3/
r
I was typing this up as you solved, but the warning may still be relevant. I'm not 100% sure on this, but last time I saw people chatting about it there was some documentation at https://ranchermanager.docs.rancher.com/pages-for-subheaders/about-the-api but a lot isn't documented because it's not considered published as stable (i.e. they want to reserve the right to change it with no notice still). There also wasn't promised stability for where some of the stuff lived under the Kubernetes API either, as I recall. That was a while ago so maybe it's changed since then.
👍 1
b
You can get a list of all available API endpoints by hitting
/k8s/clusters/$CLUSTER_ID/
Ah nice, thank you!
1