{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Services Kubernetes EndpointSlices ServiceStatus API", "version": "v1.32.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ServiceStatus", "type": "folder" }, "items": [ { "info": { "name": "Kubernetes Services Get Service status", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/api/v1/namespaces/:namespace/services/:name/status", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the Service resource." } ] }, "docs": "Returns the status subresource of the specified Service, including load balancer ingress IPs or hostnames and any provisioning conditions." }, { "info": { "name": "Kubernetes Services Replace Service status", "type": "http" }, "http": { "method": "PUT", "url": "https://kubernetes.default.svc/api/v1/namespaces/:namespace/services/:name/status", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the Service resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the status subresource of the specified Service. Used by load balancer controllers to report the provisioned external IP or hostname back to the Service resource." } ] } ], "bundled": true }