Get ingress details
get/ingresses/{id}
Path parameters
idstring required
Ingress ID, name, or ID prefix
Response
Ingress details
Example response
{
"id": "2OgJqXsP7j1qLVVYvGJDNiYVlPO",
"name": "my-api-ingress",
"tags": {
"team": "backend",
"env": "staging"
},
"rules": [
{
"match": {
"hostname": "{instance}.example.com",
"port": 8080
},
"target": {
"instance": "{instance}",
"port": 8080
}
}
],
"created_at": "2025-01-15T10:00:00Z"
}