Istio

Istio
Istio
JSON Example
{
    "name": "string",
    "properties": {
        "resConfigValues": {
            "circuitBreaker": {
                "maxConnections": 0,
                "maxPendingRequests": 0,
                "consecutive5xxErrors": 0
            },
            "retry": {
                "attempts": 0,
                "perTryTimeout": "string"
            },
            "request": {
                "timeout": "string"
            },
            "rateLimit": {
                "requests": 0,
                "interval": "string"
            }
        }
    }
}
string
name
Required

name

object
properties
Optional

properties