Post
Validate log sink
post/api/v1/namespaces/{namespace}/sinks/{name}/validate
Path parameters
namespacestring required
namespace name
namestring required
sink name
Request body
Example request
{
"logExportRules": [
{
"interval": "time duration(e.g. 1m)",
"kafka": {
"retryBackoff": "time duration(e.g. 1m)"
}
}
]
}Response
OK
Changes
Changed in 2 of the 13 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲