curl --location --request GET '/v1/observability/cluster//namespaces//logging/receivers?search='
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"alertProxyConfigs": [
null
],
"emailConfigs": [
{
"authPassword": "string",
"from": "string",
"requireTLS": true,
"smtpServer": "string",
"to": "string"
}
],
"name": "string",
"namespace": "string",
"webhookConfigs": [
{
"url": "string"
}
]
}
]
}