docs/doc/source/security/kubernetes/security-rest-api-access.rst
Keane Lim 3c5fa979a4 Security guide update
Re-organized topic hierarchy

Tiny edit to restart review workflow.

Squashed with Resolved index.rst conflict commit

Change-Id: I13472792cb19d1e9975ac76c6954d38054d606c5
Signed-off-by: Keane Lim <keane.lim@windriver.com>
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2021-03-12 15:10:40 -05:00

1.2 KiB
Raw Blame History

REST API Access

The REST APIs provide programmatic access to the .

The StarlingX Platform related public REST API Endpoints can be listed by running the following command:

$ openstack endpoint list | grep public

Use these URLs as the prefix for the URL target of StarlingX Platform services REST API messages documented here:

Kubernetes

Access the Kubernetes REST API with the URL prefix of https://<oam-floating-ip-address>:6443 and using the API syntax described at the following site: https://kubernetes.io/docs/concepts/overview/kubernetes-api/.