forked from juju-solutions/layer-ubuntu-devenv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactions.yaml
More file actions
executable file
·61 lines (61 loc) · 2.07 KB
/
Copy pathactions.yaml
File metadata and controls
executable file
·61 lines (61 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
runjob:
description: Execute a Job that has been placed on the server.
params:
path:
type: string
description: Path to the job to be executed.
java-opts:
type: string
description: Override the default JAVA_OPTS
log-level:
type: string
description: The PDI logging level (Basic, Detailed, Debug, Rowlevel, Error, Nothing)
log-file:
type: string
description: The log file location
parameters:
type: string
description: The parameters defined in your PDI job.
cron-entry:
type: string
description: The cron execution time and date(optional if you would like to schedule an execution)
required: [path]
additionalProperties: true
runtransformation:
description: Execute a Transformation that has been placed on the server.
params:
path:
type: string
description: Path of the Transformation to be executed.
java-opts:
type: string
description: Override the default JAVA_OPTS
log-level:
type: string
description: The PDI logging level (Basic, Detailed, Debug, Rowlevel, Error, Nothing)
log-file:
type: string
description: The log file location
parameters:
type: string
description: The parameters defined in your PDI job.
cron-entry:
type: string
description: The cron execution time and date(optional if you would like to schedule an execution)
required: [path]
removeetlschedule:
description: Remove a scheduled ETL.
params:
cron-entry:
type: string
description: The cron execution time and date(optional if you would like to schedule an execution)
name:
type: string
description: The name of the ETL to remove(including .ktr or .kjb)
required: [name]
getscheduledetl:
description: List scheduled ETL
params:
type:
type: string
enum: [transformations, jobs, all]