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": "9b2308b9-62c6-4242-b4a1-cd4e25cdaadc",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "royce.herzog",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "68b7af70-b312-4308-8fb8-2cd98001a321",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/68b7af70-b312-4308-8fb8-2cd98001a321"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "9f1cbf7b-761f-4f68-85c8-d41a20ed97c8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9f1cbf7b-761f-4f68-85c8-d41a20ed97c8"
}
}, - "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "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": "b375bf59-8dc5-4809-932d-19f295d27d0d",
- "type": "project",
- "attributes": {
- "code": "etco2",
- "name": "perferendis568",
- "description": "Minus sint beatae est.",
- "archived": false,
- "created_by": "errol.mckenzie",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "55dce2ec-42df-4056-aa5b-a20bef15ed92",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/55dce2ec-42df-4056-aa5b-a20bef15ed92"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "f70558d1-ae4a-497f-a708-e56ed8f79338",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f70558d1-ae4a-497f-a708-e56ed8f79338"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/etco2",
- "bookmarks": "/api/projects/etco2/bookmarks",
- "git_remotes": "/api/projects/etco2/git_remotes",
- "environments": "/api/projects/etco2/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": "5b1573b5-1ee9-434e-8b28-3d1125d2ffde",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "kyle",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b668e35b-4c74-45d1-96c1-ea4f8a11e108",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b668e35b-4c74-45d1-96c1-ea4f8a11e108"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a69ba0e4-bded-4a20-947f-786f425fb56b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a69ba0e4-bded-4a20-947f-786f425fb56b"
}
}, - "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "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": "a4ca1c96-3335-4054-b987-2e5a078c3784",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "dolores577",
- "description": "Rem beatae nobis quisquam.",
- "archived": true,
- "created_by": "alyssa",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cf19d10d-18d8-4145-a487-4c9767d617c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cf19d10d-18d8-4145-a487-4c9767d617c4"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "898da963-7f7a-4c92-a943-255e1cb2fb87",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/898da963-7f7a-4c92-a943-255e1cb2fb87"
}
}, - "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": "7a2d652a-102f-43c8-a908-fdef075a8711",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "valerie"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "73684696-17e1-4a06-ad29-b9296cac08e7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/73684696-17e1-4a06-ad29-b9296cac08e7"
}
}, - "parents": {
- "data": [
- {
- "id": "51ef82e3-3b5d-4a27-8230-dd32c3ad3b4c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "dc4fbc62-5639-4891-8ad1-93d080aa6809",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dc4fbc62-5639-4891-8ad1-93d080aa6809"
}
}, - "project": {
- "data": {
- "id": "51ef82e3-3b5d-4a27-8230-dd32c3ad3b4c",
- "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": "494a0199-7088-4a8a-9ff0-031b048c3320",
- "type": "environment",
- "attributes": {
- "code": "wewey",
- "name": "modi500",
- "description": "Est ut rerum corrupti.",
- "archived": false,
- "created_by": "carey_hermiston"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f5c1422b-02b8-4971-894f-43186aa2bae8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f5c1422b-02b8-4971-894f-43186aa2bae8"
}
}, - "parents": {
- "data": [
- {
- "id": "c22dc7a5-eb71-4950-986f-a105c4e88590",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "f1d62272-e0d4-4601-a530-d766dc5e853e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f1d62272-e0d4-4601-a530-d766dc5e853e"
}
}, - "project": {
- "data": {
- "id": "c22dc7a5-eb71-4950-986f-a105c4e88590",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/wewey",
- "bookmarks": "/api/projects/opc/environments/wewey/bookmarks",
- "changes": "/api/projects/opc/environments/wewey/changes",
- "scheduled_activities": "/api/projects/opc/environments/wewey/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/wewey/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": "7266535c-176d-481c-93b5-a4a56c9dcbc8",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "dana.rowe"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "11cebfaf-3a25-43e0-a53e-4e94bf02bc39",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/11cebfaf-3a25-43e0-a53e-4e94bf02bc39"
}
}, - "parents": {
- "data": [
- {
- "id": "307f83c7-44d6-4c39-b78e-471eb03d589e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "1fed75a7-a4f4-47ee-8e02-ace45ffaf860",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/1fed75a7-a4f4-47ee-8e02-ace45ffaf860"
}
}, - "project": {
- "data": {
- "id": "307f83c7-44d6-4c39-b78e-471eb03d589e",
- "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": "307f83c7-44d6-4c39-b78e-471eb03d589e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "vesta.bogisich",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f1daaa24-b667-4d4b-b8be-5ea2142bfa31",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f1daaa24-b667-4d4b-b8be-5ea2142bfa31"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a7352f89-be8a-4a90-a948-2e946dae6611",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a7352f89-be8a-4a90-a948-2e946dae6611"
}
}, - "children": {
- "data": [
- {
- "id": "7266535c-176d-481c-93b5-a4a56c9dcbc8",
- "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "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": "7c1441eb-9bc2-45b9-bdd3-67c98dd6fa7c",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "quisquam510",
- "description": "Laboriosam ab ipsa quas.",
- "archived": true,
- "created_by": "sherrell"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c528fd1f-3209-4bb9-9667-55599f75cb78",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c528fd1f-3209-4bb9-9667-55599f75cb78"
}
}, - "parents": {
- "data": [
- {
- "id": "51d16973-0670-4a82-9874-a0f185e7a43d",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "8ed98c07-f592-4ba5-b320-19beb536029e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8ed98c07-f592-4ba5-b320-19beb536029e"
}
}, - "project": {
- "data": {
- "id": "51d16973-0670-4a82-9874-a0f185e7a43d",
- "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
}
}
}
}
}Endpoints to interact with agents.
Notes:
show and list response payloads include links to the agent'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.Builds the container image for an agent. Note, this does not restart the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "c45477ff-29dd-4495-b9cd-08c1338fed3b",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "jeannine",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-27T03:54:05.598418Z",
- "updated_at": "2026-03-27T03:54:05.598418Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "194c4c33-da84-4f9e-9326-238e377a62aa",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "c2ccac9e-bdab-467c-a029-bd0062102e8b",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/1459c7be-58f9-403a-8664-5de8eb682feb/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/c45477ff-29dd-4495-b9cd-08c1338fed3b",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=c45477ff-29dd-4495-b9cd-08c1338fed3b"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "47366a3e-37a8-49bf-825f-cfeecfb2c5b0",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "5868def3-8045-4162-b737-b9ee30e90d81",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "5868def3-8045-4162-b737-b9ee30e90d81",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "5868def3-8045-4162-b737-b9ee30e90d81",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "wade",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-27T03:54:05.876632Z",
- "updated_at": "2026-03-27T03:54:05.892807Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "25ebbc2a-75f6-4d8d-b7c6-c4b76643c204",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "9326e96b-33e6-4c7d-98db-f169914d363c",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/f6d42548-c166-4f4d-bb43-a896d0d44806/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/5868def3-8045-4162-b737-b9ee30e90d81",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=5868def3-8045-4162-b737-b9ee30e90d81"
}
}
]
}Update an agent status.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
required | object |
{- "data": {
- "attributes": {
- "desired_status": "running",
- "image_sha": "sha256:de10faf919fc71ba4eb1dd7bd6449566d012b0c9436b1c61bfee21d621b009aa"
}
}
}{- "data": {
- "id": "6a632b33-033d-4152-b4ca-e9906e4bb6b8",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "b3dd881e-2d8c-4bee-af5f-df51015fa7a7",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "b3dd881e-2d8c-4bee-af5f-df51015fa7a7",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "tristan",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-27T03:54:06.292190Z",
- "updated_at": "2026-03-27T03:54:06.304364Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "da63837a-0cac-4f98-b065-b563b552c8be",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "c7d15303-3d59-403b-8864-b5a3126e9870",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/a82d0040-2c0d-4cbf-a946-073335334108/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/b3dd881e-2d8c-4bee-af5f-df51015fa7a7",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=b3dd881e-2d8c-4bee-af5f-df51015fa7a7"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "7c8af24a-0dbd-4c4d-98a7-5a709c6ed6ea",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-03-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows Kubernetes events for the agent. This request will only succeed when the agent is running.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "0",
- "type": "agent_event",
- "attributes": {
- "created_at": "2026-02-13T09:59:50.041123Z",
- "message": "Kubernetes event for this agent."
}
}
]
}Lists all agents (including archived agents) that belong to the project.
Each agent in the response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=agents.csv Download the agents in CSV format with the specified file name. The agents will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "1a9a09ee-f6a7-44cc-951f-5cff430024be",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "kaylee_lindgren",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e346687b-3478-4c23-a27c-ba6476e60683",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e346687b-3478-4c23-a27c-ba6476e60683"
}
}, - "parents": {
- "data": [
- {
- "id": "f1b0d92a-9e2d-47f0-9c57-1b0c26992d9e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "9e658e7f-11a8-4c0a-bb80-83697bbd01d9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9e658e7f-11a8-4c0a-bb80-83697bbd01d9"
}
}, - "project": {
- "data": {
- "id": "f1b0d92a-9e2d-47f0-9c57-1b0c26992d9e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "5aa6e2e8-eac8-4ba5-a849-1548f54fe7e3",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/8b31c62f-a9be-42bd-9914-23cce1e32f1b/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "8b31c62f-a9be-42bd-9914-23cce1e32f1b",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/8b31c62f-a9be-42bd-9914-23cce1e32f1b"
}
}, - "current_node_background_task": {
- "data": {
- "id": "a4da61d4-ee9b-490f-b69a-6450a41a6ed0",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/a4da61d4-ee9b-490f-b69a-6450a41a6ed0"
}
}, - "agent_status": {
- "data": {
- "id": "40533419-ffba-4efc-befb-e6579cffb1c5",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "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
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an agent.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "template_code": "agn",
- "template_version": "2026_Q1_2"
}
}
}{- "data": {
- "id": "85afdce8-6a99-42a0-bd8a-a385ca9b1c11",
- "type": "agent",
- "attributes": {
- "code": "skwwg",
- "name": "nam428",
- "description": "Et vel facilis molestias.",
- "archived": false,
- "created_by": "lance_heaney",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1c5df5ff-973f-47d9-9952-0100476a3ea9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1c5df5ff-973f-47d9-9952-0100476a3ea9"
}
}, - "parents": {
- "data": [
- {
- "id": "e61ab314-132d-4de9-b625-dd3c4e856232",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "23731981-49e1-48fa-82da-f13045af5901",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/23731981-49e1-48fa-82da-f13045af5901"
}
}, - "project": {
- "data": {
- "id": "e61ab314-132d-4de9-b625-dd3c4e856232",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "889e6ed0-7ba7-4186-9e42-7c71cadf9f19",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/4847c268-62c0-445b-80fe-6905bb4de19c/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "4847c268-62c0-445b-80fe-6905bb4de19c",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/4847c268-62c0-445b-80fe-6905bb4de19c"
}
}, - "current_node_background_task": {
- "data": {
- "id": "3f68938f-6574-41e3-9ebe-4a799e6e5a8d",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/skwwg/node_background_tasks/3f68938f-6574-41e3-9ebe-4a799e6e5a8d"
}
}, - "agent_status": {
- "data": {
- "id": "e455733c-82b2-44da-ad1f-5fedbfbfa808",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/skwwg/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/skwwg",
- "bookmarks": "/api/projects/opc/agents/skwwg/bookmarks",
- "converged_properties": "/api/projects/opc/agents/skwwg/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/skwwg/node_background_tasks",
- "version_history": "/api/projects/opc/agents/skwwg/version_history"
}, - "meta": {
- "can_have_changes": false,
- "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
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an agent belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "3bf7d2ed-b8d9-46f2-8209-7caea682c763",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "marian.schumm",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5ce126ae-d618-4d23-b42c-f1b14f08595f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5ce126ae-d618-4d23-b42c-f1b14f08595f"
}
}, - "parents": {
- "data": [
- {
- "id": "99dc7c95-9bdb-4b2f-a41f-825f9ccf540b",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "6154ff65-3247-406a-bf6f-14cacd755962",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6154ff65-3247-406a-bf6f-14cacd755962"
}
}, - "project": {
- "data": {
- "id": "99dc7c95-9bdb-4b2f-a41f-825f9ccf540b",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "b4fc516b-5294-44cd-a275-56860ec70a50",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "80083681-a295-41ca-9085-a49490cd51c3",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3"
}
}, - "current_node_background_task": {
- "data": {
- "id": "5e70a736-33f6-4218-afd4-77dfd97e1afe",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/5e70a736-33f6-4218-afd4-77dfd97e1afe"
}
}, - "agent_status": {
- "data": {
- "id": "f0c665d8-21ff-4d13-a2d8-475ba3afa33f",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "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
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "99dc7c95-9bdb-4b2f-a41f-825f9ccf540b",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "hilary_roberts",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "340ceee2-dd87-4858-8c9f-cdaf48782db1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/340ceee2-dd87-4858-8c9f-cdaf48782db1"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5ecb7751-aaba-49fc-8d49-2e2239d26d16",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5ecb7751-aaba-49fc-8d49-2e2239d26d16"
}
}, - "children": {
- "data": [
- {
- "id": "3bf7d2ed-b8d9-46f2-8209-7caea682c763",
- "type": "agent"
}
]
}, - "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "80083681-a295-41ca-9085-a49490cd51c3",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-03-27T03:54:38.579897Z",
- "updated_at": "2026-03-27T03:54:38.579897Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "f24685b0-8c87-47b0-b992-ab80b860a077",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "b4fc516b-5294-44cd-a275-56860ec70a50",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "3bf7d2ed-b8d9-46f2-8209-7caea682c763",
- "type": "agent"
}, - {
- "id": "3bf7d2ed-b8d9-46f2-8209-7caea682c763",
- "type": "agent"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3",
- "template_versions": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "b4fc516b-5294-44cd-a275-56860ec70a50",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "erwin.mitchell",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:54:38.593220Z",
- "updated_at": "2026-03-27T03:54:38.593220Z",
- "git_rev": "virtual",
- "commit_sha": "4998e9d7061ac93c8ffec23c5788edccd7c36565",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e536a4c8-590f-4835-afa0-93f6735aebbf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e536a4c8-590f-4835-afa0-93f6735aebbf"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3"
}
}, - {
- "id": "5e70a736-33f6-4218-afd4-77dfd97e1afe",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "collin",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-27T03:54:38.637906Z",
- "updated_at": "2026-03-27T03:54:38.647257Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "cb71964c-7ca5-4285-8bc9-b4838bc7b0ab",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "3bf7d2ed-b8d9-46f2-8209-7caea682c763",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/80083681-a295-41ca-9085-a49490cd51c3/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/5e70a736-33f6-4218-afd4-77dfd97e1afe",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=5e70a736-33f6-4218-afd4-77dfd97e1afe"
}
}, - {
- "id": "f0c665d8-21ff-4d13-a2d8-475ba3afa33f",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "5e70a736-33f6-4218-afd4-77dfd97e1afe",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "5e70a736-33f6-4218-afd4-77dfd97e1afe",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}
]
}Updates an agent belonging to a project.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated agent",
- "archived": false,
- "regenerate_actions": true
}
}
}{- "data": {
- "id": "eee63553-e431-47d2-a8c6-967f9d19918c",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "maxime438",
- "description": "Ut nobis et dicta.",
- "archived": true,
- "created_by": "malcom",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "028bcf63-56d4-4ab8-a82a-f9082f7e928d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/028bcf63-56d4-4ab8-a82a-f9082f7e928d"
}
}, - "parents": {
- "data": [
- {
- "id": "9ef0a64a-376c-45e1-96c5-b2bfa4af15ea",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "45581a93-8ccd-4946-a7c1-54f3ea1bd1d5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/45581a93-8ccd-4946-a7c1-54f3ea1bd1d5"
}
}, - "project": {
- "data": {
- "id": "9ef0a64a-376c-45e1-96c5-b2bfa4af15ea",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "e637d2a3-bc04-4280-86d5-d1c9ff533d61",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/aac2d6a4-0cca-4e0e-8237-fdb317780df6/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "aac2d6a4-0cca-4e0e-8237-fdb317780df6",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/aac2d6a4-0cca-4e0e-8237-fdb317780df6"
}
}, - "current_node_background_task": {
- "data": {
- "id": "5a8b261b-2187-40e2-b068-40cdc64e80f0",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/5a8b261b-2187-40e2-b068-40cdc64e80f0"
}
}, - "agent_status": {
- "data": {
- "id": "a8764800-ca34-48a6-b582-e73a9d350650",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "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
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Show the converged properties as they will appear for this agent. 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 |
| agent_code required | string Example: agent1 agent code |
| converge_date | string Example: converge_date=2026-03-27T03:53:59+00:00 Specify the date (and optionally time), to derive the active template version and agent properties from. |
{- "data": {
- "id": "agent1",
- "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": "c8fb1adc-075d-49e2-b08f-f9a2affcd942",
- "type": "properties_version"
}, - {
- "id": "d987aa36-af68-4033-8345-93c4fb9e4859",
- "type": "properties_version"
}, - {
- "id": "0cd18f5c-344d-4142-af30-775680fd0ca5",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "c8fb1adc-075d-49e2-b08f-f9a2affcd942",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:40.199928Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8c461107-ab00-4bfd-a2ec-f4e70158857e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8c461107-ab00-4bfd-a2ec-f4e70158857e"
}
}
}, - "links": {
- "versions": "/api/properties/8c461107-ab00-4bfd-a2ec-f4e70158857e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/8c461107-ab00-4bfd-a2ec-f4e70158857e/versions/1"
}, - "meta": { }
}, - {
- "id": "d987aa36-af68-4033-8345-93c4fb9e4859",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:40.236047Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "46b09132-41f4-4a0f-a445-14d0d3f132b8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/46b09132-41f4-4a0f-a445-14d0d3f132b8"
}
}
}, - "links": {
- "versions": "/api/properties/46b09132-41f4-4a0f-a445-14d0d3f132b8/versions",
- "owner": "/api/projects/opc/templates/7069f545-93df-4b27-9c13-3392a7f5fa7c/versions/2026_Q1_2",
- "self": "/api/properties/46b09132-41f4-4a0f-a445-14d0d3f132b8/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0ce7524d-6ffd-430b-9960-a7ade1131fc5"
}
}
}, - {
- "id": "0cd18f5c-344d-4142-af30-775680fd0ca5",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:40.260151Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b83039b2-c045-4bd5-924e-fb00c50e081c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b83039b2-c045-4bd5-924e-fb00c50e081c"
}
}
}, - "links": {
- "versions": "/api/properties/b83039b2-c045-4bd5-924e-fb00c50e081c/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/b83039b2-c045-4bd5-924e-fb00c50e081c/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0ce7524d-6ffd-430b-9960-a7ade1131fc5"
}
}
}, - {
- "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"
}
}
]
}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.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": "b282772d-dbb9-4a33-86fb-0db03aaaec3f",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "nelson",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b896f6e9-86e4-4f1e-86f3-61930d244605",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b896f6e9-86e4-4f1e-86f3-61930d244605"
}
}, - "parents": {
- "data": [
- {
- "id": "488f1ff8-d227-4ff4-86ce-a39d496feb82",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "d0cbb938-a193-4967-bad1-5f12a1489e55",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d0cbb938-a193-4967-bad1-5f12a1489e55"
}
}, - "project": {
- "data": {
- "id": "488f1ff8-d227-4ff4-86ce-a39d496feb82",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "43ebfe4e-535b-490e-b88c-950a1b860a0a",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/48ba13e6-467a-4305-a0e5-4abb8a071392/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "2ea56a26-6d85-436c-9885-148cb9a39ce3",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "48ba13e6-467a-4305-a0e5-4abb8a071392",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/48ba13e6-467a-4305-a0e5-4abb8a071392"
}
}, - "current_node_background_task": {
- "data": {
- "id": "f906214a-7023-484d-a4ae-a1c2a173e127",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/f906214a-7023-484d-a4ae-a1c2a173e127"
}
}
}, - "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",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "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_code": "soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "6eced9fb-5e36-4c63-8b5e-6e9bce71d715",
- "type": "asset",
- "attributes": {
- "code": "ixscw",
- "name": "est456",
- "description": "Enim illum dolores est.",
- "archived": false,
- "created_by": "damon",
- "mintmodel_valid": true,
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5e10438c-7ed3-4a1f-8b46-6e9cfa0c8ff3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5e10438c-7ed3-4a1f-8b46-6e9cfa0c8ff3"
}
}, - "parents": {
- "data": [
- {
- "id": "a335c854-98d4-43ef-8d26-844fc76e59fa",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "103f7aa9-2360-402c-9c8c-eb5f399db832",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/103f7aa9-2360-402c-9c8c-eb5f399db832"
}
}, - "project": {
- "data": {
- "id": "a335c854-98d4-43ef-8d26-844fc76e59fa",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "4b20ff35-615f-4096-b77a-40bdad8543f6",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/b4b157de-35fa-45bb-bdef-897bc466df01/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "b4b157de-35fa-45bb-bdef-897bc466df01",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/b4b157de-35fa-45bb-bdef-897bc466df01"
}
}, - "current_node_background_task": {
- "data": {
- "id": "707c94d8-2f7a-45a1-8542-43b110f2cc76",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/ixscw/node_background_tasks/707c94d8-2f7a-45a1-8542-43b110f2cc76"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/ixscw",
- "bookmarks": "/api/projects/opc/assets/ixscw/bookmarks",
- "changes": "/api/projects/opc/assets/ixscw/changes",
- "scheduled_activities": "/api/projects/opc/assets/ixscw/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/ixscw/converged_properties",
- "mintmodels": "/api/projects/opc/assets/ixscw/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/ixscw/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/ixscw/node_background_tasks",
- "version_history": "/api/projects/opc/assets/ixscw/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": "689cbbdc-667e-4ffb-bdce-b135f1a1b6aa",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "rigoberto",
- "actions": [
- {
- "name": "back_up",
- "children": [ ],
- "full_path": "back_up",
- "stage_step": false,
- "description": "You can't reboot the matrix without indexing the haptic PNG protocol!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "Overriding the transmitter won't do anything, we need to hack the primary com firewall!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1de72409-6efc-498c-909a-94aa6783afd6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1de72409-6efc-498c-909a-94aa6783afd6"
}
}, - "parents": {
- "data": [
- {
- "id": "d72e05fc-6df9-4cf1-8a45-81a5c6fb2a39",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "ad889f1e-fa7d-4f98-b08e-48ff53d3d095",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ad889f1e-fa7d-4f98-b08e-48ff53d3d095"
}
}, - "project": {
- "data": {
- "id": "d72e05fc-6df9-4cf1-8a45-81a5c6fb2a39",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "4db9a3ed-915f-4282-bb03-400d340656e7",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "8ebd9d74-52be-4628-b68e-b277a7827269",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "18e43766-b2ed-4e85-91e6-7809eca37359",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359"
}
}, - "current_node_background_task": {
- "data": {
- "id": "f793bd61-371b-49df-846e-37b67315813a",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/f793bd61-371b-49df-846e-37b67315813a"
}
}
}, - "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",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "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": "d72e05fc-6df9-4cf1-8a45-81a5c6fb2a39",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "ralph",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4b8c5dbe-82c9-4abd-ae1b-a7e2ab42c1e8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4b8c5dbe-82c9-4abd-ae1b-a7e2ab42c1e8"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "4b233754-6d7b-47ef-8ab2-6c60aac4b970",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4b233754-6d7b-47ef-8ab2-6c60aac4b970"
}
}, - "children": {
- "data": [
- {
- "id": "689cbbdc-667e-4ffb-bdce-b135f1a1b6aa",
- "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "8ebd9d74-52be-4628-b68e-b277a7827269",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "maida_thompson",
- "created_at": "2026-03-27T03:54:41.206776Z",
- "updated_at": "2026-03-27T03:54:41.206776Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/8ebd9d74-52be-4628-b68e-b277a7827269",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "18e43766-b2ed-4e85-91e6-7809eca37359",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:54:41.149776Z",
- "updated_at": "2026-03-27T03:54:41.149776Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "c8ee906e-21b6-48fa-8edc-c9470934a610",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "4db9a3ed-915f-4282-bb03-400d340656e7",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "689cbbdc-667e-4ffb-bdce-b135f1a1b6aa",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359",
- "template_versions": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "4db9a3ed-915f-4282-bb03-400d340656e7",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "teodoro",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:54:41.160179Z",
- "updated_at": "2026-03-27T03:54:41.160179Z",
- "has_mintmodel": true,
- "git_rev": "primary",
- "commit_sha": "05288675f9751b79c780612526d9465cd78c6b4e",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "212e4fdf-32d8-4898-b9a6-a853eb25aad6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/212e4fdf-32d8-4898-b9a6-a853eb25aad6"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/18e43766-b2ed-4e85-91e6-7809eca37359"
}
}
]
}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": "1b85ad33-5331-4534-8446-6afc56bd7b04",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "est466",
- "description": "Asperiores veniam quam totam.",
- "archived": true,
- "created_by": "loma_kuphal",
- "mintmodel_valid": true,
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9d4a6799-3d7b-4710-8a23-182731b623d2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9d4a6799-3d7b-4710-8a23-182731b623d2"
}
}, - "parents": {
- "data": [
- {
- "id": "cab9d562-fb94-4bf4-a6ba-1d5dea54843c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fe4689cb-b465-4cba-b8ff-15bc867a3fef",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fe4689cb-b465-4cba-b8ff-15bc867a3fef"
}
}, - "project": {
- "data": {
- "id": "cab9d562-fb94-4bf4-a6ba-1d5dea54843c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "8d39d798-e8e1-4d62-a374-5d0eadabd483",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/0be06b08-414e-4552-bf62-0353225e6fac/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "3036b3ea-a18f-47da-9e37-7a212d595643",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "0be06b08-414e-4552-bf62-0353225e6fac",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/0be06b08-414e-4552-bf62-0353225e6fac"
}
}, - "current_node_background_task": {
- "data": {
- "id": "7becb07f-a75c-40ed-be6b-71ff46c8b21f",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/7becb07f-a75c-40ed-be6b-71ff46c8b21f"
}
}
}, - "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",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "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
}
}
}
}
}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=2026-03-27T03:53:59+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": "fc6a05bd-958b-4579-b3f3-db889b1da8e4",
- "type": "properties_version"
}, - {
- "id": "3925e288-5c2a-4e7a-8aa7-3029d5cde24c",
- "type": "properties_version"
}, - {
- "id": "d5bfa78b-9eb4-4c92-b68e-6048e25319f1",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "fc6a05bd-958b-4579-b3f3-db889b1da8e4",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:42.883001Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "48c43be5-2984-457e-ac2b-16e40ae54f9b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/48c43be5-2984-457e-ac2b-16e40ae54f9b"
}
}
}, - "links": {
- "versions": "/api/properties/48c43be5-2984-457e-ac2b-16e40ae54f9b/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/48c43be5-2984-457e-ac2b-16e40ae54f9b/versions/1"
}, - "meta": { }
}, - {
- "id": "3925e288-5c2a-4e7a-8aa7-3029d5cde24c",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:42.921041Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9d173b65-61dd-43c5-a147-f06e12e5eda0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9d173b65-61dd-43c5-a147-f06e12e5eda0"
}
}
}, - "links": {
- "versions": "/api/properties/9d173b65-61dd-43c5-a147-f06e12e5eda0/versions",
- "owner": "/api/projects/opc/templates/b4b3bfa6-395b-46f1-88ab-82b421cc0330/versions/2023_Q4_2",
- "self": "/api/properties/9d173b65-61dd-43c5-a147-f06e12e5eda0/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "3628b5a5-d1be-4400-b38c-04994d9a7e67"
}
}
}, - {
- "id": "d5bfa78b-9eb4-4c92-b68e-6048e25319f1",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:42.941246Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3bd61b5f-5ddf-4a72-854a-6f33d037bb12",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3bd61b5f-5ddf-4a72-854a-6f33d037bb12"
}
}
}, - "links": {
- "versions": "/api/properties/3bd61b5f-5ddf-4a72-854a-6f33d037bb12/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/3bd61b5f-5ddf-4a72-854a-6f33d037bb12/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "3628b5a5-d1be-4400-b38c-04994d9a7e67"
}
}
}, - {
- "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"
}
}
]
}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.
| node_background_task_id required | string Example: b2b71159-9e70-4350-90cd-51a0b64dea91 |
| 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": "749a0745-b63b-4c76-81b0-ddb16c742af9",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Aspernatur repudiandae omnis velit.",
- "category": "action",
- "template_version_history_id": "26accf88-1108-4278-85cc-99ad58748c22",
- "node_background_task_id": "9ed0a6cd-2ce3-4ece-b4a2-5e6d5773e685",
- "logged_at": "2026-03-26T00: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": "777eb136-7f67-4838-b25d-5a35543b1161",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "chung",
- "actions": [ ],
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-27T03:54:43.795645Z",
- "updated_at": "2026-03-27T03:54:43.795645Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "610a2be4-ad3d-4f9e-9d10-c33e5bd88fc2",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "8d60ecf8-e981-405a-9096-19a8361c7f51",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/8f2d02da-c566-4ede-ac6f-97d2cfec0150/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/777eb136-7f67-4838-b25d-5a35543b1161",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=777eb136-7f67-4838-b25d-5a35543b1161"
}
}
}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": "b23ea404-f8b4-457d-953d-a544a0578cf5",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "domitila.stoltenberg",
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "Use the online RSS circuit, then you can synthesize the online capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "compress",
- "children": [ ],
- "full_path": "compress",
- "stage_step": false,
- "description": "The JSON hard drive is down, bypass the wireless interface so we can index the COM hard drive!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-27T03:54:43.987680Z",
- "updated_at": "2026-03-27T03:54:43.997703Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "a2281e43-4015-4cb3-93ca-6385f3b0de24",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "8981d967-4dba-4897-97e1-c44adc1d51a4",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/ac101b79-b682-44b3-906e-7ca6f2256940/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/b23ea404-f8b4-457d-953d-a544a0578cf5",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=b23ea404-f8b4-457d-953d-a544a0578cf5"
}
}
], - "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 |
| node_background_task_id required | string Example: b2b71159-9e70-4350-90cd-51a0b64dea91 generate actions request id |
{- "data": {
- "id": "278de4c7-84f2-42fc-a999-3f1afe1bda46",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "ona.goldner",
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "You can't synthesize the bus without connecting the haptic CSS alarm!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "If we copy the sensor, we can get to the JBOD panel through the 1080p JBOD interface!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-27T03:54:44.228678Z",
- "updated_at": "2026-03-27T03:54:44.237652Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "dc52c497-eeba-4d19-a89d-0cbf25d72e66",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "6b66aa9b-b383-45a0-a3fb-1f102e64fdc6",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/ef15f272-ed88-4f4c-9eaa-7a8694728e0b/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/278de4c7-84f2-42fc-a999-3f1afe1bda46",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=278de4c7-84f2-42fc-a999-3f1afe1bda46"
}
}
}Cancels the generate actions request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| node_background_task_id required | string Example: b2b71159-9e70-4350-90cd-51a0b64dea91 generate actions request id |
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": "7dbec263-1285-4957-a719-c06fa435a93b",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-03-27T03:54:52Z"
}
]
}
}, - {
- "id": "bf4a8054-c95d-44b5-b40a-179eed341dd9",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-03-27T03:54:52Z"
}
], - "template_versions": [ ]
}
}
]
}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": "eb85daa3-8c1b-4254-8d50-6f026c123ac8",
- "type": "template_version_history",
- "attributes": {
- "created_by": "epifania_paucek",
- "active_from": "2026-03-27T03:55:01.834984Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "3a7d5dc2-d01d-4070-85e6-e1e6dce0f87c",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "679c6a6f-eaa4-4d56-a63a-8d0202229d0f",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "f4f605f0-66fe-43b8-989d-8820b28c580a",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/9120d482-0aca-4245-8079-27bb04850436/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/eb85daa3-8c1b-4254-8d50-6f026c123ac8",
- "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: fbaaa740-4cfc-4397-9938-a4fa527e9b65 version history id |
{- "data": {
- "id": "0a98ef1f-be27-46d7-bbe8-c8f831ef7e1c",
- "type": "template_version_history",
- "attributes": {
- "created_by": "chas",
- "active_from": "2026-03-27T03:55:02.013827Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "9d9765b1-e2a1-4ba3-a56d-ce2cee0db0f0",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "54f702d3-ac6a-4eba-a07e-59a6310b803d",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "6980cf31-5c41-43c3-be93-b83699e11988",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/ea08643d-b7d9-4517-8fb8-a0dc4230fd0d/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/0a98ef1f-be27-46d7-bbe8-c8f831ef7e1c",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "9d9765b1-e2a1-4ba3-a56d-ce2cee0db0f0",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "chas",
- "mintmodel_valid": true,
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "91e975f6-a663-4cc1-8f7a-d91304e08dd4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/91e975f6-a663-4cc1-8f7a-d91304e08dd4"
}
}, - "parents": {
- "data": [
- {
- "id": "a8294adf-ea1d-4bf6-b7e3-06550a031bdb",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "77d5786f-cb95-480e-8a71-cac06dc08e5b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/77d5786f-cb95-480e-8a71-cac06dc08e5b"
}
}, - "project": {
- "data": {
- "id": "a8294adf-ea1d-4bf6-b7e3-06550a031bdb",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "54f702d3-ac6a-4eba-a07e-59a6310b803d",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/ea08643d-b7d9-4517-8fb8-a0dc4230fd0d/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "44d541dd-bc3e-423e-9ec6-e06839ae210f",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "ea08643d-b7d9-4517-8fb8-a0dc4230fd0d",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/ea08643d-b7d9-4517-8fb8-a0dc4230fd0d"
}
}, - "current_node_background_task": {
- "data": {
- "id": "6980cf31-5c41-43c3-be93-b83699e11988",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/6980cf31-5c41-43c3-be93-b83699e11988"
}
}
}, - "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",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "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": "54f702d3-ac6a-4eba-a07e-59a6310b803d",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "gilberto_will",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:55:01.987212Z",
- "updated_at": "2026-03-27T03:55:01.987212Z",
- "has_mintmodel": true,
- "git_rev": "1080p",
- "commit_sha": "08a74c07f377720cd3e69f2409c7d134bceafd0e",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e291af54-7a30-47cc-848e-9398eb655818",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e291af54-7a30-47cc-848e-9398eb655818"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ea08643d-b7d9-4517-8fb8-a0dc4230fd0d/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/ea08643d-b7d9-4517-8fb8-a0dc4230fd0d"
}
}
]
}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_id required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
{- "data": [
- {
- "id": "aac809bf-2f0e-462e-acee-d77400f63730",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "mozell",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:55:02.185416Z",
- "updated_at": "2026-03-27T03:55:02.185416Z",
- "has_mintmodel": true,
- "git_rev": "wireless",
- "commit_sha": "52ade108b7408e6b47d89220246f10bc6e415e72",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0a0f21db-866d-4744-a686-81dbdbe9f5e1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0a0f21db-866d-4744-a686-81dbdbe9f5e1"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/faf72b67-004e-4c78-8bc4-165080f71f67/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/faf72b67-004e-4c78-8bc4-165080f71f67"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "wireless",
- "archived": "false",
- "locked": "false"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "5833ab0b-85f9-4078-84ec-cfe06e40e91c",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Eius eos voluptatem voluptatem cupiditate consequatur",
- "state": "initializing",
- "created_by": "cheree_steuber",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:55:02.404173Z",
- "updated_at": "2026-03-27T03:55:02.404173Z",
- "has_mintmodel": false,
- "git_rev": "haptic",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6e8f7ca4-f162-4e73-8132-639c280e08f6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6e8f7ca4-f162-4e73-8132-639c280e08f6"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/94d34096-5c41-4cf5-bb00-70ea0492b585/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/94d34096-5c41-4cf5-bb00-70ea0492b585"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "365e40e3-c62e-4e65-bd8f-628f8abc55a4",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "janessa",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:55:02.793272Z",
- "updated_at": "2026-03-27T03:55:02.793272Z",
- "has_mintmodel": true,
- "git_rev": "haptic",
- "commit_sha": "9a6ab92b6c0f4d38390474ea7576c42e8a9445e5",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5e64222a-4dd4-43ff-b5e2-3eb5c7baefcb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5e64222a-4dd4-43ff-b5e2-3eb5c7baefcb"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/2c4edc1c-bd29-4dc1-92ba-7773414cc3c5/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/2c4edc1c-bd29-4dc1-92ba-7773414cc3c5"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "ab9caf88-abc3-4c55-bb8f-f3edbc28cf2b",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "ena",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-27T03:55:03.000675Z",
- "updated_at": "2026-03-27T03:55:03.000675Z",
- "has_mintmodel": true,
- "git_rev": "digital",
- "commit_sha": "3a56f91498006e8fd7aff6d6cd326ff77af93c9b",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "719bd137-8511-4d24-8896-03b1c8a7816b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/719bd137-8511-4d24-8896-03b1c8a7816b"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/9d440999-374e-4d90-8f35-aa1293358e79/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/9d440999-374e-4d90-8f35-aa1293358e79"
}
}
}Create a template.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "template_type": "asset",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "2e6583d9-484c-4b36-9174-539f35ef2494",
- "type": "template",
- "attributes": {
- "code": "zjewz",
- "name": "andrea_powlowski",
- "description": "Similique reprehenderit molestias itaque.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:55:03.535430Z",
- "updated_at": "2026-03-27T03:55:03.535430Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "a31b3a06-2a02-4273-a574-0b8227a151fb",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/2e6583d9-484c-4b36-9174-539f35ef2494",
- "template_versions": "/api/projects/opc/templates/2e6583d9-484c-4b36-9174-539f35ef2494/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "705744d5-dc83-4a24-b9b8-02782dfa8e34",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:55:03.846744Z",
- "updated_at": "2026-03-27T03:55:03.846744Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "3d93928c-ba97-4d7e-82dd-f8e30492bc9a",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/705744d5-dc83-4a24-b9b8-02782dfa8e34",
- "template_versions": "/api/projects/opc/templates/705744d5-dc83-4a24-b9b8-02782dfa8e34/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_id required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
{- "data": {
- "id": "5693f1a8-2182-44a4-9d3e-c439da3fd467",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:55:03.989208Z",
- "updated_at": "2026-03-27T03:55:03.989208Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "8b5a51cc-1ae3-447d-972a-a5ec61231472",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/5693f1a8-2182-44a4-9d3e-c439da3fd467",
- "template_versions": "/api/projects/opc/templates/5693f1a8-2182-44a4-9d3e-c439da3fd467/versions",
- "project": "/api/projects/opc"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "e6159958-c89e-4a51-b69d-27dbf30704be",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:55:04.152619Z",
- "updated_at": "2026-03-27T03:55:04.178750Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "d6687d6f-0d7c-4257-a7ba-8fe838a55bf4",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/e6159958-c89e-4a51-b69d-27dbf30704be",
- "template_versions": "/api/projects/opc/templates/e6159958-c89e-4a51-b69d-27dbf30704be/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: d3527356-95d6-4f97-b0c2-d46d28c9c739 template id |
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": "3e8abf48-58af-432e-8b23-391ea60f6196",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-27T03:55:04.455172Z",
- "updated_at": "2026-03-27T03:55:04.483240Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "f7ed2578-6a76-4698-8b66-91590680eb01",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/3e8abf48-58af-432e-8b23-391ea60f6196",
- "template_versions": "/api/projects/opc/templates/3e8abf48-58af-432e-8b23-391ea60f6196/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": "18cb4be0-01e3-4b5c-91f4-ace697236c64",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-27T03:54:31.694164Z",
- "updated_at": "2026-03-27T03:54:31.694164Z",
- "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/18cb4be0-01e3-4b5c-91f4-ace697236c64"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "7ed19ecd-f930-4c1c-8d48-b8a06985d8df",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-27T03:54:32.168465Z",
- "updated_at": "2026-03-27T03:54:32.168465Z",
- "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/7ed19ecd-f930-4c1c-8d48-b8a06985d8df"
}, - "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: f1d99b6b-dfe5-481d-8949-06b4f399d880 remote id |
{- "data": {
- "id": "945b6d71-6c6c-41f8-b55d-007d8c6d5dbd",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-27T03:54:32.405060Z",
- "updated_at": "2026-03-27T03:54:32.405060Z",
- "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/945b6d71-6c6c-41f8-b55d-007d8c6d5dbd"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: f1d99b6b-dfe5-481d-8949-06b4f399d880 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "d476a906-4dc3-475d-9121-009b881c8021",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-03-27T03:54:32.677613Z",
- "updated_at": "2026-03-27T03:54:32.716010Z",
- "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/d476a906-4dc3-475d-9121-009b881c8021"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: f1d99b6b-dfe5-481d-8949-06b4f399d880 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": "b84c2127-4baa-4104-b8d0-4b3f0a931d08",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-27T03:54:33.087966Z",
- "updated_at": "2026-03-27T03:54:33.117818Z",
- "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/b84c2127-4baa-4104-b8d0-4b3f0a931d08"
}, - "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: f1d99b6b-dfe5-481d-8949-06b4f399d880 remote id |
{- "data": {
- "id": "8b472d55-51d4-4be0-b75e-525e665cd6b7",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-03-27T03:54:33.835795Z",
- "updated_at": "2026-03-27T03:54:34.067002Z",
- "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/8b472d55-51d4-4be0-b75e-525e665cd6b7"
}, - "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": "manuela_runolfsdottir"
}
}
}{- "data": {
- "id": "e15009fe-acf8-43b9-a2ca-6509e8fcfdce",
- "type": "bookmark",
- "attributes": {
- "description": "Et odit quaerat beatae.",
- "created_by": "vilma_olson",
- "created_at": "2026-03-27T03:54:18.635211Z",
- "updated_at": "2026-03-27T03:54:18.635211Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/e15009fe-acf8-43b9-a2ca-6509e8fcfdce",
- "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": "d7962119-2376-4c4f-9e6b-c15dc9844cfc",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "brendan",
- "created_at": "2026-03-27T03:54:19.297335Z",
- "updated_at": "2026-03-27T03:54:19.297335Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/d7962119-2376-4c4f-9e6b-c15dc9844cfc",
- "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: 804fc46b-8761-466c-82fd-3db8dc890ee6 bookmark id |
{- "data": {
- "id": "3c5267a2-ae90-4fe9-9c32-c5a17b105964",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "val.tremblay",
- "created_at": "2026-03-27T03:54:19.518741Z",
- "updated_at": "2026-03-27T03:54:19.518741Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/3c5267a2-ae90-4fe9-9c32-c5a17b105964",
- "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: 804fc46b-8761-466c-82fd-3db8dc890ee6 bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "83a53557-1d2d-4674-9127-ae034e278dfd",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "rhea_funk",
- "created_at": "2026-03-27T03:54:19.870281Z",
- "updated_at": "2026-03-27T03:54:19.904529Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/83a53557-1d2d-4674-9127-ae034e278dfd",
- "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: 804fc46b-8761-466c-82fd-3db8dc890ee6 bookmark id |
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": "7c2335c1-14f3-489c-a31a-3d4bc0cfff63",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-03-27T03:54:35.707005Z",
- "updated_at": "2026-03-27T03:54:35.707005Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "02526ef2-259b-458c-aaa7-10781b8e9210",
- "type": "project"
}, - {
- "id": "4a637e16-5409-4b12-9647-097d02c49ff8",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "6f86ff77-32e3-4678-aa14-4a7088ca97c9",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/6f86ff77-32e3-4678-aa14-4a7088ca97c9"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "6762cd90-f8d1-41eb-b414-bec79c468c66",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/7c2335c1-14f3-489c-a31a-3d4bc0cfff63"
}
}
], - "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: e461af88-2ef3-48ee-90f3-cc9004b35486 MintModel history id |
{- "data": {
- "id": "e13accdc-bdb1-4303-8949-1d9c9827f06a",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-03-27T03:54:35.971482Z",
- "updated_at": "2026-03-27T03:54:35.971482Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "99f4c06f-21a7-4058-9591-e01937114ef8",
- "type": "project"
}, - {
- "id": "714cf8fa-705a-42bf-b862-ac3a5852e988",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "f5482ced-5448-470a-bc75-6e46fd22aef7",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/f5482ced-5448-470a-bc75-6e46fd22aef7"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "1c589dd1-c13e-4ff8-9782-4d8aa825e5b7",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/e13accdc-bdb1-4303-8949-1d9c9827f06a"
}
}, - "included": [
- {
- "id": "f5482ced-5448-470a-bc75-6e46fd22aef7",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-27T03:54:35.964214Z",
- "updated_at": "2026-03-27T03:54:35.964214Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "e13accdc-bdb1-4303-8949-1d9c9827f06a",
- "type": "mintmodel_history"
}, - {
- "id": "3243df78-8b5c-430c-a613-b045a936f09e",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/f5482ced-5448-470a-bc75-6e46fd22aef7",
- "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": "344b299a-0b26-4cc2-8690-922a259e0fc8",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-27T03:54:36.134197Z",
- "updated_at": "2026-03-27T03:54:36.134197Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "ef63bed7-1946-46bb-adde-ec814ae8156e",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/344b299a-0b26-4cc2-8690-922a259e0fc8",
- "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 |
| old_mintmodel_id required | string Example: 94a02bda-2998-428f-b7c8-c41d449c1bd9 old MintModel id |
| new_mintmodel_id required | string Example: 9859fe6f-2e65-43e2-9ca9-e923bdf098c7 new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "a2cee758-86d5-4cbe-bbbf-9ccd5e912cb0",
- "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": "2026-03-27T03:54:36.668Z",
- "updated_at": "2026-03-27T03:54:36.668Z",
- "render_logs": "Generated by deriving the difference between Mintmodel c3990df8-f400-44c4-9d7e-b776fc272940 and MintModel bd09ba20-89a4-42c3-be58-73b405ff4957"
}, - "step_trees": [
- {
- "name": "Binaries",
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "name": "Install Software Binaries",
- "action": "mintmodel:install_software_binaries",
- "description": null,
- "full_path": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/c3990df8-f400-44c4-9d7e-b776fc272940",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/bd09ba20-89a4-42c3-be58-73b405ff4957",
- "parent": "/projects/opc/assets/prj_soa"
}
}
}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: 89c347c8-64ec-4a3e-9ca1-15e47effaacf MintModel id |
{- "data": {
- "id": "42bf3536-5e4e-4559-8457-115e0c9976d4",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-27T03:54:37.039040Z",
- "updated_at": "2026-03-27T03:54:37.039040Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "b1f6907c-92b7-4d77-9002-4edfbf5eb163",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/42bf3536-5e4e-4559-8457-115e0c9976d4",
- "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": "a002217c-5dcd-4d07-a635-b860907ff9de",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-27T03:54:37.529013Z",
- "updated_at": "2026-03-27T03:54:37.529013Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "c888e377-2f8e-416a-83e9-b83671ca1fae",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/a002217c-5dcd-4d07-a635-b860907ff9de",
- "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": "5ae8df05-847e-439c-b311-09683d6ed3ee",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "brenton",
- "created_at": "2026-03-27T03:55:55.270060Z",
- "updated_at": "2026-03-27T03:55:55.270060Z",
- "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,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "a6d7635d-56ff-4f6f-a16b-62d5532ea36c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "ac06d171-9dd0-404d-97d2-520ccb148d99",
- "type": "workflow_version"
}, - {
- "id": "eb027579-348e-4673-a216-0c05133519f6",
- "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": "ewdu6",
- "archived": false,
- "name": "ecetc3rtac",
- "description": "If we calculate the pixel, we can get to the THX driver through the cross-platform SMTP capacitor!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/3vsvf/environments/8cw87/assets/m4k6s",
- "/projects/jzmgr/environments/nqwzr/assets/awlss"
], - "action": "quantify",
- "template_versions": [
- "or6xw",
- "9fw5j"
], - "run_as": "parallel",
- "name": "voluptate"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/qlort/workflows/d7uh3",
- "version": null,
- "name": "quo",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "vitae",
- "children": [
- {
- "type": "change",
- "target": "/projects/ytl2o/environments/q92qn/assets/hbfw8",
- "action": "parse",
- "template_version": "drvfq",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "velit"
}, - {
- "type": "workflow",
- "target": "/projects/kknk9/workflows/3acm7",
- "version": null,
- "name": "non",
- "start_time": "2026-03-28T03:54:02Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptatem",
- "children": [
- {
- "type": "change",
- "target": "/projects/6h5os/environments/ligrh/assets/cjjki",
- "action": "compress",
- "template_version": "y0f0r",
- "name": "quia",
- "start_time": null
}, - {
- "type": "wait",
- "name": "illum"
}, - {
- "type": "workflow",
- "target": "/projects/clmby/workflows/ovksr",
- "version": 1,
- "name": "delectus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "44e9b47e-e1e6-4175-937f-4a01af9f69c8",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "luther",
- "created_at": "2026-03-27T03:55:55.790548Z",
- "updated_at": "2026-03-27T03:55:55.790548Z",
- "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,
- "latest_published_version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "30fbafd1-79cf-4863-91fd-2b4c48ae6356",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "0194c5c9-de9a-4b3d-bb86-9159696fe500",
- "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": "3f74def9-8ea6-46ac-abd0-fa5b4888dca8",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "lili_hayes",
- "created_at": "2026-03-27T03:55:56.635239Z",
- "updated_at": "2026-03-27T03:55:56.635239Z",
- "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,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "2bd7c4df-c6a8-4828-a80f-b542be99f134",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "f26ccb1c-f731-49f5-9ddf-c9689da25d03",
- "type": "workflow_version"
}, - {
- "id": "81d5dafc-405f-4b8b-becf-10b2ecfc2ea5",
- "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": "vrmmtitdrt",
- "description": "The HTTP feed is down, transmit the solid state sensor so we can transmit the AGP hard drive!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/3vsvf/environments/8cw87/assets/m4k6s",
- "/projects/jzmgr/environments/nqwzr/assets/awlss"
], - "action": "quantify",
- "template_versions": [
- "or6xw",
- "9fw5j"
], - "run_as": "parallel",
- "name": "voluptate"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/qlort/workflows/d7uh3",
- "version": null,
- "name": "quo",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "vitae",
- "children": [
- {
- "type": "change",
- "target": "/projects/ytl2o/environments/q92qn/assets/hbfw8",
- "action": "parse",
- "template_version": "drvfq",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "velit"
}, - {
- "type": "workflow",
- "target": "/projects/kknk9/workflows/3acm7",
- "version": null,
- "name": "non",
- "start_time": "2026-03-28T03:54:02Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptatem",
- "children": [
- {
- "type": "change",
- "target": "/projects/6h5os/environments/ligrh/assets/cjjki",
- "action": "compress",
- "template_version": "y0f0r",
- "name": "quia",
- "start_time": null
}, - {
- "type": "wait",
- "name": "illum"
}, - {
- "type": "workflow",
- "target": "/projects/clmby/workflows/ovksr",
- "version": 1,
- "name": "delectus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "9737b3d5-98d9-402d-b0c5-f6fcac5e9cd2",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "darcel",
- "created_at": "2026-03-27T03:55:57.192061Z",
- "updated_at": "2026-03-27T03:55:57.264049Z",
- "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/1",
- "change_parent": {
- "id": "00e40fea-edea-4b59-8ac8-b89f40e5091e",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "a2266ff6-bd52-4b08-b86e-de8d76841b70",
- "node_type": "asset",
- "parent_id": "a2266ff6-bd52-4b08-b86e-de8d76841b70",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-27T03:55:57.139Z",
- "updated_at": "2026-03-27T03:55:57.139Z",
- "project_type": null,
- "template_version_id": "dd9abec4-2a35-4f14-90d7-b900b68c8dc2",
- "created_by": "wayne"
}, - "action_template_version": {
- "id": "dd9abec4-2a35-4f14-90d7-b900b68c8dc2",
- "commit_id": "a836e0ad-b8cb-497b-8e0c-d2a4fdaf0dfa",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-27T03:55:57.124Z",
- "updated_at": "2026-03-27T03:55:57.124Z",
- "state": "ready",
- "created_by": "justin",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "2200255c-197a-43e9-a9d2-bc6a92a2be96",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "a2266ff6-bd52-4b08-b86e-de8d76841b70",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "c4fd6135-037c-4fbb-bf22-78218dfd1b81",
- "type": "workflow_version"
}, - {
- "id": "fe36b4c1-fac4-4d42-b073-4cb282dc5e58",
- "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 |
Lists all versions for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "b088d90d-67be-4fb6-9fa2-1b4b2472599e",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "glennis",
- "created_at": "2026-03-27T03:55:50.843389Z",
- "updated_at": "2026-03-27T03:55:50.860536Z",
- "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": "a60e9494-c226-4125-b136-e812051daaf9",
- "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": "4d15781e-4d3e-468d-81ab-c16c932252c2",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "abel_boehm",
- "created_at": "2026-03-27T03:55:50.806725Z",
- "updated_at": "2026-03-27T03:55:50.806755Z",
- "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": "a60e9494-c226-4125-b136-e812051daaf9",
- "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": "71f3eb6d-e559-4560-9a8b-593bccb81df7",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "abel",
- "created_at": "2026-03-27T03:55:51.573457Z",
- "updated_at": "2026-03-27T03:55:51.573457Z",
- "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,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "d4e2cb31-3d15-43c0-b8ed-10b20ad9f702",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "a27e6cf5-5fbc-43d7-9333-8d8ec3b1b7a6",
- "type": "workflow_version"
}, - {
- "id": "f648a236-5215-49eb-9d2a-59636a6b1f0a",
- "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": "1223cad3-6dda-497e-ae28-4bb6b8b612eb",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "barney_kautzer",
- "created_at": "2026-03-27T03:55:52.162501Z",
- "updated_at": "2026-03-27T03:55:52.175880Z",
- "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": "431ca633-55fe-4063-b1a5-85a25e0ee0b8",
- "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": "xurpa",
- "node_id": "c9ddc9b4-9df4-42a4-b521-990f4a0ed58a",
- "archived": false,
- "name": "rfpxvihyqt",
- "description": "The AGP program is down, override the virtual circuit so we can program the TCP system!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/3vsvf/environments/8cw87/assets/m4k6s",
- "/projects/jzmgr/environments/nqwzr/assets/awlss"
], - "action": "quantify",
- "template_versions": [
- "or6xw",
- "9fw5j"
], - "run_as": "parallel",
- "name": "voluptate"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/qlort/workflows/d7uh3",
- "version": null,
- "name": "quo",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "vitae",
- "children": [
- {
- "type": "change",
- "target": "/projects/ytl2o/environments/q92qn/assets/hbfw8",
- "action": "parse",
- "template_version": "drvfq",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "velit"
}, - {
- "type": "workflow",
- "target": "/projects/kknk9/workflows/3acm7",
- "version": null,
- "name": "non",
- "start_time": "2026-03-28T03:54:02Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptatem",
- "children": [
- {
- "type": "change",
- "target": "/projects/6h5os/environments/ligrh/assets/cjjki",
- "action": "compress",
- "template_version": "y0f0r",
- "name": "quia",
- "start_time": null
}, - {
- "type": "wait",
- "name": "illum"
}, - {
- "type": "workflow",
- "target": "/projects/clmby/workflows/ovksr",
- "version": 1,
- "name": "delectus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "a446c078-d9ea-417a-9ae4-a4a7c133375e",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "wilford.lockman",
- "created_at": "2026-03-27T03:55:53.082009Z",
- "updated_at": "2026-03-27T03:55:53.126319Z",
- "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/3vsvf/environments/8cw87/assets/m4k6s",
- "/projects/jzmgr/environments/nqwzr/assets/awlss"
], - "action": "quantify",
- "template_versions": [
- "or6xw",
- "9fw5j"
], - "run_as": "parallel",
- "name": "voluptate"
}, - {
- "type": "wait",
- "name": "ut"
}, - {
- "type": "workflow",
- "target": "/projects/qlort/workflows/d7uh3",
- "version": null,
- "name": "quo",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "vitae",
- "children": [
- {
- "type": "change",
- "target": "/projects/ytl2o/environments/q92qn/assets/hbfw8",
- "action": "parse",
- "template_version": "drvfq",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "velit"
}, - {
- "type": "workflow",
- "target": "/projects/kknk9/workflows/3acm7",
- "version": null,
- "name": "non",
- "start_time": "2026-03-28T03:54:02Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptatem",
- "children": [
- {
- "type": "change",
- "target": "/projects/6h5os/environments/ligrh/assets/cjjki",
- "action": "compress",
- "template_version": "y0f0r",
- "name": "quia",
- "start_time": null
}, - {
- "type": "wait",
- "name": "illum"
}, - {
- "type": "workflow",
- "target": "/projects/clmby/workflows/ovksr",
- "version": 1,
- "name": "delectus",
- "start_time": null
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "12e325e9-5c30-4e4e-a05f-b357dc243588",
- "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 |
Endpoints to interact with properties.
Shows the current properties JSON and its version.
| properties_id required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 properties id |
{- "data": {
- "id": "89bef456-c4aa-4ffa-9389-62c26309fc12",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:53.097897Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/89bef456-c4aa-4ffa-9389-62c26309fc12",
- "current_version": "/api/properties/89bef456-c4aa-4ffa-9389-62c26309fc12/versions/1",
- "versions": "/api/properties/89bef456-c4aa-4ffa-9389-62c26309fc12/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 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": "ef849677-e388-4f60-acea-2055a1a5b9ad",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-03-27T03:54:53.273166Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/ef849677-e388-4f60-acea-2055a1a5b9ad",
- "current_version": "/api/properties/ef849677-e388-4f60-acea-2055a1a5b9ad/versions/2",
- "versions": "/api/properties/ef849677-e388-4f60-acea-2055a1a5b9ad/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "b391db72-f568-4b76-8a1d-09d058a51c12",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-03-27T03:54:53.576485Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/b391db72-f568-4b76-8a1d-09d058a51c12",
- "current_version": "/api/properties/b391db72-f568-4b76-8a1d-09d058a51c12/versions/2",
- "versions": "/api/properties/b391db72-f568-4b76-8a1d-09d058a51c12/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 properties id |
| 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": "6e5862ea-f15f-4e86-bcf7-9b81d179e3ec",
- "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": "2026-03-27T03:54:53.776287Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/6e5862ea-f15f-4e86-bcf7-9b81d179e3ec",
- "current_version": "/api/properties/6e5862ea-f15f-4e86-bcf7-9b81d179e3ec/versions/2",
- "versions": "/api/properties/6e5862ea-f15f-4e86-bcf7-9b81d179e3ec/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 properties id |
{- "data": [
- {
- "id": "ee0e96ec-6e2c-4de8-85e4-a244d3a6aebe",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:53.858975Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4f069012-1486-4d10-9c20-d192b70148fe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4f069012-1486-4d10-9c20-d192b70148fe"
}
}
}, - "links": {
- "versions": "/api/properties/4f069012-1486-4d10-9c20-d192b70148fe/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/4f069012-1486-4d10-9c20-d192b70148fe/versions/1"
}, - "meta": { }
}
]
}Shows the properties JSON for this properties version.
| properties_id required | string Example: 7bb80cff-adf1-4077-aa92-c7ccd1bfb963 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "d950b353-6d10-46d6-ae68-dbdd84c961ae",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:53.999049Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f7ab242b-28b6-4e48-9fd1-83c1fa14e7ea",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f7ab242b-28b6-4e48-9fd1-83c1fa14e7ea"
}
}
}, - "links": {
- "versions": "/api/properties/f7ab242b-28b6-4e48-9fd1-83c1fa14e7ea/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/f7ab242b-28b6-4e48-9fd1-83c1fa14e7ea/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": "014d05fd-f386-4104-b407-37f25a927e03",
- "type": "change",
- "attributes": {
- "created_by": "ahmad",
- "name": "input",
- "action": "input",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "microchip": "connecting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-03-27T03:54:20.852189Z",
- "started_at": "2026-03-27T03:46:05.952258Z",
- "finished_at": "2026-03-27T03:46:45.602187Z",
- "updated_at": "2026-03-27T03:54:20.861500Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "d15be6f57e41c5994eae4ca3efefc6d4686f98e4",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6d86347-8c66-49e7-ac3f-6e6e3a9ab121",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6d86347-8c66-49e7-ac3f-6e6e3a9ab121"
}
}, - "parents": {
- "data": [
- {
- "id": "3e858e66-274b-40fc-b6d1-d565210900e2",
- "type": "project"
}, - {
- "id": "894e8486-90da-424a-9d29-3dda90ff4ebd",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "849b87e1-8b13-414e-b73d-e53b6b16f7f3",
- "type": "step"
}, - "links": {
- "related": "/api/steps/849b87e1-8b13-414e-b73d-e53b6b16f7f3"
}
}, - "steps": {
- "data": [
- {
- "id": "849b87e1-8b13-414e-b73d-e53b6b16f7f3",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "ea98962a-dc3d-4cae-981e-929e086ffa4a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ea98962a-dc3d-4cae-981e-929e086ffa4a"
}
}, - "override_settings": {
- "data": {
- "id": "d4ace838-ae06-46a6-99cc-3ec3c8724de7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d4ace838-ae06-46a6-99cc-3ec3c8724de7"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/147e380f-7c77-457b-aae7-1a64d302a5fe",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/014d05fd-f386-4104-b407-37f25a927e03",
- "log_lines": "/api/changes/014d05fd-f386-4104-b407-37f25a927e03/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "849b87e1-8b13-414e-b73d-e53b6b16f7f3",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "input",
- "name": "input",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "014d05fd-f386-4104-b407-37f25a927e03",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:45:05.952258Z",
- "started_at": "2026-03-27T03:46:05.952258Z",
- "finished_at": "2026-03-27T03:46:45.602187Z",
- "updated_at": "2026-03-27T03:54:20.861500Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6d86347-8c66-49e7-ac3f-6e6e3a9ab121",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6d86347-8c66-49e7-ac3f-6e6e3a9ab121"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "4aa489b8-4448-4580-aa35-7f55a0bbc466",
- "type": "properties_version"
}, - {
- "id": "30ec4802-a59a-411a-949f-a2712ee143b7",
- "type": "properties_version"
}, - {
- "id": "ca0bb29c-5bad-4e56-a3a5-5d9b38289557",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "014d05fd-f386-4104-b407-37f25a927e03",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/014d05fd-f386-4104-b407-37f25a927e03",
- "change": "/api/projects/opc/environments/dev/changes/014d05fd-f386-4104-b407-37f25a927e03",
- "log_lines": "/api/steps/849b87e1-8b13-414e-b73d-e53b6b16f7f3/log_lines",
- "self": "/api/steps/849b87e1-8b13-414e-b73d-e53b6b16f7f3"
}, - "meta": { }
}, - {
- "id": "3e858e66-274b-40fc-b6d1-d565210900e2",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "melba.corkery",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f2281b68-8420-4e18-9cb4-c907933b6452",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f2281b68-8420-4e18-9cb4-c907933b6452"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "35db345c-a41b-48dc-a58a-0fd626261362",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/35db345c-a41b-48dc-a58a-0fd626261362"
}
}, - "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "894e8486-90da-424a-9d29-3dda90ff4ebd",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "tyler.oconner"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d18e1cf3-1990-4d23-84b6-dc08dec4d0fb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d18e1cf3-1990-4d23-84b6-dc08dec4d0fb"
}
}, - "parents": {
- "data": [
- {
- "id": "3e858e66-274b-40fc-b6d1-d565210900e2",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b65e33c1-77eb-45af-b3c9-af86b413f25c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b65e33c1-77eb-45af-b3c9-af86b413f25c"
}
}, - "project": {
- "data": {
- "id": "3e858e66-274b-40fc-b6d1-d565210900e2",
- "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": {
- "bandwidth": "quantifying"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "action": "copy",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "type": "change",
- "attributes": {
- "created_by": "eugene.kovacek",
- "name": null,
- "action": "transmit",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "port": "hacking"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-03-27T03:54:21.552056Z",
- "started_at": "2026-03-27T03:54:21.544194Z",
- "finished_at": null,
- "updated_at": "2026-03-27T03:54:21.562170Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "af3234d5-e55a-4abc-a39e-47338a6d7fa9",
- "type": "project"
}, - {
- "id": "f709bbce-639d-46c0-82b6-14d6b6ec9d19",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "38f01965-8955-4c01-840d-5cb58ad45019",
- "type": "step"
}, - "links": {
- "related": "/api/steps/38f01965-8955-4c01-840d-5cb58ad45019"
}
}, - "steps": {
- "data": [
- {
- "id": "38f01965-8955-4c01-840d-5cb58ad45019",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "c2e6bb69-55c7-4184-8635-46d424549707",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c2e6bb69-55c7-4184-8635-46d424549707"
}
}, - "override_settings": {
- "data": {
- "id": "7b97e7ab-51b6-49e7-bb00-606bc60c2a59",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7b97e7ab-51b6-49e7-bb00-606bc60c2a59"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/3060733b-ab67-40da-9bbc-a051fdff13d0",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "log_lines": "/api/changes/cadb7673-93cc-4518-be00-bc0c5018a0f2/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "38f01965-8955-4c01-840d-5cb58ad45019",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "action": "transmit",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:54:21.554914Z",
- "started_at": "2026-03-27T03:54:21.544194Z",
- "finished_at": null,
- "updated_at": "2026-03-27T03:54:21.562170Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "change": "/api/projects/opc/environments/dev/changes/cadb7673-93cc-4518-be00-bc0c5018a0f2",
- "log_lines": "/api/steps/38f01965-8955-4c01-840d-5cb58ad45019/log_lines",
- "self": "/api/steps/38f01965-8955-4c01-840d-5cb58ad45019"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: d3315b71-43b5-4045-9095-503b0ffbb645 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "type": "change",
- "attributes": {
- "created_by": "ronny",
- "name": "generate",
- "action": "generate",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "bandwidth": "navigating"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-03-27T03:54:22.029958Z",
- "started_at": "2026-03-27T03:48:43.859432Z",
- "finished_at": "2026-03-27T03:49:03.146121Z",
- "updated_at": "2026-03-27T03:54:22.038953Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "02a05fec4a8ed31a1122dadca14e8b85793c0827",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7f34a4fb-28e4-4e79-b46e-788d4df800c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7f34a4fb-28e4-4e79-b46e-788d4df800c4"
}
}, - "parents": {
- "data": [
- {
- "id": "2c8c4f62-cb32-4eed-b9d9-32fe65245eb7",
- "type": "project"
}, - {
- "id": "a9e21915-a78d-4891-811a-2d0e8bd62031",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "eb5377cd-594c-4802-9118-22f41e636043",
- "type": "step"
}, - "links": {
- "related": "/api/steps/eb5377cd-594c-4802-9118-22f41e636043"
}
}, - "steps": {
- "data": [
- {
- "id": "eb5377cd-594c-4802-9118-22f41e636043",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "a46beb60-2054-412d-bb7c-d6a71fc9ae56",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a46beb60-2054-412d-bb7c-d6a71fc9ae56"
}
}, - "override_settings": {
- "data": {
- "id": "4d492d9b-c178-4fe6-a010-9b82ea9b8119",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4d492d9b-c178-4fe6-a010-9b82ea9b8119"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/0e1bcda1-2a17-4772-aafc-3662c51461be",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "log_lines": "/api/changes/0f40bc04-b3ca-4cde-9289-3b62848eb1cd/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": "eb5377cd-594c-4802-9118-22f41e636043",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "generate",
- "name": "generate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:47:43.859432Z",
- "started_at": "2026-03-27T03:48:43.859432Z",
- "finished_at": "2026-03-27T03:49:03.146121Z",
- "updated_at": "2026-03-27T03:54:22.038953Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7f34a4fb-28e4-4e79-b46e-788d4df800c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7f34a4fb-28e4-4e79-b46e-788d4df800c4"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "55ee89e6-ec0a-424a-809b-8443fdc3f3a4",
- "type": "properties_version"
}, - {
- "id": "01be51eb-b4b1-4745-912b-31cac3f19339",
- "type": "properties_version"
}, - {
- "id": "26cb9910-753b-4273-b259-38d79855fbe7",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "change": "/api/projects/opc/environments/dev/changes/0f40bc04-b3ca-4cde-9289-3b62848eb1cd",
- "log_lines": "/api/steps/eb5377cd-594c-4802-9118-22f41e636043/log_lines",
- "self": "/api/steps/eb5377cd-594c-4802-9118-22f41e636043"
}, - "meta": { }
}, - {
- "id": "2c8c4f62-cb32-4eed-b9d9-32fe65245eb7",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "genie",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "75fcd0dc-4643-4cf3-af01-e3c486904d87",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/75fcd0dc-4643-4cf3-af01-e3c486904d87"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "346e5cb8-421e-4e39-be1b-9e941eca0948",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/346e5cb8-421e-4e39-be1b-9e941eca0948"
}
}, - "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "a9e21915-a78d-4891-811a-2d0e8bd62031",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "lupe"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d4e2d87c-d024-49c9-a4e0-466b1e34ee9a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d4e2d87c-d024-49c9-a4e0-466b1e34ee9a"
}
}, - "parents": {
- "data": [
- {
- "id": "2c8c4f62-cb32-4eed-b9d9-32fe65245eb7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "11eb97d0-264a-4420-adb2-3a7e2c7d6554",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/11eb97d0-264a-4420-adb2-3a7e2c7d6554"
}
}, - "project": {
- "data": {
- "id": "2c8c4f62-cb32-4eed-b9d9-32fe65245eb7",
- "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
}
}
}
}
]
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: d3315b71-43b5-4045-9095-503b0ffbb645 change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "reboot (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "circuit": "copying"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "4ab36e0c-347a-466b-bfe9-c839ea30d1d4",
- "type": "properties_version"
}, - {
- "id": "46d9b9cd-6d08-48a9-b37b-7fe0eff65984",
- "type": "properties_version"
}, - {
- "id": "c9c7f3c8-5a0e-43ed-82a9-5bf782bcaf78",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "circuit": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "4ab36e0c-347a-466b-bfe9-c839ea30d1d4",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:23.119503Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1b9cd653-bb3c-4165-a3e7-47870b05677e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1b9cd653-bb3c-4165-a3e7-47870b05677e"
}
}
}, - "links": {
- "versions": "/api/properties/1b9cd653-bb3c-4165-a3e7-47870b05677e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/1b9cd653-bb3c-4165-a3e7-47870b05677e/versions/1"
}, - "meta": { }
}, - {
- "id": "46d9b9cd-6d08-48a9-b37b-7fe0eff65984",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:23.140717Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5487e64e-6255-449e-aa54-1b2efcf0708e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5487e64e-6255-449e-aa54-1b2efcf0708e"
}
}
}, - "links": {
- "versions": "/api/properties/5487e64e-6255-449e-aa54-1b2efcf0708e/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/5487e64e-6255-449e-aa54-1b2efcf0708e/versions/1"
}, - "meta": { }
}, - {
- "id": "c9c7f3c8-5a0e-43ed-82a9-5bf782bcaf78",
- "type": "properties_version",
- "attributes": {
- "data": {
- "circuit": "copying"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:23.209072Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f0b5846a-6297-4b86-a9e6-677147497fd5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f0b5846a-6297-4b86-a9e6-677147497fd5"
}
}
}, - "links": {
- "versions": "/api/properties/f0b5846a-6297-4b86-a9e6-677147497fd5/versions",
- "owner": "/api/projects/opc/environments/dev/changes/0d2a35f7-d7b2-4633-a01d-93ea7a5385ff",
- "self": "/api/properties/f0b5846a-6297-4b86-a9e6-677147497fd5/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": [
- {
- "id": "fc6b948f-202c-4060-9568-1873c21bfe73",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "kathryn.mayer",
- "cron_schedule": "30 16 28 12 0",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "matrix": "indexing"
}, - "property_overrides": {
- "monitor": "overriding"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-03-27T03:54:13.380139Z",
- "updated_at": "2026-03-27T03:54:13.380139Z",
- "next_run_at": "2026-12-06T05:30:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "program",
- "new_commits_only": true,
- "git_rev": "optical",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "fb86c23b-c79d-44bd-a304-b8e54e85cebc",
- "type": "project"
}, - {
- "id": "c48db1cf-9350-4e68-9bed-88fa7bed75c9",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/6f6b6d40-e80c-4710-b82e-295396daac67",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/fc6b948f-202c-4060-9568-1873c21bfe73"
}
}, - {
- "id": "b21f24a8-64ff-461e-acc7-f909f02a1611",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "quincy.kuphal",
- "cron_schedule": "8 10 14 2 5",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "compressing"
}, - "property_overrides": {
- "monitor": "transmitting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-03-27T03:54:13.652467Z",
- "updated_at": "2026-03-27T03:54:13.652467Z",
- "next_run_at": "2027-02-04T23:08:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "fb86c23b-c79d-44bd-a304-b8e54e85cebc",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/b21f24a8-64ff-461e-acc7-f909f02a1611",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "fb86c23b-c79d-44bd-a304-b8e54e85cebc",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "dione",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7b928a04-31c0-427c-809d-ff5477853f0b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7b928a04-31c0-427c-809d-ff5477853f0b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "9d529dc9-6c29-488f-887b-98848ac6fd82",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9d529dc9-6c29-488f-887b-98848ac6fd82"
}
}, - "children": {
- "data": [
- {
- "id": "c48db1cf-9350-4e68-9bed-88fa7bed75c9",
- "type": "environment"
}, - {
- "id": "e97a7127-3c29-40c6-83c9-fb8feff16a08",
- "type": "asset"
}, - {
- "id": "b60b4109-8bdc-4875-8dd8-99023ad5967d",
- "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "c48db1cf-9350-4e68-9bed-88fa7bed75c9",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "demetrius"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d775b744-b093-4812-acd1-fdba0c69e534",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d775b744-b093-4812-acd1-fdba0c69e534"
}
}, - "parents": {
- "data": [
- {
- "id": "fb86c23b-c79d-44bd-a304-b8e54e85cebc",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "de4c272f-40f9-4eb8-962e-68b778a499d2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/de4c272f-40f9-4eb8-962e-68b778a499d2"
}
}, - "project": {
- "data": {
- "id": "fb86c23b-c79d-44bd-a304-b8e54e85cebc",
- "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": "6 0 21 5 2",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "driver": "quantifying"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "driver": "generating"
}, - "settings_overrides": {
- "dockerfile": "hacking"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "5ff09461-36b9-4f6e-9632-ac7704e28bd0",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "adan",
- "cron_schedule": "53 17 11 4 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "system": "compressing"
}, - "property_overrides": {
- "sensor": "navigating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-03-27T03:54:14.461265Z",
- "updated_at": "2026-03-27T03:54:14.461265Z",
- "next_run_at": "2026-04-06T07:53:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "mobile",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "compressing"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "50e30014-3027-40cc-ae4c-3cc2abcb49c7",
- "type": "project"
}, - {
- "id": "0b8f6ef8-6988-447a-9898-84d8efc9081b",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/018bf9af-de34-489f-ad04-abcb8f8978bc",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/5ff09461-36b9-4f6e-9632-ac7704e28bd0"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: fa397656-b4a1-4bbc-a096-0b6069a1c1a5 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "0f82fb51-453e-4eca-9518-4a0ebb1c7ffc",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "marcelino.schmitt",
- "cron_schedule": "42 21 6 2 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "interface": "copying"
}, - "property_overrides": {
- "protocol": "generating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-03-27T03:54:15.084377Z",
- "updated_at": "2026-03-27T03:54:15.084377Z",
- "next_run_at": "2027-02-03T10:42:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "compress",
- "new_commits_only": true,
- "git_rev": "wireless",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "d268a80d-eeb8-4b63-94ad-78c04e891cb6",
- "type": "project"
}, - {
- "id": "a7a101a7-645e-460e-8488-fff83f82156c",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/f2f7e0df-e373-4e41-adbc-bd7ff335a235",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/0f82fb51-453e-4eca-9518-4a0ebb1c7ffc"
}
}, - "included": [
- {
- "id": "d268a80d-eeb8-4b63-94ad-78c04e891cb6",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "norris",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cc5f06ab-03fe-4bd1-986e-342af1323417",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cc5f06ab-03fe-4bd1-986e-342af1323417"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "9e06aac5-31ac-4e68-ac96-efebcea754f2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9e06aac5-31ac-4e68-ac96-efebcea754f2"
}
}, - "children": {
- "data": [
- {
- "id": "a7a101a7-645e-460e-8488-fff83f82156c",
- "type": "environment"
}, - {
- "id": "6a7af62c-0579-4268-8d3a-f8ede2a825e7",
- "type": "asset"
}, - {
- "id": "409ce5a7-b98c-4bca-bc57-69c7f2b91aa9",
- "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",
- "agents": "/api/projects/opc/agents"
}, - "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",
- "agent"
], - "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
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "a7a101a7-645e-460e-8488-fff83f82156c",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "ardella_langworth"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "981c2a06-5dcb-48aa-90f0-d9df7088c360",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/981c2a06-5dcb-48aa-90f0-d9df7088c360"
}
}, - "parents": {
- "data": [
- {
- "id": "d268a80d-eeb8-4b63-94ad-78c04e891cb6",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c8bde15c-e535-4b23-b42f-c199a761a5bb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c8bde15c-e535-4b23-b42f-c199a761a5bb"
}
}, - "project": {
- "data": {
- "id": "d268a80d-eeb8-4b63-94ad-78c04e891cb6",
- "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: fa397656-b4a1-4bbc-a096-0b6069a1c1a5 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "54 5 28 5 0",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "application": "quantifying"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "card": "copying"
}, - "settings_overrides": {
- "dockerfile": "generating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "d26a432b-86cc-412b-97fa-5632e7fb2ca7",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "sonya.mitchell",
- "cron_schedule": "37 14 6 12 0",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "driver": "programming"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-03-27T03:54:16.018236Z",
- "updated_at": "2026-03-27T03:54:16.339944Z",
- "next_run_at": "2026-12-06T03:37:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": false,
- "git_rev": "back-end",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "659c9b84-de32-4e12-bf54-f8639f760aa5",
- "type": "project"
}, - {
- "id": "9c163fe8-da88-4877-bbdd-895533ecd583",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/237658d5-a002-4b7e-96f1-8322876f4c2d",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/d26a432b-86cc-412b-97fa-5632e7fb2ca7"
}
}
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "3a511acc-033f-4587-9851-6b6f56550528",
- "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": "32560688-4aaf-4fcc-a48f-bc6fbda0e2dc",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:46:26.731813Z",
- "started_at": "2026-03-27T03:47:26.731813Z",
- "finished_at": "2026-03-27T03:52:17.149960Z",
- "updated_at": "2026-03-27T03:54:56.325997Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "fe151546-f31b-4068-add6-c6f87f246023",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/fe151546-f31b-4068-add6-c6f87f246023"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "65c6e17c-59f5-488f-b3d6-78a1ff3df010",
- "type": "properties_version"
}, - {
- "id": "63d00bb9-4e1a-43c7-8cf0-f9ba5a3a5492",
- "type": "properties_version"
}, - {
- "id": "332a4eb8-2153-4714-9684-1df78a182a9c",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "32560688-4aaf-4fcc-a48f-bc6fbda0e2dc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/32560688-4aaf-4fcc-a48f-bc6fbda0e2dc",
- "change": "/api/projects/opc/environments/dev/changes/32560688-4aaf-4fcc-a48f-bc6fbda0e2dc",
- "log_lines": "/api/steps/3a511acc-033f-4587-9851-6b6f56550528/log_lines",
- "self": "/api/steps/3a511acc-033f-4587-9851-6b6f56550528"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: e0344266-d561-4c8c-8b27-b036ddf125e9 step id |
{- "data": {
- "id": "93569dca-ec15-4322-bf64-8c72f25b7996",
- "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": "35f8c63c-a38f-47f6-8742-409e73e223ef",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:47:26.034615Z",
- "started_at": "2026-03-27T03:48:26.034615Z",
- "finished_at": "2026-03-27T03:53:01.814257Z",
- "updated_at": "2026-03-27T03:54:56.567036Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a6d63443-164b-4ea9-bdd9-1473c04853c3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a6d63443-164b-4ea9-bdd9-1473c04853c3"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "4329a4d0-ee7d-4bc5-8013-a8f49521f87b",
- "type": "properties_version"
}, - {
- "id": "a7f7605a-0682-4076-8664-1db29a07bf69",
- "type": "properties_version"
}, - {
- "id": "39234eca-7342-4e60-a736-c9602cecfcb1",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "35f8c63c-a38f-47f6-8742-409e73e223ef",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/35f8c63c-a38f-47f6-8742-409e73e223ef",
- "change": "/api/projects/opc/environments/dev/changes/35f8c63c-a38f-47f6-8742-409e73e223ef",
- "log_lines": "/api/steps/93569dca-ec15-4322-bf64-8c72f25b7996/log_lines",
- "self": "/api/steps/93569dca-ec15-4322-bf64-8c72f25b7996"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "port": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "4329a4d0-ee7d-4bc5-8013-a8f49521f87b",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:54:56.452480Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9cb1eea1-ad54-4fec-b4ce-c6dfd8867fc3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9cb1eea1-ad54-4fec-b4ce-c6dfd8867fc3"
}
}
}, - "links": {
- "versions": "/api/properties/9cb1eea1-ad54-4fec-b4ce-c6dfd8867fc3/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/9cb1eea1-ad54-4fec-b4ce-c6dfd8867fc3/versions/1"
}, - "meta": { }
}, - {
- "id": "a7f7605a-0682-4076-8664-1db29a07bf69",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:54:56.476562Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1fc07f39-7f11-47d0-b177-801642ef7fbf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1fc07f39-7f11-47d0-b177-801642ef7fbf"
}
}
}, - "links": {
- "versions": "/api/properties/1fc07f39-7f11-47d0-b177-801642ef7fbf/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/1fc07f39-7f11-47d0-b177-801642ef7fbf/versions/1"
}, - "meta": { }
}, - {
- "id": "39234eca-7342-4e60-a736-c9602cecfcb1",
- "type": "properties_version",
- "attributes": {
- "data": {
- "port": "connecting"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:56.550677Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "64ab6da2-e74f-4dc1-8bfe-2ad5e3aaca98",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/64ab6da2-e74f-4dc1-8bfe-2ad5e3aaca98"
}
}
}, - "links": {
- "versions": "/api/properties/64ab6da2-e74f-4dc1-8bfe-2ad5e3aaca98/versions",
- "owner": "/api/projects/opc/environments/dev/changes/35f8c63c-a38f-47f6-8742-409e73e223ef",
- "self": "/api/properties/64ab6da2-e74f-4dc1-8bfe-2ad5e3aaca98/versions/1"
}, - "meta": { }
}, - {
- "id": "a6d63443-164b-4ea9-bdd9-1473c04853c3",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "port": "connecting"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:56.597965Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/93569dca-ec15-4322-bf64-8c72f25b7996"
}
}
}, - "links": {
- "self": "/api/properties/a6d63443-164b-4ea9-bdd9-1473c04853c3",
- "current_version": "/api/properties/a6d63443-164b-4ea9-bdd9-1473c04853c3/versions/1",
- "versions": "/api/properties/a6d63443-164b-4ea9-bdd9-1473c04853c3/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: e0344266-d561-4c8c-8b27-b036ddf125e9 step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "82f96230-59bb-4e6d-adcc-54e2162bc801",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "navigate",
- "name": "navigate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "212f2506-6863-45ee-bb86-50f8543b4659",
- "skip_on_retry": true,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:45:57.534532Z",
- "started_at": "2026-03-27T03:46:57.534532Z",
- "finished_at": "2026-03-27T03:50:56.871175Z",
- "updated_at": "2026-03-27T03:54:57.181454Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b4bae01e-83a0-4247-b9e2-a74db13fed97",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b4bae01e-83a0-4247-b9e2-a74db13fed97"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "e44a80e9-d8e5-4d4c-a438-9fcbb25b2952",
- "type": "properties_version"
}, - {
- "id": "34363feb-b41c-4524-a1a0-0750905a740c",
- "type": "properties_version"
}, - {
- "id": "949e9501-7ae0-4213-a449-aba1785d19ae",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "212f2506-6863-45ee-bb86-50f8543b4659",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/212f2506-6863-45ee-bb86-50f8543b4659",
- "change": "/api/projects/opc/environments/dev/changes/212f2506-6863-45ee-bb86-50f8543b4659",
- "log_lines": "/api/steps/82f96230-59bb-4e6d-adcc-54e2162bc801/log_lines",
- "self": "/api/steps/82f96230-59bb-4e6d-adcc-54e2162bc801"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: 7ac2718e-cf62-4eab-b54e-2d2e75b3ab58 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "97bba9e1-fa61-46b7-bbd0-df8f65037d1e",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "name": "reboot",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "88c30e56-0f94-44e4-8004-38e52250a8ca",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:44:56.323203Z",
- "started_at": "2026-03-27T03:45:56.323203Z",
- "finished_at": "2026-03-27T03:54:58.874004Z",
- "updated_at": "2026-03-27T03:54:58.899255Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "92c504b3-61f5-4f4d-bc70-9cd772c2309b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/92c504b3-61f5-4f4d-bc70-9cd772c2309b"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "5d739f87-4179-4cce-a6ec-8e53d1f033cf",
- "type": "properties_version"
}, - {
- "id": "ad4e2b9c-0944-432a-a8f3-720486055e35",
- "type": "properties_version"
}, - {
- "id": "15c759d3-8d0c-4427-9bac-b5d486a0fcf4",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "88c30e56-0f94-44e4-8004-38e52250a8ca",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/88c30e56-0f94-44e4-8004-38e52250a8ca",
- "change": "/api/projects/opc/environments/dev/changes/88c30e56-0f94-44e4-8004-38e52250a8ca",
- "log_lines": "/api/steps/97bba9e1-fa61-46b7-bbd0-df8f65037d1e/log_lines",
- "self": "/api/steps/97bba9e1-fa61-46b7-bbd0-df8f65037d1e"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 7ac2718e-cf62-4eab-b54e-2d2e75b3ab58 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "3423ed37-ffb0-4651-85b1-3a2e3abdb256",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "action": "synthesize",
- "name": "synthesize",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "508b2251-967d-4faa-a253-f649c4687350",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:44:26.290175Z",
- "started_at": "2026-03-27T03:45:26.290175Z",
- "finished_at": null,
- "updated_at": "2026-03-27T03:54:59.626727Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "809497b7-2904-48c1-90ff-063443548bfd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/809497b7-2904-48c1-90ff-063443548bfd"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "cec01874-1ecf-4662-b203-772cf98dab43",
- "type": "properties_version"
}, - {
- "id": "e6dd49c4-c3cd-4b36-ba4c-cd19c0932a02",
- "type": "properties_version"
}, - {
- "id": "fbb2d319-65f4-40ca-9140-6cd3ec06da89",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "508b2251-967d-4faa-a253-f649c4687350",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/508b2251-967d-4faa-a253-f649c4687350",
- "change": "/api/projects/opc/environments/dev/changes/508b2251-967d-4faa-a253-f649c4687350",
- "log_lines": "/api/steps/3423ed37-ffb0-4651-85b1-3a2e3abdb256/log_lines",
- "self": "/api/steps/3423ed37-ffb0-4651-85b1-3a2e3abdb256"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 7ac2718e-cf62-4eab-b54e-2d2e75b3ab58 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "371e1a52-8ecb-4c89-99a0-9dc66919804c",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "action": "generate",
- "name": "generate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "34cd3ee3-835d-43f8-a917-6b09e618c6ef",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-27T03:47:39.056289Z",
- "started_at": "2026-03-27T03:48:39.056289Z",
- "finished_at": "2026-03-27T03:55:00.493732Z",
- "updated_at": "2026-03-27T03:55:00.502421Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e62ae986-de43-41c3-887f-081abb3ed65f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e62ae986-de43-41c3-887f-081abb3ed65f"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "a2063265-659f-405e-845b-4c8e20781a91",
- "type": "properties_version"
}, - {
- "id": "a4cfac85-8175-4804-b3a7-f345db09f4a5",
- "type": "properties_version"
}, - {
- "id": "18301403-ce7e-48e2-987b-ef1c578ced82",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "34cd3ee3-835d-43f8-a917-6b09e618c6ef",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/34cd3ee3-835d-43f8-a917-6b09e618c6ef",
- "change": "/api/projects/opc/environments/dev/changes/34cd3ee3-835d-43f8-a917-6b09e618c6ef",
- "log_lines": "/api/steps/371e1a52-8ecb-4c89-99a0-9dc66919804c/log_lines",
- "self": "/api/steps/371e1a52-8ecb-4c89-99a0-9dc66919804c"
}, - "meta": { }
}
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: e0344266-d561-4c8c-8b27-b036ddf125e9 step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "compress (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "sensor": "connecting"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "cf60e069-7ddc-4bdb-a325-9c70c1b7e47e",
- "type": "properties_version"
}, - {
- "id": "02c8aac3-a800-4f18-ad18-c2f02cfadec9",
- "type": "properties_version"
}, - {
- "id": "2fbcb600-193d-4411-a069-ad628c947664",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "sensor": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "cf60e069-7ddc-4bdb-a325-9c70c1b7e47e",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-27T03:55:01.247365Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2f8f3f98-d77a-4cba-83a4-be48095a1658",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2f8f3f98-d77a-4cba-83a4-be48095a1658"
}
}
}, - "links": {
- "versions": "/api/properties/2f8f3f98-d77a-4cba-83a4-be48095a1658/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/2f8f3f98-d77a-4cba-83a4-be48095a1658/versions/1"
}, - "meta": { }
}, - {
- "id": "02c8aac3-a800-4f18-ad18-c2f02cfadec9",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-27T03:55:01.274410Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9b3e6665-ebca-4f52-bffc-a3e920490685",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9b3e6665-ebca-4f52-bffc-a3e920490685"
}
}
}, - "links": {
- "versions": "/api/properties/9b3e6665-ebca-4f52-bffc-a3e920490685/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/9b3e6665-ebca-4f52-bffc-a3e920490685/versions/1"
}, - "meta": { }
}, - {
- "id": "2fbcb600-193d-4411-a069-ad628c947664",
- "type": "properties_version",
- "attributes": {
- "data": {
- "sensor": "connecting"
}, - "version": 1,
- "created_at": "2026-03-27T03:55:01.328254Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2b132154-57de-4160-a8e6-6161dde59d8e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2b132154-57de-4160-a8e6-6161dde59d8e"
}
}
}, - "links": {
- "versions": "/api/properties/2b132154-57de-4160-a8e6-6161dde59d8e/versions",
- "owner": "/api/projects/opc/environments/dev/changes/8eb5cc34-d2e8-4e5f-b76c-83330c196597",
- "self": "/api/properties/2b132154-57de-4160-a8e6-6161dde59d8e/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: d3315b71-43b5-4045-9095-503b0ffbb645 |
| 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": "75619129-d417-4404-be5c-5c51d0e30e85",
- "type": "log_line",
- "attributes": {
- "message": "Ut quos et quae.",
- "category": "action",
- "change_id": "d1bb881f-6f77-445a-af82-1cabdf2a3cd7",
- "step_id": "e7693e55-20a4-4b08-9cbc-236cd803163e",
- "logged_at": "2026-03-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: e0344266-d561-4c8c-8b27-b036ddf125e9 |
| include_child_steps | boolean Example: include_child_steps=true Whether to include logs for steps that are children of this step |
| 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": "8070c447-8073-4d2f-98b9-da68ed24fc4e",
- "type": "log_line",
- "attributes": {
- "message": "Autem impedit dicta distinctio.",
- "category": "action",
- "change_id": "f8ff316c-d1bb-4af8-92f0-6ea43f7173bd",
- "step_id": "9b93742e-8c11-4c75-984a-dd516d254957",
- "logged_at": "2026-03-26T00: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": "11fc9e82-d1db-4964-bbf7-d0af5a9afc92",
- "type": "log_line",
- "attributes": {
- "message": "Quia ratione dolores corporis.",
- "category": "action",
- "change_id": "9bd2509a-389c-48c1-b0c3-ebb5d50950ac",
- "step_id": "5dffd0ef-2c82-4ee8-b1de-0e398f6e4761",
- "logged_at": "2026-03-26T00: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: ba185ec6-c770-4a50-95b8-dc95772ec8ea |
| 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": "7e747592-a896-4ca6-aa09-32558a691eec",
- "type": "log_line",
- "attributes": {
- "message": "Ea culpa delectus reiciendis.",
- "category": "action",
- "workflow_run_id": "a764bc69-cdcd-4836-a123-79c0c55af724",
- "workflow_step_id": "5efa7c1b-674b-49bb-96c1-8110428b9238",
- "logged_at": "2026-03-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: a1dcac96-1f80-4420-9c56-b8db602a69a7 |
| include_child_steps | boolean Example: include_child_steps=true Whether to include logs for steps that are children of this step |
| 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": "b1da4c14-d2fa-4e50-841a-baec1aec0f99",
- "type": "log_line",
- "attributes": {
- "message": "Quia eveniet nobis neque.",
- "category": "action",
- "workflow_run_id": "8839076f-257b-456a-bb8e-1e19d54ef1ea",
- "workflow_step_id": "fc639d8a-7659-4275-829b-d6a8e80c21b9",
- "logged_at": "2026-03-26T00: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": "9360670a-fcd1-4af1-be3e-a1cb9bf35671",
- "type": "log_line",
- "attributes": {
- "message": "Quo tenetur repellat magnam.",
- "category": "action",
- "workflow_run_id": "39537bf0-5fe3-4a87-9fab-c6691cddf953",
- "workflow_step_id": "cbe287e0-fdbb-42f6-a76e-5223d667172f",
- "logged_at": "2026-03-26T00: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": "0841e180-c8e1-424d-9153-14d003750664",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "11f3a0c7-2b82-4694-98d1-cec66acfa535",
- "name": "voluptatibus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "21e14950-396f-4ef9-93c0-f023d57e8adb",
- "name": "impedit",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "fdd313cd-7b3b-48fd-bffd-2354fc6e0acb",
- "name": "calculate",
- "type": "workflow_change_step",
- "action": "calculate",
- "target": "/projects/unyav/environments/yiyyl/assets/t7ycf"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "2b42536e-444e-4c8e-9a7e-88e0cde92b99",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/p3zdu/environments/jxvps/assets/y0r13"
}, - {
- "id": "688353de-7713-458d-9efb-4d9e2b0a8443",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "d1405939-105d-4396-8305-9f630ca7cbe2",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/xzq2j/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Zathin": "0.3.5",
- "Pannier": "2.5",
- "Sonsing": "0.85",
- "Bytecard": "0.76",
- "Tres-Zap": "1.6",
- "Voyatouch": "1.17",
- "Trippledex": "0.4.9",
- "Y-Solowarm": "1.02"
}, - "created_by": "krystyna.satterfield",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:09.121113Z",
- "started_at": "2026-03-27T03:48:38.607917Z",
- "finished_at": "2026-03-27T03:52:28.635950Z",
- "updated_at": "2026-03-27T03:55:09.129306Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "7d5dde7f-8ca6-473c-86bc-70fe31b312b3",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "868ddb24-d519-4105-91e9-682403da6142",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "11f3a0c7-2b82-4694-98d1-cec66acfa535",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "d1405939-105d-4396-8305-9f630ca7cbe2",
- "type": "workflow_workflow_step"
}, - {
- "id": "21e14950-396f-4ef9-93c0-f023d57e8adb",
- "type": "workflow_noop_step"
}, - {
- "id": "11f3a0c7-2b82-4694-98d1-cec66acfa535",
- "type": "workflow_noop_step"
}, - {
- "id": "688353de-7713-458d-9efb-4d9e2b0a8443",
- "type": "workflow_wait_step"
}, - {
- "id": "2b42536e-444e-4c8e-9a7e-88e0cde92b99",
- "type": "workflow_change_step"
}, - {
- "id": "fdd313cd-7b3b-48fd-bffd-2354fc6e0acb",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "68508a56-ea5b-4bb3-83a3-f684dfb620b0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/68508a56-ea5b-4bb3-83a3-f684dfb620b0"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/0841e180-c8e1-424d-9153-14d003750664",
- "log_lines": "/api/workflow_runs/0841e180-c8e1-424d-9153-14d003750664/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "7d5dde7f-8ca6-473c-86bc-70fe31b312b3",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "anton_kulas",
- "created_at": "2026-03-27T03:55:09.080430Z",
- "updated_at": "2026-03-27T03:55:09.092520Z",
- "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": "b7a38a59-becb-40a2-b44d-9ce79b19fedd",
- "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"
}, - "notify": {
- "user_ids": [
- "3fad244f-43c5-4f0f-99db-b6783213473b"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}
}
}
}{- "data": {
- "id": "6fb89d30-6069-4f14-8d83-7d8f43017029",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "14a80d13-7d95-4c5d-a1d9-b5c1625a4d93",
- "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": "griselda.treutel",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:10.085147Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:10.098856Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "30054124-8418-42e9-a336-1ab5b74fb56e",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "7cfb3dca-d60d-4cfd-b444-ae42914c3a6e",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "type": "workflow_noop_step"
}, - {
- "id": "14a80d13-7d95-4c5d-a1d9-b5c1625a4d93",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "b5d62b82-2d31-4e1a-ace8-10be2ed17b4a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b5d62b82-2d31-4e1a-ace8-10be2ed17b4a"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029",
- "log_lines": "/api/workflow_runs/6fb89d30-6069-4f14-8d83-7d8f43017029/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "30054124-8418-42e9-a336-1ab5b74fb56e",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "becki.dickinson",
- "created_at": "2026-03-27T03:55:09.657797Z",
- "updated_at": "2026-03-27T03:55:09.670317Z",
- "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/1",
- "change_parent": {
- "id": "8bf33b16-094d-49ea-a9d7-55eba737db67",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "2ea95710-c496-46c0-809a-3f39c88103d0",
- "node_type": "asset",
- "parent_id": "2ea95710-c496-46c0-809a-3f39c88103d0",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-27T03:55:09.586Z",
- "updated_at": "2026-03-27T03:55:09.586Z",
- "project_type": null,
- "template_version_id": "d3e6990c-ead8-493f-8f5b-efcb7da4f562",
- "created_by": "janita.langosh"
}, - "action_template_version": {
- "id": "d3e6990c-ead8-493f-8f5b-efcb7da4f562",
- "commit_id": "10113646-f349-47bc-a0ad-25083873f50a",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-27T03:55:09.569Z",
- "updated_at": "2026-03-27T03:55:09.569Z",
- "state": "ready",
- "created_by": "arnulfo",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "52bb3f74-de3c-4eea-b562-d44fcc869972",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "2ea95710-c496-46c0-809a-3f39c88103d0",
- "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": "804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "griselda.treutel",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:10.092892Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:10.098856Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6fb89d30-6069-4f14-8d83-7d8f43017029",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "14a80d13-7d95-4c5d-a1d9-b5c1625a4d93",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029/steps/804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "log_lines": "/api/workflow_steps/804333b3-6fe2-4b5f-839b-7a0fae89ab07/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029"
}
}, - {
- "id": "14a80d13-7d95-4c5d-a1d9-b5c1625a4d93",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "griselda.treutel",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:10.103004Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:10.109269Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8bf33b16-094d-49ea-a9d7-55eba737db67",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d3e6990c-ead8-493f-8f5b-efcb7da4f562",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6fb89d30-6069-4f14-8d83-7d8f43017029",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029/steps/14a80d13-7d95-4c5d-a1d9-b5c1625a4d93",
- "log_lines": "/api/workflow_steps/14a80d13-7d95-4c5d-a1d9-b5c1625a4d93/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029/steps/804333b3-6fe2-4b5f-839b-7a0fae89ab07",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6fb89d30-6069-4f14-8d83-7d8f43017029"
}
}
]
}Shows a workflow run.
| run_id required | string Example: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
{- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "name": "non",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "711ec082-1cb6-461d-94de-48633a11d71d",
- "name": "fugiat",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "f51932cb-d522-4c34-8792-199ae69ec38c",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/5pkbo/environments/jf6si/assets/1yoy7"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "7e66b979-0de4-4fc5-8d96-1b4f28f634ab",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/pmfhm/environments/r5x0t/assets/vnmgh"
}, - {
- "id": "36448a92-dc69-4756-a9db-9c58fc4c1763",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "4bfe5483-8b73-4fc2-927c-215837e57ac3",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/5ffrc/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "9.7",
- "Zamit": "0.8.3",
- "Bigtax": "0.21",
- "Duobam": "0.4.9",
- "Zathin": "0.50",
- "Bitwolf": "2.52",
- "Konklux": "0.30",
- "Quo Lux": "0.80",
- "Holdlamis": "0.91",
- "Voltsillam": "2.6"
}, - "created_by": "constance.carter",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:11.604688Z",
- "started_at": "2026-03-27T03:48:15.299946Z",
- "finished_at": "2026-03-27T03:51:15.063670Z",
- "updated_at": "2026-03-27T03:55:11.615682Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "0a6157f0-bef7-4ebb-8c4e-5cad11b2300d",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "9aba9276-e618-4ff4-9c8c-9c47c1c20fda",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "7e66b979-0de4-4fc5-8d96-1b4f28f634ab",
- "type": "workflow_change_step"
}, - {
- "id": "36448a92-dc69-4756-a9db-9c58fc4c1763",
- "type": "workflow_wait_step"
}, - {
- "id": "4bfe5483-8b73-4fc2-927c-215837e57ac3",
- "type": "workflow_workflow_step"
}, - {
- "id": "89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "type": "workflow_noop_step"
}, - {
- "id": "711ec082-1cb6-461d-94de-48633a11d71d",
- "type": "workflow_noop_step"
}, - {
- "id": "f51932cb-d522-4c34-8792-199ae69ec38c",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "46b61bfe-faa9-48c4-8392-2d96d100fbbb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/46b61bfe-faa9-48c4-8392-2d96d100fbbb"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "log_lines": "/api/workflow_runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "0a6157f0-bef7-4ebb-8c4e-5cad11b2300d",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "merlin.prohaska",
- "created_at": "2026-03-27T03:55:11.554315Z",
- "updated_at": "2026-03-27T03:55:11.569662Z",
- "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": "e566b967-8a2f-41f8-8c6a-0825ad5f236e",
- "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": "7e66b979-0de4-4fc5-8d96-1b4f28f634ab",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "constance.carter",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:11.871516Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:11.877646Z",
- "action": "transmit",
- "property_overrides": {
- "application": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "32a6ad51-2884-4311-a68b-3bd10fc03aff",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b5c37fc5-2124-484a-b343-fa8a6b1898f6",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/7e66b979-0de4-4fc5-8d96-1b4f28f634ab",
- "log_lines": "/api/workflow_steps/7e66b979-0de4-4fc5-8d96-1b4f28f634ab/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}, - {
- "id": "36448a92-dc69-4756-a9db-9c58fc4c1763",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "constance.carter",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:11.881709Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:11.886509Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/36448a92-dc69-4756-a9db-9c58fc4c1763",
- "log_lines": "/api/workflow_steps/36448a92-dc69-4756-a9db-9c58fc4c1763/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}, - {
- "id": "4bfe5483-8b73-4fc2-927c-215837e57ac3",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "constance.carter",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:11.932568Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:11.938440Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "fe0497d5-eb6a-4fc8-ac83-e8df13638800",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/4bfe5483-8b73-4fc2-927c-215837e57ac3",
- "log_lines": "/api/workflow_steps/4bfe5483-8b73-4fc2-927c-215837e57ac3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}, - {
- "id": "89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "constance.carter",
- "name": "non",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:11.610250Z",
- "started_at": "2026-03-27T03:48:15.299946Z",
- "finished_at": "2026-03-27T03:51:15.063670Z",
- "updated_at": "2026-03-27T03:55:11.615682Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "711ec082-1cb6-461d-94de-48633a11d71d",
- "type": "workflow_noop_step"
}, - {
- "id": "7e66b979-0de4-4fc5-8d96-1b4f28f634ab",
- "type": "workflow_change_step"
}, - {
- "id": "36448a92-dc69-4756-a9db-9c58fc4c1763",
- "type": "workflow_wait_step"
}, - {
- "id": "4bfe5483-8b73-4fc2-927c-215837e57ac3",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "log_lines": "/api/workflow_steps/89e71292-3e33-4723-a2d1-9c8da3498c6a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}, - {
- "id": "711ec082-1cb6-461d-94de-48633a11d71d",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "constance.carter",
- "name": "fugiat",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-27T03:55:11.619282Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:11.738051Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f51932cb-d522-4c34-8792-199ae69ec38c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/711ec082-1cb6-461d-94de-48633a11d71d",
- "log_lines": "/api/workflow_steps/711ec082-1cb6-461d-94de-48633a11d71d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/89e71292-3e33-4723-a2d1-9c8da3498c6a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}, - {
- "id": "f51932cb-d522-4c34-8792-199ae69ec38c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "constance.carter",
- "name": "bypass",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:11.741370Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:11.751065Z",
- "action": "bypass",
- "property_overrides": {
- "system": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "7b8352f5-e71a-4712-a3ce-9a4435730de5",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "3bfee76e-9584-4a10-938e-019576af9064",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/f51932cb-d522-4c34-8792-199ae69ec38c",
- "log_lines": "/api/workflow_steps/f51932cb-d522-4c34-8792-199ae69ec38c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432/steps/711ec082-1cb6-461d-94de-48633a11d71d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f6bd30c5-2c9f-48a8-b4f7-5cd1ccfa3432"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "9ff3a8e2-3728-4475-b45e-fb1075a28193",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "d46f0beb-e028-42a3-b765-4f51ea272eaf",
- "name": "non",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "bfcabff6-289c-454c-8c3c-83a3f0e01c5c",
- "name": "dolor",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "80f5b2db-3b7d-4bd7-9b37-87b31e122f4c",
- "name": "hack",
- "type": "workflow_change_step",
- "action": "hack",
- "target": "/projects/ynar8/environments/7lhoj/assets/yymv5"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "422d9d7c-9148-4fdf-b6bd-6ac00aabfcba",
- "name": "compress",
- "type": "workflow_change_step",
- "action": "compress",
- "target": "/projects/ybfwg/environments/9sehh/assets/orelo"
}, - {
- "id": "eec9d882-9e3b-4eb5-b400-52b326ca4b89",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "354cb46e-53c3-411b-b3f5-7d52157bb820",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/hbuoa/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Viva": "0.86",
- "Asoka": "0.68",
- "Biodex": "7.7",
- "Kanlam": "5.4",
- "Keylex": "8.0",
- "Fixflex": "0.3.2",
- "Konklux": "0.5.7",
- "Prodder": "0.8.8",
- "Quo Lux": "0.50",
- "Mat Lam Tam": "0.8.0"
}, - "created_by": "bunny_wuckert",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:13.936627Z",
- "started_at": "2026-03-27T03:46:29.035422Z",
- "finished_at": "2026-03-27T03:48:11.406671Z",
- "updated_at": "2026-03-27T03:55:13.944202Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "98ddb880-0024-4c18-9162-9ea2d24ce9dd",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "b70058ae-83ae-4778-a239-00c6f03655c4",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "d46f0beb-e028-42a3-b765-4f51ea272eaf",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "bfcabff6-289c-454c-8c3c-83a3f0e01c5c",
- "type": "workflow_noop_step"
}, - {
- "id": "80f5b2db-3b7d-4bd7-9b37-87b31e122f4c",
- "type": "workflow_change_step"
}, - {
- "id": "d46f0beb-e028-42a3-b765-4f51ea272eaf",
- "type": "workflow_noop_step"
}, - {
- "id": "422d9d7c-9148-4fdf-b6bd-6ac00aabfcba",
- "type": "workflow_change_step"
}, - {
- "id": "eec9d882-9e3b-4eb5-b400-52b326ca4b89",
- "type": "workflow_wait_step"
}, - {
- "id": "354cb46e-53c3-411b-b3f5-7d52157bb820",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "7a9249ef-af92-409e-a15c-cb3595a91148",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7a9249ef-af92-409e-a15c-cb3595a91148"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/9ff3a8e2-3728-4475-b45e-fb1075a28193",
- "log_lines": "/api/workflow_runs/9ff3a8e2-3728-4475-b45e-fb1075a28193/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "98ddb880-0024-4c18-9162-9ea2d24ce9dd",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "randal",
- "created_at": "2026-03-27T03:55:13.902253Z",
- "updated_at": "2026-03-27T03:55:13.912384Z",
- "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": "e58ee54f-7223-4818-b80f-45a9cc054fe2",
- "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": "eb9ed933-0f6c-4bf2-b5b4-f9b07054c538",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "a9f88e83-0634-45c4-8433-aeb8c6b441cc",
- "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": "elden.shanahan",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:15.362874Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:15.375031Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "061c9ea7-c032-4172-8b48-f1289e53a46b",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "966e9b64-37a4-4ff6-9a87-471c88dfe165",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "a9f88e83-0634-45c4-8433-aeb8c6b441cc",
- "type": "workflow_change_step"
}, - {
- "id": "d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "a450b686-7629-496b-88db-aafc95c4e83d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a450b686-7629-496b-88db-aafc95c4e83d"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538",
- "log_lines": "/api/workflow_runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "061c9ea7-c032-4172-8b48-f1289e53a46b",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "raymundo_strosin",
- "created_at": "2026-03-27T03:55:14.957213Z",
- "updated_at": "2026-03-27T03:55:14.969386Z",
- "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/1",
- "change_parent": {
- "id": "b33c152e-e427-4de0-81d3-9430c86e4704",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "d1cccfbc-a461-4564-a3f4-eb280c3dab0b",
- "node_type": "asset",
- "parent_id": "d1cccfbc-a461-4564-a3f4-eb280c3dab0b",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-27T03:55:14.895Z",
- "updated_at": "2026-03-27T03:55:14.895Z",
- "project_type": null,
- "template_version_id": "8db71ebd-ce77-4fe4-9d53-7d4554727df7",
- "created_by": "clark"
}, - "action_template_version": {
- "id": "8db71ebd-ce77-4fe4-9d53-7d4554727df7",
- "commit_id": "b02d8b97-587a-446f-8925-9c09612d888e",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-27T03:55:14.880Z",
- "updated_at": "2026-03-27T03:55:14.880Z",
- "state": "ready",
- "created_by": "malcom.littel",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "73c8e32c-2bc3-48e8-a0f6-e370495ba7e4",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "d1cccfbc-a461-4564-a3f4-eb280c3dab0b",
- "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": "a9f88e83-0634-45c4-8433-aeb8c6b441cc",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "elden.shanahan",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:15.379406Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:15.384952Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "b33c152e-e427-4de0-81d3-9430c86e4704",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "8db71ebd-ce77-4fe4-9d53-7d4554727df7",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "eb9ed933-0f6c-4bf2-b5b4-f9b07054c538",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538/steps/a9f88e83-0634-45c4-8433-aeb8c6b441cc",
- "log_lines": "/api/workflow_steps/a9f88e83-0634-45c4-8433-aeb8c6b441cc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538/steps/d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538"
}
}, - {
- "id": "d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "elden.shanahan",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:15.370095Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:15.375031Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "eb9ed933-0f6c-4bf2-b5b4-f9b07054c538",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "a9f88e83-0634-45c4-8433-aeb8c6b441cc",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538/steps/d02f47a7-b92b-4957-9a2d-bff5aad3da6b",
- "log_lines": "/api/workflow_steps/d02f47a7-b92b-4957-9a2d-bff5aad3da6b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/eb9ed933-0f6c-4bf2-b5b4-f9b07054c538"
}
}
]
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
{- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "name": "quae",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "name": "dignissimos",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "3f8c6281-a760-40ed-8b23-83abe2ea1b13",
- "name": "copy",
- "type": "workflow_change_step",
- "action": "copy",
- "target": "/projects/yxxnl/environments/f0hs2/assets/jnbvo"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "aed40b7b-77fd-45f8-a38f-96c2c0c8349d",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/bsmx7/environments/ufdcd/assets/escy2"
}, - {
- "id": "d7079510-ddd0-4f40-8f96-a7ea311b3941",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "e6dc0705-9a82-497b-b9e4-287b5c97b32d",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/b7n9b/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Otcom": "8.67",
- "Latlux": "5.7.2",
- "Zoolab": "6.5.3",
- "Konklab": "0.20",
- "Pannier": "6.02",
- "Alphazap": "0.2.5",
- "Daltfresh": "0.2.1",
- "Mat Lam Tam": "8.5.6"
}, - "created_by": "hans",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:17.883371Z",
- "started_at": "2026-03-27T03:49:51.674859Z",
- "finished_at": "2026-03-27T03:51:00.397841Z",
- "updated_at": "2026-03-27T03:55:17.891580Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "0cc60f57-3a62-4e0c-b77e-3d4b6bc4d4c0",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "b08d89e2-336b-4438-91fc-2aade30455f5",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "aed40b7b-77fd-45f8-a38f-96c2c0c8349d",
- "type": "workflow_change_step"
}, - {
- "id": "d7079510-ddd0-4f40-8f96-a7ea311b3941",
- "type": "workflow_wait_step"
}, - {
- "id": "e6dc0705-9a82-497b-b9e4-287b5c97b32d",
- "type": "workflow_workflow_step"
}, - {
- "id": "ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "type": "workflow_noop_step"
}, - {
- "id": "fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "type": "workflow_noop_step"
}, - {
- "id": "3f8c6281-a760-40ed-8b23-83abe2ea1b13",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "b5e43c15-181a-4f51-8479-3671d3b9172e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b5e43c15-181a-4f51-8479-3671d3b9172e"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "log_lines": "/api/workflow_runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "0cc60f57-3a62-4e0c-b77e-3d4b6bc4d4c0",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "crysta",
- "created_at": "2026-03-27T03:55:17.843636Z",
- "updated_at": "2026-03-27T03:55:17.854804Z",
- "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": "671f545e-e192-42a0-afa2-260dcc91c6e2",
- "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": "aed40b7b-77fd-45f8-a38f-96c2c0c8349d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hans",
- "name": "bypass",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:18.152548Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:18.159318Z",
- "action": "bypass",
- "property_overrides": {
- "transmitter": "copying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "14d6e697-1a45-4562-9dde-7686f3020b68",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "98f7d641-a6ae-4188-b7cb-c30a0ad9127f",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/aed40b7b-77fd-45f8-a38f-96c2c0c8349d",
- "log_lines": "/api/workflow_steps/aed40b7b-77fd-45f8-a38f-96c2c0c8349d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}, - {
- "id": "d7079510-ddd0-4f40-8f96-a7ea311b3941",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "hans",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:18.164621Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:18.172290Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/d7079510-ddd0-4f40-8f96-a7ea311b3941",
- "log_lines": "/api/workflow_steps/d7079510-ddd0-4f40-8f96-a7ea311b3941/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}, - {
- "id": "e6dc0705-9a82-497b-b9e4-287b5c97b32d",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hans",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:18.236407Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:18.243164Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "7c1bd2e3-f477-4eb3-ae51-97fe22120b44",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/e6dc0705-9a82-497b-b9e4-287b5c97b32d",
- "log_lines": "/api/workflow_steps/e6dc0705-9a82-497b-b9e4-287b5c97b32d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}, - {
- "id": "ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hans",
- "name": "quae",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:17.887426Z",
- "started_at": "2026-03-27T03:49:51.674859Z",
- "finished_at": "2026-03-27T03:51:00.397841Z",
- "updated_at": "2026-03-27T03:55:17.891580Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "type": "workflow_noop_step"
}, - {
- "id": "aed40b7b-77fd-45f8-a38f-96c2c0c8349d",
- "type": "workflow_change_step"
}, - {
- "id": "d7079510-ddd0-4f40-8f96-a7ea311b3941",
- "type": "workflow_wait_step"
}, - {
- "id": "e6dc0705-9a82-497b-b9e4-287b5c97b32d",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "log_lines": "/api/workflow_steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}, - {
- "id": "fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "hans",
- "name": "dignissimos",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-27T03:55:17.894638Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:18.023538Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "3f8c6281-a760-40ed-8b23-83abe2ea1b13",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "log_lines": "/api/workflow_steps/fd9dc570-a29b-4cdf-90b6-b4cc25f5d475/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/ae237f1f-f7ba-471a-b686-d4ba9731fff9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}, - {
- "id": "3f8c6281-a760-40ed-8b23-83abe2ea1b13",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hans",
- "name": "copy",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:18.025539Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:18.033681Z",
- "action": "copy",
- "property_overrides": {
- "transmitter": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "30f899d7-0ec5-4c3d-aa52-49836a2259cb",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "607fe16e-9335-45c0-933b-dfed97751c7b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "5accf84a-7a94-4eb3-85c1-07c53c9206f4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/3f8c6281-a760-40ed-8b23-83abe2ea1b13",
- "log_lines": "/api/workflow_steps/3f8c6281-a760-40ed-8b23-83abe2ea1b13/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4/steps/fd9dc570-a29b-4cdf-90b6-b4cc25f5d475",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5accf84a-7a94-4eb3-85c1-07c53c9206f4"
}
}
]
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
{- "data": [
- {
- "id": "4cfa3536-1feb-4f5b-8ebd-8c80051cdca6",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "quantify",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.417739Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.424622Z",
- "action": "quantify",
- "property_overrides": {
- "hard drive": "connecting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "9b7f8784-7474-4887-83a4-83cc73d3fb13",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "8ca64668-d874-4dd0-8b49-eff326521019",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/4cfa3536-1feb-4f5b-8ebd-8c80051cdca6",
- "log_lines": "/api/workflow_steps/4cfa3536-1feb-4f5b-8ebd-8c80051cdca6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/299fe142-73af-4ff2-8a50-797f34ec0fc5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "sunt",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:22.290107Z",
- "started_at": "2026-03-27T03:47:27.668408Z",
- "finished_at": "2026-03-27T03:49:50.179526Z",
- "updated_at": "2026-03-27T03:55:22.295988Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "299fe142-73af-4ff2-8a50-797f34ec0fc5",
- "type": "workflow_noop_step"
}, - {
- "id": "7abe13b5-ff24-427c-a46a-6e1f61961486",
- "type": "workflow_change_step"
}, - {
- "id": "671ddf01-79f8-4651-a010-12fc9f4c5584",
- "type": "workflow_wait_step"
}, - {
- "id": "1328c835-c60c-42c6-a2b8-6916074f9160",
- "type": "workflow_workflow_step"
}, - {
- "id": "825c659d-9ac8-4446-936a-fa6bef5227b8",
- "type": "workflow_change_step"
}, - {
- "id": "0fc56727-0ae3-4140-b1ba-106f37ba443e",
- "type": "workflow_wait_step"
}, - {
- "id": "0b258307-d446-4e51-9f5e-d78b16c5ba0e",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "log_lines": "/api/workflow_steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "299fe142-73af-4ff2-8a50-797f34ec0fc5",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "angel.hayes",
- "name": "voluptatem",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-27T03:55:22.301195Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.414889Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4cfa3536-1feb-4f5b-8ebd-8c80051cdca6",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/299fe142-73af-4ff2-8a50-797f34ec0fc5",
- "log_lines": "/api/workflow_steps/299fe142-73af-4ff2-8a50-797f34ec0fc5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "7abe13b5-ff24-427c-a46a-6e1f61961486",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "program",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.526497Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.533446Z",
- "action": "program",
- "property_overrides": {
- "bandwidth": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ee214270-cb42-42a5-9553-42ed7a609379",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "1b8b4677-6d2e-49b9-ae7b-0f2e8ce29451",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/7abe13b5-ff24-427c-a46a-6e1f61961486",
- "log_lines": "/api/workflow_steps/7abe13b5-ff24-427c-a46a-6e1f61961486/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "671ddf01-79f8-4651-a010-12fc9f4c5584",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.538163Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.545448Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/671ddf01-79f8-4651-a010-12fc9f4c5584",
- "log_lines": "/api/workflow_steps/671ddf01-79f8-4651-a010-12fc9f4c5584/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "1328c835-c60c-42c6-a2b8-6916074f9160",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.604293Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.610845Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "eb482532-ae83-43e7-bdad-ca4f3ffc78d5",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/1328c835-c60c-42c6-a2b8-6916074f9160",
- "log_lines": "/api/workflow_steps/1328c835-c60c-42c6-a2b8-6916074f9160/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "825c659d-9ac8-4446-936a-fa6bef5227b8",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "compress",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.737047Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.744787Z",
- "action": "compress",
- "property_overrides": {
- "capacitor": "copying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "45780708-e968-4c47-90a0-23252bb7e7fb",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "32bbaa4d-fc69-4159-9493-ec1663e9745f",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/825c659d-9ac8-4446-936a-fa6bef5227b8",
- "log_lines": "/api/workflow_steps/825c659d-9ac8-4446-936a-fa6bef5227b8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "0fc56727-0ae3-4140-b1ba-106f37ba443e",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-03-27T03:46:03.451725Z",
- "started_at": "2026-03-27T03:47:03.451725Z",
- "finished_at": "2026-03-27T03:49:35.117423Z",
- "updated_at": "2026-03-27T03:55:22.759476Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/0fc56727-0ae3-4140-b1ba-106f37ba443e",
- "log_lines": "/api/workflow_steps/0fc56727-0ae3-4140-b1ba-106f37ba443e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}, - {
- "id": "0b258307-d446-4e51-9f5e-d78b16c5ba0e",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "angel.hayes",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:22.766766Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:22.773215Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "eb482532-ae83-43e7-bdad-ca4f3ffc78d5",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "8e4396c0-633b-4965-be07-aee55fe0a4f0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/0b258307-d446-4e51-9f5e-d78b16c5ba0e",
- "log_lines": "/api/workflow_steps/0b258307-d446-4e51-9f5e-d78b16c5ba0e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0/steps/a6e0fc63-7ec6-490f-97c8-e370e7207c52",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8e4396c0-633b-4965-be07-aee55fe0a4f0"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 3de474ae-e30b-436a-9fcc-e777aea28b4e workflow step id |
{- "data": {
- "id": "872fac7d-0c65-42b5-9cd4-31e286472565",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "lashanda",
- "name": "expedita",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:23.108680Z",
- "started_at": "2026-03-27T03:46:02.320890Z",
- "finished_at": "2026-03-27T03:46:25.007352Z",
- "updated_at": "2026-03-27T03:55:23.114285Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4cf0d8f2-5fbc-4990-9b15-67f594d04307",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f614d750-ac9e-46c6-af90-aea363f3be39",
- "type": "workflow_noop_step"
}, - {
- "id": "a53aed60-717c-4440-b3d8-c99efcb9ece2",
- "type": "workflow_change_step"
}, - {
- "id": "6bc1c6f2-4c5f-4441-bab3-6781b12eb45e",
- "type": "workflow_wait_step"
}, - {
- "id": "0ac8c881-f338-4651-b9f6-417e14abbdf4",
- "type": "workflow_workflow_step"
}, - {
- "id": "12bfd909-9b0a-4572-ad46-2d178a1bbcd7",
- "type": "workflow_change_step"
}, - {
- "id": "194e47d5-868d-4510-b9c4-5075433a4195",
- "type": "workflow_wait_step"
}, - {
- "id": "41b19468-668e-4d57-86b3-264f24ffd1f4",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4cf0d8f2-5fbc-4990-9b15-67f594d04307/steps/872fac7d-0c65-42b5-9cd4-31e286472565",
- "log_lines": "/api/workflow_steps/872fac7d-0c65-42b5-9cd4-31e286472565/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4cf0d8f2-5fbc-4990-9b15-67f594d04307",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4cf0d8f2-5fbc-4990-9b15-67f594d04307"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: 3de474ae-e30b-436a-9fcc-e777aea28b4e workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "c3c403b7-0019-4e17-8f34-eea218bc56e2",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "rebecca",
- "name": "back_up",
- "skip_on_retry": true,
- "step_sequence": 5,
- "status_code": "error",
- "created_at": "2026-03-27T03:55:25.445549Z",
- "started_at": "2026-03-27T03:55:25.484847Z",
- "finished_at": "2026-03-27T03:56:25.484857Z",
- "updated_at": "2026-03-27T03:55:25.512084Z",
- "action": "back_up",
- "property_overrides": {
- "bus": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c6fb2699-f72a-42e0-ac1b-6a4d646a5a0c",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c2e29dac-b5e4-4fa4-a1cf-edadd930152e",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "4f822242-3ce3-4310-9f4d-3e167048fad2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4f822242-3ce3-4310-9f4d-3e167048fad2/steps/c3c403b7-0019-4e17-8f34-eea218bc56e2",
- "log_lines": "/api/workflow_steps/c3c403b7-0019-4e17-8f34-eea218bc56e2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4f822242-3ce3-4310-9f4d-3e167048fad2/steps/7a752f6c-2501-4c69-9bd9-c7641e7b147a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4f822242-3ce3-4310-9f4d-3e167048fad2"
}
}
}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: a37b593a-4221-4402-8d41-913ec604320b workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "1f7d94d7-d1b5-4119-b08c-ca09b73e27c6",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "belia.nienow",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "xavier",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-03-27T03:45:09.666301Z",
- "started_at": "2026-03-27T03:46:09.666301Z",
- "finished_at": "2026-03-27T03:55:28.358032Z",
- "updated_at": "2026-03-27T03:55:28.385688Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6ce96449-5b3b-4619-929e-6b023abd3bf6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6ce96449-5b3b-4619-929e-6b023abd3bf6/steps/1f7d94d7-d1b5-4119-b08c-ca09b73e27c6",
- "log_lines": "/api/workflow_steps/1f7d94d7-d1b5-4119-b08c-ca09b73e27c6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6ce96449-5b3b-4619-929e-6b023abd3bf6/steps/c458258a-0e24-4c4d-bbc0-ac35ada9e257",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6ce96449-5b3b-4619-929e-6b023abd3bf6"
}
}
}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: 2afbbcae-f161-4c52-bd77-93331be16238 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "b5eb0c98-640a-4534-ac2c-72536f4383b1",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "joaquin",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "florinda",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-03-27T03:48:39.887605Z",
- "started_at": "2026-03-27T03:49:39.887605Z",
- "finished_at": "2026-03-27T03:55:30.846955Z",
- "updated_at": "2026-03-27T03:55:30.874513Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c6ba081c-a5b8-4101-bf39-c3c4de6c43f8",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c6ba081c-a5b8-4101-bf39-c3c4de6c43f8/steps/b5eb0c98-640a-4534-ac2c-72536f4383b1",
- "log_lines": "/api/workflow_steps/b5eb0c98-640a-4534-ac2c-72536f4383b1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c6ba081c-a5b8-4101-bf39-c3c4de6c43f8/steps/30e11beb-fb86-4539-8121-0dbcccd8be72",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c6ba081c-a5b8-4101-bf39-c3c4de6c43f8"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 154d3a30-c6bf-4e07-9a81-bee1a05159ae workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "991c441a-d0fb-446a-9ab9-51ba09314a81",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "alita",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "trinidad.jones",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-03-27T03:48:44.415048Z",
- "started_at": "2026-03-27T03:49:44.415048Z",
- "finished_at": "2026-03-27T03:55:34.544582Z",
- "updated_at": "2026-03-27T03:55:34.551623Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "53be847b-460c-4ab2-b721-8639e179e17d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/53be847b-460c-4ab2-b721-8639e179e17d/steps/991c441a-d0fb-446a-9ab9-51ba09314a81",
- "log_lines": "/api/workflow_steps/991c441a-d0fb-446a-9ab9-51ba09314a81/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/53be847b-460c-4ab2-b721-8639e179e17d/steps/a7686d4d-c70d-4a72-b474-e22b36502624",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/53be847b-460c-4ab2-b721-8639e179e17d"
}
}
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
{- "data": [
- {
- "id": "a32f08ce-26e6-4540-a18b-e446c73daeed",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "porro",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:37.000864Z",
- "started_at": "2026-03-27T03:47:17.033487Z",
- "finished_at": "2026-03-27T03:50:14.466139Z",
- "updated_at": "2026-03-27T03:55:37.005054Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "84304104-1620-426f-913f-a82f4778c7ac",
- "type": "workflow_noop_step"
}, - {
- "id": "b189182c-a867-4e80-8aec-6f95db8280a9",
- "type": "workflow_change_step"
}, - {
- "id": "347bddce-3277-4e60-a819-0e3a7aa7950d",
- "type": "workflow_wait_step"
}, - {
- "id": "1d67ea13-007e-4508-8da5-24d297920c16",
- "type": "workflow_workflow_step"
}, - {
- "id": "7537a78d-1b46-4ba0-b7f0-5e2896caaff2",
- "type": "workflow_change_step"
}, - {
- "id": "4fcd41a9-c1b0-4b82-ab07-b85486ea7f2b",
- "type": "workflow_wait_step"
}, - {
- "id": "c21e14d3-41c5-40dd-8c5c-d2011534781d",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "log_lines": "/api/workflow_steps/a32f08ce-26e6-4540-a18b-e446c73daeed/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "8f5e84db-2867-48a4-8d84-f6be54268f62",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "reboot",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.098398Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.105009Z",
- "action": "reboot",
- "property_overrides": {
- "transmitter": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "a48478de-3cae-4baa-8a4b-99ca38ccc4a8",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "17872210-0763-4c71-be51-264b69b1bf82",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/8f5e84db-2867-48a4-8d84-f6be54268f62",
- "log_lines": "/api/workflow_steps/8f5e84db-2867-48a4-8d84-f6be54268f62/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/84304104-1620-426f-913f-a82f4778c7ac",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "84304104-1620-426f-913f-a82f4778c7ac",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "dorthy_towne",
- "name": "fugiat",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-27T03:55:37.008008Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.096577Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "8f5e84db-2867-48a4-8d84-f6be54268f62",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/84304104-1620-426f-913f-a82f4778c7ac",
- "log_lines": "/api/workflow_steps/84304104-1620-426f-913f-a82f4778c7ac/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "b189182c-a867-4e80-8aec-6f95db8280a9",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "reboot",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.232069Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.239278Z",
- "action": "reboot",
- "property_overrides": {
- "monitor": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "b8f46e55-bdf5-4f04-951d-9f5b58fb5273",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f5b16c81-735f-48ae-98d1-9597eb753272",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/b189182c-a867-4e80-8aec-6f95db8280a9",
- "log_lines": "/api/workflow_steps/b189182c-a867-4e80-8aec-6f95db8280a9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "347bddce-3277-4e60-a819-0e3a7aa7950d",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.243759Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.250112Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/347bddce-3277-4e60-a819-0e3a7aa7950d",
- "log_lines": "/api/workflow_steps/347bddce-3277-4e60-a819-0e3a7aa7950d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "1d67ea13-007e-4508-8da5-24d297920c16",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.303675Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.310703Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "e6c18477-5821-47e3-9c86-77e039a36d77",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/1d67ea13-007e-4508-8da5-24d297920c16",
- "log_lines": "/api/workflow_steps/1d67ea13-007e-4508-8da5-24d297920c16/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "7537a78d-1b46-4ba0-b7f0-5e2896caaff2",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "navigate",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.424025Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.429659Z",
- "action": "navigate",
- "property_overrides": {
- "circuit": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "2057911c-c013-4554-bfa7-a5cdab539eab",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "9b4abb07-bfe3-49a3-93d8-3075f2117578",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/7537a78d-1b46-4ba0-b7f0-5e2896caaff2",
- "log_lines": "/api/workflow_steps/7537a78d-1b46-4ba0-b7f0-5e2896caaff2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "4fcd41a9-c1b0-4b82-ab07-b85486ea7f2b",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-03-27T03:47:03.547541Z",
- "started_at": "2026-03-27T03:48:03.547541Z",
- "finished_at": "2026-03-27T03:51:10.028449Z",
- "updated_at": "2026-03-27T03:55:37.440956Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/4fcd41a9-c1b0-4b82-ab07-b85486ea7f2b",
- "log_lines": "/api/workflow_steps/4fcd41a9-c1b0-4b82-ab07-b85486ea7f2b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}, - {
- "id": "c21e14d3-41c5-40dd-8c5c-d2011534781d",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dorthy_towne",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-03-27T03:55:37.447727Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-27T03:55:37.453274Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "e6c18477-5821-47e3-9c86-77e039a36d77",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "0a55b1c7-91c5-49ba-8d28-633fde4a44af",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/c21e14d3-41c5-40dd-8c5c-d2011534781d",
- "log_lines": "/api/workflow_steps/c21e14d3-41c5-40dd-8c5c-d2011534781d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af/steps/a32f08ce-26e6-4540-a18b-e446c73daeed",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0a55b1c7-91c5-49ba-8d28-633fde4a44af"
}
}
], - "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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
| step_id required | string Example: 3de474ae-e30b-436a-9fcc-e777aea28b4e workflow step id |
{- "data": {
- "id": "e73fcb18-0b58-4323-8061-d068335788fd",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "quintin",
- "name": "praesentium",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-27T03:55:38.944698Z",
- "started_at": "2026-03-27T03:49:29.087867Z",
- "finished_at": "2026-03-27T03:50:04.989923Z",
- "updated_at": "2026-03-27T03:55:38.949806Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ea97bf73-c198-4dd3-aea8-0277526bce9b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "ac78a963-7744-4527-8bc7-3d49ca0695a1",
- "type": "workflow_noop_step"
}, - {
- "id": "061412af-7ead-4b69-b9f8-bfbdecdbc064",
- "type": "workflow_change_step"
}, - {
- "id": "259ad0f4-06bf-4a2e-aeed-430a4362745a",
- "type": "workflow_wait_step"
}, - {
- "id": "3cf4ebd3-0e22-4903-b48f-9085099a818c",
- "type": "workflow_workflow_step"
}, - {
- "id": "b094fba6-3bfb-460f-8f94-51781e7bd148",
- "type": "workflow_change_step"
}, - {
- "id": "494f4c8a-54a0-46c5-8422-bd0a02d7527a",
- "type": "workflow_wait_step"
}, - {
- "id": "920af671-8a58-42ca-b169-9b4706b39b79",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ea97bf73-c198-4dd3-aea8-0277526bce9b/steps/e73fcb18-0b58-4323-8061-d068335788fd",
- "log_lines": "/api/workflow_steps/e73fcb18-0b58-4323-8061-d068335788fd/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ea97bf73-c198-4dd3-aea8-0277526bce9b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ea97bf73-c198-4dd3-aea8-0277526bce9b"
}
}
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
| step_id required | string Example: a37b593a-4221-4402-8d41-913ec604320b workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "308b86e3-4c4f-4f70-8513-88a2974a6d63",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "shae_ferry",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "shanice",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-03-27T03:46:20.681906Z",
- "started_at": "2026-03-27T03:47:20.681906Z",
- "finished_at": "2026-03-27T03:55:41.564790Z",
- "updated_at": "2026-03-27T03:55:41.588813Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c832adfc-5b28-41ad-acc7-8e0518c6331e",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c832adfc-5b28-41ad-acc7-8e0518c6331e/steps/308b86e3-4c4f-4f70-8513-88a2974a6d63",
- "log_lines": "/api/workflow_steps/308b86e3-4c4f-4f70-8513-88a2974a6d63/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c832adfc-5b28-41ad-acc7-8e0518c6331e/steps/0533b728-bdca-4c88-9d9c-89359c1a8eb8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c832adfc-5b28-41ad-acc7-8e0518c6331e"
}
}
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
| step_id required | string Example: 2afbbcae-f161-4c52-bd77-93331be16238 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "eb4ff524-940a-4707-9e7b-d68a2fe597bd",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "jackie.heaney",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "roslyn.kling",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-03-27T03:44:50.182477Z",
- "started_at": "2026-03-27T03:45:50.182477Z",
- "finished_at": "2026-03-27T03:55:44.455841Z",
- "updated_at": "2026-03-27T03:55:44.483382Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a092bb92-5dc2-49a8-9133-1754278dec4a",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a092bb92-5dc2-49a8-9133-1754278dec4a/steps/eb4ff524-940a-4707-9e7b-d68a2fe597bd",
- "log_lines": "/api/workflow_steps/eb4ff524-940a-4707-9e7b-d68a2fe597bd/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a092bb92-5dc2-49a8-9133-1754278dec4a/steps/3995c94f-66fb-435b-9c79-389b4a6ff83e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a092bb92-5dc2-49a8-9133-1754278dec4a"
}
}
}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: ba185ec6-c770-4a50-95b8-dc95772ec8ea workflow run id |
| step_id required | string Example: 154d3a30-c6bf-4e07-9a81-bee1a05159ae workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "3b762712-e42a-4444-954f-9fc7de121208",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "felipe.blick",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "arturo_west",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-03-27T03:46:22.453156Z",
- "started_at": "2026-03-27T03:47:22.453156Z",
- "finished_at": "2026-03-27T03:55:47.532199Z",
- "updated_at": "2026-03-27T03:55:47.541079Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "421b8bdf-f281-4c4f-ab1a-e4b950dea0ee",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/421b8bdf-f281-4c4f-ab1a-e4b950dea0ee/steps/3b762712-e42a-4444-954f-9fc7de121208",
- "log_lines": "/api/workflow_steps/3b762712-e42a-4444-954f-9fc7de121208/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/421b8bdf-f281-4c4f-ab1a-e4b950dea0ee/steps/65e22af6-04db-4674-a4b6-9c06ca9e16fd",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/421b8bdf-f281-4c4f-ab1a-e4b950dea0ee"
}
}
}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": "074f205d-d9ed-4e4a-8112-a1a938ae9e71",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "cherry",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-03-27T03:54:30.599813Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "7bae06ab-0b51-4282-9023-8c37714cc985",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/074f205d-d9ed-4e4a-8112-a1a938ae9e71"
}
}
], - "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": "672b7076-cd67-4d7d-a627-c567c87356ed",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "fidela.mann",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-03-27T03:54:30.889815Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/672b7076-cd67-4d7d-a627-c567c87356ed"
}
}
}Shows an event.
| event_id required | string Example: c03954db-d9df-4cbe-b1c0-c8d167ff9840 event id |
{- "data": {
- "id": "99481e95-113a-44c2-a2d5-45ecad44bd10",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "mercedes.parisian",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-03-27T03:54:31.257723Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "6f037c8a-2559-437b-9dcb-42a05a3bee9f",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/99481e95-113a-44c2-a2d5-45ecad44bd10"
}
}
}{- "data": [
- {
- "id": "70fd9ba6-481d-4408-8dcc-ccf0c28791d0",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007fd449191e08>",
- "created_at": "2026-03-27T03:54:26.158082Z",
- "updated_at": "2026-03-27T03:54:26.158082Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event filter.
required | object |
{- "data": {
- "attributes": {
- "code": "change_success",
- "description": "Filter for successful changes in dev",
- "rules": {
- "event_rules": [
- {
- "attribute": "type",
- "predicate": "eq",
- "value": "api:changes:success"
}, - {
- "attribute": "system",
- "predicate": "true"
}, - {
- "attribute": "event_node_path",
- "predicate": "eq",
- "value": "/projects/demo/environments/dev"
}
], - "source_rules": [
- {
- "attribute": "action",
- "predicate": "eq",
- "value": "default"
}
]
}
}
}
}{- "data": {
- "id": "2ba52649-2c1b-441f-b90b-ae2ff752ba19",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/demo/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [
- [
- "action",
- "eq",
- "default"
]
]
}, - "code": "ro96t",
- "description": "Qui sit eum illum.",
- "created_by": "eddy",
- "created_at": "2026-03-27T03:54:26.342993Z",
- "updated_at": "2026-03-27T03:54:26.342993Z"
}, - "links": {
- "self": "/api/event_filters/ro96t",
- "subscribers": "/api/event_filters/ro96t/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "ba41a3a9-cdbb-468b-a288-b0074c71ac13",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007fd448a5c818>",
- "created_at": "2026-03-27T03:54:26.787108Z",
- "updated_at": "2026-03-27T03:54:26.787108Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}Update an event filter.
| event_filter_code required | string Example: change_success event filter code |
required | object |
{- "data": {
- "attributes": {
- "rules": {
- "event_rules": [
- {
- "attribute": "type",
- "predicate": "eq",
- "value": "api:changes:error"
}
], - "source_rules": [
- {
- "attribute": "action",
- "predicate": "eq",
- "value": "hello_world"
}
]
}, - "description": "hello world errors filter"
}
}
}{- "data": {
- "id": "b275a38e-fd71-4ade-89a6-c4cd3945d061",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "type",
- "eq",
- "api:changes:error"
]
], - "source_rules": [
- [
- "action",
- "eq",
- "hello_world"
]
]
}, - "code": "change_success",
- "description": "hello world errors filter",
- "created_by": "#<User:0x00007fd448bd3340>",
- "created_at": "2026-03-27T03:54:27.064193Z",
- "updated_at": "2026-03-27T03:54:27.086369Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}{- "data": [
- {
- "id": "64a2daa6-52d4-4232-b611-a5acb62e4e63",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "daniella",
- "created_at": "2026-03-27T03:54:27.927626Z",
- "updated_at": "2026-03-27T03:54:27.927626Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "4910ab75-1709-4eb3-95f7-d80e14991630",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "acbadbd4-2ebb-4a86-adcb-4c71809fdaff",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/64a2daa6-52d4-4232-b611-a5acb62e4e63"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}List event subscribers for a specific project, environment or asset.
{- "data": [
- {
- "id": "589eaf14-3d32-4eea-88f0-795dd46a3975",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "love_bayer",
- "created_at": "2026-03-27T03:54:28.165270Z",
- "updated_at": "2026-03-27T03:54:28.165270Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "2a1e8246-887f-467c-ae19-126363e59143",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "949d08fb-6cdb-413a-a40f-8fb4ae6dcd40",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/589eaf14-3d32-4eea-88f0-795dd46a3975"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event subscriber.
required | object |
{- "data": {
- "attributes": {
- "event_filter_code": "change_success",
- "channel_parent_path": "/system_configuration",
- "channel_code": "system_email",
- "channel_kwargs": {
- "additional": {
- "job": {
- "kwarg": "values"
}
}
}, - "enabled": true
}
}
}{- "data": {
- "id": "3dd53e09-8b18-435d-adf6-94f6f587c30e",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "#<User:0x00007fd448a50c98>",
- "created_at": "2026-03-27T03:54:28.522794Z",
- "updated_at": "2026-03-27T03:54:28.522794Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "c9507629-bf98-4058-92fe-57aba1cb1072",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/irj41"
}
}, - "notification_channel": {
- "data": {
- "id": "884eb1bb-f952-4119-aad4-a86fd990a310",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/rxpgn"
}
}
}, - "links": {
- "self": "/api/event_subscribers/3dd53e09-8b18-435d-adf6-94f6f587c30e"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: 97437990-a758-47d3-87db-d9f24b4d0129 event subscriber id |
{- "data": {
- "id": "c07fb4ae-2808-4e5c-8935-81f5416d70e4",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "sam.wisozk",
- "created_at": "2026-03-27T03:54:29.177371Z",
- "updated_at": "2026-03-27T03:54:29.177371Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "6dd6e54d-3618-499d-8e14-94fca1160523",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "997e7f0b-2124-4f71-9bf2-a3db138a2fb3",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/c07fb4ae-2808-4e5c-8935-81f5416d70e4"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: 97437990-a758-47d3-87db-d9f24b4d0129 event subscriber id |
required | object |
{- "data": {
- "attributes": {
- "event_filter_code": "change_success",
- "channel_parent_path": "/projects/opc",
- "channel_code": "project_direct",
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false
}
}
}{- "data": {
- "id": "b7c65590-f888-4089-9b69-7ca4ecea1b33",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "malisa.roberts",
- "created_at": "2026-03-27T03:54:29.576645Z",
- "updated_at": "2026-03-27T03:54:29.614828Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "5726c7ab-36a9-4455-b5c8-76276ad7b803",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "880057d8-33e8-4b2a-854e-bdc54ab3660e",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/b7c65590-f888-4089-9b69-7ca4ecea1b33"
}
}
}{- "data": [
- {
- "id": "7ea1ebdb-e8d4-4fcd-aabe-23f959ee20a5",
- "type": "notification_channel",
- "attributes": {
- "format": "html",
- "code": "system_email",
- "description": "System channel for email notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "address": "smtp.gmail.com",
- "port": 587,
- "enable_starttls": true,
- "user_name": "user@gmail.com",
- "password": "app-password"
}, - "created_by": "margarito.lesch",
- "created_at": "2026-03-27T03:54:46.735884Z",
- "updated_at": "2026-03-27T03:54:46.735884Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "9d5be10a-8de9-4cfe-aea6-b3a5df962698",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/email_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "3c192163-b51f-4eb6-8040-44feded80161",
- "type": "notification_channel",
- "attributes": {
- "format": "html",
- "code": "system_email",
- "description": "System channel for email notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "address": "smtp.gmail.com",
- "port": 587,
- "enable_starttls": true,
- "user_name": "user@gmail.com",
- "password": "app-password"
}, - "created_by": "donnell",
- "created_at": "2026-03-27T03:54:46.882369Z",
- "updated_at": "2026-03-27T03:54:46.882369Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "c28bedf9-acc1-416b-9c72-b923a3248a49",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/email_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}Update a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
required | object |
{- "data": {
- "attributes": {
- "notification_job_code": "direct_job",
- "format": "slack",
- "default_channel": false,
- "enabled": false,
- "description": "New channel description"
}
}
}{- "data": {
- "id": "743244a8-ffc4-44ca-bc2f-d7028e4bf79a",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "bridgett_fay",
- "created_at": "2026-03-27T03:54:47.126387Z",
- "updated_at": "2026-03-27T03:54:47.154124Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "238510ba-a6e5-49ec-bc83-52aab7376a14",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}List notification channels for a specific project, environment or asset.
{- "data": [
- {
- "id": "8bcbb764-54d5-4a32-8b3d-676e0e6e6486",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "Project specific channel for slack notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "bot_name": "slack_bot",
- "token": "slack_oauth_token"
}, - "created_by": "riley",
- "created_at": "2026-03-27T03:54:47.903919Z",
- "updated_at": "2026-03-27T03:54:47.903919Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "233a1ba5-d1f7-45e7-9b9f-29f6aa3ac384",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a notification channel for a specific project, environment or asset..
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "74e2f875-5155-4651-9097-52ddd62e8d70",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "Project specific channel for slack notifications",
- "default_channel": true,
- "internal": false,
- "enabled": true,
- "kwargs": {
- "bot_name": "slack_bot",
- "token": "slack_oauth_token"
}, - "created_by": "corina",
- "created_at": "2026-03-27T03:54:48.047109Z",
- "updated_at": "2026-03-27T03:54:48.047109Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "ed210b8a-0987-4064-90ff-b075c75b947c",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}Update a notification channel for a specific project, environment or asset.
| notification_channel_code required | string Example: system_email notification channel code |
required | object |
{- "data": {
- "attributes": {
- "notification_job_code": "direct_job",
- "format": "slack",
- "default_channel": false,
- "enabled": false,
- "description": "New channel description"
}
}
}{- "data": {
- "id": "1320ab03-9a92-4715-b366-370575f1f5f0",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "cory_thiel",
- "created_at": "2026-03-27T03:54:48.332923Z",
- "updated_at": "2026-03-27T03:54:48.373850Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "94d0bd49-efe8-4c93-a1f0-94a602d3420e",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}{- "data": [
- {
- "id": "ff7348e8-7ac9-4adc-a7af-bdbaeaeca850",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-03-27T03:54:48.930319Z",
- "updated_at": "2026-03-27T03:54:48.930319Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "event_id",
- "from",
- "model_class",
- "model_id",
- "open_timeout",
- "openssl_verify_mode",
- "password",
- "port",
- "read_timeout",
- "ssl",
- "subject",
- "test",
- "tls",
- "to",
- "user_name"
]
}, - "relationships": {
- "notification_channels": {
- "data": [ ],
- "links": {
- "related": "/api/notification_jobs/email_job/channels"
}
}
}, - "links": {
- "self": "/api/notification_jobs/email_job"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a notification job.
| notification_job_code required | string Example: email_job notification job code |
{- "data": {
- "id": "51dd2def-a8ae-4c78-8cdd-a63f745771f3",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-03-27T03:54:48.975589Z",
- "updated_at": "2026-03-27T03:54:48.975589Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "event_id",
- "from",
- "model_class",
- "model_id",
- "open_timeout",
- "openssl_verify_mode",
- "password",
- "port",
- "read_timeout",
- "ssl",
- "subject",
- "test",
- "tls",
- "to",
- "user_name"
]
}, - "relationships": {
- "notification_channels": {
- "data": [ ],
- "links": {
- "related": "/api/notification_jobs/email_job/channels"
}
}
}, - "links": {
- "self": "/api/notification_jobs/email_job"
}
}
}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": "179890",
- "type": "job",
- "attributes": {
- "priority": 98,
- "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": "4e756169-4e99-4eb9-b030-f3ffaae8a0a5",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "worker_hostname": null,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2026-03-26T19:09:55.802106Z",
- "finished_at": "2026-03-27T03:54:35.075391Z",
- "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: fa8b3ecb-3b2a-4804-8e3e-affdcf47ff2d settings id |
{- "data": {
- "id": "0e5ad28a-b19e-447f-a30e-2f1c36b50409",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:54.268291Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/0e5ad28a-b19e-447f-a30e-2f1c36b50409",
- "current_version": "/api/settings/0e5ad28a-b19e-447f-a30e-2f1c36b50409/versions/1",
- "versions": "/api/settings/0e5ad28a-b19e-447f-a30e-2f1c36b50409/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: fa8b3ecb-3b2a-4804-8e3e-affdcf47ff2d settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1
}
}
}{- "data": {
- "id": "eb3efb52-8e7a-4d8f-9c87-35df41a7c63b",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:54.418947Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/eb3efb52-8e7a-4d8f-9c87-35df41a7c63b",
- "current_version": "/api/settings/eb3efb52-8e7a-4d8f-9c87-35df41a7c63b/versions/1",
- "versions": "/api/settings/eb3efb52-8e7a-4d8f-9c87-35df41a7c63b/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: fa8b3ecb-3b2a-4804-8e3e-affdcf47ff2d settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}
}
}
}{- "data": {
- "id": "2d5af127-b417-421e-aed6-d706bb64dbd9",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:54.675100Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/2d5af127-b417-421e-aed6-d706bb64dbd9",
- "current_version": "/api/settings/2d5af127-b417-421e-aed6-d706bb64dbd9/versions/1",
- "versions": "/api/settings/2d5af127-b417-421e-aed6-d706bb64dbd9/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: fa8b3ecb-3b2a-4804-8e3e-affdcf47ff2d settings id |
{- "data": [
- {
- "id": "f3c8d837-1bbb-42fb-89b9-a1c904c7e0e4",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:54.872290Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "8f752496-c8ee-4496-9761-a8f43dbf8b00",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8f752496-c8ee-4496-9761-a8f43dbf8b00"
}
}
}, - "links": {
- "versions": "/api/settings/8f752496-c8ee-4496-9761-a8f43dbf8b00/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/8f752496-c8ee-4496-9761-a8f43dbf8b00/versions/1"
}
}
]
}Shows the settings values for this settings version.
| settings_id required | string Example: fa8b3ecb-3b2a-4804-8e3e-affdcf47ff2d settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "9be92f9d-423c-4cbb-aaa5-a0383f0eeba9",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-27T03:54:54.995893Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "22bd9c8d-ee43-45fe-9862-e852e07f8c17",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/22bd9c8d-ee43-45fe-9862-e852e07f8c17"
}
}
}, - "links": {
- "versions": "/api/settings/22bd9c8d-ee43-45fe-9862-e852e07f8c17/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/22bd9c8d-ee43-45fe-9862-e852e07f8c17/versions/1"
}
}
}{- "data": [
- {
- "id": "ad3a9c4e-354d-46ce-941a-e54dbe54265e",
- "type": "user",
- "attributes": {
- "username": "raphael_cronin",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "raphael_cronin@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "FFFLBCHLH",
- "teams": "JRJT0WMFR"
}, - "created_at": "2026-03-27T03:55:05.302141Z",
- "updated_at": "2026-03-27T03:55:05.302141Z"
}, - "links": {
- "self": "/api/users/ad3a9c4e-354d-46ce-941a-e54dbe54265e"
}
}
]
}Show a user.
| user_id required | string Example: 3fad244f-43c5-4f0f-99db-b6783213473b user id |
{- "data": {
- "id": "6b7fc392-161b-4753-860a-a8d3d41fac34",
- "type": "user",
- "attributes": {
- "username": "rochelle.dooley",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "rochelle.dooley@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "PCHYEMQJ6",
- "teams": "GVEOH0T4R"
}, - "created_at": "2026-03-27T03:55:05.399791Z",
- "updated_at": "2026-03-27T03:55:05.399791Z"
}, - "links": {
- "self": "/api/users/6b7fc392-161b-4753-860a-a8d3d41fac34"
}
}
}Update a user's notification preferences.
| user_id required | string Example: 3fad244f-43c5-4f0f-99db-b6783213473b user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "2d964e2a-c747-49f3-a625-a9144fd4e8ea",
- "type": "user",
- "attributes": {
- "username": "zelda",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "zelda@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-03-27T03:55:05.634227Z",
- "updated_at": "2026-03-27T03:55:05.691518Z"
}, - "links": {
- "self": "/api/users/2d964e2a-c747-49f3-a625-a9144fd4e8ea"
}
}
}{- "data": {
- "id": "80e69812-5091-42a6-b500-a0562a0acb7d",
- "type": "user",
- "attributes": {
- "username": "byron",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "byron@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "OB4YPX8SC",
- "teams": "M04W3N5RT"
}, - "created_at": "2026-03-27T03:55:05.895635Z",
- "updated_at": "2026-03-27T03:55:05.895635Z"
}, - "links": {
- "self": "/api/users/80e69812-5091-42a6-b500-a0562a0acb7d"
}
}
}Lists notifications the user has configured for a specific project, environment or asset (that do not reference a specific action or workflow).
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "2a64d2fc-ffbc-4027-b488-16420e2cd182",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "2a64d2fc-ffbc-4027-b488-16420e2cd182",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "2a64d2fc-ffbc-4027-b488-16420e2cd182",
- "type": "properties_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}
]
}Lists all change specific notifications the user has configured 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": "8907ebee-3355-44b5-864b-2f797659d101",
- "type": "action_notifications",
- "attributes": {
- "custom_proj_action": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_1": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_2": {
- "events": [ ],
- "include_children": false
}, - "provision": {
- "events": [ ],
- "include_children": false
}
}
}
}Lists all workflow specific notifications the user has configured 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": "04822cbc-0a0c-4931-8723-9c0903b071c2",
- "type": "workflow_run_notifications",
- "attributes": { }
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "ae448c63-ff8e-4050-9c77-732fc118afe2",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-03-27T03:53:59.857949Z",
- "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": {
- "superuser": false,
- "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": "2026-03-27T03:55:04.700022Z",
- "updated_at": "2026-03-27T03:55:04.700022Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string or null |
| 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": "2026-03-27T03:55:04.778167Z",
- "updated_at": "2026-03-27T03:55:04.778167Z"
}, - "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": "2026-03-27T03:55:04.825422Z",
- "updated_at": "2026-03-27T03:55:04.825422Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string or null |
| 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": "2026-03-27T03:55:05.229810Z",
- "updated_at": "2026-03-27T03:55:05.229810Z"
}, - "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": "56338a40-f492-4749-aec1-9b7168685186",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "2cd15c7c-f7b6-4553-aa4e-74970589ca85",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2cd15c7c-f7b6-4553-aa4e-74970589ca85"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/2cd15c7c-f7b6-4553-aa4e-74970589ca85"
}, - "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
}, - "secrets": {
- "settings": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "2cd15c7c-f7b6-4553-aa4e-74970589ca85",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000,
- "host_name": "opschain-api"
}, - "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
}, - "encryption_seed_key": "",
- "github": {
- "token": "{AES2}nh+tbe0sErNBs3yYQIejjw=={/IV}U8ZJ/J5c9JFV77pkjHZDlLg==",
- "user": "{AES2}vkbIKglk/pMUI0HUaMAMMA=={/IV}UclgQ2bfM/2l3suETPwLasg=="
}, - "docker": {
- "password": "{AES2}7zx00lFD4M+8YiktsgVP9w=={/IV}Uu9Xo6IZyUdTYrnGEfNYJJw==",
- "user": "{AES2}XQG5tE2q3tfECIwPqS1IoA=={/IV}UWcyNjmyXSBrjnZBqNqR0MA=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}vE+tu1N6Vzks5UQvVAX/Og=={/IV}UAUDrvRwr/M4iIZ1X+DAVTQ==",
- "user": "{AES2}oge6so7Gnw7Z6qehQ8AaFQ=={/IV}U4ZNCslTSZxPPmJ/7lzU/Bw=="
}, - "log_step_pod_events": false,
- "agent": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "script_path": "/opt/opschain/agent.sh",
- "disable_host_alias": false
}, - "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}"
}, - "worker": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local",
- "reuse_actions_rb": true
}, - "mintmodel_executor": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "parallel_change_worker_steps": 5,
- "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "hc_user": "healthcheck",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}OSAFf+RvdXg318M2lwah3A=={/IV}U0Qkqb0FXdonTuNDdQ5aEAw==",
- "mail_attribute": "mail",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "log_level": 1024,
- "logging_enabled": true,
- "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",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "threads_per_worker": 5,
- "requires_approval_from": { },
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2026-03-27T03:55:01.707486Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/2cd15c7c-f7b6-4553-aa4e-74970589ca85",
- "current_version": "/api/settings/2cd15c7c-f7b6-4553-aa4e-74970589ca85/versions/1",
- "versions": "/api/settings/2cd15c7c-f7b6-4553-aa4e-74970589ca85/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "17.5",
- "uptime": 1025,
- "database_size": "11 MB",
- "connections": {
- "active": 1,
- "idle": 2,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "nodes",
- "size": "88 kB"
}, - {
- "name": "workflow_steps",
- "size": "80 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "steps",
- "size": "72 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "schema_migrations",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "changes",
- "size": "64 kB"
}, - {
- "name": "events",
- "size": "56 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "node_background_tasks",
- "size": "48 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "templates",
- "size": "48 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "notification_channels",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "agent_statuses",
- "size": "32 kB"
}, - {
- "name": "properties",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "settings_versions",
- "size": "24 kB"
}, - {
- "name": "template_versions",
- "size": "24 kB"
}, - {
- "name": "workflows",
- "size": "24 kB"
}, - {
- "name": "workflow_runs",
- "size": "24 kB"
}, - {
- "name": "properties_versions",
- "size": "24 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "24 kB"
}, - {
- "name": "settings",
- "size": "24 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "node_background_task_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "log_lines_incoming",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}
]
}, - "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": "2026-03-27T15:54:05.258+11:00",
- "last_run_at": "2026-03-27T13:54:05.258+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": "2026-03-27T15:54:05.258+11:00",
- "last_run_at": "2026-03-27T12:54:05.258+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": "a2aca556-dea6-4c63-9864-21f1a96ab6a3",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "bus",
- "enabled": true,
- "created_by": "carl.wuckert",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": true,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-20T03:54:23.835Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-27T03:54:23.840665Z",
- "updated_at": "2026-03-27T03:54:23.840665Z",
- "next_run_at": "2026-03-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/a2aca556-dea6-4c63-9864-21f1a96ab6a3"
}
}
], - "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. The agent image cleanup job accepts template_version_history and the build_agent_image_task. 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": "matrix",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": true,
- "cron_schedule": "0 0 * * *",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": false
}
}
}{- "data": {
- "id": "24e4c5f3-a64d-4045-a59f-1ae63e387b56",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "firewall",
- "enabled": true,
- "created_by": "lola_orn",
- "cron_schedule": "15 7 10 9 *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-03-27T03:54:24.822469Z",
- "updated_at": "2026-03-27T03:54:24.822469Z",
- "next_run_at": "2026-09-09T21:15:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/24e4c5f3-a64d-4045-a59f-1ae63e387b56"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 7197a992-aa06-4e4e-9444-2d5b814f2fd2 data cleanup definition id |
{- "data": {
- "id": "e584503d-8db2-423e-9dbb-d94c0b793745",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "matrix",
- "enabled": true,
- "created_by": "michal_koelpin",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-20T03:54:25.115Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-27T03:54:25.119529Z",
- "updated_at": "2026-03-27T03:54:25.119529Z",
- "next_run_at": "2026-03-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/e584503d-8db2-423e-9dbb-d94c0b793745"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 7197a992-aa06-4e4e-9444-2d5b814f2fd2 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": "27 6 8 7 3",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "47848c10-cd62-4e9c-b19c-aa1ecd264929",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "dionna_runolfsson",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-20T03:54:25.381Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-27T03:54:25.385247Z",
- "updated_at": "2026-03-27T03:54:25.412669Z",
- "next_run_at": "2026-03-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/47848c10-cd62-4e9c-b19c-aa1ecd264929"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}