Bastion API

Warning

This API is actually in beta. Its interface is likely to change.

The bastion API is a proxy over the cluster API

Cluster proxy

Any call that needs to go to a cluster can pass through the bastion API.

Any URI starting with /v1/cluster/{id} is forwarded to the cluster api.

For now, the only available cluster name is single.

For example, to get the links through the bastion API, The URI /v1/cluster/single/v1/links is needed.