Skip to main content

ExportRtByDeepGraph

Schedules a job to export runtime model graph by providing RtId's and type as starting point. File is specified using -f argument. The file is downloaded in ZIP-format after job is finished.

Examples

Basic usage:

octo-cli -c ExportRtByDeepGraph `
-f "./export.zip" `
-id "rtId1;rtId2;rtId3" `
-t "MyNamespace/MyType-1"

Options

ShortLongRequiredDescription
-f--fileyesFile to export
-id--runtime-identifiersyesA semicolon separated list of RtIds to be used as starting point.
-t--ckTypeIdyesThe construction kit type id to be used as starting point.