You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
|`metadata.id`| The ID of the pipeline.| string| Optional|
33
33
|`metadata.name`| The full path to the pipeline, including the name of the project to which the pipeline belongs, in the format`project_name/pipeline_name`.| string| Required|
34
-
|`metadata.shortName`| The name of the pipeline???.| string| Optional|
35
-
|`metadata.revision`|The ???.| integer| Optional|
34
+
|`metadata.shortName`| The name of the pipelinewithout the`project_name/`| string| Optional|
35
+
|`metadata.revision`|An auto updated value for each update of the pipeline. Default is`0`| integer| Optional|
36
36
|`metadata.isPublic`| Determines if public logs are enabled or disabled for the pipeline. By default, public logs are disabled.<br>When set to`true`, clicking the build badge allows all users with access to the pipeline to also view the build logs, even if they are not logged into Codefresh. See[Public build logs]({{site.baseurl}}//docs/pipelines/configuration/build-status/#public-build-logs).| boolean| Optional|
37
37
|`metadata.description`| A meaningful description of the pipeline. (NIMA: is there a a max limit)| string| Optional|
38
38
|`metadata.labels`| The parent object for`metadata.labelKeys` defining the`tags` assigned to the pipeline. ????| object| Optional|
39
-
|`metadata.labelKeys`| The tags ????/ is this the same as`tags`? A list of[access control tags]({{site.baseurl}}/docs/administration/account-user-management/access-control/#marking-pipelines-with-policy-attributes) for this pipeline| string| Optional|
40
-
|`metadata.created_at`| The date and time at which the pipeline was created in the format ????/| date| Optional|
41
-
|`metadata.updated_at`| The date and time at which the pipelineYAMLwas updated, in the format ????/| date| Optional|
42
-
|`metadata.accountId`| The ID of the account to which the pipeline belongs. ????/| obejctId| Optional|
43
-
|`metadata.originalYamlString`|?????the full contents of the pipeline editor. Only kept for archival purposes| string| Optional|
39
+
|`metadata.labelKeys`| The tags ????/ is this the same as`tags`? A list of[access control tags]({{site.baseurl}}/docs/administration/account-user-management/access-control/#marking-pipelines-with-policy-attributes) for this pipeline(NIMA: Im not seeing this in the DB when adding tags.)| string| Optional|
40
+
|`metadata.created_at`| The date and time at which the pipeline was created in the format ????/(2024-09-18T16:43:16.751+00:00 which is ISO 8601 format)| date| Optional|
41
+
|`metadata.updated_at`| The date and time at which the pipeline was updated, in the format ????/(2024-09-18T16:43:16.751+00:00 which is ISO 8601 format)| date| Optional|
42
+
|`metadata.accountId`| The ID of the account to which the pipeline belongs.(ex:`65c5386d7b71f25b3bbb8006`)| obejctId| Optional|
43
+
|`metadata.originalYamlString`|The full contents of the pipeline editor (In-line yaml). ????| string| Optional|
44
44
|`metadata.projectId`| The ID of the project to which the pipeline belongs.| obejctId| Optional|
45
45
|`metadata.project`| The name of the project to which the pipeline belongs.| string| Optional|
46
46
|`metadata.template`| ????Determines if the pipeline is available as a template when creating a new pipeline. <br>When set to`true`, the pipeline name is displayed in the Pipeline Template list.| boolean| Optional|
47
47
|`metadata.template.isTemplate`| When set to`true`, the pipeline name is displayed in the Pipeline Template list.| boolean| Optional|
48
-
|`metadata.template.generatedFrom`|????? When set to`true`,the pipelinename is displayed inthePipeline Template list.| boolean| Optional|
49
-
|`metadata.executionContextId`|???TheID of the specific execution context to use for the pipeline to makes API calls to the pipeline.<br>If there are no execution contexts created for the pipeline, the default execution context is used. (NIMA: is this the CF provided one? what are the implications - that it allows all API calls or minimal ones?).<br>See[Pipeline execution context]({{site.baseurl}}/docs/administration/account-user-management/pipeline-execution-context/).| string| Optional|
48
+
|`metadata.template.generatedFrom`| The ID ofthetemplatepipelinewherethepipeline was created from. ????| objectId| Optional|
49
+
|`metadata.executionContextId`| Thename of the specific execution context to use for the pipeline to makes API calls to the pipeline.<br>If there are no execution contexts created for the pipeline, the default execution context is used. (NIMA: is this the CF provided one? what are the implications - that it allows all API calls or minimal ones?).<br>See[Pipeline execution context]({{site.baseurl}}/docs/administration/account-user-management/pipeline-execution-context/).| string| Optional|
|`spec.scopeSnapshot`| The ID of thepipeline.| string| Optional|
57
+
|`spec.scopes`|Custom API Scopes that the Pipeline will use. Configuring custom scopes will override the account-level defaults for this pipeline.????|array of strings| Optional|
58
+
|`spec.scopeSnapshot`| The ID of thescope snapshot.| string| Optional|
59
59
|`spec.permitRestartFromFailedSteps`| Determines if users can restart a failed pipeline from the failed step, instead of from the beginning of the pipeline.<br>When set to`true`, users can restart the pipeline from the failed step. <br>See[Restarting a failed pipeline]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#restarting-the-pipeline).| boolean| Optional|
|`spec.triggers`| The list of Git triggers defined for the pipeline. For details, see[`spec.triggers](#spectriggers).| array| Optional|
62
62
|`spec.cronTriggers`| The list of Cron or timer-based triggers defined for the pipeline. For details, see[`spec.cronTriggers](#speccrontriggers).| array| Optional|
63
63
|`spec.runtimeEnvironment`| The runtime environment selected for the pipeline and its configuration settings such as memory and CPU. For details, see[`spec.runtimeEnvironments](#specruntimeenvironment).| object| Optional|