Get cluster namespace ingress details

Get cluster namespace ingress details

get

Get detailed information for the Ingress in the specified cluster and namespace.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
ingressNamestringRequired
Responses
chevron-right
200

OK

*/*
creationTimestampstringOptionalExample: 2023-06-15 07:52:17
deploymentstringOptional

Deployment information

Example: {"apiVersion":"networking.k8s.io/v1"...
deploymentYamlstringOptional

Deployment information(YAML)

Example: apiVersion: v1 kind: Node metadata...
endpointsstring[]Optional

Endpoint list

Example: 0.0.0.0
namestringOptional

Ingress name

Example: api
namespacestringOptional

namespace name

Example: cocktail-system
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses/{ingressName}
200

OK