{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ClusterRedirectDetailsBlr1a",
"title": "ClusterRedirectDetailsBlr1a",
"type": "object",
"properties": {
"redirectReason": {
"type": "string",
"example": "Capacity exceeded",
"description": "The reason for the redirect."
},
"redirectCount": {
"type": "number",
"example": 10,
"description": "Number of Call Redirects."
},
"possibleRemediation": {
"type": "string",
"example": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters.",
"description": " Any possible remediations for this overflow."
}
}
}