Create log destinationCopy Pagepost https://{hostname}/api/v1/streams/{stream_id}/log_destinationsCreate a new log destination for a stream.Path Paramsstream_idstringrequiredStream ID.Body ParamsactivebooleanWhether this log destination should be active. Defaults to true if not specified.truetruefalsefile_prefixstringPrefix for log file names (length limit 10).file_suffixstringSuffix for log file names (length limit 100).frequency_in_secint32requiredExport frequency in seconds (30 or 60).log_destination_configstringrequiredConfiguration for the log destination.Responses 201Log destination created successfully. 400Invalid request. 401Unauthorized. 403Forbidden - no access to stream. 404Stream not found. 500Internal server error.Updated 2 months ago