MeshRetry
Returns MeshRetry entity
get/v1/mesh/control-planes/{cpId}/api/meshes/{mesh}/meshretries/{name}
Path parameters
meshstring required
name of the mesh
namestring required
name of the MeshRetry
Response
Successful response
Example response
{
"kri": "kri_mr_default_zone-east_kuma-demo_mypolicy1_",
"spec": {
"to": [
{
"default": {
"grpc": {
"retryOn": [
"Canceled",
"DeadlineExceeded",
"Internal",
"ResourceExhausted",
"Unavailable"
]
},
"http": {
"retryOn": [
"5XX",
"GatewayError",
"Reset",
"Retriable4xx",
"ConnectFailure",
"EnvoyRatelimited",
"RefusedStream",
"Http3PostConnectFailure",
"HttpMethodConnect",
"HttpMethodDelete",
"HttpMethodGet",
"HttpMethodHead",
"HttpMethodOptions",
"HttpMethodPatch",
"HttpMethodPost",
"HttpMethodPut",
"HttpMethodTrace",
"500",
"503"
]
}
}
}
]
},
"creationTime": "0001-01-01T00:00:00Z",
"modificationTime": "0001-01-01T00:00:00Z"
}