arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get cluster namespace ingress list

hashtag
Get cluster namespace ingress list

get

Get the list of Ingresses in the specified cluster and namespace.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses
200

OK

GET /v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses HTTP/1.1
Accept: */*
[
  {
    "annotations": {
      "nginx.ingress.kubernetes.io/ssl-redirect": "false"
    },
    "creationTimestamp": "2023-01-12 08:33:06",
    "endpoints": [
      "0.0.0.0"
    ],
    "ingressControllerName": "nginx",
    "labels": {
      "app": "api"
    },
    "name": "api",
    "namespace": "cocktail-system"
  }
]