Get
List sinks
get/api/v1/namespaces/{namespace}/sinks/{name}
Path parameters
namespacestring required
namespace name
namestring required
sink name
Response
OK
Example response
[
{
"logExportRules": [
{
"interval": "time duration(e.g. 1m)",
"kafka": {
"retryBackoff": "time duration(e.g. 1m)"
}
}
]
}
]Changes
Changed in 2 of the 13 revisions of this API.112
- ▲
the
pathrequest parameternamebecame requiredrequest-parameter-became-required
- ●
deleted the
queryrequest parametertyperequest-parameter-removed
- ▲
- ○
added the new optional
queryrequest parametertypenew-optional-request-parameter
- ○
the
pathrequest parameternamebecame optionalrequest-parameter-became-optional
- ○