Get

List sinks

get/api/v1/namespaces/{namespace}/sinks/{name}

Path parameters

namespacestring required

namespace name

namestring required

sink name

Response

OK

descriptionstring
namestring
namespacestring
typestring

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

  • 1eabd0624e0d11See the full diff
    • the path request parameter name became required

      request-parameter-became-required

    • deleted the query request parameter type

      request-parameter-removed

    • added the new optional query request parameter type

      new-optional-request-parameter

    • the path request parameter name became optional

      request-parameter-became-optional