{
"alertProxyConfigs": [
null
],
"emailConfigs": [
{
"authPassword": "string",
"from": "string",
"requireTLS": true,
"smtpServer": "string",
"to": "string"
}
],
"name": "string",
"namespace": "string",
"webhookConfigs": [
{
"url": "string"
}
]
}
curl --location --request POST '/v1/observability/cluster//namespaces//logging/receivers' \
--header 'Content-Type: application/json' \
--data-raw '{
"alertProxyConfigs": [
null
],
"emailConfigs": [
{
"authPassword": "string",
"from": "string",
"requireTLS": true,
"smtpServer": "string",
"to": "string"
}
],
"name": "string",
"namespace": "string",
"webhookConfigs": [
{
"url": "string"
}
]
}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": "string"
}