Skip to content
  • Auto
  • Light
  • Dark
Get Started

Create

Create
post/api/v1/systemlog/exports

Create a system log export.

Body Parameters
datasourcedatasourceIdstringformatenumprefixstringExportToDatasource
optional

The ExportToDatasource message.

displayNamestring
optional

The display name of the new policy.

Returns
exportercreatedAtstringdatasourceExportToDatasourcedeletedAtstringdisplayNamestringexportIdstringstateenumupdatedAtstringwatermarkEventIdstringExporter
optional

The Exporter message.

This message contains a oneof named export_to. Only a single field of the following list may be set at a time:

  • datasource
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/systemlog/exports \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "exporter": {
    "datasource": {
      "datasourceId": "datasourceId",
      "format": "EXPORT_FORMAT_UNSPECIFIED",
      "prefix": "prefix"
    },
    "displayName": "displayName"
  }
}