Download OpenAPI specification:Download
OpsChain is an orchestration and change automation platform based in GitOps principles with a core objective to Unify Change. Connect, automate, and orchestrate people, processes, and tools across your on-premise and cloud platforms.
Endpoints to interact with projects.
Notes:
show and list response payloads include links to the project's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all projects (including archived projects).
Each project in the response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| filter[<query/sort filter>]= | |
| download | string Example: download=projects.csv Download the projects in CSV format with the specified file name. The projects will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f0a8fcdc-1460-4d24-906e-76d8d50c72e4",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "jordan_ullrich",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2b242c4a-0092-405e-b2ff-2669ff96a406",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2b242c4a-0092-405e-b2ff-2669ff96a406"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "f6b128b7-1f32-49b8-b772-506cf8aad4f5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f6b128b7-1f32-49b8-b772-506cf8aad4f5"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "3ae2ef36-23f8-4277-a3ae-11f6f9a678ce",
- "type": "project",
- "attributes": {
- "code": "9ezd1",
- "name": "aliquid407",
- "description": "Quo quos aperiam animi.",
- "archived": false,
- "created_by": "damian",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d7ce044e-fe49-4994-a29b-aba4080e80f7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d7ce044e-fe49-4994-a29b-aba4080e80f7"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "0bab02e1-116a-422d-b723-5d764cf44223",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0bab02e1-116a-422d-b723-5d764cf44223"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/9ezd1",
- "bookmarks": "/api/projects/9ezd1/bookmarks",
- "git_remotes": "/api/projects/9ezd1/git_remotes",
- "environments": "/api/projects/9ezd1/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows a project, including any direct children.
The response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
{- "data": {
- "id": "03a2cc52-3e7e-4c0d-b02a-ab10df3bc19c",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "richelle_grimes",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "17c888df-7435-4e38-ad0b-b44221aef8ad",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/17c888df-7435-4e38-ad0b-b44221aef8ad"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "56c9b8ec-1acc-4be9-9b11-e524f9a84150",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/56c9b8ec-1acc-4be9-9b11-e524f9a84150"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}Updates a project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}{- "data": {
- "id": "6eaf9ea6-c764-4e9a-a305-3555f934a103",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "est416",
- "description": "Dolor veniam consequuntur dolore.",
- "archived": true,
- "created_by": "lenora_dibbert",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "120a7ad3-b465-4f82-960b-e363e9d15666",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/120a7ad3-b465-4f82-960b-e363e9d15666"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "c1bbb067-1fe1-44f6-9358-413f5fc9c5fd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c1bbb067-1fe1-44f6-9358-413f5fc9c5fd"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "git_remotes": "/api/projects/opc/git_remotes",
- "environments": "/api/projects/opc/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=environments.csv Download the project environments in CSV format with the specified file name. The environments will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "8acc3ce6-0bdc-488d-bfa8-abd5efd14e9d",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "charley_crooks"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c2146eb9-d9de-4aa9-a8ce-9c771532b6b5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c2146eb9-d9de-4aa9-a8ce-9c771532b6b5"
}
}, - "parents": {
- "data": [
- {
- "id": "d673d476-013a-4470-add7-d10684cec48b",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fc8ea18b-df1e-41af-b42e-ead9d293f536",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fc8ea18b-df1e-41af-b42e-ead9d293f536"
}
}, - "project": {
- "data": {
- "id": "d673d476-013a-4470-add7-d10684cec48b",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an environment.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment"
}
}
}{- "data": {
- "id": "baf6fed7-8eb5-4f9d-a853-2d52a775e44c",
- "type": "environment",
- "attributes": {
- "code": "enqmj",
- "name": "autem365",
- "description": "Vero velit vel mollitia.",
- "archived": false,
- "created_by": "norman"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cbd1589b-9d5b-4c3d-a530-f9cd27bb941b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cbd1589b-9d5b-4c3d-a530-f9cd27bb941b"
}
}, - "parents": {
- "data": [
- {
- "id": "48136081-0505-4a08-bd0d-8f7b0994c359",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "0974f6be-0e82-4669-8bac-c759cc2b3519",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0974f6be-0e82-4669-8bac-c759cc2b3519"
}
}, - "project": {
- "data": {
- "id": "48136081-0505-4a08-bd0d-8f7b0994c359",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/enqmj",
- "bookmarks": "/api/projects/opc/environments/enqmj/bookmarks",
- "changes": "/api/projects/opc/environments/enqmj/changes",
- "scheduled_activities": "/api/projects/opc/environments/enqmj/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/enqmj/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an environment.
The response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "ceabc7a6-3375-42b6-8932-bbb7270b1235",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "ada"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d8dc945f-f068-4713-91d4-fa01725e275a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d8dc945f-f068-4713-91d4-fa01725e275a"
}
}, - "parents": {
- "data": [
- {
- "id": "db3045ca-6a3a-4485-ac87-32c5b002df0f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "36a3aa63-ca0f-4574-b47b-60a0be598672",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/36a3aa63-ca0f-4574-b47b-60a0be598672"
}
}, - "project": {
- "data": {
- "id": "db3045ca-6a3a-4485-ac87-32c5b002df0f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "db3045ca-6a3a-4485-ac87-32c5b002df0f",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "nathanial",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "27e2cdce-180b-4107-804a-b4de57538826",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/27e2cdce-180b-4107-804a-b4de57538826"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5ffc9882-88de-472e-b827-79381f8347d1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5ffc9882-88de-472e-b827-79381f8347d1"
}
}, - "children": {
- "data": [
- {
- "id": "ceabc7a6-3375-42b6-8932-bbb7270b1235",
- "type": "environment"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}{- "data": {
- "id": "f568a1e9-35b9-4047-a9e3-5bb11fde19b8",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "exercitationem375",
- "description": "Fugiat id iure magni.",
- "archived": true,
- "created_by": "debra_klein"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "97ed6897-444e-4cae-a46b-f496ca3092e1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/97ed6897-444e-4cae-a46b-f496ca3092e1"
}
}, - "parents": {
- "data": [
- {
- "id": "6c562ee5-bae0-4c61-9a6f-bfb8bd89b011",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7ddd4fd4-3736-4d90-b2b6-29bc7da21b83",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7ddd4fd4-3736-4d90-b2b6-29bc7da21b83"
}
}, - "project": {
- "data": {
- "id": "6c562ee5-bae0-4c61-9a6f-bfb8bd89b011",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}Endpoints to interact with assets.
Notes:
show and list response payloads include links to the asset's changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.List the log lines generated while building an image and querying the actions available for this asset / template version combination.
Note: See the list filtered log lines API docs for filtering options.
| generate_actions_request_id required | string Example: d14d1388-6fea-4c7b-9c89-4dce4c0a3c22 |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines with the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "ef9047b5-b1a6-45d0-8a6c-69414eca0907",
- "type": "generate_actions_request_log_line",
- "attributes": {
- "message": "Occaecati officiis ipsa eos.",
- "category": "action",
- "template_version_history_id": "03b021aa-7979-4ff7-b2f4-b5e01b37a101",
- "generate_actions_request_id": "110920fc-6fc2-485a-813d-da006ca3bc77",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a request to refresh the actions list for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "3954ddf4-e7d7-4e62-9c71-50ca64a46dc8",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [ ],
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_at": "2025-11-12T04:26:14.736196Z",
- "updated_at": "2025-11-12T04:26:14.736196Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "a98ce0ad-7bea-4970-bf45-b39322f3c458",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "741b6d8a-6452-44fc-ba3a-58a3b79a2d34",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/3954ddf4-e7d7-4e62-9c71-50ca64a46dc8",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=3954ddf4-e7d7-4e62-9c71-50ca64a46dc8"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "93bdabb3-d821-4f93-9eef-11a77921e7cc",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "We need to index the multi-byte RSS port!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "Use the digital JBOD port, then you can connect the neural interface!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2025-11-12T04:26:14.982096Z",
- "updated_at": "2025-11-12T04:26:14.990530Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "e795a481-8cc3-4f7f-95d9-a6f2c6d062b8",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "f03efd31-04a8-4ecc-99cc-4d8ad61fb1a8",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/93bdabb3-d821-4f93-9eef-11a77921e7cc",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=93bdabb3-d821-4f93-9eef-11a77921e7cc"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}
}
}Show a specific actions generation request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| generate_actions_request_id required | string Example: d14d1388-6fea-4c7b-9c89-4dce4c0a3c22 generate actions request id |
{- "data": {
- "id": "468f5777-0e24-4c4b-9cd0-55d66bd8c04a",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "back_up",
- "children": [ ],
- "full_path": "back_up",
- "stage_step": false,
- "description": "Try to navigate the TCP application, maybe it will calculate the redundant array!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "back_up",
- "children": [ ],
- "full_path": "back_up",
- "stage_step": false,
- "description": "Try to connect the JSON monitor, maybe it will calculate the mobile circuit!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2025-11-12T04:26:15.293487Z",
- "updated_at": "2025-11-12T04:26:15.301993Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "2c62474e-ce55-4453-90a9-f854fd730084",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "e0b903eb-5ff1-4663-bded-41766d5211fa",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/468f5777-0e24-4c4b-9cd0-55d66bd8c04a",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=468f5777-0e24-4c4b-9cd0-55d66bd8c04a"
}
}
}Cancels the generate actions request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| generate_actions_request_id required | string Example: d14d1388-6fea-4c7b-9c89-4dce4c0a3c22 generate actions request id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find GenerateActionsRequest"
}
}
]
}Lists all assets (including archived assets) that belong to the project.
Each asset in the response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=assets.csv Download the project assets in CSV format with the specified file name. The assets will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "974b72ea-6557-48be-971e-082df3ddfb5e",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "emely.lebsack",
- "actions": [
- {
- "name": "calculate",
- "children": [ ],
- "full_path": "calculate",
- "stage_step": false,
- "description": "The SAS port is down, reboot the back-end sensor so we can program the PNG hard drive!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "compress",
- "children": [ ],
- "full_path": "compress",
- "stage_step": false,
- "description": "The SCSI firewall is down, connect the optical program so we can calculate the RAM card!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2a77562d-d11e-4e87-9840-bb032d8d11ba",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2a77562d-d11e-4e87-9840-bb032d8d11ba"
}
}, - "parents": {
- "data": [
- {
- "id": "2c3e9b5b-ad09-457a-825f-7fe5659915ba",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "51c1a9f5-3e38-40ab-b911-53bcc805269c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/51c1a9f5-3e38-40ab-b911-53bcc805269c"
}
}, - "project": {
- "data": {
- "id": "2c3e9b5b-ad09-457a-825f-7fe5659915ba",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "138ae183-5c11-473b-a33f-ad123c194669",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "14c6220d-fb67-48c5-8d36-5e5386b12788",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "13b25c7b-011a-4c38-9769-36c3a6978866",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "5508c56a-3168-4293-9af2-82ed9cd5c8dc",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/5508c56a-3168-4293-9af2-82ed9cd5c8dc"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an asset belonging to the project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "template_name": "Oracle SOA template",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "796e433e-6540-4cab-8094-78e9c9ae02ed",
- "type": "asset",
- "attributes": {
- "code": "ads39",
- "name": "consequatur337",
- "description": "Sit rem voluptates aut.",
- "archived": false,
- "created_by": "stefan",
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "eb6ee8eb-5b96-44dc-8657-564597b38596",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/eb6ee8eb-5b96-44dc-8657-564597b38596"
}
}, - "parents": {
- "data": [
- {
- "id": "9e822c6b-b7d9-4091-9d4b-95846aaac5b1",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "72d506c8-c2f4-494b-9c89-ee08985aac10",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/72d506c8-c2f4-494b-9c89-ee08985aac10"
}
}, - "project": {
- "data": {
- "id": "9e822c6b-b7d9-4091-9d4b-95846aaac5b1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "852a2188-c019-44fa-9039-f5e9ffe70850",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "44b50f09-d9e9-4981-8e1d-06b6bdb5c708",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "26824ad7-af65-4d64-a0c6-0a305e552cf4",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/ads39/generate_actions_requests/26824ad7-af65-4d64-a0c6-0a305e552cf4"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/ads39",
- "bookmarks": "/api/projects/opc/assets/ads39/bookmarks",
- "changes": "/api/projects/opc/assets/ads39/changes",
- "scheduled_activities": "/api/projects/opc/assets/ads39/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/ads39/converged_properties",
- "mintmodels": "/api/projects/opc/assets/ads39/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/ads39/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/ads39/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an asset belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "e3091458-0f8a-44d7-9081-22c81beff96c",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "noble",
- "actions": [
- {
- "name": "calculate",
- "children": [ ],
- "full_path": "calculate",
- "stage_step": false,
- "description": "The HTTP microchip is down, connect the optical pixel so we can program the XSS feed!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "transmit",
- "children": [ ],
- "full_path": "transmit",
- "stage_step": false,
- "description": "Backing up the transmitter won't do anything, we need to override the multi-byte ram protocol!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "65053f24-0244-41ba-86e3-3ef86974ee84",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/65053f24-0244-41ba-86e3-3ef86974ee84"
}
}, - "parents": {
- "data": [
- {
- "id": "44fcfdf2-025f-4dde-9e1e-79c967bc125c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "87e912e5-ccb7-447b-b27f-c248eb0d268c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/87e912e5-ccb7-447b-b27f-c248eb0d268c"
}
}, - "project": {
- "data": {
- "id": "44fcfdf2-025f-4dde-9e1e-79c967bc125c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "34759ff6-51ab-4645-b756-42e4717ae3f2",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "e24399b5-7e29-4a26-832f-c1646fe6a9c0",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "8931479e-b096-41ea-babf-6689bb251847",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "a36d2601-8c86-459d-81bb-10361d067073",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/a36d2601-8c86-459d-81bb-10361d067073"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "44fcfdf2-025f-4dde-9e1e-79c967bc125c",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "norris_spinka",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e0e2c3cb-455c-4f73-b2f8-b2d9875463cc",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e0e2c3cb-455c-4f73-b2f8-b2d9875463cc"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "4779463c-e50f-424b-bb6c-f7aa737fff54",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4779463c-e50f-424b-bb6c-f7aa737fff54"
}
}, - "children": {
- "data": [
- {
- "id": "e3091458-0f8a-44d7-9081-22c81beff96c",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "e24399b5-7e29-4a26-832f-c1646fe6a9c0",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "lester",
- "created_at": "2025-11-12T04:26:25.091043Z",
- "updated_at": "2025-11-12T04:26:25.091043Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/e24399b5-7e29-4a26-832f-c1646fe6a9c0",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "8931479e-b096-41ea-babf-6689bb251847",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:24.998267Z",
- "updated_at": "2025-11-12T04:26:24.998267Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "ed800b88-6e05-4c69-8095-8bde877b1268",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "34759ff6-51ab-4645-b756-42e4717ae3f2",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "e3091458-0f8a-44d7-9081-22c81beff96c",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "34759ff6-51ab-4645-b756-42e4717ae3f2",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "andre",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:25.009999Z",
- "updated_at": "2025-11-12T04:26:25.009999Z",
- "git_rev": "auxiliary",
- "commit_sha": "b0cb5852232f0836de5bd739542f4b4d5ad33093",
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
]
}Updates an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated asset",
- "archived": false,
- "regenerate_actions": true
}
}
}{- "data": {
- "id": "42a415b7-566e-455c-b12a-8f398794631d",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "quidem347",
- "description": "Nulla maiores aut qui.",
- "archived": true,
- "created_by": "evalyn",
- "actions": [
- {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "You can't compress the circuit without navigating the wireless USB feed!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "parse",
- "children": [ ],
- "full_path": "parse",
- "stage_step": false,
- "description": "Use the wireless GB capacitor, then you can program the optical card!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "eb94533c-52d9-4b2c-8194-2300728c6456",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/eb94533c-52d9-4b2c-8194-2300728c6456"
}
}, - "parents": {
- "data": [
- {
- "id": "36bf83d9-a128-47d3-a198-f7dab4fb74ef",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "3df28117-ac57-4d6e-9973-14b59617d94c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3df28117-ac57-4d6e-9973-14b59617d94c"
}
}, - "project": {
- "data": {
- "id": "36bf83d9-a128-47d3-a198-f7dab4fb74ef",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "f5bda06e-0cfe-4e61-bf3c-8425db42405d",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "8eed6de3-5e5a-4793-bee2-59f49920bea9",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "ebc9140c-cbd7-4208-9e28-e3b150d9eff2",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "071cdc87-61ee-43c2-9478-c72c5535070e",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/071cdc87-61ee-43c2-9478-c72c5535070e"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Archives an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}Show the converged properties as they will appear to actions run on this asset. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2025-11-12T04:25:40+00:00 Specify the date (and optionally time), to derive the active template version and asset properties from. |
{- "data": {
- "id": "prj_soa",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "repo": "project_properties",
- "common": "property",
- "project": "property",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [
- {
- "id": "properties.yaml",
- "type": "repository_properties"
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties"
}
]
}, - "properties": {
- "data": [
- {
- "id": "a31a91de-d8a3-4ccd-b2cc-b51ff9c23f85",
- "type": "properties"
}, - {
- "id": "4c3adeec-6f92-4d6e-93ed-96828033c4f1",
- "type": "properties"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: projects/opc.yaml",
- "common": "Repository: properties.yaml",
- "project": "Repository: projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": {
- "database": {
- "project": [
- [
- "any_key"
], - [
- "another_key"
], - [
- "nested",
- "key"
]
]
}, - "repo": {
- "projects/opc.yaml": [
- [
- "repo"
], - [
- "project"
]
], - "properties.yaml": [
- [
- "common"
]
]
}
}
}
}
}, - "included": [
- {
- "id": "a31a91de-d8a3-4ccd-b2cc-b51ff9c23f85",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:27.458507Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/a31a91de-d8a3-4ccd-b2cc-b51ff9c23f85",
- "current_version": "/api/properties/a31a91de-d8a3-4ccd-b2cc-b51ff9c23f85/versions/1",
- "versions": "/api/properties/a31a91de-d8a3-4ccd-b2cc-b51ff9c23f85/versions"
}
}, - {
- "id": "4c3adeec-6f92-4d6e-93ed-96828033c4f1",
- "type": "properties",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-11-12T04:26:27.530901Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc/assets/prj_soa"
}
}
}, - "links": {
- "self": "/api/properties/4c3adeec-6f92-4d6e-93ed-96828033c4f1",
- "current_version": "/api/properties/4c3adeec-6f92-4d6e-93ed-96828033c4f1/versions/1",
- "versions": "/api/properties/4c3adeec-6f92-4d6e-93ed-96828033c4f1/versions"
}
}, - {
- "id": "properties.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "base_properties",
- "common": "property"
}
}, - "links": {
- "repository_path": ".opschain/properties.yaml"
}
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "project_properties",
- "project": "property"
}
}, - "links": {
- "repository_path": ".opschain/projects/opc.yaml"
}
}
]
}Lists all properties versions and template versions for the asset and its parents.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "3eeea130-be3d-45dc-aa08-530b0a90fc16",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2025-11-12T04:26:36.046Z"
}
]
}
}, - {
- "id": "15ec9355-fd39-4187-ba08-4ad47ecc8ed4",
- "type": "asset",
- "attributes": {
- "level": 1,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2025-11-12T04:26:36.134Z"
}
], - "template_versions": [
- {
- "version": "2023_Q4_2",
- "start_date": "2025-11-12T04:26:36.151Z",
- "sha": "e95c60e3e39ec1d141b50f7aa9ff09569dac4b64"
}
]
}
}
]
}Lists the template versions that have been assigned to the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "6da7f1ad-ba49-447e-b874-4f39fe3982fe",
- "type": "template_version_history",
- "attributes": {
- "created_by": "delilah",
- "active_from": "2025-11-12T04:26:52.196981Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "91f39803-86e7-450e-8023-375ed8d375d4",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "db032892-48b8-4835-a81a-dcbfef8f5424",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "2ee3cd0b-3de0-461c-9efb-1839c4c98323",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/6da7f1ad-ba49-447e-b874-4f39fe3982fe",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a specific project asset's template version history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: d02e42ba-939f-4e5b-b9e2-e8aa29344c8b version history id |
{- "data": {
- "id": "e5cd9a86-68c4-4af5-9783-c211daa1904f",
- "type": "template_version_history",
- "attributes": {
- "created_by": "marc",
- "active_from": "2025-11-12T04:26:52.473085Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "c67a53d7-93c9-46de-8b4a-41ca3b286c6b",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "8dc252f0-6598-49d3-96dc-66ff5dcde47d",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "411561de-b6c2-4e83-b016-ffd04f945349",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/e5cd9a86-68c4-4af5-9783-c211daa1904f",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "c67a53d7-93c9-46de-8b4a-41ca3b286c6b",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "marc",
- "actions": [
- {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "We need to transmit the wireless JSON panel!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "navigate",
- "children": [ ],
- "full_path": "navigate",
- "stage_step": false,
- "description": "We need to program the back-end EXE pixel!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4d9049e3-3c82-44f2-8392-fcfe2b0b2648",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4d9049e3-3c82-44f2-8392-fcfe2b0b2648"
}
}, - "parents": {
- "data": [
- {
- "id": "c83fadb5-0600-4f92-9e26-95790e178d5f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2196027a-40bf-414f-9b2d-8a704670087d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2196027a-40bf-414f-9b2d-8a704670087d"
}
}, - "project": {
- "data": {
- "id": "c83fadb5-0600-4f92-9e26-95790e178d5f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "8dc252f0-6598-49d3-96dc-66ff5dcde47d",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "03472aa6-aa1f-463a-8582-73127ec8a678",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "427af7db-7d0e-46cd-91c7-043f0c96cb09",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "411561de-b6c2-4e83-b016-ffd04f945349",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/411561de-b6c2-4e83-b016-ffd04f945349"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "8dc252f0-6598-49d3-96dc-66ff5dcde47d",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "kendall_rau",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:52.421758Z",
- "updated_at": "2025-11-12T04:26:52.421758Z",
- "git_rev": "solid-state",
- "commit_sha": "487e81301ae20c36dd670457f62b8a8e82243c8b",
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
]
}Templates provide the available actions and a base set of repository properties that will be used to configure the asset.
Lists all versions of a specific template.
| project_code required | string Example: opc project code |
| template_code required | string Example: soa template code |
{- "data": [
- {
- "id": "c3c7604f-ad2a-42a4-ac1a-dec993a4444c",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "burt.bogan",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:52.760513Z",
- "updated_at": "2025-11-12T04:26:52.760513Z",
- "git_rev": "primary",
- "commit_sha": "04c3a93456ec571f06302c2b1da6550beafe0553",
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_code required | string Example: soa template code |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "cross-platform",
- "archived": false,
- "ignore_in_use": false
}
}
}{- "data": {
- "id": "860e3247-a31a-45bd-a1ca-f4295ba6cbd3",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Autem nisi praesentium qui voluptatem ad quo voluptatem vero reiciendis numquam molestias ratione nihil",
- "state": "initializing",
- "created_by": "seth_wolff",
- "archived": false,
- "has_mintmodel": false,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:53.385466Z",
- "updated_at": "2025-11-12T04:26:53.385466Z",
- "git_rev": "1080p",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_code required | string Example: soa template code |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "bc01e58e-a3b0-4d25-bde6-603cfc36af90",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "jame_connelly",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:54.534849Z",
- "updated_at": "2025-11-12T04:26:54.534849Z",
- "git_rev": "wireless",
- "commit_sha": "2665e92323e16ffd205a4690934684bb1dc61ac9",
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_code required | string Example: soa template code |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "c5b56091-3760-4603-b8a0-c6b599954297",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "rodrigo_abshire",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "created_at": "2025-11-12T04:26:54.880388Z",
- "updated_at": "2025-11-12T04:26:54.880388Z",
- "git_rev": "neural",
- "commit_sha": "c942c6e33f1e5fea6efc5d1665413e721902618f",
- "git_remote_name": "github"
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}Create a template.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "ec210e14-81a1-4400-a02f-a5e74aa58c4e",
- "type": "template",
- "attributes": {
- "code": "a0pya",
- "name": "lacy_hettinger",
- "description": "Est sunt illum occaecati.",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:55.882036Z",
- "updated_at": "2025-11-12T04:26:55.882036Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "3d4d4898-2b4c-4d0d-9ae8-15974c36e88d",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/a0pya",
- "template_versions": "/api/projects/opc/templates/a0pya/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "8a9c1f68-eb2d-4d3b-816a-8a9b52a281a4",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:56.658712Z",
- "updated_at": "2025-11-12T04:26:56.658712Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "6c150e2a-ac73-4525-9228-2396617a0d25",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_code required | string Example: soa template code |
{- "data": {
- "id": "b2a88ae7-49e7-48dd-8fa3-72f0e535e1ba",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:57.079467Z",
- "updated_at": "2025-11-12T04:26:57.079467Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "df4bd59c-39c7-4bca-af9b-0341cb6dd214",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions",
- "project": "/api/projects/opc"
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| code_to_archive required | string Example: soa template code |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "0be004df-b951-4239-876c-3518befd6ffb",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "created_at": "2025-11-12T04:26:57.466566Z",
- "updated_at": "2025-11-12T04:26:57.515710Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "b13b23d5-9107-4215-af90-d7cbd88ef1e2",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| code_to_update required | string Example: soa template code |
required | object |
{- "data": {
- "attributes": {
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github",
- "disabled": false
}
}
}{- "data": {
- "id": "21ef68b7-a1ea-422b-983a-740b7a45613b",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:58.058268Z",
- "updated_at": "2025-11-12T04:26:58.100090Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "9273c2ae-cd27-4429-bca2-fc7980d9669a",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "3a06ff46-307c-47d5-b26e-dd81b846b825",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:16.462751Z",
- "updated_at": "2025-11-12T04:26:16.462751Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/3a06ff46-307c-47d5-b26e-dd81b846b825"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "b5b57936-9ee7-472a-accb-163ce474df23",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:17.427312Z",
- "updated_at": "2025-11-12T04:26:17.427312Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/b5b57936-9ee7-472a-accb-163ce474df23"
}, - "meta": null
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project Git remote.
Note: Git remote credentials are obfuscated for security reasons.
| project_code required | string Example: opc project code |
| remote_id required | string Example: 549536b0-0dc6-4bd4-83bc-7e3e769626c1 remote id |
{- "data": {
- "id": "c3a00e32-0857-4a79-83a9-cafa13645ec0",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:17.774701Z",
- "updated_at": "2025-11-12T04:26:17.774701Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/c3a00e32-0857-4a79-83a9-cafa13645ec0"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 549536b0-0dc6-4bd4-83bc-7e3e769626c1 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "05f2c860-9c73-484c-b6a8-ec2dac113190",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-11-12T04:26:18.071274Z",
- "updated_at": "2025-11-12T04:26:18.131933Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/05f2c860-9c73-484c-b6a8-ec2dac113190"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 549536b0-0dc6-4bd4-83bc-7e3e769626c1 remote id |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "66fe8a08-f609-4994-97ba-6187b414136f",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-11-12T04:26:18.613155Z",
- "updated_at": "2025-11-12T04:26:18.668576Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/66fe8a08-f609-4994-97ba-6187b414136f"
}, - "meta": null
}
}Deletes a project Git remote if it has no changes, otherwise it removes the credentials.
| project_code required | string Example: opc project code |
| id_to_delete required | string Example: 549536b0-0dc6-4bd4-83bc-7e3e769626c1 remote id |
{- "data": {
- "id": "7ffa0416-3da5-42cf-8971-928759dfa5ef",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-11-12T04:26:19.309566Z",
- "updated_at": "2025-11-12T04:26:19.598937Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/7ffa0416-3da5-42cf-8971-928759dfa5ef"
}, - "meta": {
- "credentials_removed": true,
- "messages": [
- "This Git remote cannot be deleted as it is used by a change, its credentials have been removed."
]
}
}
}Endpoints to interact with bookmarks.
Notes:
/<path/to/bookmark/owner>/bookmarks path. The example endpoints in this section reflect bookmarks owned
by a project asset.Create a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "description": "SOA administration console",
- "created_by": "tiffany"
}
}
}{- "data": {
- "id": "60dcf2b2-cd05-464a-a7b2-b9f54cd14b9c",
- "type": "bookmark",
- "attributes": {
- "description": "Accusantium quas nobis voluptas.",
- "created_by": "anderson",
- "created_at": "2025-11-12T04:26:03.476882Z",
- "updated_at": "2025-11-12T04:26:03.476882Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/60dcf2b2-cd05-464a-a7b2-b9f54cd14b9c",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "b29a9187-2034-43e9-ac6c-d927f4c5f462",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "gail.hegmann",
- "created_at": "2025-11-12T04:26:04.307637Z",
- "updated_at": "2025-11-12T04:26:04.307637Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/b29a9187-2034-43e9-ac6c-d927f4c5f462",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 85a69f43-60e2-46bd-a257-e9bd6bce11a2 bookmark id |
{- "data": {
- "id": "b882d2df-6ab2-4db8-8a52-d953b018b2d5",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "williams",
- "created_at": "2025-11-12T04:26:04.634000Z",
- "updated_at": "2025-11-12T04:26:04.634000Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/b882d2df-6ab2-4db8-8a52-d953b018b2d5",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Update a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 85a69f43-60e2-46bd-a257-e9bd6bce11a2 bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "0e29fdeb-d55c-4570-b4a6-6ff3078ca2d7",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "donovan",
- "created_at": "2025-11-12T04:26:05.294972Z",
- "updated_at": "2025-11-12T04:26:05.372815Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/0e29fdeb-d55c-4570-b4a6-6ff3078ca2d7",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Delete a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 85a69f43-60e2-46bd-a257-e9bd6bce11a2 bookmark id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Bookmark"
}
}
]
}Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "e391ff01-1aab-4643-ad4e-098957bbd2ea",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-11-12T04:26:20.880944Z",
- "updated_at": "2025-11-12T04:26:20.880944Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "497cc47c-ad79-4f2c-8224-62f2f38b6ee4",
- "type": "project"
}, - {
- "id": "03d1203f-004d-4e8b-8df2-f25b73cee4f1",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "ec28710e-5353-4abe-8f12-9e249f7294a2",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/ec28710e-5353-4abe-8f12-9e249f7294a2"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "6524d7b6-e731-42f1-ae2a-262ccdd39198",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/e391ff01-1aab-4643-ad4e-098957bbd2ea"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows an asset's MintModel history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: 33733971-83da-439a-ba91-1bf52bc5c7b7 MintModel history id |
{- "data": {
- "id": "66dacf2b-b83f-4f5e-8c1b-08a2ac6a225e",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-11-12T04:26:21.203148Z",
- "updated_at": "2025-11-12T04:26:21.203148Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "13d27108-d68d-42f3-836b-5d8a8ee4c8b3",
- "type": "project"
}, - {
- "id": "1ee1b48a-36a6-470a-aa04-9590a2e92ea1",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "bd8be743-b084-4c73-b3a5-15e0f7c15155",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/bd8be743-b084-4c73-b3a5-15e0f7c15155"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "cba138c2-36d2-493d-8c0e-9d263baac551",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/66dacf2b-b83f-4f5e-8c1b-08a2ac6a225e"
}
}, - "included": [
- {
- "id": "bd8be743-b084-4c73-b3a5-15e0f7c15155",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-11-12T04:26:21.197297Z",
- "updated_at": "2025-11-12T04:26:21.197297Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "66dacf2b-b83f-4f5e-8c1b-08a2ac6a225e",
- "type": "mintmodel_history"
}, - {
- "id": "8f30cb26-260b-4ff0-b6cb-4eb6dd574c46",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/bd8be743-b084-4c73-b3a5-15e0f7c15155",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "old_mintmodel_id": "ffe9263b-37e5-4a32-8e8a-e9ca2600f6f3",
- "new_mintmodel_id": "92859b5b-5c03-43b8-ad0c-2904bcc05ebe"
}
}
}{- "data": {
- "id": "53c7fe08-06b6-4d55-83cd-f5056fc11392",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "internalVariables": {
- "environmentName": "d1",
- "assetCode": "obpodi",
- "stageRootDir": "/oracle/stage",
- "autoBaseline": "true",
- "projectUri": "D1OBPODI2025MAY301254"
}, - "projectName": "d1_obpodi2025May30_1254",
- "site": {
- "hostList": [
- {
- "id": "custwprd1odi01",
- "address": "custwprd1odi01.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi01",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "db_server",
- "address": "custwprd1db.limepoint.engineering",
- "attributes": {
- "scaleout": "false",
- "basename": "custwprd1db",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "custwprd1odi02",
- "address": "custwprd1odi02.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi02",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}
], - "installationList": [
- {
- "name": "jdk",
- "product": "OracleJava",
- "version": "1.8.0_341",
- "installPath": "/oracle/app/binaries/obpodi/java",
- "softwareStage": "/oracle/stage/jdk/jdk-8u341-linux-x64.tar.gz",
- "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleJava": {
- "java_home": "/oracle/app/binaries/obpodi/java",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "fmwinfra",
- "product": "OracleFMWInfrastructure",
- "version": "12.2.1.4",
- "softwareStage": "/oracle/stage/fmwinfra/12.2.1.4/fmw_12.2.1.4.0_infrastructure.jar",
- "installPath": "/oracle/app/binaries/obpodi/fmw",
- "dependsonList": [
- "jdk"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "3774133",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "oracleInstallGroup": "oinstall",
- "OracleFMWInfrastructure": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}, - {
- "name": "oracleclient",
- "product": "OracleDatabaseClient",
- "version": "12.2.0.1",
- "installPath": "/oracle/app/binaries/obpodi/dbclient",
- "softwareStage": "/oracle/stage/rdbms/12.2.0.1/client",
- "dependsonList": [
- "jdk"
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDatabaseClient": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "owner": "oracle",
- "group": "oinstall",
- "oracle_home": "/oracle/app/binaries/obpodi/dbclient",
- "oracle_base": "/oracle/app/binaries/obpodi",
- "install_type": "Administrator"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "odi",
- "product": "OracleDataIntegrator",
- "version": "12.2.1.4",
- "installPath": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/odi/12.2.1.4/fmw_12.2.1.4.0_odi.jar",
- "dependsonList": [
- "fmwinfra",
- "oracleclient"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "37741316",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDataIntegrator": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "java_home": "/oracle/app/binaries/obpodi/java",
- "database_client_home": "/oracle/app/binaries/obpodi/dbclient",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}
], - "databaseList": [
- {
- "name": "d1obpodidb",
- "port": "1521",
- "serviceName": "CUSTWPD1_INT_PRIM",
- "hostIdentifier": "db_server",
- "schemaList": [
- {
- "name": "SYS",
- "password": "{AES2}TBg8KMlIiNzASfnaMO9iww=={/IV}ThoJT1+ps+2NtkzPjniGrRKwOu9f0fmuKS2GJPG0/LbU="
}
], - "attributes": {
- "jdbcUrl": "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=custwprd1db.limepoint.engineering)(Port=1521))(CONNECT_DATA=(SERVER = DEDICATED)(SERVICE_NAME=CUSTWPD1_INT_PRIM)))",
- "rcu": {
- "datafile.initialsize": "200M",
- "extra.parameters": " -encryptTablespace false"
}
}
}
], - "resourceList": [
- {
- "name": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "name": "wlsmonitor",
- "password": "{AES2}cSYn1SEsZCScuAK+fj8vVQ=={/IV}T89zXOBEdWngdxqJ9rihn+uy2lgiqJx5J6fGDfPbHsys=",
- "description": "User with Weblogic Monitor Role",
- "groupList": "monitors"
}
}, - {
- "name": "AdminStartupParameter",
- "type": "StartupParameter",
- "attributes": {
- "1": "-Xms1g -Xmx4g",
- "2": "",
- "3": "",
- "4": "-Dweblogic.ProductionModeEnabled=true",
- "5": "-Dappdynamics.agent.tierName=OBP-ADMIN",
- "c1": "-Dweblogic.Stdout=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.out",
- "c2": "-Dweblogic.Stderr=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.err",
- "c3": "-Xloggc:/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%_gc.out -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+ScavengeBeforeFullGC -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseGCLogFileRotation -XX:GCLogFileSize=300M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+UnlockCommercialFeatures -XX:+FlightRecorder",
- "c4": "-Djava.security.debug=failure -Djava.net.preferIPv4Stack=true -Doracle.ons.maxconnections=2 -Dweblogic.security.disableNullCipher=true",
- "c5": "-Dweblogic.MaxMessageSize=500000000 -Dweblogic.Chunksize=65536 -Djava.security.egd=file:///dev/urandom",
- "s1": "-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2",
- "s2": "-Dweblogic.management.disableManagedServerNotifications=true",
- "s3": "-Dweblogic.security.SSL.allowUnencryptedNullCipher=false",
- "s4": "-Dweblogic.security.SSL.enableJSSE=true",
- "s4a": "-Dweblogic.security.SSL.nojce=true -Dweblogic.jdbc.remoteEnabled=true",
- "s5": "-Dweblogic.ssl.JSSEEnabled=true -Dweblogic.rjvm.enableprotocolswitch=true",
- "s6": "-Dweblogic.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s7": "-Djavax.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s8": "-Dweblogic.webservice.client.ssl.trustedcertfile=/oracle/app/runtime/d1/certs/cacerts.pem",
- "s9": "-Dweblogic.security.audit.auditLogDir=/oracle/app/logs/obpodi/obpodi_domain",
- "s10": "-Dweblogic.ssl.SSLv2HelloEnabled=false",
- "Auto22": "-Dweblogic.MuxerClass=weblogic.socket.PosixSocketMuxer"
}
}
], - "environmentName": "d1",
- "mwTopologyList": [
- {
- "attributes": {
- "targetPlatform": "x86-64"
}
}
], - "topologyName": "obpodi",
- "hostInstallationList": [
- {
- "installationName": "odi",
- "hostIdentifierList": [
- "custwprd1odi01",
- "custwprd1odi02"
]
}
], - "transferList": [
- {
- "name": "d1_obpodi_keystores",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/stage/customer/wp/csh/certs/d1/custwprd1odi.jks",
- "destinationFile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "permissions": "600",
- "transferWhenList": [
- "pre-online"
], - "attributes": {
- "scaleout": "false"
}
}
], - "executeList": [
- {
- "name": "DeployHealthCheck",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/app/binaries/obpodi/fmw/oracle_common/common/bin/wlst.sh /oracle/stage/customer/wp/csh/scripts/common/deployApplication.py weblogic {AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os= t3://custwprd1odi-padm.limepoint.engineering:17001 HealthCheck /oracle/app/runtime/obpodi/domains/applications/obpodi_domain/HealthCheck.war obpodi_cluster nostage 650",
- "executeWhenList": [
- "pre-online"
], - "attributes": {
- "execute.weblogicAdminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "scaleout": "false"
}
}
], - "domainList": [
- {
- "name": "obpodi_domain",
- "locationPath": "/oracle/app/runtime/obpodi/domains",
- "adminUser": "weblogic",
- "adminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "adminServer": {
- "name": "AdminServer",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddress": "custwprd1odi-padm.limepoint.engineering",
- "listenAddressPort": "17001",
- "listenAddressPortSSL": "18001",
- "targetName": "odiAdminServer"
}, - "machineList": [
- {
- "name": "custwprd1odi01-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi01"
}, - {
- "name": "custwprd1odi02-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi02"
}
], - "clusterList": [
- {
- "name": "obpodi_cluster",
- "messageMode": "Unicast"
}
], - "managedServerList": [
- {
- "name": "ODI_server1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddressPort": "17002",
- "listenAddressPortSSL": "18002",
- "targetName": "ODI_server1",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1"
}
}, - {
- "name": "ODI_server2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenAddressPort": "17003",
- "listenAddressPortSSL": "18003",
- "targetName": "ODI_server2",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1"
}
}
], - "systemComponentList": [
- {
- "name": "OracleDISAgent1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi01-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi01",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}, - {
- "name": "OracleDISAgent2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi02-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi02",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
], - "middlewareList": [
- {
- "installationName": "odi",
- "targetList": [
- {
- "type": "Cluster",
- "names": [
- "obpodi_cluster"
]
}
]
}
], - "configurationList": [
- {
- "resourceName": "AdminStartupParameter",
- "type": "StartupParameter",
- "targets": [
- {
- "type": "SERVER",
- "names": [
- "AdminServer"
]
}
]
}, - {
- "resourceName": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "authenticatorName": "DefaultAuthenticator"
}
}
], - "templateList": [
- {
- "name": "OracleDataIntegrator::CombinedTemplateSet",
- "attributes": {
- "OracleDataIntegrator::CombinedTemplateSet": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryName": "workrep1",
- "WorkRepositoryPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryType": "E",
- "AgentHostname": "custwpd1odi.limepoint.engineering",
- "AgentPort": "18002",
- "AgentProtocol": "https"
}
}
}
], - "repositoryList": [
- {
- "componentList": [
- "ODI"
], - "id": "rcu01",
- "dbName": "d1obpodidb",
- "prefix": "OBPODI",
- "dbUser": "SYS",
- "schemaPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "defaultRepository": "true"
}
], - "attributes": {
- "serverStartMode": "prod",
- "backupEnvironmentName": "d1",
- "environment.name": "d1",
- "tlogsLocationPath": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "odlLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "defaultJMSLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "managedTopLocation": "/oracle/app/binaries/runtime/obpodi/domains",
- "nodeid": "1",
- "nodeonserver": "1",
- "serverid": "1",
- "wls": {
- "production.mode": "prod",
- "tlogs.location.path": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "admin.listen.port.admin": "19001",
- "domain.managed.top": "/oracle/app/binaries/runtime/obpodi/domains",
- "odl": {
- "log": {
- "location": "/oracle/app/logs/obpodi/obpodi_domain",
- "retentionPeriod": "5d"
}
}
}, - "mintpress": {
- "startup.server_exclude": "OracleDISAgent*",
- "startup_parallel": "10"
}
}
}
], - "nodeManagerList": [
- {
- "name": "nm-custwprd1odi01",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi01",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi01",
- "identityname": "custwprd1odi01",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}, - {
- "name": "nm-custwprd1odi02",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi02",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi02",
- "identityname": "custwprd1odi02",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}
]
}
}, - "sha256": "901ad813694fa591bd0c6c9ec172f1d97e35daaa14c1c9010cbef45f44338483",
- "created_at": "2025-11-12T04:26:21.990074Z",
- "updated_at": "2025-11-12T04:26:21.990074Z",
- "render_logs": "Generated by deriving the difference between Mintmodel cc081935-d139-479d-911b-f23772b35f3d and MintModel e53cf1ea-4d2e-44eb-bdc4-5f229e870a00"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "ecae93c5-5dc6-453e-b2bc-327b82054690",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/53c7fe08-06b6-4d55-83cd-f5056fc11392",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "a4217ba3-c28f-4121-b4d5-49094504ed17",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-11-12T04:26:22.671262Z",
- "updated_at": "2025-11-12T04:26:22.671262Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "42ebdb40-3f15-49f2-9007-0eabad4a741a",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/a4217ba3-c28f-4121-b4d5-49094504ed17",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}Shows an asset MintModel.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| mintmodel_id required | string Example: 876ca3db-a1fb-4022-960e-432c9f2aaa65 MintModel id |
{- "data": {
- "id": "a23c5c58-ea71-47aa-b3bc-d435547018f0",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-11-12T04:26:23.011929Z",
- "updated_at": "2025-11-12T04:26:23.011929Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "c825a45f-bc68-40fd-add2-c4a8ebb096f0",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/a23c5c58-ea71-47aa-b3bc-d435547018f0",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Generate the MintModel for this asset, using the latest properties and template version.
Note: The endpoint does not store the MintModel, rather it provides a point in time reference for the MintModel content that will be used by a change if one is executed for the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "ea91ffe3-fc94-4dc5-ae1b-b8637118ac73",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-11-12T04:26:23.603838Z",
- "updated_at": "2025-11-12T04:26:23.603838Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "9feaf71f-a90a-4018-806b-e77d0b23ef61",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/ea91ffe3-fc94-4dc5-ae1b-b8637118ac73",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "6702ee3b-fef9-4147-ac4a-6da791a04fda",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "ira.crooks",
- "created_at": "2025-11-12T04:28:37.644737Z",
- "updated_at": "2025-11-12T04:28:37.644737Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "2d82d063-a0da-4fb9-8ddb-62eec64f211e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "88796571-938f-4570-9656-300520ce3f33",
- "type": "workflow_version"
}, - {
- "id": "54aa189c-473e-4b97-bff2-453f7979540b",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a workflow
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "mw6y6",
- "archived": false,
- "name": "n5z6uwawhs",
- "description": "Use the mobile SMS transmitter, then you can navigate the cross-platform panel!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/x0xxo/environments/uwrta/assets/0tkek",
- "/projects/mtgxr/environments/kn75q/assets/7gfpc"
], - "action": "override",
- "template_versions": [
- "dcq77",
- "decss"
], - "run_as": "parallel",
- "name": "quam"
}, - {
- "type": "wait",
- "name": "omnis"
}, - {
- "type": "workflow",
- "target": "/projects/lp6ha/workflows/9bbgc",
- "version": 1,
- "name": "aut",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "delectus",
- "children": [
- {
- "type": "change",
- "target": "/projects/lluqm/environments/91gkc/assets/pmlsn",
- "action": "navigate",
- "template_version": "x85ez",
- "name": "ab",
- "start_time": null
}, - {
- "type": "wait",
- "name": "facilis"
}, - {
- "type": "workflow",
- "target": "/projects/rwofw/workflows/xobnr",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sint",
- "children": [
- {
- "type": "change",
- "target": "/projects/j1jls/environments/4s0fw/assets/kzjri",
- "action": "override",
- "template_version": "xbifj",
- "name": "voluptatem",
- "start_time": "2025-11-13T04:25:44Z"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/ul7xj/workflows/zmfvt",
- "version": 1,
- "name": "dolores",
- "start_time": "2025-11-13T04:25:44Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "46c6ca01-ae27-4243-a3dc-06898cd3dabd",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "tawanna",
- "created_at": "2025-11-12T04:28:38.614418Z",
- "updated_at": "2025-11-12T04:28:38.614418Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": { },
- "latest_version": 1,
- "notifications": { },
- "latest_published_version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "cfb92ecf-7cf3-4438-8ba6-bb4969577da1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "06eeec61-6832-4669-a17c-9e6301335c76",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets_new",
- "runs": "/api/projects/opc/workflows/assets_new/runs",
- "versions": "/api/projects/opc/workflows/assets_new/versions",
- "latest_version": "/api/projects/opc/workflows/assets_new/versions/1",
- "latest_published_version": "/api/projects/opc/workflows/assets_new/versions/1"
}
}
}Shows a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "a1fe4fef-579c-4dda-af03-b4efa6c9d71d",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "carley_gerhold",
- "created_at": "2025-11-12T04:28:40.067327Z",
- "updated_at": "2025-11-12T04:28:40.067327Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "a7353b3a-577d-4b64-bfbf-21667a6e699d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "2e8026bd-9ed4-426b-b51e-a7360ea78a37",
- "type": "workflow_version"
}, - {
- "id": "5dfd7de9-b31e-4ff9-823b-1280331fb605",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Update a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "archived": false,
- "name": "btswkwqjps",
- "description": "Try to reboot the SDD monitor, maybe it will compress the neural system!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/x0xxo/environments/uwrta/assets/0tkek",
- "/projects/mtgxr/environments/kn75q/assets/7gfpc"
], - "action": "override",
- "template_versions": [
- "dcq77",
- "decss"
], - "run_as": "parallel",
- "name": "quam"
}, - {
- "type": "wait",
- "name": "omnis"
}, - {
- "type": "workflow",
- "target": "/projects/lp6ha/workflows/9bbgc",
- "version": 1,
- "name": "aut",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "delectus",
- "children": [
- {
- "type": "change",
- "target": "/projects/lluqm/environments/91gkc/assets/pmlsn",
- "action": "navigate",
- "template_version": "x85ez",
- "name": "ab",
- "start_time": null
}, - {
- "type": "wait",
- "name": "facilis"
}, - {
- "type": "workflow",
- "target": "/projects/rwofw/workflows/xobnr",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sint",
- "children": [
- {
- "type": "change",
- "target": "/projects/j1jls/environments/4s0fw/assets/kzjri",
- "action": "override",
- "template_version": "xbifj",
- "name": "voluptatem",
- "start_time": "2025-11-13T04:25:44Z"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/ul7xj/workflows/zmfvt",
- "version": 1,
- "name": "dolores",
- "start_time": "2025-11-13T04:25:44Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "93b2c3a4-967e-4503-88fd-dbee8f853e7d",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "corey",
- "created_at": "2025-11-12T04:28:41.343890Z",
- "updated_at": "2025-11-12T04:28:41.459802Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "5035f959-9d36-47a4-bf7d-ea5380c15203",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "a05ca987-c971-4ec2-9d9c-64925baebef9",
- "node_type": "asset",
- "parent_id": "a05ca987-c971-4ec2-9d9c-64925baebef9",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-11-12T04:28:41.252Z",
- "updated_at": "2025-11-12T04:28:41.252Z",
- "project_type": null,
- "template_version_id": "6cfdf52c-78da-4afb-acef-3d0469e3daf0",
- "created_by": "bridgett.metz"
}, - "action_template_version": {
- "id": "6cfdf52c-78da-4afb-acef-3d0469e3daf0",
- "commit_id": "3a1e3c76-5acf-46f9-a978-e33bfc66682a",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-11-12T04:28:41.219Z",
- "updated_at": "2025-11-12T04:28:41.219Z",
- "state": "ready",
- "created_by": "laurence.green",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "2ed0e797-1f38-44a3-8370-d7789aab1bea"
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "a05ca987-c971-4ec2-9d9c-64925baebef9",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "f63658ce-1f38-40fa-8875-74880b7fbb47",
- "type": "workflow_version"
}, - {
- "id": "d25848cd-2c57-42da-8657-e8083e7c8eb3",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Delete or archive a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Workflow"
}
}
]
}Lists all versions for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "3c0dcd18-5d97-408b-a05b-47e592cbf8bf",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "luna",
- "created_at": "2025-11-12T04:28:30.434044Z",
- "updated_at": "2025-11-12T04:28:30.455413Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "90499a91-df19-4b70-b398-73ee0913dc70",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "94163c00-6d47-4d6e-9969-74842cf66a24",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "hayden_ernser",
- "created_at": "2025-11-12T04:28:30.392036Z",
- "updated_at": "2025-11-12T04:28:30.392063Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "90499a91-df19-4b70-b398-73ee0913dc70",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Deletes all draft versions of a workflow.
Note: At least one version will remain. If all versions are drafts, the latest draft version will be kept.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "ba61ff31-2316-4fc9-8033-8d1e13b80da5",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "matilde",
- "created_at": "2025-11-12T04:28:31.947483Z",
- "updated_at": "2025-11-12T04:28:31.947483Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "7193ed73-96b5-47b4-b2fe-44867cdbcd6c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "ec31bb38-4688-438c-8a58-198c9d77d64a",
- "type": "workflow_version"
}, - {
- "id": "2b250c76-3772-43b4-a20c-08093e2e0741",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Shows a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
{- "data": {
- "id": "5512a20c-e6e1-4234-ac35-a2ad683f7211",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "mirna",
- "created_at": "2025-11-12T04:28:32.984164Z",
- "updated_at": "2025-11-12T04:28:33.002583Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "f6267c34-6581-4d84-9512-6ce954642b36",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Update a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "qnbvd",
- "node_id": "05eeeabf-c58d-4f87-b813-e2e15bcc32fc",
- "archived": false,
- "name": "u5avrkg9oo",
- "description": "I'll calculate the auxiliary SAS bandwidth, that should sensor the HTTP array!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/x0xxo/environments/uwrta/assets/0tkek",
- "/projects/mtgxr/environments/kn75q/assets/7gfpc"
], - "action": "override",
- "template_versions": [
- "dcq77",
- "decss"
], - "run_as": "parallel",
- "name": "quam"
}, - {
- "type": "wait",
- "name": "omnis"
}, - {
- "type": "workflow",
- "target": "/projects/lp6ha/workflows/9bbgc",
- "version": 1,
- "name": "aut",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "delectus",
- "children": [
- {
- "type": "change",
- "target": "/projects/lluqm/environments/91gkc/assets/pmlsn",
- "action": "navigate",
- "template_version": "x85ez",
- "name": "ab",
- "start_time": null
}, - {
- "type": "wait",
- "name": "facilis"
}, - {
- "type": "workflow",
- "target": "/projects/rwofw/workflows/xobnr",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sint",
- "children": [
- {
- "type": "change",
- "target": "/projects/j1jls/environments/4s0fw/assets/kzjri",
- "action": "override",
- "template_version": "xbifj",
- "name": "voluptatem",
- "start_time": "2025-11-13T04:25:44Z"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/ul7xj/workflows/zmfvt",
- "version": 1,
- "name": "dolores",
- "start_time": "2025-11-13T04:25:44Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "e41d0679-d02a-4a09-99f2-8ee11dc8b716",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "rebeca_muller",
- "created_at": "2025-11-12T04:28:34.841460Z",
- "updated_at": "2025-11-12T04:28:34.935046Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/x0xxo/environments/uwrta/assets/0tkek",
- "/projects/mtgxr/environments/kn75q/assets/7gfpc"
], - "action": "override",
- "template_versions": [
- "dcq77",
- "decss"
], - "run_as": "parallel",
- "name": "quam"
}, - {
- "type": "wait",
- "name": "omnis"
}, - {
- "type": "workflow",
- "target": "/projects/lp6ha/workflows/9bbgc",
- "version": 1,
- "name": "aut",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "delectus",
- "children": [
- {
- "type": "change",
- "target": "/projects/lluqm/environments/91gkc/assets/pmlsn",
- "action": "navigate",
- "template_version": "x85ez",
- "name": "ab",
- "start_time": null
}, - {
- "type": "wait",
- "name": "facilis"
}, - {
- "type": "workflow",
- "target": "/projects/rwofw/workflows/xobnr",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sint",
- "children": [
- {
- "type": "change",
- "target": "/projects/j1jls/environments/4s0fw/assets/kzjri",
- "action": "override",
- "template_version": "xbifj",
- "name": "voluptatem",
- "start_time": "2025-11-13T04:25:44Z"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/ul7xj/workflows/zmfvt",
- "version": 1,
- "name": "dolores",
- "start_time": "2025-11-13T04:25:44Z"
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "4ee36589-c98c-4073-935e-47b7eb6c309c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Delete or archive a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find WorkflowVersion"
}
}
]
}Endpoints to interact with properties.
Shows the current properties JSON and its version.
| properties_id required | string Example: 6b0d8ae3-bcfd-431d-b379-56fd6bbc8611 properties id |
{- "data": {
- "id": "e336557b-703a-4d9b-921c-51e7ed98430a",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:36.409260Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/e336557b-703a-4d9b-921c-51e7ed98430a",
- "current_version": "/api/properties/e336557b-703a-4d9b-921c-51e7ed98430a/versions/1",
- "versions": "/api/properties/e336557b-703a-4d9b-921c-51e7ed98430a/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: 6b0d8ae3-bcfd-431d-b379-56fd6bbc8611 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1
}
}
}{- "data": {
- "id": "e7d28410-ce67-405a-b454-278998cdc404",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-11-12T04:26:36.756819Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/e7d28410-ce67-405a-b454-278998cdc404",
- "current_version": "/api/properties/e7d28410-ce67-405a-b454-278998cdc404/versions/2",
- "versions": "/api/properties/e7d28410-ce67-405a-b454-278998cdc404/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: 6b0d8ae3-bcfd-431d-b379-56fd6bbc8611 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "e8ccbf6a-e36f-4b21-9240-fd405fec0d64",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-11-12T04:26:37.492508Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/e8ccbf6a-e36f-4b21-9240-fd405fec0d64",
- "current_version": "/api/properties/e8ccbf6a-e36f-4b21-9240-fd405fec0d64/versions/2",
- "versions": "/api/properties/e8ccbf6a-e36f-4b21-9240-fd405fec0d64/versions"
}
}
}Update a file property in the project, environment or asset properties.
| project_code required | string Example: opc project code |
| file_path | string (Path to write the file within /opt/opschain) |
| mode | string (Linux octal file mode) |
| format | string (Valid values are 'raw' (default), 'json' or 'base64') |
| replace_file | string (Replace the file property if it exists (default: false)) |
| secret_path | string (Path to write the secret key into) |
| secret_key | string |
| replace_secret | string (Replace the secret vault value if it exists (default: false)) |
| file | string <binary> File to use. The filename is ignored. |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="mode" 0600 ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file_path" /opt/opschain/sample.txt ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="format" raw ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="replace_file" true ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="sample.txt" content-type: text/plain content-length: 21 Sample file property ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "c36f99aa-beeb-410f-88d1-6e5b264db898",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "opschain": {
- "files": {
- "/opt/opschain/sample.txt": {
- "mode": "0600",
- "format": "raw",
- "content": "Sample file property\n"
}
}
}
}, - "version": 2,
- "created_at": "2025-11-12T04:26:38.019054Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/c36f99aa-beeb-410f-88d1-6e5b264db898",
- "current_version": "/api/properties/c36f99aa-beeb-410f-88d1-6e5b264db898/versions/2",
- "versions": "/api/properties/c36f99aa-beeb-410f-88d1-6e5b264db898/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: 6b0d8ae3-bcfd-431d-b379-56fd6bbc8611 properties id |
{- "data": [
- {
- "id": "dd1d7a44-89e1-4f92-8919-f9a6a4974468",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:38.226188Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "42194fdf-2604-4019-8bb7-94366d1c8d85",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/42194fdf-2604-4019-8bb7-94366d1c8d85"
}
}
}, - "links": {
- "versions": "/api/properties/42194fdf-2604-4019-8bb7-94366d1c8d85/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/42194fdf-2604-4019-8bb7-94366d1c8d85/versions/1"
}, - "meta": { }
}
]
}Shows the properties JSON for this properties version.
| properties_id required | string Example: 6b0d8ae3-bcfd-431d-b379-56fd6bbc8611 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "e528eb87-0d45-4ed5-baaf-47d9283eebb1",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:38.606442Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6f3106e7-cba9-45e8-af25-ee3f3883228a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6f3106e7-cba9-45e8-af25-ee3f3883228a"
}
}
}, - "links": {
- "versions": "/api/properties/6f3106e7-cba9-45e8-af25-ee3f3883228a/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/6f3106e7-cba9-45e8-af25-ee3f3883228a/versions/1"
}, - "meta": { }
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | |
| download | string Example: download=changes.csv Download changes in CSV format with the specified file name. The changes will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": [
- {
- "id": "bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "type": "change",
- "attributes": {
- "created_by": "davis",
- "name": "transmit",
- "action": "transmit",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "feed": "bypassing"
}, - "property_overrides": {
- "driver": "transmitting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2025-11-12T04:26:06.949228Z",
- "started_at": "2025-11-12T04:19:37.682045Z",
- "finished_at": "2025-11-12T04:22:20.202614Z",
- "updated_at": "2025-11-12T04:26:06.960973Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "c91ccc150de9189112f40f0ea237707140460635",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "48437da1-3590-4442-b559-2e38633a9c11",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/48437da1-3590-4442-b559-2e38633a9c11"
}
}, - "parents": {
- "data": [
- {
- "id": "b91cf0c5-3e9e-4eaa-9825-4c6d0c5bc2a0",
- "type": "project"
}, - {
- "id": "7ba0fc85-600c-4850-b472-c4904d282bf8",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "1d8db644-f3c2-470c-9bd7-2d3c40cf8539",
- "type": "step"
}, - "links": {
- "related": "/api/steps/1d8db644-f3c2-470c-9bd7-2d3c40cf8539"
}
}, - "steps": {
- "data": [
- {
- "id": "1d8db644-f3c2-470c-9bd7-2d3c40cf8539",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/953e4b9c-0e48-4127-af9d-6a54cf571f0e",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "log_lines": "/api/changes/bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "1d8db644-f3c2-470c-9bd7-2d3c40cf8539",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "transmit",
- "name": "transmit",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:18:37.682045Z",
- "started_at": "2025-11-12T04:19:37.682045Z",
- "finished_at": "2025-11-12T04:22:20.202614Z",
- "updated_at": "2025-11-12T04:26:06.960973Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "48437da1-3590-4442-b559-2e38633a9c11",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/48437da1-3590-4442-b559-2e38633a9c11"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "6ad351f8-5665-423f-b2da-7dd4cad6ed1f",
- "type": "properties_version"
}, - {
- "id": "bb5a573d-db86-4189-859c-6f733fe2c494",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "change": "/api/projects/opc/environments/dev/changes/bb47a18a-05c9-4e07-9a2a-d257bbb3dc9a",
- "log_lines": "/api/steps/1d8db644-f3c2-470c-9bd7-2d3c40cf8539/log_lines",
- "self": "/api/steps/1d8db644-f3c2-470c-9bd7-2d3c40cf8539"
}, - "meta": { }
}, - {
- "id": "b91cf0c5-3e9e-4eaa-9825-4c6d0c5bc2a0",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "patrick_schiller",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6746ef8f-31e8-4d89-8612-8cd983ab7606",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6746ef8f-31e8-4d89-8612-8cd983ab7606"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "fcf5d80a-023b-4352-bc51-cc7adec72070",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fcf5d80a-023b-4352-bc51-cc7adec72070"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "7ba0fc85-600c-4850-b472-c4904d282bf8",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "zella.upton"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6126fc28-bc32-4fb4-885a-80e2469eb1db",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6126fc28-bc32-4fb4-885a-80e2469eb1db"
}
}, - "parents": {
- "data": [
- {
- "id": "b91cf0c5-3e9e-4eaa-9825-4c6d0c5bc2a0",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "63874d2a-c522-4e53-8b8d-05ea906e61cc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/63874d2a-c522-4e53-8b8d-05ea906e61cc"
}
}, - "project": {
- "data": {
- "id": "b91cf0c5-3e9e-4eaa-9825-4c6d0c5bc2a0",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true
}
}Creates a change in a specific project, environment or asset.
Notes:
changes path
(e.g. POST to /api/projects/{project_code}/changes) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/changes)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "port": "connecting"
}, - "property_overrides": {
- "system": "transmitting"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "action": "synthesize",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "79d254bc-c2ec-4338-821b-b31dcddc9885",
- "type": "change",
- "attributes": {
- "created_by": "jarvis",
- "name": null,
- "action": "reboot",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "bandwidth": "calculating"
}, - "property_overrides": {
- "monitor": "transmitting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2025-11-12T04:26:07.751236Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:26:07.763313Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": "opschain"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "35185686-342b-4b7d-aeff-32e303a1bd16",
- "type": "project"
}, - {
- "id": "00979425-c841-4f63-99ab-01a81dee4217",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "6e346eb3-b3da-423c-8417-3b432c6c75b3",
- "type": "step"
}, - "links": {
- "related": "/api/steps/6e346eb3-b3da-423c-8417-3b432c6c75b3"
}
}, - "steps": {
- "data": [
- {
- "id": "6e346eb3-b3da-423c-8417-3b432c6c75b3",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/e0dcc113-92f0-4661-af7d-7638b607c767",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/79d254bc-c2ec-4338-821b-b31dcddc9885",
- "log_lines": "/api/changes/79d254bc-c2ec-4338-821b-b31dcddc9885/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "6e346eb3-b3da-423c-8417-3b432c6c75b3",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "opschain",
- "action": "reboot",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "79d254bc-c2ec-4338-821b-b31dcddc9885",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:26:07.755271Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:26:07.763313Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "79d254bc-c2ec-4338-821b-b31dcddc9885",
- "type": "change"
}
}, - "properties_versions": {
- "data": [ ]
}
}, - "links": {
- "parent": "/api/changes/79d254bc-c2ec-4338-821b-b31dcddc9885",
- "change": "/api/projects/opc/environments/dev/changes/79d254bc-c2ec-4338-821b-b31dcddc9885",
- "log_lines": "/api/steps/6e346eb3-b3da-423c-8417-3b432c6c75b3/log_lines",
- "self": "/api/steps/6e346eb3-b3da-423c-8417-3b432c6c75b3"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: 29497f10-3e8c-411e-8ece-33708a876ed3 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "463a598c-94db-449b-aa13-92d8e5bd3266",
- "type": "change",
- "attributes": {
- "created_by": "eloise",
- "name": "transmit",
- "action": "transmit",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "port": "generating"
}, - "property_overrides": {
- "sensor": "parsing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2025-11-12T04:26:08.465167Z",
- "started_at": "2025-11-12T04:16:18.441690Z",
- "finished_at": "2025-11-12T04:22:20.983946Z",
- "updated_at": "2025-11-12T04:26:08.487757Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "e434d40f682354ea6bd04520f2ef30e7c32f7bdc",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3f159c2e-7a64-47b1-8f7a-c53cb75271c6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3f159c2e-7a64-47b1-8f7a-c53cb75271c6"
}
}, - "parents": {
- "data": [
- {
- "id": "b0f9027a-ef57-4de5-8890-5cf87d16c789",
- "type": "project"
}, - {
- "id": "0b6e2501-c7e0-45a4-89d3-1751d2b49ff0",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "97dd40b2-8208-40da-beee-c0a78e1f2398",
- "type": "step"
}, - "links": {
- "related": "/api/steps/97dd40b2-8208-40da-beee-c0a78e1f2398"
}
}, - "steps": {
- "data": [
- {
- "id": "97dd40b2-8208-40da-beee-c0a78e1f2398",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/f1a91d4d-f2fb-4de0-a45e-eb9fadeef926",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/463a598c-94db-449b-aa13-92d8e5bd3266",
- "log_lines": "/api/changes/463a598c-94db-449b-aa13-92d8e5bd3266/log_lines"
}, - "meta": {
- "parallel_changes_allowed": true,
- "parallel_runs_of_same_change_allowed": false,
- "blocked_by_change_in_same_parent": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "97dd40b2-8208-40da-beee-c0a78e1f2398",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "transmit",
- "name": "transmit",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "463a598c-94db-449b-aa13-92d8e5bd3266",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:15:18.441690Z",
- "started_at": "2025-11-12T04:16:18.441690Z",
- "finished_at": "2025-11-12T04:22:20.983946Z",
- "updated_at": "2025-11-12T04:26:08.487757Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3f159c2e-7a64-47b1-8f7a-c53cb75271c6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3f159c2e-7a64-47b1-8f7a-c53cb75271c6"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "463a598c-94db-449b-aa13-92d8e5bd3266",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "41374d8b-e46a-4713-a1e7-eb78c385ad43",
- "type": "properties_version"
}, - {
- "id": "638104a5-24ab-47c6-aeea-ef9d80934cbc",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/463a598c-94db-449b-aa13-92d8e5bd3266",
- "change": "/api/projects/opc/environments/dev/changes/463a598c-94db-449b-aa13-92d8e5bd3266",
- "log_lines": "/api/steps/97dd40b2-8208-40da-beee-c0a78e1f2398/log_lines",
- "self": "/api/steps/97dd40b2-8208-40da-beee-c0a78e1f2398"
}, - "meta": { }
}, - {
- "id": "b0f9027a-ef57-4de5-8890-5cf87d16c789",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "nubia.weimann",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "36fda1a8-5611-4af0-a6d8-36a5ace5f3e6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/36fda1a8-5611-4af0-a6d8-36a5ace5f3e6"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "0f242486-d988-4afa-936b-96a604dacf0e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0f242486-d988-4afa-936b-96a604dacf0e"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "0b6e2501-c7e0-45a4-89d3-1751d2b49ff0",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "joleen"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3969eedf-7189-42b2-b21e-83c1042b45d9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3969eedf-7189-42b2-b21e-83c1042b45d9"
}
}, - "parents": {
- "data": [
- {
- "id": "b0f9027a-ef57-4de5-8890-5cf87d16c789",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c74f915a-6d1e-4f30-89a7-860551cf9a32",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c74f915a-6d1e-4f30-89a7-860551cf9a32"
}
}, - "project": {
- "data": {
- "id": "b0f9027a-ef57-4de5-8890-5cf87d16c789",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Cancels a change.
| change_id required | string Example: 29497f10-3e8c-411e-8ece-33708a876ed3 change id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Change"
}
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": [
- {
- "id": "29f70a1c-56ae-4924-a251-ce3586d162c8",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "tyron",
- "cron_schedule": "25 9 4 6 2",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "matrix": "quantifying"
}, - "property_overrides": {
- "bandwidth": "programming"
}, - "created_at": "2025-11-12T04:25:56.295556Z",
- "updated_at": "2025-11-12T04:25:56.295556Z",
- "next_run_at": "2026-06-01T23:25:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "reboot",
- "new_commits_only": false,
- "git_rev": "wireless",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "c3c16209-4a5e-4480-a35e-bc2b6d656dcf",
- "type": "project"
}, - {
- "id": "b27070b8-7612-445e-8f0d-cb80fb46b47e",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/99e704af-51d2-4060-89c7-52430890d1cd",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/29f70a1c-56ae-4924-a251-ce3586d162c8"
}
}, - {
- "id": "d8ce49a6-fde3-4074-9ba9-6e1e5bad6524",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "rusty",
- "cron_schedule": "45 14 1 5 0",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "transmitter": "navigating"
}, - "property_overrides": {
- "program": "transmitting"
}, - "created_at": "2025-11-12T04:25:56.684713Z",
- "updated_at": "2025-11-12T04:25:56.684713Z",
- "next_run_at": "2026-05-01T04:45:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "c3c16209-4a5e-4480-a35e-bc2b6d656dcf",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/d8ce49a6-fde3-4074-9ba9-6e1e5bad6524",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "c3c16209-4a5e-4480-a35e-bc2b6d656dcf",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "dorethea",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "90a94eb4-4063-41db-9ebd-0ef19ed3588b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/90a94eb4-4063-41db-9ebd-0ef19ed3588b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "6123c521-ccd9-4110-9036-a1c2adf7a96e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6123c521-ccd9-4110-9036-a1c2adf7a96e"
}
}, - "children": {
- "data": [
- {
- "id": "b27070b8-7612-445e-8f0d-cb80fb46b47e",
- "type": "environment"
}, - {
- "id": "f2dff6a4-65f4-4005-806b-b71c9d5856a3",
- "type": "asset"
}, - {
- "id": "3661d987-dc55-4ece-99a4-504fe8870e11",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "b27070b8-7612-445e-8f0d-cb80fb46b47e",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "herschel"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1d244eec-15c1-44eb-9c6a-144f6a505738",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1d244eec-15c1-44eb-9c6a-144f6a505738"
}
}, - "parents": {
- "data": [
- {
- "id": "c3c16209-4a5e-4480-a35e-bc2b6d656dcf",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c9cd3e86-8c8b-41ab-b146-01fd728cc693",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c9cd3e86-8c8b-41ab-b146-01fd728cc693"
}
}, - "project": {
- "data": {
- "id": "c3c16209-4a5e-4480-a35e-bc2b6d656dcf",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "26 1 4 8 1",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "monitor": "backing up"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "alarm": "bypassing"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "85f03d88-1647-4209-a87e-9550ab5de841",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "dave.baumbach",
- "cron_schedule": "34 16 16 7 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "microchip": "navigating"
}, - "property_overrides": {
- "hard drive": "quantifying"
}, - "created_at": "2025-11-12T04:25:57.645504Z",
- "updated_at": "2025-11-12T04:25:57.645504Z",
- "next_run_at": "2026-07-16T06:34:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "open-source",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "836c51e4-04f9-45f3-957c-29052b8043be",
- "type": "project"
}, - {
- "id": "95a8f3b0-3a05-4c4e-839e-821952c5de64",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/ba9f937e-d7fa-4250-b863-410e95a79495",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/85f03d88-1647-4209-a87e-9550ab5de841"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 09ab8e56-23ec-4cdf-9a97-17a9fd5d8eb9 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "c2f66c9b-457a-4f0a-b2fc-d7a82c014e83",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "felicita",
- "cron_schedule": "17 9 21 9 5",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "panel": "bypassing"
}, - "property_overrides": {
- "panel": "indexing"
}, - "created_at": "2025-11-12T04:25:58.505703Z",
- "updated_at": "2025-11-12T04:25:58.505703Z",
- "next_run_at": "2026-09-03T23:17:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "bypass",
- "new_commits_only": true,
- "git_rev": "solid-state",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "365eaa94-1545-4fa4-babf-6851f9df8068",
- "type": "project"
}, - {
- "id": "f9bee8fe-c47f-4640-bb2a-0a566b3d0da6",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/48480f17-0861-40b3-b903-7b8605c2efce",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/c2f66c9b-457a-4f0a-b2fc-d7a82c014e83"
}
}, - "included": [
- {
- "id": "365eaa94-1545-4fa4-babf-6851f9df8068",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "jamar",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "37b5d219-e1d1-4d5a-a73e-cc05220eb575",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/37b5d219-e1d1-4d5a-a73e-cc05220eb575"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "de7f4882-0cdf-4f04-b0f8-541b5afc04e0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/de7f4882-0cdf-4f04-b0f8-541b5afc04e0"
}
}, - "children": {
- "data": [
- {
- "id": "f9bee8fe-c47f-4640-bb2a-0a566b3d0da6",
- "type": "environment"
}, - {
- "id": "1b29a560-1ac0-48c0-abec-9c11e745c681",
- "type": "asset"
}, - {
- "id": "764bb0a8-4874-4fd7-be51-9d176b851a41",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "f9bee8fe-c47f-4640-bb2a-0a566b3d0da6",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "stefan_abshire"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ef02f1fe-3d5b-465e-8ed5-5b3411572b8a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ef02f1fe-3d5b-465e-8ed5-5b3411572b8a"
}
}, - "parents": {
- "data": [
- {
- "id": "365eaa94-1545-4fa4-babf-6851f9df8068",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2f681b61-da4d-4fae-ae29-1eb4e1f5071f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2f681b61-da4d-4fae-ae29-1eb4e1f5071f"
}
}, - "project": {
- "data": {
- "id": "365eaa94-1545-4fa4-babf-6851f9df8068",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.| scheduled_change_id required | string Example: 09ab8e56-23ec-4cdf-9a97-17a9fd5d8eb9 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "44 3 1 5 *",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "interface": "navigating"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "pixel": "transmitting"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "e73ad93f-cfc9-4ce6-af54-35527c1350d6",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "fabian",
- "cron_schedule": "7 10 9 5 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "card": "transmitting"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "created_at": "2025-11-12T04:25:59.807531Z",
- "updated_at": "2025-11-12T04:26:00.223298Z",
- "next_run_at": "2026-05-06T00:07:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": true,
- "git_rev": "redundant",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "d448fe00-0393-4cef-96f6-98ea2389473a",
- "type": "project"
}, - {
- "id": "7cf742a8-ce40-4e52-9345-59586bcec795",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/e456574d-60b4-499b-9d6d-e7839eb278e4",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/e73ad93f-cfc9-4ce6-af54-35527c1350d6"
}
}
}Delete a scheduled activity.
| scheduled_change_id required | string Example: 09ab8e56-23ec-4cdf-9a97-17a9fd5d8eb9 scheduled change id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find BaseScheduledActivity"
}
}
]
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "2563b517-4186-4709-8487-5a5e151cc9c7",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "index",
- "name": "index",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "cf2fef2c-06af-42ca-a5bd-26522fff1b76",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:16:45.420511Z",
- "started_at": "2025-11-12T04:17:45.420511Z",
- "finished_at": "2025-11-12T04:18:23.219431Z",
- "updated_at": "2025-11-12T04:26:44.204389Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "eafa2364-4ce3-4da8-b9ab-ce5266c5653b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/eafa2364-4ce3-4da8-b9ab-ce5266c5653b"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "cf2fef2c-06af-42ca-a5bd-26522fff1b76",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "8e9e27d1-c803-49dc-9f5b-b0a7084dd648",
- "type": "properties_version"
}, - {
- "id": "45a54fbd-0d66-4b5b-ba17-2f9bf1c3190a",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/cf2fef2c-06af-42ca-a5bd-26522fff1b76",
- "change": "/api/projects/opc/environments/dev/changes/cf2fef2c-06af-42ca-a5bd-26522fff1b76",
- "log_lines": "/api/steps/2563b517-4186-4709-8487-5a5e151cc9c7/log_lines",
- "self": "/api/steps/2563b517-4186-4709-8487-5a5e151cc9c7"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 3f05f4fd-43e8-48d0-9039-3b6911f17bcf step id |
{- "data": {
- "id": "ab7d29a6-1c61-44db-a371-947651a54e7f",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "hack",
- "name": "hack",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "8d2a0133-9f21-4af2-87e2-733690144759",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:19:28.518632Z",
- "started_at": "2025-11-12T04:20:28.518632Z",
- "finished_at": "2025-11-12T04:21:48.499374Z",
- "updated_at": "2025-11-12T04:26:44.660045Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "32c415bb-06b5-43d2-98f7-726c63160c65",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/32c415bb-06b5-43d2-98f7-726c63160c65"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "8d2a0133-9f21-4af2-87e2-733690144759",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "cd209626-972c-4c14-a0a6-728f33eac22d",
- "type": "properties_version"
}, - {
- "id": "4ee6fcc0-a96c-442e-806d-6e9a8c353e23",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/8d2a0133-9f21-4af2-87e2-733690144759",
- "change": "/api/projects/opc/environments/dev/changes/8d2a0133-9f21-4af2-87e2-733690144759",
- "log_lines": "/api/steps/ab7d29a6-1c61-44db-a371-947651a54e7f/log_lines",
- "self": "/api/steps/ab7d29a6-1c61-44db-a371-947651a54e7f"
}, - "meta": {
- "converge_errors": {
- "base": [
- "Failed to merge the \"hack\" step's properties due to: failed to resolve path '/opt/opschain/opschain_project_git_repos/test/b885caea-fd9c-459a-9e42-c6667ff86ea9/6248254c-631c-4348-a2e0-e56c1b2e2eaa': No such file or directory"
]
}
}
}, - "included": [
- {
- "id": "cd209626-972c-4c14-a0a6-728f33eac22d",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:44.382468Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ef7a952c-0f34-4060-9314-46cfccc5e87a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ef7a952c-0f34-4060-9314-46cfccc5e87a"
}
}
}, - "links": {
- "versions": "/api/properties/ef7a952c-0f34-4060-9314-46cfccc5e87a/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/ef7a952c-0f34-4060-9314-46cfccc5e87a/versions/1"
}, - "meta": { }
}, - {
- "id": "4ee6fcc0-a96c-442e-806d-6e9a8c353e23",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-11-12T04:26:44.447422Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c97f6bfd-c3d0-4f8a-94be-ed55cb02cabd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c97f6bfd-c3d0-4f8a-94be-ed55cb02cabd"
}
}
}, - "links": {
- "versions": "/api/properties/c97f6bfd-c3d0-4f8a-94be-ed55cb02cabd/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/c97f6bfd-c3d0-4f8a-94be-ed55cb02cabd/versions/1"
}, - "meta": { }
}, - {
- "id": "32c415bb-06b5-43d2-98f7-726c63160c65",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-11-12T04:26:44.644797Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/ab7d29a6-1c61-44db-a371-947651a54e7f"
}
}
}, - "links": {
- "self": "/api/properties/32c415bb-06b5-43d2-98f7-726c63160c65",
- "current_version": "/api/properties/32c415bb-06b5-43d2-98f7-726c63160c65/versions/1",
- "versions": "/api/properties/32c415bb-06b5-43d2-98f7-726c63160c65/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 3f05f4fd-43e8-48d0-9039-3b6911f17bcf step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "0544a28b-041c-4502-bfb9-2bf84746886d",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "program",
- "name": "program",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "cee4ca4f-cff9-415d-8053-7a11bef4cf66",
- "skip_on_retry": true,
- "created_at": "2025-11-12T04:18:38.827908Z",
- "started_at": "2025-11-12T04:19:38.827908Z",
- "finished_at": "2025-11-12T04:24:51.815577Z",
- "updated_at": "2025-11-12T04:26:45.675839Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "73ea4292-90c6-46ac-b296-813ebd7bc23a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/73ea4292-90c6-46ac-b296-813ebd7bc23a"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "cee4ca4f-cff9-415d-8053-7a11bef4cf66",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "43e5f20e-65b5-44df-9ae4-e5b119aaae57",
- "type": "properties_version"
}, - {
- "id": "e72d37ef-7556-4e30-9a7d-09a7bafd7b3c",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/cee4ca4f-cff9-415d-8053-7a11bef4cf66",
- "change": "/api/projects/opc/environments/dev/changes/cee4ca4f-cff9-415d-8053-7a11bef4cf66",
- "log_lines": "/api/steps/0544a28b-041c-4502-bfb9-2bf84746886d/log_lines",
- "self": "/api/steps/0544a28b-041c-4502-bfb9-2bf84746886d"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: b2f5a63d-81a8-4dbf-abf6-1637f736fd7c step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "a0dfb7f0-5294-43cd-a56a-9562f453a7fa",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "alberto",
- "message": null
}
], - "requires_approval_from": null,
- "action": "compress",
- "name": "compress",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "8e7025f6-aa01-47b3-8f46-02c77cce7cd7",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:18:20.010641Z",
- "started_at": "2025-11-12T04:19:20.010641Z",
- "finished_at": "2025-11-12T04:26:47.877211Z",
- "updated_at": "2025-11-12T04:26:47.910104Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a2ec8146-7760-4ea1-8fe0-631e5cb2704f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a2ec8146-7760-4ea1-8fe0-631e5cb2704f"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "8e7025f6-aa01-47b3-8f46-02c77cce7cd7",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "7d942f2c-9bfa-4514-9feb-772b884b7420",
- "type": "properties_version"
}, - {
- "id": "be7c03a1-6158-4aa0-876a-cc174a05625a",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/8e7025f6-aa01-47b3-8f46-02c77cce7cd7",
- "change": "/api/projects/opc/environments/dev/changes/8e7025f6-aa01-47b3-8f46-02c77cce7cd7",
- "log_lines": "/api/steps/a0dfb7f0-5294-43cd-a56a-9562f453a7fa/log_lines",
- "self": "/api/steps/a0dfb7f0-5294-43cd-a56a-9562f453a7fa"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: b2f5a63d-81a8-4dbf-abf6-1637f736fd7c step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "6f911e03-bcaf-48b8-95b7-ba08ffdf8b57",
- "type": "step",
- "attributes": {
- "approved_by": [
- {
- "username": "andrea.bauch",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "generate",
- "name": "generate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "9668be29-10cd-4f62-a2fd-200431904d59",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:20:37.458103Z",
- "started_at": "2025-11-12T04:21:37.458103Z",
- "finished_at": null,
- "updated_at": "2025-11-12T04:26:49.061119Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6564dc8d-df9b-4013-a431-9b2577f0469e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6564dc8d-df9b-4013-a431-9b2577f0469e"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9668be29-10cd-4f62-a2fd-200431904d59",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "214d9d6d-43b7-4d93-ac32-0894887b15c7",
- "type": "properties_version"
}, - {
- "id": "edefcd16-275a-464e-a8e5-0f9ae59a8d4b",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/9668be29-10cd-4f62-a2fd-200431904d59",
- "change": "/api/projects/opc/environments/dev/changes/9668be29-10cd-4f62-a2fd-200431904d59",
- "log_lines": "/api/steps/6f911e03-bcaf-48b8-95b7-ba08ffdf8b57/log_lines",
- "self": "/api/steps/6f911e03-bcaf-48b8-95b7-ba08ffdf8b57"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: b2f5a63d-81a8-4dbf-abf6-1637f736fd7c step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "97beaab1-68eb-43dc-b9c0-2f9e69f9a981",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "hye",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "bypass",
- "name": "bypass",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "515caad2-785b-4dbb-ae98-667e21f7e63c",
- "skip_on_retry": false,
- "created_at": "2025-11-12T04:17:08.859326Z",
- "started_at": "2025-11-12T04:18:08.859326Z",
- "finished_at": "2025-11-12T04:26:50.552636Z",
- "updated_at": "2025-11-12T04:26:50.558692Z",
- "status_code": "rejected"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9e7f925f-a356-4e4b-bbf1-0d1f6269305a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9e7f925f-a356-4e4b-bbf1-0d1f6269305a"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "515caad2-785b-4dbb-ae98-667e21f7e63c",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "a1c9906f-f2e1-4b24-926e-dd711b597c37",
- "type": "properties_version"
}, - {
- "id": "8e148428-7184-4e01-9207-73fdcf589576",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/515caad2-785b-4dbb-ae98-667e21f7e63c",
- "change": "/api/projects/opc/environments/dev/changes/515caad2-785b-4dbb-ae98-667e21f7e63c",
- "log_lines": "/api/steps/97beaab1-68eb-43dc-b9c0-2f9e69f9a981/log_lines",
- "self": "/api/steps/97beaab1-68eb-43dc-b9c0-2f9e69f9a981"
}, - "meta": { }
}
}List the log lines for a change.
| change_id required | string Example: 29497f10-3e8c-411e-8ece-33708a876ed3 |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "ccade421-252f-465f-bb44-aa77f89f83c8",
- "type": "log_line",
- "attributes": {
- "message": "Cupiditate odio voluptas in.",
- "category": "action",
- "change_id": "1a78fbbd-b3f3-4d80-8695-7d7261fa814c",
- "step_id": "d34da3b0-a359-474a-bb71-94a3cb2fbe31",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 3f05f4fd-43e8-48d0-9039-3b6911f17bcf |
| filter[<query/sort filter>]= | |
| download | string Example: download=step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "d9efed97-cd1a-4a48-8979-6bbcfc7efb1a",
- "type": "log_line",
- "attributes": {
- "message": "Alias recusandae placeat quasi.",
- "category": "action",
- "change_id": "4ac8815d-44c9-465e-87f0-99866f191bc5",
- "step_id": "0658aef9-8a42-4d68-9521-ed98db8d5447",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f33bacf6-2983-4cc5-a635-37622cb22c97",
- "type": "log_line",
- "attributes": {
- "message": "Quia aut praesentium vel.",
- "category": "action",
- "change_id": "b17aed8c-807f-4f61-9920-4d03d1e783d9",
- "step_id": "727c2005-2b6f-4494-82d4-abc1ae189c75",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the workflow run log lines for a workflow run.
| workflow_run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_run.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "289857f1-e4cb-4149-8aa1-9527eef9cb4a",
- "type": "log_line",
- "attributes": {
- "message": "Enim aut voluptas sint.",
- "category": "action",
- "workflow_run_id": "dd73f2a4-789d-4598-9b24-32371ecc844f",
- "workflow_step_id": "03aca688-3c71-4eb8-a60a-aeb3ce036a82",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: 459b5f03-4e7b-4073-be4c-380d6055c0c6 |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f15adfaf-3cc4-44b6-a05b-0f0a58c0e84f",
- "type": "log_line",
- "attributes": {
- "message": "Similique rerum aut quidem.",
- "category": "action",
- "workflow_run_id": "7c27ae0c-dd2f-43cd-825a-7d579e76980e",
- "workflow_step_id": "e212406b-3031-4c4a-a828-2af3d72fe677",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of workflow run log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "0d30a943-512a-4c62-a077-dccc1951d99a",
- "type": "log_line",
- "attributes": {
- "message": "Autem veniam deserunt alias.",
- "category": "action",
- "workflow_run_id": "546e8529-0c91-4a00-8db4-2a3e068477c3",
- "workflow_step_id": "2f4ca577-438a-408e-96db-a5e0e381398f",
- "logged_at": "2025-11-11T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.{- "data": [
- {
- "id": "e5fc7249-ea7d-43a4-bcbb-be42b75bdef9",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "2c2f6c1f-9b14-45ab-8a1b-161870975136",
- "name": "fugit",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "11963690-634f-4381-acd7-e603d1a11261",
- "name": "cupiditate",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "5734768e-badb-40af-89c4-748deb6c3972",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/cvcwp/environments/bzwgq/assets/alrjj"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "782fb406-9e21-489a-91d3-0a9d75fb7ad3",
- "name": "connect",
- "type": "workflow_change_step",
- "action": "connect",
- "target": "/projects/gxv5g/environments/7drsd/assets/f647g"
}, - {
- "id": "525e6ad8-f7dd-4a51-baa9-6ed6b2767724",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "46d721c9-2881-4e8d-b053-01215038183e",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/zvtjz/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "2.5.1",
- "Span": "6.4",
- "Alpha": "0.39",
- "Bitchip": "3.1.2",
- "Fintone": "4.15",
- "Redhold": "7.4.8",
- "Sonsing": "1.87",
- "Alphazap": "9.6",
- "Home Ing": "4.1.1"
}, - "created_by": "patsy.heathcote",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-11-12T04:27:05.561411Z",
- "started_at": "2025-11-12T04:21:55.260608Z",
- "finished_at": "2025-11-12T04:23:41.103008Z",
- "updated_at": "2025-11-12T04:27:05.570633Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "6868be10-6915-4f12-a97f-107fdb8d984e",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "b8a4f5e9-f3a6-4c41-8bb1-6dc785e3f4cb",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "2c2f6c1f-9b14-45ab-8a1b-161870975136",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "46d721c9-2881-4e8d-b053-01215038183e",
- "type": "workflow_workflow_step"
}, - {
- "id": "525e6ad8-f7dd-4a51-baa9-6ed6b2767724",
- "type": "workflow_wait_step"
}, - {
- "id": "782fb406-9e21-489a-91d3-0a9d75fb7ad3",
- "type": "workflow_change_step"
}, - {
- "id": "5734768e-badb-40af-89c4-748deb6c3972",
- "type": "workflow_change_step"
}, - {
- "id": "11963690-634f-4381-acd7-e603d1a11261",
- "type": "workflow_noop_step"
}, - {
- "id": "2c2f6c1f-9b14-45ab-8a1b-161870975136",
- "type": "workflow_noop_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/e5fc7249-ea7d-43a4-bcbb-be42b75bdef9",
- "log_lines": "/api/workflow_runs/e5fc7249-ea7d-43a4-bcbb-be42b75bdef9/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "6868be10-6915-4f12-a97f-107fdb8d984e",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "lorean.fadel",
- "created_at": "2025-11-12T04:27:05.519226Z",
- "updated_at": "2025-11-12T04:27:05.540875Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "cda56e00-ff5e-4862-aabd-136d82d10228",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets",
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "6abdb091-5e44-4bc8-88d8-629f5065f671",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "81617135-e020-4c1c-b316-c5153deaf565",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "terri_denesik",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:07.436133Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:07.446458Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "44bada22-0547-48aa-8469-ddfe60e5a5b1",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "6a743b68-8dd1-42a9-a8e2-1dc701c3fd7b",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "81617135-e020-4c1c-b316-c5153deaf565",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "81617135-e020-4c1c-b316-c5153deaf565",
- "type": "workflow_noop_step"
}, - {
- "id": "8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671",
- "log_lines": "/api/workflow_runs/6abdb091-5e44-4bc8-88d8-629f5065f671/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "44bada22-0547-48aa-8469-ddfe60e5a5b1",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "kevin",
- "created_at": "2025-11-12T04:27:06.647254Z",
- "updated_at": "2025-11-12T04:27:06.671049Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "474445cf-2007-416f-b3b8-1fec90a0252a",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "1db9f7ae-7e7e-42a6-a2b3-6e8c5e59611a",
- "node_type": "asset",
- "parent_id": "1db9f7ae-7e7e-42a6-a2b3-6e8c5e59611a",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-11-12T04:27:06.525Z",
- "updated_at": "2025-11-12T04:27:06.525Z",
- "project_type": null,
- "template_version_id": "16fb2fb1-3f29-4ccb-955a-55321ee2f819",
- "created_by": "jamison"
}, - "action_template_version": {
- "id": "16fb2fb1-3f29-4ccb-955a-55321ee2f819",
- "commit_id": "f7f7f0c0-e79d-41b7-a3fd-e6f9b96df8cb",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-11-12T04:27:06.480Z",
- "updated_at": "2025-11-12T04:27:06.480Z",
- "state": "ready",
- "created_by": "hilton",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "f31cb5b0-23fc-449d-967f-b0384b0061d9"
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1db9f7ae-7e7e-42a6-a2b3-6e8c5e59611a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "81617135-e020-4c1c-b316-c5153deaf565",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "terri_denesik",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:07.439265Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:07.446458Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6abdb091-5e44-4bc8-88d8-629f5065f671",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671/steps/81617135-e020-4c1c-b316-c5153deaf565",
- "log_lines": "/api/workflow_steps/81617135-e020-4c1c-b316-c5153deaf565/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671"
}
}, - {
- "id": "8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "terri_denesik",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:07.453397Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:07.462267Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "474445cf-2007-416f-b3b8-1fec90a0252a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "16fb2fb1-3f29-4ccb-955a-55321ee2f819",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6abdb091-5e44-4bc8-88d8-629f5065f671",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671/steps/8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a",
- "log_lines": "/api/workflow_steps/8dbd8abb-237a-4d0c-a9a3-f2a63dd1f88a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671/steps/81617135-e020-4c1c-b316-c5153deaf565",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6abdb091-5e44-4bc8-88d8-629f5065f671"
}
}
]
}Shows a workflow run.
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
{- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "b20542bd-2020-4639-ba62-7572808bbd26",
- "name": "voluptatibus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "name": "ratione",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "264379f1-9b42-4419-bfd6-1e584b43634d",
- "name": "reboot",
- "type": "workflow_change_step",
- "action": "reboot",
- "target": "/projects/1e6fr/environments/zneet/assets/io6qw"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "277f0ddc-a15f-45ba-9f35-4fe0f93f503a",
- "name": "override",
- "type": "workflow_change_step",
- "action": "override",
- "target": "/projects/2mz8y/environments/0pciz/assets/stgn8"
}, - {
- "id": "6391221c-d23c-4c3d-b8a1-4098af035cf6",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "a3a5655f-6376-4800-919c-9b8850ed9ed0",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/zx7yy/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Rank": "1.20",
- "Alpha": "0.28",
- "Bigtax": "6.9.0",
- "Namfix": "6.81",
- "Veribet": "1.61",
- "Bytecard": "0.5.6",
- "Domainer": "5.1.4",
- "Greenlam": "9.4",
- "Tres-Zap": "9.15",
- "Cardguard": "7.6"
}, - "created_by": "thomasina",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-11-12T04:27:10.319225Z",
- "started_at": "2025-11-12T04:17:43.413586Z",
- "finished_at": "2025-11-12T04:25:20.500351Z",
- "updated_at": "2025-11-12T04:27:10.326821Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "00246fd8-b9ae-4c18-b171-9c8bd4c87678",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "9770aee1-4a0c-4790-a124-df90b07d7892",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "b20542bd-2020-4639-ba62-7572808bbd26",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "type": "workflow_noop_step"
}, - {
- "id": "264379f1-9b42-4419-bfd6-1e584b43634d",
- "type": "workflow_change_step"
}, - {
- "id": "277f0ddc-a15f-45ba-9f35-4fe0f93f503a",
- "type": "workflow_change_step"
}, - {
- "id": "b20542bd-2020-4639-ba62-7572808bbd26",
- "type": "workflow_noop_step"
}, - {
- "id": "6391221c-d23c-4c3d-b8a1-4098af035cf6",
- "type": "workflow_wait_step"
}, - {
- "id": "a3a5655f-6376-4800-919c-9b8850ed9ed0",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "log_lines": "/api/workflow_runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "00246fd8-b9ae-4c18-b171-9c8bd4c87678",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "elodia_dooley",
- "created_at": "2025-11-12T04:27:10.282826Z",
- "updated_at": "2025-11-12T04:27:10.302601Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "9b9b547b-d325-4ef9-87fa-8b495505eff4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "thomasina",
- "name": "ratione",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-11-12T04:27:10.330786Z",
- "started_at": "2025-11-12T04:27:10.561272Z",
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:10.568850Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "264379f1-9b42-4419-bfd6-1e584b43634d",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "log_lines": "/api/workflow_steps/7fda50a2-02cf-4e99-863c-ea7953a79b59/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/b20542bd-2020-4639-ba62-7572808bbd26",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}, - {
- "id": "264379f1-9b42-4419-bfd6-1e584b43634d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "thomasina",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:10.574431Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:10.580807Z",
- "action": "reboot",
- "property_overrides": {
- "array": "indexing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "da6dfd2c-db2b-497e-a3b6-612f429e85d1",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "54112a78-2ac7-4f44-9b78-e816b0cd29ed",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/264379f1-9b42-4419-bfd6-1e584b43634d",
- "log_lines": "/api/workflow_steps/264379f1-9b42-4419-bfd6-1e584b43634d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}, - {
- "id": "277f0ddc-a15f-45ba-9f35-4fe0f93f503a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "thomasina",
- "name": "override",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:10.787829Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:10.794491Z",
- "action": "override",
- "property_overrides": {
- "alarm": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "2ac3ecff-36cc-4640-8f0a-dc420f0c940a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "069b6d07-a9f8-4478-9910-ade041223a37",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/277f0ddc-a15f-45ba-9f35-4fe0f93f503a",
- "log_lines": "/api/workflow_steps/277f0ddc-a15f-45ba-9f35-4fe0f93f503a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/b20542bd-2020-4639-ba62-7572808bbd26",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}, - {
- "id": "b20542bd-2020-4639-ba62-7572808bbd26",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "thomasina",
- "name": "voluptatibus",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:27:10.321553Z",
- "started_at": "2025-11-12T04:17:43.413586Z",
- "finished_at": "2025-11-12T04:25:20.500351Z",
- "updated_at": "2025-11-12T04:27:10.326821Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "7fda50a2-02cf-4e99-863c-ea7953a79b59",
- "type": "workflow_noop_step"
}, - {
- "id": "277f0ddc-a15f-45ba-9f35-4fe0f93f503a",
- "type": "workflow_change_step"
}, - {
- "id": "6391221c-d23c-4c3d-b8a1-4098af035cf6",
- "type": "workflow_wait_step"
}, - {
- "id": "a3a5655f-6376-4800-919c-9b8850ed9ed0",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/b20542bd-2020-4639-ba62-7572808bbd26",
- "log_lines": "/api/workflow_steps/b20542bd-2020-4639-ba62-7572808bbd26/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}, - {
- "id": "6391221c-d23c-4c3d-b8a1-4098af035cf6",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "thomasina",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:10.802958Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:10.809103Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/6391221c-d23c-4c3d-b8a1-4098af035cf6",
- "log_lines": "/api/workflow_steps/6391221c-d23c-4c3d-b8a1-4098af035cf6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/b20542bd-2020-4639-ba62-7572808bbd26",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}, - {
- "id": "a3a5655f-6376-4800-919c-9b8850ed9ed0",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "thomasina",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:10.917581Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:10.924187Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "6c82bf4d-7626-4189-98b8-9a1795d3fbdc",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "fce192f7-ee31-43d4-9efc-3d5a1e1eb06b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/a3a5655f-6376-4800-919c-9b8850ed9ed0",
- "log_lines": "/api/workflow_steps/a3a5655f-6376-4800-919c-9b8850ed9ed0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b/steps/b20542bd-2020-4639-ba62-7572808bbd26",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fce192f7-ee31-43d4-9efc-3d5a1e1eb06b"
}
}
]
}Cancels a workflow run.
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "ac29c141-0d97-4095-80fb-8611bc82a0de",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "77ba1014-39c8-4d2c-8761-d8ff0d1c5a0d",
- "name": "qui",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "060762e7-f2f7-466d-8556-06d0e65dab01",
- "name": "nesciunt",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "ba7d27d8-12ca-4769-bb35-852b670e3bf3",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/vppuo/environments/n0s8g/assets/irasa"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "5c03d02f-702d-4dac-a362-95abb4526713",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/yz5qu/environments/dufj8/assets/tddbr"
}, - {
- "id": "f159d415-1927-43d4-a6cb-9116f571695e",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "b7009484-ed7e-495f-b9d7-15e073347104",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/0e19u/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Rank": "0.58",
- "Stim": "0.5.8",
- "Temp": "7.7.6",
- "Bamity": "0.92",
- "Keylex": "0.9.1",
- "Lotlux": "6.87",
- "Namfix": "0.76",
- "Vagram": "0.7.9",
- "Konklux": "3.8",
- "Transcof": "3.29"
}, - "created_by": "nicola_rosenbaum",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-11-12T04:27:14.859909Z",
- "started_at": "2025-11-12T04:20:22.723823Z",
- "finished_at": "2025-11-12T04:23:55.577952Z",
- "updated_at": "2025-11-12T04:27:14.869999Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "53eeb896-d958-4b09-a263-0c4814ed40fd",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "99935cbe-0630-42b3-ab66-3613811ad2f1",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "77ba1014-39c8-4d2c-8761-d8ff0d1c5a0d",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "060762e7-f2f7-466d-8556-06d0e65dab01",
- "type": "workflow_noop_step"
}, - {
- "id": "ba7d27d8-12ca-4769-bb35-852b670e3bf3",
- "type": "workflow_change_step"
}, - {
- "id": "5c03d02f-702d-4dac-a362-95abb4526713",
- "type": "workflow_change_step"
}, - {
- "id": "77ba1014-39c8-4d2c-8761-d8ff0d1c5a0d",
- "type": "workflow_noop_step"
}, - {
- "id": "f159d415-1927-43d4-a6cb-9116f571695e",
- "type": "workflow_wait_step"
}, - {
- "id": "b7009484-ed7e-495f-b9d7-15e073347104",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/ac29c141-0d97-4095-80fb-8611bc82a0de",
- "log_lines": "/api/workflow_runs/ac29c141-0d97-4095-80fb-8611bc82a0de/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "53eeb896-d958-4b09-a263-0c4814ed40fd",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "mindy",
- "created_at": "2025-11-12T04:27:14.823788Z",
- "updated_at": "2025-11-12T04:27:14.842502Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "28be4032-0b99-4d94-89e1-20e79dca2030",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "e7e580f0-3aab-4f21-888b-bb92bc4359e6",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "9cfc64dc-291c-4a55-9da8-14b88c0b0d17",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "arletha",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:17.735819Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:17.743612Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "4907eb34-336a-440e-b8a8-3285d247335f",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "bee03bb6-af9f-48ad-90c3-620cfb9f27ee",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "type": "workflow_noop_step"
}, - {
- "id": "9cfc64dc-291c-4a55-9da8-14b88c0b0d17",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6",
- "log_lines": "/api/workflow_runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "4907eb34-336a-440e-b8a8-3285d247335f",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "maria",
- "created_at": "2025-11-12T04:27:17.013031Z",
- "updated_at": "2025-11-12T04:27:17.033709Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "567fd7b1-1f15-40cb-9167-22ea345b8567",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "fa73b0be-5607-4b5b-be88-b1711a41907e",
- "node_type": "asset",
- "parent_id": "fa73b0be-5607-4b5b-be88-b1711a41907e",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-11-12T04:27:16.905Z",
- "updated_at": "2025-11-12T04:27:16.905Z",
- "project_type": null,
- "template_version_id": "b234e83b-cd53-4e15-8a26-4611875e59c7",
- "created_by": "michaela_rau"
}, - "action_template_version": {
- "id": "b234e83b-cd53-4e15-8a26-4611875e59c7",
- "commit_id": "abaa1937-99ac-47bc-bb01-ee4dacf42473",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-11-12T04:27:16.871Z",
- "updated_at": "2025-11-12T04:27:16.871Z",
- "state": "ready",
- "created_by": "talisha",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "c27825f3-caad-4325-91fe-4471f128cebc"
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "fa73b0be-5607-4b5b-be88-b1711a41907e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "arletha",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:17.737942Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:17.743612Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e7e580f0-3aab-4f21-888b-bb92bc4359e6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "9cfc64dc-291c-4a55-9da8-14b88c0b0d17",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6/steps/d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "log_lines": "/api/workflow_steps/d8fddb78-32f3-4d8e-aaa6-4f047f073bb5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6"
}
}, - {
- "id": "9cfc64dc-291c-4a55-9da8-14b88c0b0d17",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "arletha",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:17.748258Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:17.754509Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "567fd7b1-1f15-40cb-9167-22ea345b8567",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b234e83b-cd53-4e15-8a26-4611875e59c7",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e7e580f0-3aab-4f21-888b-bb92bc4359e6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6/steps/9cfc64dc-291c-4a55-9da8-14b88c0b0d17",
- "log_lines": "/api/workflow_steps/9cfc64dc-291c-4a55-9da8-14b88c0b0d17/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6/steps/d8fddb78-32f3-4d8e-aaa6-4f047f073bb5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e7e580f0-3aab-4f21-888b-bb92bc4359e6"
}
}
]
}Shows a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
{- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "name": "quasi",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "name": "alias",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "af12264a-7160-4ea7-937f-c70bfebecb39",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/djksf/environments/knpka/assets/necri"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "3a9544b4-c059-42a8-983a-ef4232cfc4e9",
- "name": "index",
- "type": "workflow_change_step",
- "action": "index",
- "target": "/projects/dsiod/environments/zgeiz/assets/pty8y"
}, - {
- "id": "72733119-4629-409e-8581-b6ff13a36eb9",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "77df01ad-001c-4340-b0e6-d0ffba203e6b",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/cveaf/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "8.7.7",
- "Keylex": "0.91",
- "Namfix": "8.3",
- "Vagram": "0.19",
- "Y-find": "9.4",
- "Cardify": "1.1",
- "Fintone": "0.13",
- "Redhold": "4.3",
- "Sonsing": "8.7.4"
}, - "created_by": "chana",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-11-12T04:27:21.087196Z",
- "started_at": "2025-11-12T04:19:38.840952Z",
- "finished_at": "2025-11-12T04:23:53.666731Z",
- "updated_at": "2025-11-12T04:27:21.096630Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "77fcad80-1e6c-4ca8-843f-a99eced61cf6",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "36552781-ce7d-4fed-b2f0-39a493b7618b",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "type": "workflow_noop_step"
}, - {
- "id": "af12264a-7160-4ea7-937f-c70bfebecb39",
- "type": "workflow_change_step"
}, - {
- "id": "087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "type": "workflow_noop_step"
}, - {
- "id": "3a9544b4-c059-42a8-983a-ef4232cfc4e9",
- "type": "workflow_change_step"
}, - {
- "id": "72733119-4629-409e-8581-b6ff13a36eb9",
- "type": "workflow_wait_step"
}, - {
- "id": "77df01ad-001c-4340-b0e6-d0ffba203e6b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "log_lines": "/api/workflow_runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "77fcad80-1e6c-4ca8-843f-a99eced61cf6",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "berry",
- "created_at": "2025-11-12T04:27:21.042881Z",
- "updated_at": "2025-11-12T04:27:21.061804Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "641270f9-c945-4b97-94ad-4a66cb102196",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "chana",
- "name": "alias",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-11-12T04:27:21.101916Z",
- "started_at": "2025-11-12T04:27:21.348213Z",
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:21.355147Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "af12264a-7160-4ea7-937f-c70bfebecb39",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "log_lines": "/api/workflow_steps/e44f077b-b68e-48c6-b891-ec1f06dda1e1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}, - {
- "id": "af12264a-7160-4ea7-937f-c70bfebecb39",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "chana",
- "name": "generate",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:21.360290Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:21.365886Z",
- "action": "generate",
- "property_overrides": {
- "hard drive": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "69737e2c-6f62-4315-9e55-3429022bbae2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "69429922-0b12-4a8e-a61e-8c669347c2bf",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/af12264a-7160-4ea7-937f-c70bfebecb39",
- "log_lines": "/api/workflow_steps/af12264a-7160-4ea7-937f-c70bfebecb39/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}, - {
- "id": "087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "chana",
- "name": "quasi",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:27:21.090665Z",
- "started_at": "2025-11-12T04:19:38.840952Z",
- "finished_at": "2025-11-12T04:23:53.666731Z",
- "updated_at": "2025-11-12T04:27:21.096630Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "e44f077b-b68e-48c6-b891-ec1f06dda1e1",
- "type": "workflow_noop_step"
}, - {
- "id": "3a9544b4-c059-42a8-983a-ef4232cfc4e9",
- "type": "workflow_change_step"
}, - {
- "id": "72733119-4629-409e-8581-b6ff13a36eb9",
- "type": "workflow_wait_step"
}, - {
- "id": "77df01ad-001c-4340-b0e6-d0ffba203e6b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "log_lines": "/api/workflow_steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}, - {
- "id": "3a9544b4-c059-42a8-983a-ef4232cfc4e9",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "chana",
- "name": "index",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:21.586911Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:21.594610Z",
- "action": "index",
- "property_overrides": {
- "sensor": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "83daca41-292c-4366-a26b-da746f65abc2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "57485c39-9dd3-492c-93df-915252c4ec58",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/3a9544b4-c059-42a8-983a-ef4232cfc4e9",
- "log_lines": "/api/workflow_steps/3a9544b4-c059-42a8-983a-ef4232cfc4e9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}, - {
- "id": "72733119-4629-409e-8581-b6ff13a36eb9",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "chana",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:21.603718Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:21.610697Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/72733119-4629-409e-8581-b6ff13a36eb9",
- "log_lines": "/api/workflow_steps/72733119-4629-409e-8581-b6ff13a36eb9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}, - {
- "id": "77df01ad-001c-4340-b0e6-d0ffba203e6b",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "chana",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:21.715796Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:21.721555Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "c669cf0b-189f-44e3-a614-0549617e40d7",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/77df01ad-001c-4340-b0e6-d0ffba203e6b",
- "log_lines": "/api/workflow_steps/77df01ad-001c-4340-b0e6-d0ffba203e6b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d/steps/087f0c44-54c9-4ce0-b0c5-94ed196faf79",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7c5f9d7f-c3bf-4cb5-9c53-c61b6febcb5d"
}
}
]
}Cancels a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}{- "data": [
- {
- "id": "63b5960e-2867-4586-aeb7-3f08adf70a75",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "alvina",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-11-12T04:19:17.305623Z",
- "started_at": "2025-11-12T04:20:17.305623Z",
- "finished_at": "2025-11-12T04:23:58.635435Z",
- "updated_at": "2025-11-12T04:27:29.262151Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/63b5960e-2867-4586-aeb7-3f08adf70a75",
- "log_lines": "/api/workflow_steps/63b5960e-2867-4586-aeb7-3f08adf70a75/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "quia",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:27:28.267846Z",
- "started_at": "2025-11-12T04:19:34.603799Z",
- "finished_at": "2025-11-12T04:25:47.134022Z",
- "updated_at": "2025-11-12T04:27:28.274573Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "63b5960e-2867-4586-aeb7-3f08adf70a75",
- "type": "workflow_wait_step"
}, - {
- "id": "530216c2-c5ab-44bd-add0-c29bb0a2575a",
- "type": "workflow_noop_step"
}, - {
- "id": "cef37a88-8c7b-4b47-ac5c-143a583a9c6d",
- "type": "workflow_change_step"
}, - {
- "id": "3a1719d4-7446-43e1-9706-0edf8c58bab1",
- "type": "workflow_wait_step"
}, - {
- "id": "56c928cf-66f1-4a97-ae30-e36b5c160473",
- "type": "workflow_workflow_step"
}, - {
- "id": "8d770665-da33-4b10-a671-bef17a6b6dd6",
- "type": "workflow_change_step"
}, - {
- "id": "1f37b44a-c708-4b51-a44f-9d072f6b33a0",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "log_lines": "/api/workflow_steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "530216c2-c5ab-44bd-add0-c29bb0a2575a",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "alvina",
- "name": "perspiciatis",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-11-12T04:27:28.279291Z",
- "started_at": "2025-11-12T04:27:28.544897Z",
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:28.553331Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "24c57705-1a14-4677-9ddd-63c5112c53c7",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/530216c2-c5ab-44bd-add0-c29bb0a2575a",
- "log_lines": "/api/workflow_steps/530216c2-c5ab-44bd-add0-c29bb0a2575a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "24c57705-1a14-4677-9ddd-63c5112c53c7",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "index",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:28.559070Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:28.565697Z",
- "action": "index",
- "property_overrides": {
- "bandwidth": "indexing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "265e965a-9d2f-44cb-9aa8-60a05eb18a83",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "15ffeb01-a48b-48db-ab46-3f02e7f8a47f",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/24c57705-1a14-4677-9ddd-63c5112c53c7",
- "log_lines": "/api/workflow_steps/24c57705-1a14-4677-9ddd-63c5112c53c7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/530216c2-c5ab-44bd-add0-c29bb0a2575a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "cef37a88-8c7b-4b47-ac5c-143a583a9c6d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "synthesize",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:28.810594Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:28.820751Z",
- "action": "synthesize",
- "property_overrides": {
- "hard drive": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "64731b0a-dd12-4d54-9ac6-644d36956f57",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c9df560d-d220-4ec0-9e6e-f596effe109a",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/cef37a88-8c7b-4b47-ac5c-143a583a9c6d",
- "log_lines": "/api/workflow_steps/cef37a88-8c7b-4b47-ac5c-143a583a9c6d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "3a1719d4-7446-43e1-9706-0edf8c58bab1",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "alvina",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:28.830225Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:28.838516Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/3a1719d4-7446-43e1-9706-0edf8c58bab1",
- "log_lines": "/api/workflow_steps/3a1719d4-7446-43e1-9706-0edf8c58bab1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "56c928cf-66f1-4a97-ae30-e36b5c160473",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:28.962839Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:28.970848Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "88039638-38d1-4072-961c-7976dec2b1dc",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/56c928cf-66f1-4a97-ae30-e36b5c160473",
- "log_lines": "/api/workflow_steps/56c928cf-66f1-4a97-ae30-e36b5c160473/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "8d770665-da33-4b10-a671-bef17a6b6dd6",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "back_up",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:29.237082Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:29.244557Z",
- "action": "back_up",
- "property_overrides": {
- "transmitter": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "0a458338-8fe5-4890-9ca4-bc267bebce18",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d75e4d07-2dbd-48f8-8c2e-924fa2219c93",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/8d770665-da33-4b10-a671-bef17a6b6dd6",
- "log_lines": "/api/workflow_steps/8d770665-da33-4b10-a671-bef17a6b6dd6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}, - {
- "id": "1f37b44a-c708-4b51-a44f-9d072f6b33a0",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "alvina",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:29.271794Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:29.279428Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "88039638-38d1-4072-961c-7976dec2b1dc",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/1f37b44a-c708-4b51-a44f-9d072f6b33a0",
- "log_lines": "/api/workflow_steps/1f37b44a-c708-4b51-a44f-9d072f6b33a0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109/steps/2dff70ea-1189-42ca-b601-fe8e67c9ef0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a7d8ea40-9a93-4e2b-ba9a-5dd0030ca109"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: c169f746-74e3-4ab7-b6ba-60074311633c workflow step id |
{- "data": {
- "id": "ef6b0bed-86cd-4248-afe1-fefef39c9c3c",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kalyn",
- "name": "est",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:27:29.919096Z",
- "started_at": "2025-11-12T04:20:22.255926Z",
- "finished_at": "2025-11-12T04:24:41.406558Z",
- "updated_at": "2025-11-12T04:27:29.925632Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b8d8a228-7dc4-4b16-a519-03e6fbe3c33d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "fab866a2-4fdb-4e9a-bfe5-162e6c693929",
- "type": "workflow_wait_step"
}, - {
- "id": "1a549254-19fb-433a-8366-708ff2792471",
- "type": "workflow_noop_step"
}, - {
- "id": "fbe488a8-b78e-4c7c-abcc-f06af9a128aa",
- "type": "workflow_change_step"
}, - {
- "id": "0f79ccc7-9a99-43e3-9cf5-fcd12b73038f",
- "type": "workflow_wait_step"
}, - {
- "id": "b3f42c36-0e85-4bb6-8ee5-9a32b030c06f",
- "type": "workflow_workflow_step"
}, - {
- "id": "b04b3353-4860-4d37-a5d6-4136e238530a",
- "type": "workflow_change_step"
}, - {
- "id": "06da0a84-ca62-45f7-b339-8c6fc7ee1252",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b8d8a228-7dc4-4b16-a519-03e6fbe3c33d/steps/ef6b0bed-86cd-4248-afe1-fefef39c9c3c",
- "log_lines": "/api/workflow_steps/ef6b0bed-86cd-4248-afe1-fefef39c9c3c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b8d8a228-7dc4-4b16-a519-03e6fbe3c33d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b8d8a228-7dc4-4b16-a519-03e6fbe3c33d"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: c169f746-74e3-4ab7-b6ba-60074311633c workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "7bc4a630-eb9c-43fd-bbaf-6ebbc91c239f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "florentino_yundt",
- "name": "index",
- "skip_on_retry": true,
- "notifications": { },
- "status_code": "error",
- "created_at": "2025-11-12T04:27:33.830185Z",
- "started_at": "2025-11-12T04:27:33.878454Z",
- "finished_at": "2025-11-12T04:28:33.878465Z",
- "updated_at": "2025-11-12T04:27:33.930194Z",
- "action": "index",
- "property_overrides": {
- "circuit": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1e99aa34-c8a5-428b-891e-3ea7dd71dcee",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "4470ef16-9a1b-45de-b520-235ad216b4dc",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0683160c-bee3-4413-bfb9-70f773067e05",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0683160c-bee3-4413-bfb9-70f773067e05/steps/7bc4a630-eb9c-43fd-bbaf-6ebbc91c239f",
- "log_lines": "/api/workflow_steps/7bc4a630-eb9c-43fd-bbaf-6ebbc91c239f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0683160c-bee3-4413-bfb9-70f773067e05/steps/61b0b7a9-c317-4849-b18b-74c8f4ef4e30",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0683160c-bee3-4413-bfb9-70f773067e05"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| step_id required | string Example: b02917ea-a9df-4d02-8162-ca1f0e8bfb87 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "a8e006bd-cf27-4e60-8c29-637a4a6417d7",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "nery",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "julie.damore",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-11-12T04:17:03.933457Z",
- "started_at": "2025-11-12T04:18:03.933457Z",
- "finished_at": "2025-11-12T04:27:37.722096Z",
- "updated_at": "2025-11-12T04:27:37.741025Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "fbf50c75-701b-4d95-b73a-729af33353ff",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/fbf50c75-701b-4d95-b73a-729af33353ff/steps/a8e006bd-cf27-4e60-8c29-637a4a6417d7",
- "log_lines": "/api/workflow_steps/a8e006bd-cf27-4e60-8c29-637a4a6417d7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/fbf50c75-701b-4d95-b73a-729af33353ff/steps/6bd45b71-c4a3-4a88-b434-459bcedc1844",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/fbf50c75-701b-4d95-b73a-729af33353ff"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| step_id required | string Example: 88de0661-0ff1-45a2-ab3f-810b13dd9bad workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "1141c45e-815d-4a8c-85f6-41bab7376865",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "donnell.rutherford",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "sol",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "approved",
- "created_at": "2025-11-12T04:19:42.507274Z",
- "started_at": "2025-11-12T04:20:42.507274Z",
- "finished_at": "2025-11-12T04:27:41.902028Z",
- "updated_at": "2025-11-12T04:27:49.571747Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "54c73e87-2452-4a44-83e8-103380785bdd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/54c73e87-2452-4a44-83e8-103380785bdd/steps/1141c45e-815d-4a8c-85f6-41bab7376865",
- "log_lines": "/api/workflow_steps/1141c45e-815d-4a8c-85f6-41bab7376865/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/54c73e87-2452-4a44-83e8-103380785bdd/steps/06215cca-9d19-4e40-8338-064ef61ee290",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/54c73e87-2452-4a44-83e8-103380785bdd"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 56697bc8-f737-4603-8c2a-6e6f8d0c63a6 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "e15a811c-87bb-4b94-9a8e-600ea45749f2",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "loyd",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "necole",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "rejected",
- "created_at": "2025-11-12T04:18:05.344320Z",
- "started_at": "2025-11-12T04:19:05.344320Z",
- "finished_at": "2025-11-12T04:27:54.779902Z",
- "updated_at": "2025-11-12T04:27:54.784104Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d722fac0-9936-4201-a002-b8b4ad89dcee",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d722fac0-9936-4201-a002-b8b4ad89dcee/steps/e15a811c-87bb-4b94-9a8e-600ea45749f2",
- "log_lines": "/api/workflow_steps/e15a811c-87bb-4b94-9a8e-600ea45749f2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d722fac0-9936-4201-a002-b8b4ad89dcee/steps/819fd0e7-c7a5-431b-a9c2-fadb3c49f140",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d722fac0-9936-4201-a002-b8b4ad89dcee"
}
}
}Lists all steps in a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
{- "data": [
- {
- "id": "b1477524-1fbb-4112-8365-269c9c08f800",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "madalene",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-11-12T04:18:16.400010Z",
- "started_at": "2025-11-12T04:19:16.400010Z",
- "finished_at": "2025-11-12T04:22:52.335948Z",
- "updated_at": "2025-11-12T04:28:00.464101Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/b1477524-1fbb-4112-8365-269c9c08f800",
- "log_lines": "/api/workflow_steps/b1477524-1fbb-4112-8365-269c9c08f800/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "232096b2-779d-449f-9864-ba7fff0216ce",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "magnam",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:27:59.435220Z",
- "started_at": "2025-11-12T04:19:17.328996Z",
- "finished_at": "2025-11-12T04:25:19.758085Z",
- "updated_at": "2025-11-12T04:27:59.441628Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "b1477524-1fbb-4112-8365-269c9c08f800",
- "type": "workflow_wait_step"
}, - {
- "id": "2d4a3d92-57ab-4f57-8ae7-e2096702786f",
- "type": "workflow_noop_step"
}, - {
- "id": "0f66c430-4e60-456a-9885-ded102840be9",
- "type": "workflow_change_step"
}, - {
- "id": "bc51b9f6-7d05-48f8-8710-c55b8953de69",
- "type": "workflow_wait_step"
}, - {
- "id": "3ee98708-1b13-48a2-8470-1446f1dfbb4e",
- "type": "workflow_workflow_step"
}, - {
- "id": "934e52b0-5dbf-43bd-a2f1-5bbaba307f82",
- "type": "workflow_change_step"
}, - {
- "id": "0d366525-125d-4e77-ac20-65c680722326",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "log_lines": "/api/workflow_steps/232096b2-779d-449f-9864-ba7fff0216ce/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "2d4a3d92-57ab-4f57-8ae7-e2096702786f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "madalene",
- "name": "sit",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-11-12T04:27:59.446380Z",
- "started_at": "2025-11-12T04:27:59.770954Z",
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:59.780841Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "3b2cd683-1623-47f2-a83b-439fbce005b5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/2d4a3d92-57ab-4f57-8ae7-e2096702786f",
- "log_lines": "/api/workflow_steps/2d4a3d92-57ab-4f57-8ae7-e2096702786f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "3b2cd683-1623-47f2-a83b-439fbce005b5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "copy",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:27:59.787630Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:27:59.797454Z",
- "action": "copy",
- "property_overrides": {
- "array": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ae54e569-b326-4f32-ba51-d0303ee4c1ac",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c981b23f-c7cc-422e-a40c-b027958f161c",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/3b2cd683-1623-47f2-a83b-439fbce005b5",
- "log_lines": "/api/workflow_steps/3b2cd683-1623-47f2-a83b-439fbce005b5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/2d4a3d92-57ab-4f57-8ae7-e2096702786f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "0f66c430-4e60-456a-9885-ded102840be9",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "copy",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:28:00.059220Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:28:00.066417Z",
- "action": "copy",
- "property_overrides": {
- "capacitor": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "bb367700-4769-4c63-b88b-8c41e9f91de4",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "bd8452e9-6081-40ed-af7f-a583aa96db54",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/0f66c430-4e60-456a-9885-ded102840be9",
- "log_lines": "/api/workflow_steps/0f66c430-4e60-456a-9885-ded102840be9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "bc51b9f6-7d05-48f8-8710-c55b8953de69",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "madalene",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:28:00.075123Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:28:00.081442Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/bc51b9f6-7d05-48f8-8710-c55b8953de69",
- "log_lines": "/api/workflow_steps/bc51b9f6-7d05-48f8-8710-c55b8953de69/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "3ee98708-1b13-48a2-8470-1446f1dfbb4e",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:28:00.191384Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:28:00.198708Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "ccbb96d6-2458-4022-bc29-65bf57dd74e4",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/3ee98708-1b13-48a2-8470-1446f1dfbb4e",
- "log_lines": "/api/workflow_steps/3ee98708-1b13-48a2-8470-1446f1dfbb4e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "934e52b0-5dbf-43bd-a2f1-5bbaba307f82",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "compress",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:28:00.441628Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:28:00.448633Z",
- "action": "compress",
- "property_overrides": {
- "bus": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1e87e619-b928-497e-88ff-027416cceb62",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "97a34680-ade5-46cf-a720-9951d7bcee56",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/934e52b0-5dbf-43bd-a2f1-5bbaba307f82",
- "log_lines": "/api/workflow_steps/934e52b0-5dbf-43bd-a2f1-5bbaba307f82/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}, - {
- "id": "0d366525-125d-4e77-ac20-65c680722326",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "madalene",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-11-12T04:28:00.474880Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-11-12T04:28:00.481485Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "ccbb96d6-2458-4022-bc29-65bf57dd74e4",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "3af1f1d2-edb9-4327-9921-753ca99fb070",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/0d366525-125d-4e77-ac20-65c680722326",
- "log_lines": "/api/workflow_steps/0d366525-125d-4e77-ac20-65c680722326/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070/steps/232096b2-779d-449f-9864-ba7fff0216ce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3af1f1d2-edb9-4327-9921-753ca99fb070"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a step of a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
| step_id required | string Example: c169f746-74e3-4ab7-b6ba-60074311633c workflow step id |
{- "data": {
- "id": "45fa08ae-b35b-4009-b472-748d291d4b74",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "felipe",
- "name": "aut",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-11-12T04:28:02.264765Z",
- "started_at": "2025-11-12T04:21:22.877364Z",
- "finished_at": "2025-11-12T04:24:01.361928Z",
- "updated_at": "2025-11-12T04:28:02.269812Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "36420762-9d8b-4aea-bc87-a808a831f93c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "44dccdd8-25f8-49d2-81ab-e8a4d06ff18d",
- "type": "workflow_wait_step"
}, - {
- "id": "8c932e46-e830-40d8-a9b4-9e7c5eb18cd5",
- "type": "workflow_noop_step"
}, - {
- "id": "f7b227ff-f097-4cdd-bfbe-fd7ede8b70fe",
- "type": "workflow_change_step"
}, - {
- "id": "5562846c-ecec-47b0-8b55-4f9b350438b9",
- "type": "workflow_wait_step"
}, - {
- "id": "af901619-84f1-4132-a7f0-cc4b33201101",
- "type": "workflow_workflow_step"
}, - {
- "id": "a215d63d-5fda-4372-844b-09e55ef522ce",
- "type": "workflow_change_step"
}, - {
- "id": "9c86ffab-6355-424c-882a-44773e6c2f3b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/36420762-9d8b-4aea-bc87-a808a831f93c/steps/45fa08ae-b35b-4009-b472-748d291d4b74",
- "log_lines": "/api/workflow_steps/45fa08ae-b35b-4009-b472-748d291d4b74/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/36420762-9d8b-4aea-bc87-a808a831f93c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/36420762-9d8b-4aea-bc87-a808a831f93c"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
| step_id required | string Example: b02917ea-a9df-4d02-8162-ca1f0e8bfb87 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "7b52f7c4-b9b2-49b1-a300-2fafc2a0ff3b",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "theo.goldner",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "rod_nader",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-11-12T04:17:46.494065Z",
- "started_at": "2025-11-12T04:18:46.494065Z",
- "finished_at": "2025-11-12T04:28:07.536289Z",
- "updated_at": "2025-11-12T04:28:07.555876Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8077c627-2e98-4ecc-bc12-94c02aa3840b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8077c627-2e98-4ecc-bc12-94c02aa3840b/steps/7b52f7c4-b9b2-49b1-a300-2fafc2a0ff3b",
- "log_lines": "/api/workflow_steps/7b52f7c4-b9b2-49b1-a300-2fafc2a0ff3b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8077c627-2e98-4ecc-bc12-94c02aa3840b/steps/8e8a8251-62cb-463a-acac-27fb5e0c94a2",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8077c627-2e98-4ecc-bc12-94c02aa3840b"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
| step_id required | string Example: 88de0661-0ff1-45a2-ab3f-810b13dd9bad workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "fe6d0ab0-a7ba-41c2-8805-17b32ba7e9ee",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "laurence_maggio",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "maynard",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "approved",
- "created_at": "2025-11-12T04:21:11.821274Z",
- "started_at": "2025-11-12T04:22:11.821274Z",
- "finished_at": "2025-11-12T04:28:11.934823Z",
- "updated_at": "2025-11-12T04:28:19.823164Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f090eee7-9c0a-4eb8-b950-e1f6ef35be72",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f090eee7-9c0a-4eb8-b950-e1f6ef35be72/steps/fe6d0ab0-a7ba-41c2-8805-17b32ba7e9ee",
- "log_lines": "/api/workflow_steps/fe6d0ab0-a7ba-41c2-8805-17b32ba7e9ee/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f090eee7-9c0a-4eb8-b950-e1f6ef35be72/steps/50bc3433-fb62-48c8-aa45-0e92ec574436",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f090eee7-9c0a-4eb8-b950-e1f6ef35be72"
}
}
}Reject a workflow step that requires approval.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: cc936177-8e32-4c0d-9a3f-65f1c0a74f35 workflow run id |
| step_id required | string Example: 56697bc8-f737-4603-8c2a-6e6f8d0c63a6 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "f1ae7742-69b5-49ff-91d1-9baeadfbd23e",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "kristal",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "belinda",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "rejected",
- "created_at": "2025-11-12T04:18:26.941379Z",
- "started_at": "2025-11-12T04:19:26.941379Z",
- "finished_at": "2025-11-12T04:28:25.221235Z",
- "updated_at": "2025-11-12T04:28:25.225225Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b104759a-0a76-4508-a29d-b10a42c0ffd4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b104759a-0a76-4508-a29d-b10a42c0ffd4/steps/f1ae7742-69b5-49ff-91d1-9baeadfbd23e",
- "log_lines": "/api/workflow_steps/f1ae7742-69b5-49ff-91d1-9baeadfbd23e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b104759a-0a76-4508-a29d-b10a42c0ffd4/steps/ab526144-0d7e-496a-aeab-47c04ccd03ee",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b104759a-0a76-4508-a29d-b10a42c0ffd4"
}
}
}Endpoints to interact with events.
Lists all events.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 10 Example: limit=50 Limit the number of events returned |
{- "data": [
- {
- "id": "ae6a25c3-e071-49b2-bbaf-913f8af960c1",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "elnora",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-11-12T04:26:12.497637Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "588dab37-2672-4d5a-9d83-72b1bb41574a",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/ae6a25c3-e071-49b2-bbaf-913f8af960c1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Creates an event.
required | object |
{- "data": {
- "attributes": {
- "type": "custom event",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}{- "data": {
- "id": "05bcdcbb-46ec-4ce9-8a91-4679d867ec0f",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "sabra_kessler",
- "system": false,
- "type": "my event",
- "created_at": "2025-11-12T04:26:12.766928Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/05bcdcbb-46ec-4ce9-8a91-4679d867ec0f"
}
}
}Shows an event.
| event_id required | string Example: c5c39b1a-4402-4ad9-a79a-267de0409143 event id |
{- "data": {
- "id": "95a7e6c0-6373-4acd-bc34-8c28f1e0dbdc",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "vella_jaskolski",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-11-12T04:26:13.567652Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "d289e552-0613-4a7b-bb44-9aebfa9aba34",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/95a7e6c0-6373-4acd-bc34-8c28f1e0dbdc"
}
}
}Returns information about the jobs that are being processed by the OpsChain.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 100 Example: limit=50 Limit the number of jobs returned |
{- "data": [
- {
- "id": "179782",
- "type": "job",
- "attributes": {
- "priority": 45,
- "job_class": "ChangeJob",
- "error_count": 0,
- "last_error_message": null,
- "queue": "default",
- "last_error_backtrace": null,
- "args": "\"[]\"",
- "data": "\"{}\"",
- "kwargs": "\"{}\"",
- "maximum_retry_count": 0,
- "node_id": "1cb67b8b-bf67-4d43-9d52-4279f53a10d3",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2025-11-11T10:39:14.152625Z",
- "finished_at": "2025-11-12T04:26:20.403892Z",
- "expired_at": null
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 1
}
}Endpoints to interact with settings.
Shows the current settings.
| settings_id required | string Example: ffcd1134-b9e5-43d7-bddc-0fa66d66bc4a settings id |
{- "data": {
- "id": "f781dd1a-2064-4b1a-b0b3-beadc67cb23e",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-11-12T04:26:39.405003Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/f781dd1a-2064-4b1a-b0b3-beadc67cb23e",
- "current_version": "/api/settings/f781dd1a-2064-4b1a-b0b3-beadc67cb23e/versions/1",
- "versions": "/api/settings/f781dd1a-2064-4b1a-b0b3-beadc67cb23e/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: ffcd1134-b9e5-43d7-bddc-0fa66d66bc4a settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}, - "version": 1
}
}
}{- "data": {
- "id": "dcad96e8-476c-4b79-8315-ccdfb2a2c3ba",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}7f3TIhb0hK8AQPmOzHwJGQ=={/IV}UHqGiCP3550WyYUxFDNUyeA=="
}
]
}
}, - "version": 2,
- "created_at": "2025-11-12T04:26:39.866121Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/dcad96e8-476c-4b79-8315-ccdfb2a2c3ba",
- "current_version": "/api/settings/dcad96e8-476c-4b79-8315-ccdfb2a2c3ba/versions/2",
- "versions": "/api/settings/dcad96e8-476c-4b79-8315-ccdfb2a2c3ba/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: ffcd1134-b9e5-43d7-bddc-0fa66d66bc4a settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}
}
}
}{- "data": {
- "id": "15185ee6-ba25-405c-95c7-a2ec9623872e",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}lS621So+4cP9wQXFPEqlOQ=={/IV}UkUjtkf/aJ8BQYlp2da0Oww=="
}
]
}
}, - "version": 2,
- "created_at": "2025-11-12T04:26:40.824421Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/15185ee6-ba25-405c-95c7-a2ec9623872e",
- "current_version": "/api/settings/15185ee6-ba25-405c-95c7-a2ec9623872e/versions/2",
- "versions": "/api/settings/15185ee6-ba25-405c-95c7-a2ec9623872e/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: ffcd1134-b9e5-43d7-bddc-0fa66d66bc4a settings id |
{- "data": [
- {
- "id": "0790906b-da15-4d28-8a1c-3417adbfe663",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-11-12T04:26:41.301256Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "5e7b6906-232d-4572-99bf-3ab8e35dfa00",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5e7b6906-232d-4572-99bf-3ab8e35dfa00"
}
}
}, - "links": {
- "versions": "/api/settings/5e7b6906-232d-4572-99bf-3ab8e35dfa00/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/5e7b6906-232d-4572-99bf-3ab8e35dfa00/versions/1"
}
}
]
}Shows the settings values for this settings version.
| settings_id required | string Example: ffcd1134-b9e5-43d7-bddc-0fa66d66bc4a settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "ff0ac60e-a830-4c47-be89-dbbe8fdfb9e7",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-11-12T04:26:41.664210Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "9bea6d1b-c27c-4c66-8b7e-08c2d7778c87",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9bea6d1b-c27c-4c66-8b7e-08c2d7778c87"
}
}
}, - "links": {
- "versions": "/api/settings/9bea6d1b-c27c-4c66-8b7e-08c2d7778c87/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/9bea6d1b-c27c-4c66-8b7e-08c2d7778c87/versions/1"
}
}
}{- "data": [
- {
- "id": "db8b4683-5d66-4b8e-a4c2-a5fbc7f1c636",
- "type": "user",
- "attributes": {
- "username": "cecile",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "created_at": "2025-11-12T04:26:59.452056Z",
- "updated_at": "2025-11-12T04:26:59.452056Z"
}
}
]
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "5b04767f-0bca-46c2-9280-903abdd52d4c",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2025-11-12T04:25:41.073259Z",
- "values_to_decrypt": [
- "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
]
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}, - {
- "source": "secret-vault://csh/infrastructure/sshkeys/oci_new_key",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "secrets": {
- "global_decrypt": false,
- "global_encrypt": false
}
}
}
}
}{- "data": [
- {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2025-11-12T04:26:58.578850Z",
- "updated_at": "2025-11-12T04:26:58.578850Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string |
| file | string <binary> certificate file, the uploaded file's filename is used to name the new certificate |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" New certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "New certificate description",
- "created_at": "2025-11-12T04:26:58.717137Z",
- "updated_at": "2025-11-12T04:26:58.717137Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Shows a certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "data": {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2025-11-12T04:26:58.796001Z",
- "updated_at": "2025-11-12T04:26:58.796001Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Delete certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find Certificate"
}
}
]
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string |
| file | string <binary> certificate file (the filename is ignored) |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" Updated certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Updated certificate description",
- "created_at": "2025-11-12T04:26:59.356735Z",
- "updated_at": "2025-11-12T04:26:59.356735Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
{- "data": {
- "id": "47b02551-072d-4392-a08f-1a63bc6d0f63",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "ee28e86a-49c0-41d2-8322-4fcfff6449db",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ee28e86a-49c0-41d2-8322-4fcfff6449db"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/ee28e86a-49c0-41d2-8322-4fcfff6449db"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": false,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "settings": {
- "read": true,
- "update": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "ee28e86a-49c0-41d2-8322-4fcfff6449db",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000
}, - "auth_strategy": "ldap",
- "product_name": "OpsChain",
- "rails": {
- "env": "test",
- "log_level": "info",
- "max_threads": 5
}, - "server_timing": false,
- "build_service": {
- "host": "opschain-build-service",
- "port": 50000
}, - "pgdb": "opschain_test",
- "pguser": "{AES2}M83aNocDtR/h5e2xzDbCKg=={/IV}UzQ8P88XzpTGNq2In10wmYA==",
- "pgpassword": "{AES2}+JJzjbb4y4LsYhAJ9E3YdQ=={/IV}UZDjnJ9UCHrnfBD3lJhQLlw==",
- "pghost": "opschain-db",
- "pgport": 5432,
- "github": {
- "token": "{AES2}jH4azmlOCuuMO1HOdDqByg=={/IV}Ui/y0c1PQnV6lSd97SgHrcA==",
- "user": "{AES2}2LJ7GJ3QU0qPj4vsYib6BQ=={/IV}Uk6eVmBWVrDwi29/IctBjjw=="
}, - "docker": {
- "password": "{AES2}ScHkSJmHA0AOYHOS0BObrA=={/IV}UndH22c1VuRog3WgApUWUGQ==",
- "user": "{AES2}cIDO9qUaprjUtTkb3PuFDQ=={/IV}UnxhjEOPjsPmNL3D3gGdrSA=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}5NcKhNXiFqxQUZhkN5cV2Q=={/IV}UDXBt8/QmoHP+Oiv4eUZh0g==",
- "user": "{AES2}vbrrn38hOrood98mwgSk6g=={/IV}Uhnx9fkb0TBkcy4/wF7tRSw=="
}, - "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "enable_ssl": false,
- "hc_user": "healthcheck",
- "host": "opschain-ldap",
- "log_level": 1024,
- "password": "{AES2}g/8O2wP6DwP03WITZh9xHQ=={/IV}UdRG/BZrHbtm5DSRzuq/EiA==",
- "port": 389,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "organisation": "OpsChain",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "kubernetes_namespace": "opschain",
- "notifications": {
- "channels": [ ],
- "events": {
- "change": { },
- "workflow_run": { }
}
}, - "notifications_base_url": "",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "log_step_pod_events": false,
- "runner": {
- "node_selector": "{}",
- "name": "runner-enterprise",
- "image": "limepoint/opschain-runner-enterprise:local"
}, - "parallel_change_worker_steps": 5,
- "requires_approval_from": "",
- "threads_per_worker": 5,
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2025-11-12T04:26:51.913016Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/ee28e86a-49c0-41d2-8322-4fcfff6449db",
- "current_version": "/api/settings/ee28e86a-49c0-41d2-8322-4fcfff6449db/versions/1",
- "versions": "/api/settings/ee28e86a-49c0-41d2-8322-4fcfff6449db/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "17.2",
- "uptime": 778,
- "database_size": "11 MB",
- "events_table_size": "48 kB",
- "log_lines_table_size": "40 kB",
- "connections": {
- "active": 1,
- "idle": 1,
- "max_configured": 100
}, - "pod": {
- "name": "opschain-db-pod",
- "namespace": "opschain",
- "node": "node1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01",
- "state": "Running",
- "image": "opschain-db-image",
- "restart_count": 0,
- "pvc_name": "opschain-db-claim"
}
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}{- "data": [
- {
- "id": "opschain.limepoint.engineering",
- "type": "node_status",
- "attributes": {
- "name": "opschain.limepoint.engineering",
- "creation_timestamp": "2024-03-05T00:03:56Z",
- "kubelet_version": "v1.29.6+k3s2",
- "container_runtime_version": "docker://24.0.2",
- "os": "linux",
- "os_image": "Fedora Linux 36 (Server Edition)",
- "architecture": "amd64",
- "roles": [
- "control-plane",
- "master"
], - "metrics": {
- "cpu": "100m",
- "memory": "100Mi"
}, - "conditions": [
- {
- "type": "MemoryPressure",
- "status": "False",
- "reason": "KubeletHasSufficientMemory",
- "message": "kubelet has sufficient memory available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "DiskPressure",
- "status": "False",
- "reason": "KubeletHasNoDiskPressure",
- "message": "kubelet has no disk pressure",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "PIDPressure",
- "status": "False",
- "reason": "KubeletHasSufficientPID",
- "message": "kubelet has sufficient PID available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "Ready",
- "status": "True",
- "reason": "KubeletReady",
- "message": "kubelet is posting ready status",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}
], - "capacity": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "103757316Ki"
}, - "allocatable": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "100935116926"
}, - "images": [
- {
- "names": [
- "registry.local.gd:3443/opschain/runner@sha256:256",
- "registry.local.gd:3443/opschain/runner:01234-id"
], - "size_bytes": 2615498231
}
]
}
}
]
}Returns the status of the OpsChain queues and details about their jobs.
{- "data": [
- {
- "id": "default",
- "type": "queue_status",
- "attributes": {
- "name": "default",
- "summary": {
- "total": 10,
- "running": 2,
- "failed": 1,
- "scheduled": 3,
- "finished": 4,
- "pending": 1
}, - "jobs": [
- {
- "job_class": "ChangeJob",
- "total": 5,
- "running": 1,
- "failed": 1,
- "scheduled": 2,
- "finished": 3,
- "pending": 0,
- "next_run_at": "2025-11-12T16:25:47.182+11:00",
- "last_run_at": "2025-11-12T14:25:47.182+11:00",
- "highest_error_count": 2,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it."
}, - {
- "job_class": "DataCleanupJob",
- "total": 5,
- "running": 0,
- "failed": 0,
- "scheduled": 0,
- "finished": 0,
- "pending": 0,
- "next_run_at": "2025-11-12T16:25:47.182+11:00",
- "last_run_at": "2025-11-12T13:25:47.182+11:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of all the OpsChain API workers in the configured namespace.
{- "data": [
- {
- "id": "opschain-api-worker-1",
- "type": "worker",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-api-worker-image",
- "restart_count": 0
}
}
]
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "e5deb381-a871-44be-9d33-68c566580d14",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "monitor",
- "enabled": true,
- "created_by": "melinda_grimes",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "filters": {
- "changes": {
- "created_at_lt": "2025-11-05T04:26:10.155Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-11-12T04:26:10.157974Z",
- "updated_at": "2025-11-12T04:26:10.157974Z",
- "next_run_at": "2025-11-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/e5deb381-a871-44be-9d33-68c566580d14"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Notes:
cron_schedule or run_at fields must be provided.filters field are changes, events, jobs, and workflow_runs. Each of these can have ransack filters for the specific type they refer to.
IMPORTANT: If no filters are provided for a data type, the cleanup will remove all data that matches the node paths.node_paths field is an array of strings. Each string is a path to a node. The path must start with /projects and only contain forward slashes, lowercase letters, numbers and underscores, and optionally a single "%" at the end.
Use the % wildcard to include all nodes under a specific node or node-type, note that this will apply the cleanup to all nodes that are yet to be created, as long as they match the path.required | object |
{- "data": {
- "attributes": {
- "name": "Will run once at 1am on 1st January 2020",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "cron_schedule": "2 1 22 5 5",
- "run_at": "2020-01-01 01:00:00 UTC",
- "end_at": null,
- "maximum_run_count": null,
- "repeat": false
}
}
}{- "data": {
- "id": "0e12f206-f5b0-4381-9ae9-d72898144e74",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "monitor",
- "enabled": true,
- "created_by": "dorie",
- "cron_schedule": "17 14 24 12 4",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": false,
- "filters": { },
- "node_paths": [ ],
- "run_count": 0,
- "created_at": "2025-11-12T04:26:10.440094Z",
- "updated_at": "2025-11-12T04:26:10.440094Z",
- "next_run_at": "2025-12-04T03:17:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/0e12f206-f5b0-4381-9ae9-d72898144e74"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: cc678ad7-550d-4216-a686-c8f200be390e data cleanup definition id |
{- "data": {
- "id": "94d66de8-a7ca-42dd-a818-17cdbb665aff",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "program",
- "enabled": true,
- "created_by": "lazaro_trantow",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "filters": {
- "changes": {
- "created_at_lt": "2025-11-05T04:26:10.875Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-11-12T04:26:10.877885Z",
- "updated_at": "2025-11-12T04:26:10.877885Z",
- "next_run_at": "2025-11-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/94d66de8-a7ca-42dd-a818-17cdbb665aff"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: cc678ad7-550d-4216-a686-c8f200be390e data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "cron_schedule": "52 0 2 2 0",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true
}
}
}{- "data": {
- "id": "3d072d1e-6faa-4d71-a5b7-480cd1af2283",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "ninfa_wunsch",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": true,
- "filters": {
- "changes": {
- "created_at_lt": "2025-11-05T04:26:11.346Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-11-12T04:26:11.349022Z",
- "updated_at": "2025-11-12T04:26:11.389547Z",
- "next_run_at": "2025-11-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/3d072d1e-6faa-4d71-a5b7-480cd1af2283"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Delete a data cleanup definition.
| data_cleanup_definition_id required | string Example: cc678ad7-550d-4216-a686-c8f200be390e data cleanup definition id |
{- "errors": [
- {
- "status": 404,
- "title": "Active Record - Record Not Found",
- "meta": {
- "message": "Couldn't find DataCleanupDefinition"
}
}
]
}