{
"apps": {
"property1": "string",
"property2": "string"
},
"clusterOutputs": [
"string"
],
"enableMetrics": true,
"geoIPLookupKeys": [
"string"
],
"outputs": [
"string"
],
"throttle": 0
}
curl --location --request POST '/v1/observability/cluster//namespaces//logging/apps' \
--header 'Content-Type: application/json' \
--data-raw '{
"apps": {
"property1": "string",
"property2": "string"
},
"clusterOutputs": [
"string"
],
"enableMetrics": true,
"geoIPLookupKeys": [
"string"
],
"outputs": [
"string"
],
"throttle": 0
}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": "string"
}