How to Create and configure a New Pipeline By Script

Hello guys,

Does anyone know how can I create a Pipeline Using Script?

Then after, still with a script, to add a Script block inside?

Since the only scripting function related to pipelines is system.alarm.listPipelines, I don’t think you’ll have much luck programmatically generating them through scripting. Might be possible through a module, but that would be considerably more advanced.

I don’t know of anything that would let you do that, like @bfuson said, there are no scripting functions like what you’re looking for. Without knowing more about your needs its hard to suggest an alternative.