{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ServiceStatus",
"title": "ServiceStatus",
"type": "object",
"description": "Most recently observed status of a Service, including load balancer provisioning state and ingress IP/hostname assignments.",
"properties": {
"loadBalancer": {
"type": "object",
"description": "Status of the load balancer for LoadBalancer-type services.",
"properties": {
"ingress": {
"type": "array",
"description": "List of ingress points for the load balancer. May be IP addresses or hostnames depending on the cloud provider.",
"items": {
"$ref": "#/components/schemas/LoadBalancerIngress"
}
}
}
},
"conditions": {
"type": "array",
"description": "Current service conditions.",
"items": {
"$ref": "#/components/schemas/Condition"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.