createProject
Creates a new project.
You must specify a projectName
.
Arguments | Descriptions |
---|---|
projectName |
The name of the project that must be unique among all projects. Argument type: String |
credentialName |
(Optional) Name of the credential in one of these forms:
Argument type: String |
description |
(Optional) A plain text or HTML description for this object. If using HTML, you must surround your text with Argument type: String |
resourceName |
(Optional)The name of the resource to use as the default for steps run by procedures in this project. Argument type: String |
tracked |
(Optional) < Boolean flag - Argument type: Boolean |
workspaceName |
(Optional) The name of a workspace to use as the default for steps run by procedures in this project. Argument type: String |
deleteProject
Deletes a project, including all procedures, procedure steps, and jobs within that project.
You must specify a projectName
.
Arguments | Descriptions |
---|---|
projectName |
The name of the project that must be unique among all projects. Argument type: String |
foreground |
(Optional) < Boolean flag - If the value is Argument type: Boolean |
getProject
getProjects
modifyProject
Modifies an existing project.
You must specify a projectName
.
Arguments | Descriptions |
---|---|
projectName |
The name of the project that must be unique among all projects. Argument type: String |
credentialName |
(Optional) Name of the credential in one of these forms:
Argument type: String |
description |
(Optional) A plain text or HTML description for this object. If using HTML, you must surround your text with Argument type: String |
newName |
(Optional) New name of the project. Argument type: String |
resourceName |
(Optional) The name of the resource used as the default for steps run by procedures in this project. Argument type: String |
tracked |
(Optional) < Boolean flag - If set to Argument type: Boolean |
workspaceName |
(Optional) The name of the default workspace where job output is stored. Argument type: String |