Last updated 1 year ago
Was this helpful?
Get the list of Ingresses in the specified cluster and namespace.
/v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses
curl -L \ --url '/v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses'
[ { "creationTimestamp": "2023-01-12 08:33:06", "ingressControllerName": "nginx", "name": "api", "namespace": "cocktail-system", "endpoints": [ "0.0.0.0" ], "annotations": { "nginx.ingress.kubernetes.io/ssl-redirect": "false" }, "labels": { "app": "api" } } ]