{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Services Kubernetes EndpointSlices IngressStatus API", "version": "v1.32.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IngressStatus", "type": "folder" }, "items": [ { "info": { "name": "Kubernetes Services Get Ingress status", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/:name/status", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ] }, "docs": "Returns the status subresource for the specified Ingress, including the load balancer IP addresses or hostnames assigned by the ingress controller." }, { "info": { "name": "Kubernetes Services Replace Ingress status", "type": "http" }, "http": { "method": "PUT", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/:name/status", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the status subresource of the specified Ingress. Used by ingress controllers to report assigned load balancer IPs and hostnames." } ] } ], "bundled": true }