Download OpenAPI specification:
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.
version: 2026-09-10 (6c4268b7b)
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>]= | string Example: filter[<query/sort filter>]==> filter[code_eq]=opc API filtering guide. Named filters: |
| 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": "01a08b13-ef71-70c7-a08c-b09e7e9f8bcd",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "jamal-1950",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-ef73-777e-ba7e-02fcbdd1191b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-ef73-777e-ba7e-02fcbdd1191b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-ef7c-7e10-9f8b-1ce4b358e303",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-ef7c-7e10-9f8b-1ce4b358e303"
}
}, - "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "01a08b13-f04f-746a-a9c4-5ef6cdcefed6",
- "type": "project",
- "attributes": {
- "code": "yjk7k",
- "name": "temporibus602",
- "description": "Quis culpa excepturi incidunt.",
- "archived": false,
- "created_by": "logged_in_user",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-f054-779d-a206-19107c8e72ef",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-f054-779d-a206-19107c8e72ef"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-f060-7c02-89ac-b645e968f260",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-f060-7c02-89ac-b645e968f260"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/yjk7k",
- "bookmarks": "/api/projects/yjk7k/bookmarks",
- "git_remotes": "/api/projects/yjk7k/git_remotes",
- "environments": "/api/projects/yjk7k/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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-f155-715e-b47c-8ed5b64554a5",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "kaitlyn_yost-1960",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-f157-761a-950c-af6cbc796577",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-f157-761a-950c-af6cbc796577"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-f160-72b7-ac53-52c9832e8a91",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-f160-72b7-ac53-52c9832e8a91"
}
}, - "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-f24d-7d5a-ba66-e9cecda8df08",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "quisquam611",
- "description": "Vero sed vel quia.",
- "archived": true,
- "created_by": "jeniffer_larkin-1966",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-f250-7e01-98b2-3862678c0a02",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-f250-7e01-98b2-3862678c0a02"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-f25d-7326-b0fd-39b548ee3134",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-f25d-7326-b0fd-39b548ee3134"
}
}, - "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
}Archives a project.
| project_code required | string Example: opc project code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the project. |
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>]= | string Example: filter[<query/sort filter>]==> filter[name_eq]=Test API filtering guide. Named filters: |
| 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": "01a08b13-beca-7ddc-b09b-fa1655727588",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "jarrett.nicolas-1651"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-becf-75c7-b2e4-4dbb649a52c8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-becf-75c7-b2e4-4dbb649a52c8"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-bea9-75e4-a9fb-9d48b333ab08",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-bed9-75bf-a9fc-83cca7a1079d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-bed9-75bf-a9fc-83cca7a1079d"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-bea9-75e4-a9fb-9d48b333ab08",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-bea9-75e4-a9fb-9d48b333ab08",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "01a08b13-bfab-758c-bcce-a479bc2a418b",
- "type": "environment",
- "attributes": {
- "code": "yipia",
- "name": "est528",
- "description": "Enim placeat ratione assumenda.",
- "archived": false,
- "created_by": "logged_in_user"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-bfaf-7e75-8cc6-7852b2a640c5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-bfaf-7e75-8cc6-7852b2a640c5"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-bf58-7013-8fb8-8bc9cb6335c7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-bfb9-7ff8-96d9-469aa00c388a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-bfb9-7ff8-96d9-469aa00c388a"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-bf58-7013-8fb8-8bc9cb6335c7",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-bf58-7013-8fb8-8bc9cb6335c7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/yipia",
- "bookmarks": "/api/projects/opc/environments/yipia/bookmarks",
- "changes": "/api/projects/opc/environments/yipia/changes",
- "scheduled_activities": "/api/projects/opc/environments/yipia/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/yipia/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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-c0e1-7b9c-bf20-9a516831199d",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "ines-1665"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-c0e6-7fd6-b6ba-aeff6ab572d1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-c0e6-7fd6-b6ba-aeff6ab572d1"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-c0bd-7d99-abbc-7470fc912b54",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-c0f2-72e4-8747-7ea922e6f67c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-c0f2-72e4-8747-7ea922e6f67c"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-c0bd-7d99-abbc-7470fc912b54",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-c0bd-7d99-abbc-7470fc912b54",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - "included": [
- {
- "id": "01a08b13-c0bd-7d99-abbc-7470fc912b54",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "scott-1664",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-c0c0-7530-bc55-6776240f18c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-c0c0-7530-bc55-6776240f18c4"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-c0ca-7c7a-8ef9-5cdb14122bf3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-c0ca-7c7a-8ef9-5cdb14122bf3"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b13-c0e1-7b9c-bf20-9a516831199d",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-c2c4-7f69-bbfd-7a1ed6fa541d",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "repudiandae538",
- "description": "Ducimus dolore perferendis temporibus.",
- "archived": true,
- "created_by": "ramona_boehm-1673"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-c2cb-7fc8-ace3-468cb5c6f1ed",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-c2cb-7fc8-ace3-468cb5c6f1ed"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-c28c-78df-9962-a5d5766e94bf",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-c2d7-7fa4-a2bc-e5189377e305",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-c2d7-7fa4-a2bc-e5189377e305"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-c28c-78df-9962-a5d5766e94bf",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-c28c-78df-9962-a5d5766e94bf",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the environment. |
Show the converged settings for this environment, merged from all settings sources in the hierarchy (global, project, and environment settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "dev",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "Project: OpsChain (opc)"
}
}
}
}
}Show the converged properties for this environment, merged from all database properties sources in the hierarchy (project and environment properties).
The API response will also include the individual database properties that were included in the result.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
| converge_date | string Example: converge_date=2026-09-10T11:27:30+00:00 Specify the date (and optionally time), to derive the active environment properties from. |
{- "data": {
- "id": "dev",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "01a08b13-c6f3-7082-a699-0fe3fdfe0fd8",
- "type": "properties_version"
}, - {
- "id": "01a08b13-c714-7bc9-8d61-96edb5b90a34",
- "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)"
}
}
}
}
}, - "included": [
- {
- "id": "01a08b13-c6f3-7082-a699-0fe3fdfe0fd8",
- "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-09-10T11:28:44.274575Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-c6ee-705b-bdce-f621bbc4dd62",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-c6ee-705b-bdce-f621bbc4dd62"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-c6ee-705b-bdce-f621bbc4dd62/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-c6ee-705b-bdce-f621bbc4dd62/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-c714-7bc9-8d61-96edb5b90a34",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:44.308234Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-c70e-7a11-8c78-c08b059754f1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-c70e-7a11-8c78-c08b059754f1"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-c70e-7a11-8c78-c08b059754f1/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/01a08b13-c70e-7a11-8c78-c08b059754f1/versions/1"
}, - "meta": { }
}
]
}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": "01a08b12-d105-7909-a614-6bce6d34e61d",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:27:41.316877Z",
- "updated_at": "2026-09-10T11:27:41.316877Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b12-d0ef-7e50-88cf-2e4845dd8070",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b12-d0d6-73d7-ac37-ed46cac275d9",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b12-d07d-7091-bac1-1da40cf68ac5/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b12-d105-7909-a614-6bce6d34e61d",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b12-d105-7909-a614-6bce6d34e61d"
}
}
}Lists the image build, start and stop tasks run for the agent's current template version.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[request_number_eq]=1 API filtering guide. Named filters: |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of tasks returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b12-d215-702c-a791-8c630ecac7a4",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "erik-357",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:27:41.588602Z",
- "updated_at": "2026-09-10T11:27:41.595877Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b12-d219-7a8d-bc5b-e3cbf99bd851",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b12-d202-7fdf-9cc6-d097aa74c878",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b12-d1c0-75e5-952c-09622b7314c9/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b12-d215-702c-a791-8c630ecac7a4",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b12-d215-702c-a791-8c630ecac7a4"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}, - "partial_response": false
}
}Show a specific agent image build, start or stop task.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| node_background_task_id required | string Example: 01a08b12-95f1-74d8-a882-ec79c8022842 agent background task id |
{- "data": {
- "id": "01a08b12-d37c-7caa-acb9-713766cd1a08",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "michael_romaguera-363",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:27:41.948349Z",
- "updated_at": "2026-09-10T11:27:41.955984Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b12-d381-7bf9-a15e-dac616aaf526",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b12-d366-75af-aa14-7b2c2ab603cf",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b12-d2e9-72d0-bb1f-c318d40e85d1/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b12-d37c-7caa-acb9-713766cd1a08",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b12-d37c-7caa-acb9-713766cd1a08"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "01a08b12-d4b7-7817-bfb4-5c9dab001f94",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "cluster_name": "opschain-db"
}, - "relationships": {
- "node": {
- "data": {
- "id": "01a08b12-d4a4-70f1-ad56-c7a909bebd44",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "01a08b12-d4b6-79a8-a5ff-7f18acf81169",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "01a08b12-d4b6-79a8-a5ff-7f18acf81169",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "01a08b12-d4b6-79a8-a5ff-7f18acf81169",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "rafael-369",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:27:42.262144Z",
- "updated_at": "2026-09-10T11:27:42.269738Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b12-d4bb-742e-9a48-51d6d2018650",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b12-d4a4-70f1-ad56-c7a909bebd44",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b12-d457-7bf5-aa5a-4ed277075a67/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b12-d4b6-79a8-a5ff-7f18acf81169",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b12-d4b6-79a8-a5ff-7f18acf81169"
}
}
]
}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": "01a08b12-d649-7538-8965-2d5fe1440a24",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "cluster_name": "opschain-db"
}, - "relationships": {
- "node": {
- "data": {
- "id": "01a08b12-d632-7b3e-bf37-076d1e6c3a92",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "01a08b12-d648-7752-bd17-7d747571cfd1",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "01a08b12-d648-7752-bd17-7d747571cfd1",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "delena_kiehn-375",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:27:42.664012Z",
- "updated_at": "2026-09-10T11:27:42.671504Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b12-d64c-7cba-b3cc-4b271c70c55d",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b12-d632-7b3e-bf37-076d1e6c3a92",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b12-d5c3-7731-8e72-ad1e851579c4/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b12-d648-7752-bd17-7d747571cfd1",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b12-d648-7752-bd17-7d747571cfd1"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 10000 ] Default: 10000 Example: limit=50 Limit the number of log lines returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b12-da4b-7bce-8cf9-42e9baedb7a1",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-09-09T00: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>]= | string Example: filter[<query/sort filter>]==> filter[name_eq]=Test API filtering guide. Named filters: |
| 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": "01a08b13-98aa-7109-a702-f49ddd8990f8",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "miles-1438",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-98ae-7b2f-a253-3fce77d7e077",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-98ae-7b2f-a253-3fce77d7e077"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-984c-715b-9fd8-e9e2009ba1ac",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-98b7-7c59-a442-ab3d39548983",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-98b7-7c59-a442-ab3d39548983"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-984c-715b-9fd8-e9e2009ba1ac",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-984c-715b-9fd8-e9e2009ba1ac",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-9884-7468-9296-49f366c6a495",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9866-7f8b-ab0e-8d0e236629ae/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "01a08b13-9866-7f8b-ab0e-8d0e236629ae",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9866-7f8b-ab0e-8d0e236629ae"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-98bc-7eb9-8363-fd3f19e4bad9",
- "type": "node_background_task"
}
]
}, - "agent_status": {
- "data": {
- "id": "01a08b13-98bd-7ca2-83c8-d090440208e4",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "01a08b13-9a10-7b25-bf73-33bd43ff3e6f",
- "type": "agent",
- "attributes": {
- "code": "pl4m4",
- "name": "a452",
- "description": "Molestiae et quia autem.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9a15-719a-ac30-e20392b8d321",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9a15-719a-ac30-e20392b8d321"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-9944-7ea0-b542-088af937e5d1",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-9a1f-77c9-889e-63f4b09f098c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9a1f-77c9-889e-63f4b09f098c"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-9944-7ea0-b542-088af937e5d1",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-9944-7ea0-b542-088af937e5d1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-99df-79f4-bfdc-b28e9405adf8",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-99c2-7a4b-a5ac-b8ba6e913ae7/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "01a08b13-99c2-7a4b-a5ac-b8ba6e913ae7",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-99c2-7a4b-a5ac-b8ba6e913ae7"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-9a2b-7a6c-ba14-bb7f457f01a7",
- "type": "node_background_task"
}
]
}, - "agent_status": {
- "data": {
- "id": "01a08b13-9a23-77d4-986b-9ec680e6bc66",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/pl4m4/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/pl4m4",
- "bookmarks": "/api/projects/opc/agents/pl4m4/bookmarks",
- "converged_properties": "/api/projects/opc/agents/pl4m4/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/pl4m4/node_background_tasks",
- "version_history": "/api/projects/opc/agents/pl4m4/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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "johnathan-1455",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9b67-70ee-8cc7-8a5a13a90875",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9b67-70ee-8cc7-8a5a13a90875"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-9b70-7ea9-9277-a51435a64764",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9b70-7ea9-9277-a51435a64764"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-9b3e-7e19-930a-469cffb20443",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "01a08b13-9b24-71ae-acb3-3d5db92d8a61",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-9b76-721c-a9af-1a7e45fba40c",
- "type": "node_background_task"
}
]
}, - "agent_status": {
- "data": {
- "id": "01a08b13-9b77-70dd-8329-fb69430b10fa",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - "included": [
- {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "darin.wilkinson-1453",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9b0d-71fa-948f-f20382f08a66",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9b0d-71fa-948f-f20382f08a66"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-9b14-761a-9efb-a402adf7c116",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9b14-761a-9efb-a402adf7c116"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-9b24-71ae-acb3-3d5db92d8a61",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-09-10T11:28:33.059679Z",
- "updated_at": "2026-09-10T11:28:33.059679Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9b27-7eb5-bf6d-45c20b2217bf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9b27-7eb5-bf6d-45c20b2217bf"
}
}, - "settings": {
- "data": {
- "id": "01a08b13-9b2f-7c8b-a832-d1cc52aaa884",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9b2f-7c8b-a832-d1cc52aaa884"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b13-9b1a-7e20-ac3b-9b02819ce78e",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "01a08b13-9b3e-7e19-930a-469cffb20443",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "type": "agent"
}, - {
- "id": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "type": "agent"
}
]
}, - "project": {
- "data": {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61",
- "template_versions": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "01a08b13-9b3e-7e19-930a-469cffb20443",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "burt-1454",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:28:33.086340Z",
- "updated_at": "2026-09-10T11:28:33.086340Z",
- "git_rev": "redundant",
- "commit_sha": "da787010b6ce8c6a09e000ad4ad20aa0f50d1b74",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9b42-7c4d-9e91-b5166d15aad6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9b42-7c4d-9e91-b5166d15aad6"
}
}, - "settings": {
- "data": {
- "id": "01a08b13-9b4a-73fa-abec-973e59378ae5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9b4a-73fa-abec-973e59378ae5"
}
}, - "project": {
- "data": {
- "id": "01a08b13-9b0b-71c8-879c-4bec5d208e52",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b13-9b24-71ae-acb3-3d5db92d8a61",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61"
}
}, - {
- "id": "01a08b13-9b76-721c-a9af-1a7e45fba40c",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "soraya-1456",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-09-10T11:28:33.141695Z",
- "updated_at": "2026-09-10T11:28:33.148516Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-9b7a-772f-9c64-5c804f5ed4eb",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-9b24-71ae-acb3-3d5db92d8a61/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/01a08b13-9b76-721c-a9af-1a7e45fba40c",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-9b76-721c-a9af-1a7e45fba40c"
}
}, - {
- "id": "01a08b13-9b77-70dd-8329-fb69430b10fa",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "cluster_name": "opschain-db"
}, - "relationships": {
- "node": {
- "data": {
- "id": "01a08b13-9b62-7b4d-8542-1b701bbd27b1",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "01a08b13-9b76-721c-a9af-1a7e45fba40c",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "01a08b13-9b76-721c-a9af-1a7e45fba40c",
- "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
}
}
}{- "data": {
- "id": "01a08b13-9d23-7a4f-839e-0de19942c438",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "voluptatem462",
- "description": "Eos enim occaecati quasi.",
- "archived": true,
- "created_by": "darrel-1464",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-9d28-7095-baa7-97f6e1cdbe40",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-9d28-7095-baa7-97f6e1cdbe40"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-9cbf-72d8-a294-af6436bac272",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-9d32-79f5-98d9-49c7f83e1ae7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-9d32-79f5-98d9-49c7f83e1ae7"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-9cbf-72d8-a294-af6436bac272",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-9cbf-72d8-a294-af6436bac272",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-9cfe-7640-b09d-b4dc0b2a569a",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9cde-74ec-b867-703cc408df6b/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "01a08b13-9cde-74ec-b867-703cc408df6b",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-9cde-74ec-b867-703cc408df6b"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-9d3a-7014-a438-fe8ca147a04a",
- "type": "node_background_task"
}
]
}, - "agent_status": {
- "data": {
- "id": "01a08b13-9d3b-74ec-8a8a-ddecb1d87f50",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
}Archives an agent belonging to a project.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the agent. |
Show the converged settings for this agent, merged from all settings sources in the hierarchy (global and project settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| converge_date | string Example: converge_date=2026-09-10T11:27:30+00:00 Specify the date (and optionally time), to derive the active template version and agent settings from. |
{- "data": {
- "id": "agent1",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "Project: OpsChain (opc)"
}
}
}
}
}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-09-10T11:27:30+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": "01a08b13-a39d-7362-93f9-d9ecab1196d8",
- "type": "properties_version"
}, - {
- "id": "01a08b13-a3cf-74db-850d-70d6225e916b",
- "type": "properties_version"
}, - {
- "id": "01a08b13-a400-72ce-8974-cf2cd4163e1a",
- "type": "properties_version"
}, - {
- "id": "01a08b13-a433-7cee-bd32-f89837f7d1b2",
- "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)"
}
}
}
}
}, - "included": [
- {
- "id": "01a08b13-a39d-7362-93f9-d9ecab1196d8",
- "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-09-10T11:28:35.228603Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a397-7432-8414-5dc01cc69816",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a397-7432-8414-5dc01cc69816"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-a397-7432-8414-5dc01cc69816/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-a397-7432-8414-5dc01cc69816/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-a3cf-74db-850d-70d6225e916b",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:35.278239Z",
- "owner_type": "Template"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a3c3-716b-a023-a4adb02f56d3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a3c3-716b-a023-a4adb02f56d3"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-a3c3-716b-a023-a4adb02f56d3/versions",
- "owner": "/api/projects/opc/templates/01a08b13-a3ba-7ec8-af6c-b1dfbab76058",
- "self": "/api/properties/01a08b13-a3c3-716b-a023-a4adb02f56d3/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-a400-72ce-8974-cf2cd4163e1a",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:35.327556Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a3fa-70a0-a9f0-726c4f3b79db",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a3fa-70a0-a9f0-726c4f3b79db"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-a3fa-70a0-a9f0-726c4f3b79db/versions",
- "owner": "/api/projects/opc/templates/01a08b13-a3ba-7ec8-af6c-b1dfbab76058/versions/2026_Q1_2",
- "self": "/api/properties/01a08b13-a3fa-70a0-a9f0-726c4f3b79db/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "01a08b13-a3f4-7073-a4ab-0a83a51cf1d3"
}
}
}, - {
- "id": "01a08b13-a433-7cee-bd32-f89837f7d1b2",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:35.379203Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a42c-79fa-881b-4172bfebf6c3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a42c-79fa-881b-4172bfebf6c3"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-a42c-79fa-881b-4172bfebf6c3/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/01a08b13-a42c-79fa-881b-4172bfebf6c3/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "01a08b13-a3f4-7073-a4ab-0a83a51cf1d3"
}
}
}, - {
- "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>]= | string Example: filter[<query/sort filter>]==> filter[name_eq]=Test API filtering guide. Named filters: |
| 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": "01a08b13-a657-710e-ba78-705fc69f61ce",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "ying.blick-1510",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a65c-7cad-9a74-2516509b32de",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a65c-7cad-9a74-2516509b32de"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-a5cd-7ca8-8365-2ad033789732",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-a669-7fbc-970e-925441a7892c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a669-7fbc-970e-925441a7892c"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-a5cd-7ca8-8365-2ad033789732",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-a5cd-7ca8-8365-2ad033789732",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-a626-7f91-893b-d0c21a302e2b",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a5fe-72e2-b8e5-8c94316c8fdf/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "01a08b13-a692-76c8-81b3-783e4e0b2847",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "01a08b13-a5fe-72e2-b8e5-8c94316c8fdf",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a5fe-72e2-b8e5-8c94316c8fdf"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-a685-74c7-8b2c-f51e91728db6",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "actions": "/api/projects/opc/assets/prj_soa/actions",
- "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,
- "can_have_actions": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "01a08b13-a816-73d6-9ffb-303c7b875475",
- "type": "asset",
- "attributes": {
- "code": "shpqp",
- "name": "perferendis482",
- "description": "Eos voluptas quod error.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a81a-7a29-aa20-6a3091bf6533",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a81a-7a29-aa20-6a3091bf6533"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-a73d-7fcb-9c99-8dd86602c91e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-a825-766f-a32e-cb6b7ce42ed5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a825-766f-a32e-cb6b7ce42ed5"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-a73d-7fcb-9c99-8dd86602c91e",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-a73d-7fcb-9c99-8dd86602c91e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-a7e1-7d48-8804-b1f22493ba61",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a7c0-7190-8beb-31c70b4c1299/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "01a08b13-a7c0-7190-8beb-31c70b4c1299",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a7c0-7190-8beb-31c70b4c1299"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-a832-7ec2-b2de-3b69344420b5",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/shpqp",
- "actions": "/api/projects/opc/assets/shpqp/actions",
- "bookmarks": "/api/projects/opc/assets/shpqp/bookmarks",
- "changes": "/api/projects/opc/assets/shpqp/changes",
- "scheduled_activities": "/api/projects/opc/assets/shpqp/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/shpqp/converged_properties",
- "mintmodels": "/api/projects/opc/assets/shpqp/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/shpqp/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/shpqp/node_background_tasks",
- "version_history": "/api/projects/opc/assets/shpqp/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,
- "can_have_actions": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": 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": "01a08b13-a98b-783e-8132-84331b7277d5",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "alease_sawayn-1527",
- "mintmodel_valid": true,
- "mintmodel_invalid_reason": null,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a98f-7db2-805c-55f3d2609cb9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a98f-7db2-805c-55f3d2609cb9"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-a99a-705a-a5ae-cab18a693e63",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a99a-705a-a5ae-cab18a693e63"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-a965-74fb-98af-cdbb9d7a3bf5",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "01a08b13-a9b1-7183-9e99-dab5c1f16bc5",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "01a08b13-a940-73b0-92aa-59a7611bd648",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-a9a7-7360-8a7e-0ff4d62e977b",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "actions": "/api/projects/opc/assets/prj_soa/actions",
- "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,
- "can_have_actions": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - "included": [
- {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "laure_tromp-1525",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a924-7e45-9a48-a5a1534bab38",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a924-7e45-9a48-a5a1534bab38"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-a92d-7aba-87bc-0999a75dfd64",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a92d-7aba-87bc-0999a75dfd64"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b13-a98b-783e-8132-84331b7277d5",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-a9b1-7183-9e99-dab5c1f16bc5",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "gavin.runte-1529",
- "created_at": "2026-09-10T11:28:36.784754Z",
- "updated_at": "2026-09-10T11:28:36.784754Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b13-a98b-783e-8132-84331b7277d5",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/01a08b13-a9b1-7183-9e99-dab5c1f16bc5",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "01a08b13-a940-73b0-92aa-59a7611bd648",
- "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-09-10T11:28:36.671668Z",
- "updated_at": "2026-09-10T11:28:36.671668Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a945-708c-b51b-7609140f3dd2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a945-708c-b51b-7609140f3dd2"
}
}, - "settings": {
- "data": {
- "id": "01a08b13-a94e-77e5-a39a-dc2885afb87b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a94e-77e5-a39a-dc2885afb87b"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b13-a934-7fcd-8ac7-d1976576abe7",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "01a08b13-a965-74fb-98af-cdbb9d7a3bf5",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "01a08b13-a98b-783e-8132-84331b7277d5",
- "type": "asset"
}
]
}, - "project": {
- "data": {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648",
- "template_versions": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "01a08b13-a965-74fb-98af-cdbb9d7a3bf5",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "ronnie-1526",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:28:36.708633Z",
- "updated_at": "2026-09-10T11:28:36.708633Z",
- "has_mintmodel": true,
- "git_rev": "optical",
- "commit_sha": "a76e5974a178824cc77d4be39e437b09337249bd",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-a96a-7c15-b52c-5b2c2352a844",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-a96a-7c15-b52c-5b2c2352a844"
}
}, - "settings": {
- "data": {
- "id": "01a08b13-a975-7646-a2cc-3656641bd59f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-a975-7646-a2cc-3656641bd59f"
}
}, - "project": {
- "data": {
- "id": "01a08b13-a922-7063-ba96-5a45d26054eb",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b13-a940-73b0-92aa-59a7611bd648",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b13-a940-73b0-92aa-59a7611bd648"
}
}
]
}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
}
}
}{- "data": {
- "id": "01a08b13-ab1c-7666-a880-b618992c74a3",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "dolorem492",
- "description": "Est sint aut quam.",
- "archived": true,
- "created_by": "ayako.volkman-1537",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-ab20-7b31-b42f-a72d22b14181",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-ab20-7b31-b42f-a72d22b14181"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-aac0-7de1-9165-5ebc48d227dd",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-ab2b-7531-9010-69151ff344a0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-ab2b-7531-9010-69151ff344a0"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-aac0-7de1-9165-5ebc48d227dd",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-aac0-7de1-9165-5ebc48d227dd",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b13-aafb-780c-8a67-4ef4b26c28ec",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-aadd-7777-8f9b-2ae80cfc61e2/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "01a08b13-ab41-7f1a-8302-27d4300e2e35",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "01a08b13-aadd-7777-8f9b-2ae80cfc61e2",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b13-aadd-7777-8f9b-2ae80cfc61e2"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b13-ab38-7c31-9d76-413fa8b94e10",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "actions": "/api/projects/opc/assets/prj_soa/actions",
- "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,
- "can_have_actions": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
}Archives an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the asset. |
Show the converged settings for this asset, merged from all settings sources in the hierarchy (global, project, environment, and asset settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2026-09-10T11:27:30+00:00 Specify the date (and optionally time), to derive the active template version and asset settings from. |
{- "data": {
- "id": "prj_soa",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "Project: OpsChain (opc)"
}
}
}
}
}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-09-10T11:27:30+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": "01a08b13-b497-708b-b533-291b6326fa9f",
- "type": "properties_version"
}, - {
- "id": "01a08b13-b4cc-78e6-8634-225d6831fbcd",
- "type": "properties_version"
}, - {
- "id": "01a08b13-b4f6-7e89-b869-1d1502550acc",
- "type": "properties_version"
}, - {
- "id": "01a08b13-b52a-77d7-b9a1-93263343fe91",
- "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)"
}
}
}
}
}, - "included": [
- {
- "id": "01a08b13-b497-708b-b533-291b6326fa9f",
- "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-09-10T11:28:39.574478Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-b491-7fb0-8337-08272eba5b49",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-b491-7fb0-8337-08272eba5b49"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-b491-7fb0-8337-08272eba5b49/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-b491-7fb0-8337-08272eba5b49/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-b4cc-78e6-8634-225d6831fbcd",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:39.627299Z",
- "owner_type": "Template"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-b4c6-7680-8760-8183d7ccde39",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-b4c6-7680-8760-8183d7ccde39"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-b4c6-7680-8760-8183d7ccde39/versions",
- "owner": "/api/projects/opc/templates/01a08b13-b4bf-7dc4-80c0-18f01f50367f",
- "self": "/api/properties/01a08b13-b4c6-7680-8760-8183d7ccde39/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-b4f6-7e89-b869-1d1502550acc",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:39.670385Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-b4f1-7600-bda4-82bb812a29a3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-b4f1-7600-bda4-82bb812a29a3"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-b4f1-7600-bda4-82bb812a29a3/versions",
- "owner": "/api/projects/opc/templates/01a08b13-b4bf-7dc4-80c0-18f01f50367f/versions/2023_Q4_2",
- "self": "/api/properties/01a08b13-b4f1-7600-bda4-82bb812a29a3/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "01a08b13-b4eb-77b8-9ae4-0f776bb917aa"
}
}
}, - {
- "id": "01a08b13-b52a-77d7-b9a1-93263343fe91",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:39.721935Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-b522-7be2-8267-3cee3fb74c0d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-b522-7be2-8267-3cee3fb74c0d"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-b522-7be2-8267-3cee3fb74c0d/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/01a08b13-b522-7be2-8267-3cee3fb74c0d/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "01a08b13-b4eb-77b8-9ae4-0f776bb917aa"
}
}
}, - {
- "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: 01a08b12-9237-7008-a57f-7b2910abf05e |
| 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. |
| limit | integer [ 1 .. 10000 ] Default: 10000 Example: limit=50 Limit the number of log lines returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-b69f-776d-82de-cbd971c55039",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Totam corporis provident minus.",
- "category": "action",
- "template_version_history_id": "01a08b13-b686-7dea-bdd2-1fe55c96577f",
- "node_background_task_id": "01a08b13-b68e-7021-8760-e8e40c5c7466",
- "logged_at": "2026-09-09T00: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": "01a08b13-b8b1-7e2f-a0cd-7239aab6e68d",
- "type": "node_background_task",
- "attributes": {
- "request_number": 3,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "actions_count": 0,
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-09-10T11:28:40.625203Z",
- "updated_at": "2026-09-10T11:28:40.625203Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-b882-75fa-b126-1072722058ce",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-b868-78ff-a7e5-a58d1a83bd58",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-b827-7c18-b005-509e93b6e4b0/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/01a08b13-b8b1-7e2f-a0cd-7239aab6e68d",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-b8b1-7e2f-a0cd-7239aab6e68d"
}
}
}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 |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[request_number_eq]=1 API filtering guide. Named filters: |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of requests returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-b9a4-72a1-a6a9-2413ece6a71f",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "error",
- "error_message": "- failed to concretise this asset's MintModel",
- "created_by": "nilsa-1613",
- "actions_count": 0,
- "task_type": "MintModelConcretiseTask",
- "created_at": "2026-09-10T11:28:40.867641Z",
- "updated_at": "2026-09-10T11:28:40.869250Z",
- "render_logs": {
- "context": {
- "asset": "opc/soa1",
- "template_version": "2023_Q4_2"
}, - "exception": "MintPress::ConcretisationError: unable to resolve property @db_host",
- "exception_backtrace": [
- "/opt/opschain/lib/mintpress/model.rb:214:in `concretise'"
], - "property_converge_failure": "the property @db_host is not defined for this asset"
}
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-b988-7796-afda-939413bdd1dd",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-b973-7875-8a13-34a286d35ed6",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-b936-73ff-a5d5-0f95e1b8f9e9/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/01a08b13-b9a4-72a1-a6a9-2413ece6a71f",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-b9a4-72a1-a6a9-2413ece6a71f"
}
}, - {
- "id": "01a08b13-b98f-7648-ae26-c2d0a6b88101",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "shannon-1611",
- "actions_count": 1,
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-09-10T11:28:40.846821Z",
- "updated_at": "2026-09-10T11:28:40.851183Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-b988-7796-afda-939413bdd1dd",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-b973-7875-8a13-34a286d35ed6",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-b936-73ff-a5d5-0f95e1b8f9e9/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/01a08b13-b98f-7648-ae26-c2d0a6b88101",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-b98f-7648-ae26-c2d0a6b88101"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}, - "partial_response": 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: 01a08b12-9237-7008-a57f-7b2910abf05e generate actions request id |
{- "data": {
- "id": "01a08b13-bad6-7f2a-86d8-cc9dbbc8b519",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "roland.brown-1619",
- "actions": [
- {
- "action": "deploy",
- "children": [
- {
- "action": "deploy:configure",
- "children": [ ],
- "pre_reqs": [ ],
- "full_path": "deploy/configure",
- "step_name": "configure",
- "stage_step": false,
- "description": "Configure the asset",
- "ignore_failure": false,
- "reload_actions": false,
- "mintmodel_placeholder": false
}
], - "pre_reqs": [ ],
- "full_path": "deploy",
- "step_name": "deploy",
- "stage_step": false,
- "description": "Deploy the asset",
- "ignore_failure": false,
- "child_execution_strategy": "sequential"
}
], - "actions_count": 1,
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-09-10T11:28:41.174328Z",
- "updated_at": "2026-09-10T11:28:41.179927Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-bace-7532-9b1a-501d42ec00f8",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-bab7-750a-80e0-4a0c913f17f3",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-ba3b-767b-800e-737038c55b06/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/01a08b13-bad6-7f2a-86d8-cc9dbbc8b519",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-bad6-7f2a-86d8-cc9dbbc8b519"
}
}
}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: 01a08b12-9237-7008-a57f-7b2910abf05e 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": "01a08b13-f56e-746e-9d5f-3601a9a9e1e4",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-09-10T11:28:56Z"
}
]
}
}, - {
- "id": "01a08b13-f58c-7ba9-9ea1-e44c289556b5",
- "type": "template",
- "attributes": {
- "level": 1,
- "code": "soa",
- "name": "Oracle SOA template",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-09-10T11:28:56Z"
}
]
}
}, - {
- "id": "01a08b13-f5cf-746a-8cec-66e9f3004134",
- "type": "asset",
- "attributes": {
- "level": 3,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-09-10T11:28:56Z"
}
], - "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>]= | string Example: filter[<query/sort filter>]==> filter[name_eq]=Test API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b14-382c-7541-b140-9022b1085c2d",
- "type": "template_version_history",
- "attributes": {
- "created_by": "christoper-2293",
- "active_from": "2026-09-10T11:29:13.258552Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b14-3817-7139-8307-02fdae9ef433",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "01a08b14-37f5-78a3-82bd-9277defce52a",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "01a08b14-3834-7372-83b1-cac287d1bbeb",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b14-37d5-7f58-a27a-00e6378770a9/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/01a08b14-382c-7541-b140-9022b1085c2d",
- "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: 01a08b12-91ff-78e1-8226-e24eb3761b73 version history id |
{- "data": {
- "id": "01a08b14-3931-78a0-9459-9a1a46a94d45",
- "type": "template_version_history",
- "attributes": {
- "created_by": "jared_herzog-2300",
- "active_from": "2026-09-10T11:29:13.519593Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b14-3919-7aaf-bfae-320ce77d15eb",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "01a08b14-38f3-77af-8029-88cc8f5206f8",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "01a08b14-393a-701e-b49e-8337cbff48c4",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/01a08b14-3931-78a0-9459-9a1a46a94d45",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "01a08b14-3919-7aaf-bfae-320ce77d15eb",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "jared_herzog-2300",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-391e-7a0c-9680-3e0308fb8810",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-391e-7a0c-9680-3e0308fb8810"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b14-38b3-7dbf-8548-37aec65e3bb1",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b14-392b-726d-b88c-62d0bc1259aa",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-392b-726d-b88c-62d0bc1259aa"
}
}, - "parent": {
- "data": {
- "id": "01a08b14-38b3-7dbf-8548-37aec65e3bb1",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b14-38b3-7dbf-8548-37aec65e3bb1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "01a08b14-38f3-77af-8029-88cc8f5206f8",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "01a08b14-3944-7a62-bba0-5976dbedbe96",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3"
}
}, - "latest_node_background_tasks": {
- "data": [
- {
- "id": "01a08b14-393a-701e-b49e-8337cbff48c4",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "actions": "/api/projects/opc/assets/prj_soa/actions",
- "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,
- "can_have_actions": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b14-38f3-77af-8029-88cc8f5206f8",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "debrah_crist-2299",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:13.458750Z",
- "updated_at": "2026-09-10T11:29:13.458750Z",
- "has_mintmodel": true,
- "git_rev": "solid-state",
- "commit_sha": "03571af6e9aeafb9c78c0929f8ee6da93217abc6",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-38f8-727a-b7f6-4d53012194ec",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-38f8-727a-b7f6-4d53012194ec"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-3901-7fb6-b041-681f9d868c7d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-3901-7fb6-b041-681f9d868c7d"
}
}, - "project": {
- "data": {
- "id": "01a08b14-38b3-7dbf-8548-37aec65e3bb1",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b14-38d1-79cb-8ef4-57c9cb9ca0e3"
}
}
]
}Endpoints to query the action step trees available for a templated node.
Notes:
action name or their
step_name. Child actions are not individually addressable - they are included in each action's
children attribute by the show endpoint, and by the list endpoint when include_children is set.Lists every action available for the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| include_children | boolean Example: include_children=true By default each action is returned without its |
{- "data": [
- {
- "id": "deploy",
- "type": "action",
- "links": {
- "self": "/api/projects/opc/assets/prj_soa/actions/deploy"
}, - "attributes": {
- "action": "deploy",
- "pre_reqs": [ ],
- "full_path": "deploy",
- "step_name": "deploy",
- "stage_step": false,
- "description": "Deploy the asset",
- "ignore_failure": false,
- "child_execution_strategy": "sequential"
}
}, - {
- "id": "provision",
- "type": "action",
- "links": {
- "self": "/api/projects/opc/assets/prj_soa/actions/provision"
}, - "attributes": {
- "action": "provision",
- "step_name": "provision",
- "full_path": "provision",
- "description": "Provision resource on existing hardware",
- "child_execution_strategy": "sequential",
- "stage_step": true,
- "ignore_failure": false,
- "pre_reqs": [ ]
}
}
]
}Shows the step tree of one of the asset's actions. The action can be identified by its action name or its step_name.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: deploy action name or step name |
{- "data": {
- "id": "deploy",
- "type": "action",
- "links": {
- "self": "/api/projects/opc/assets/prj_soa/actions/deploy"
}, - "attributes": {
- "action": "deploy",
- "children": [
- {
- "action": "deploy:configure",
- "children": [ ],
- "pre_reqs": [ ],
- "full_path": "deploy/configure",
- "step_name": "configure",
- "stage_step": false,
- "description": "Configure the asset",
- "ignore_failure": false,
- "reload_actions": false,
- "mintmodel_placeholder": false
}
], - "pre_reqs": [ ],
- "full_path": "deploy",
- "step_name": "deploy",
- "stage_step": false,
- "description": "Deploy the asset",
- "ignore_failure": false,
- "child_execution_strategy": "sequential"
}
}
}Templates provide the available actions and a base set of repository properties that will be used to configure the asset.
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": "01a08b14-2b78-72f4-8d48-d4f422b8172b",
- "type": "template",
- "attributes": {
- "code": "dhz9j",
- "name": "hollis",
- "description": "Maiores deserunt ut cumque.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-09-10T11:29:10.006753Z",
- "updated_at": "2026-09-10T11:29:10.006753Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2b81-7430-90b3-e9cafd48bc92",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2b81-7430-90b3-e9cafd48bc92"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-2b91-7817-93d0-60e8d3667772",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-2b91-7817-93d0-60e8d3667772"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b14-2b1f-7ec6-b1da-d87603865159",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b14-2b03-7d52-a250-49fbe358434e",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-2b78-72f4-8d48-d4f422b8172b",
- "template_versions": "/api/projects/opc/templates/01a08b14-2b78-72f4-8d48-d4f422b8172b/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": [
- {
- "id": "01a08b14-2e9b-7995-9498-e7ba7ba0f760",
- "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-09-10T11:29:10.811165Z",
- "updated_at": "2026-09-10T11:29:10.811165Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2e9f-7ab6-9d0c-4f5dddfd16b2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2e9f-7ab6-9d0c-4f5dddfd16b2"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-2ea7-7a2a-9648-6b1aef1db12f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-2ea7-7a2a-9648-6b1aef1db12f"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b14-2e91-7854-b92a-e731fbccba5a",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b14-2e7f-7fd7-9357-ca49102dbc3b",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-2e9b-7995-9498-e7ba7ba0f760",
- "template_versions": "/api/projects/opc/templates/01a08b14-2e9b-7995-9498-e7ba7ba0f760/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": {
- "id": "01a08b14-2fde-737a-b393-bb0484c310e1",
- "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-09-10T11:29:11.133575Z",
- "updated_at": "2026-09-10T11:29:11.133575Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2fe4-7085-9281-f0c0e441a633",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2fe4-7085-9281-f0c0e441a633"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-2fed-7853-b760-5353f5d636c0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-2fed-7853-b760-5353f5d636c0"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b14-2fd1-7aee-994d-0034f60e42f7",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b14-2fbc-78dd-89c4-fb2a18b8f903",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-2fde-737a-b393-bb0484c310e1",
- "template_versions": "/api/projects/opc/templates/01a08b14-2fde-737a-b393-bb0484c310e1/versions",
- "project": "/api/projects/opc"
}
}, - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "01a08b14-3135-755c-86eb-9cfff42050e3",
- "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-09-10T11:29:11.476846Z",
- "updated_at": "2026-09-10T11:29:11.515338Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-3139-7be8-b0a8-bb12e1ffb64e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-3139-7be8-b0a8-bb12e1ffb64e"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-3142-7764-9ade-ab9a2aa35cc3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-3142-7764-9ade-ab9a2aa35cc3"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b14-3129-7bb7-9afc-a1eadbc0bd81",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b14-3115-7bbb-bf48-439d15247b49",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-3135-755c-86eb-9cfff42050e3",
- "template_versions": "/api/projects/opc/templates/01a08b14-3135-755c-86eb-9cfff42050e3/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 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": "01a08b14-3311-74c1-9b33-1de2ad56cb4c",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-09-10T11:29:11.952862Z",
- "updated_at": "2026-09-10T11:29:11.990177Z"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-3315-759c-81d0-450aed5d9d52",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-3315-759c-81d0-450aed5d9d52"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-331d-741c-b3f2-fad69e53bd07",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-331d-741c-b3f2-fad69e53bd07"
}
}, - "git_remote": {
- "data": {
- "id": "01a08b14-3307-7b46-a6a4-9e6d33d0a7fb",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b14-32f6-7ceb-92eb-2af9a0d5e51d",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-3311-74c1-9b33-1de2ad56cb4c",
- "template_versions": "/api/projects/opc/templates/01a08b14-3311-74c1-9b33-1de2ad56cb4c/versions",
- "project": "/api/projects/opc"
}
}
}Deletes a project template. A template cannot be deleted while it is assigned to a node or referenced by a change.
| project_code required | string Example: opc project code |
| id_to_delete required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
Lists all versions of a specific template.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[version_cont]=1.0 API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b14-3a21-7155-bfcc-6382c8f61939",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "glennie-2306",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:13.760616Z",
- "updated_at": "2026-09-10T11:29:13.760616Z",
- "has_mintmodel": true,
- "git_rev": "primary",
- "commit_sha": "b73055d239b389216d44645f52fef95e523701c8",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-3a24-7865-8742-b4ae5d00519c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-3a24-7865-8742-b4ae5d00519c"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-3a2c-7750-aea0-5b4a35ba7ff5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-3a2c-7750-aea0-5b4a35ba7ff5"
}
}, - "project": {
- "data": {
- "id": "01a08b14-39e8-7e6a-8739-97c01a89230b",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-3a05-73cb-ad55-32f965df40d9",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-3a05-73cb-ad55-32f965df40d9/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b14-3a05-73cb-ad55-32f965df40d9"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "auxiliary",
- "archived": "false",
- "locked": "false",
- "float_git_rev": "false"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "01a08b14-3c19-790b-ac40-68dc04c12b2f",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Id ullam occaecati eveniet ut cupiditate neque architecto aut repellat nostrum atque maxime dolores",
- "state": "initializing",
- "created_by": "logged_in_user",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:14.264973Z",
- "updated_at": "2026-09-10T11:29:14.264973Z",
- "has_mintmodel": false,
- "git_rev": "1080p",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-3c1d-7b31-bfdf-1802ff869cc7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-3c1d-7b31-bfdf-1802ff869cc7"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-3c26-7882-8eb8-3e3a220b6a8f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-3c26-7882-8eb8-3e3a220b6a8f"
}
}, - "project": {
- "data": {
- "id": "01a08b14-3b58-7594-88c5-4b66816d7dd1",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-3b78-79db-a405-b26e3b1d7f7a",
- "type": "template"
}
}, - "pending_commit": {
- "data": {
- "id": "01a08b14-3c13-75ff-a123-987d10aa0209",
- "type": "commit"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-3b78-79db-a405-b26e3b1d7f7a/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b14-3b78-79db-a405-b26e3b1d7f7a"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "01a08b14-3f16-7e7c-9d85-b6a06793578a",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "delma-2334",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:15.030461Z",
- "updated_at": "2026-09-10T11:29:15.030461Z",
- "has_mintmodel": true,
- "git_rev": "neural",
- "commit_sha": "c9b19c6453373f4dc8b558ef3bab9b4a014bfc05",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-3f1a-727e-aeb0-01d4f9aab4f2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-3f1a-727e-aeb0-01d4f9aab4f2"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-3f21-74ea-9b4f-c925d18f00d7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-3f21-74ea-9b4f-c925d18f00d7"
}
}, - "project": {
- "data": {
- "id": "01a08b14-3ee3-7096-b8c5-b850fa53d748",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-3efc-7251-88ae-1290139e1553",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-3efc-7251-88ae-1290139e1553/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b14-3efc-7251-88ae-1290139e1553"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "01a08b14-40ea-7ed8-ac5f-465f7abd33d8",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "jamey_heaney-2342",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:15.498367Z",
- "updated_at": "2026-09-10T11:29:15.498367Z",
- "has_mintmodel": true,
- "git_rev": "primary",
- "commit_sha": "6872d3d075374667bfdf5be108525ceff662703d",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-40ef-7145-bcdd-e8934df5f1f4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-40ef-7145-bcdd-e8934df5f1f4"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-40f8-7188-8655-edb2e533a712",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-40f8-7188-8655-edb2e533a712"
}
}, - "project": {
- "data": {
- "id": "01a08b14-409a-7e08-a1cd-1e5b391a6fed",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-40c3-7355-9fa5-8a3a4242b219",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/opc/templates/01a08b14-40c3-7355-9fa5-8a3a4242b219/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/01a08b14-40c3-7355-9fa5-8a3a4242b219"
}
}
}Cancel an in-progress Git SHA refresh for the template version. When the version was previously resolved it is returned to that commit, otherwise the version is left broken.
| project_code required | string Example: opc project code |
| template_id required | string Example: 01a08b12-9058-79f9-9bc6-f25ab7b16e21 template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "01a08b14-446d-73f3-acc5-af9d1e90d5a1",
- "type": "template_version",
- "attributes": {
- "version": "dgi31",
- "description": "Sit officia impedit similique asperiores officiis atque quam voluptates corrupti dolore vel",
- "state": "ready",
- "created_by": "elliott.rosenbaum-2361",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "float_git_rev": false,
- "float_refresh_error": null,
- "created_at": "2026-09-10T11:29:16.396777Z",
- "updated_at": "2026-09-10T11:29:16.435002Z",
- "has_mintmodel": false,
- "git_rev": "multi-byte",
- "commit_sha": "1a15ba827864a3876cae30b1157c6fe69d76cc4f",
- "git_remote_name": "cynthia"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-4470-7d9e-bf50-5edc3caf6e6b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-4470-7d9e-bf50-5edc3caf6e6b"
}
}, - "settings": {
- "data": {
- "id": "01a08b14-4478-7c23-a476-6402d7034144",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-4478-7c23-a476-6402d7034144"
}
}, - "project": {
- "data": {
- "id": "01a08b14-4434-7b55-9f6e-e4cd83bc1be3",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "01a08b14-4450-7b96-a791-f8ae41c52849",
- "type": "template"
}
}, - "pending_commit": {
- "data": null
}
}, - "links": {
- "self": "/api/projects/swwba/templates/01a08b14-4450-7b96-a791-f8ae41c52849/versions/dgi31",
- "template": "/api/projects/swwba/templates/01a08b14-4450-7b96-a791-f8ae41c52849"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
For HTTP(S) remotes provide the user and password credentials. For SSH remotes provide the ssh_key_data private key and, if the key is encrypted, its passphrase. Supplying password for an SSH remote (or passphrase for an HTTP(S) remote) is rejected.
When meta.add_known_host is true and the remote uses an SSH URL, OpsChain scans the host with ssh-keyscan and stores the fetched host key in the global known_hosts setting before validating the connection, so the same request - and all future fetches - trust the host. On success the response meta.known_hosts_added lists the registered host key lines. This requires superuser access (a non-superuser receives a 403). The scanned key is trusted on first use (TOFU); verify the reported host key out of band.
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "passphrase": "ssh-key-passphrase",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n",
- "periodic_fetch_interval": 900
}
}, - "meta": {
- "add_known_host": false
}
}{- "data": {
- "id": "01a08b13-7fd4-7972-bae4-58a878fc7cec",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "public_url": null,
- "archived": false,
- "disabled": false,
- "periodic_fetch_interval": null,
- "created_at": "2026-09-10T11:28:26.067795Z",
- "updated_at": "2026-09-10T11:28:26.067795Z",
- "user": null,
- "ssh_key_data": null,
- "password": null,
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-7f8a-7316-bd7b-5406c74bb547",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-7fd4-7972-bae4-58a878fc7cec"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "01a08b13-8283-7e21-83a4-e7918f64fc36",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "periodic_fetch_interval": 900,
- "created_at": "2026-09-10T11:28:26.755166Z",
- "updated_at": "2026-09-10T11:28:26.755166Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-826f-7398-a174-553af022dabc",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-8283-7e21-83a4-e7918f64fc36"
}, - "meta": null
}, - {
- "id": "01a08b13-8287-7436-a8fe-f7cf3d8f39a2",
- "type": "git_remote",
- "attributes": {
- "name": "github_ssh",
- "url": "ssh://github.com/LimePoint/opschain-getting-started.git",
- "public_url": null,
- "archived": false,
- "disabled": false,
- "periodic_fetch_interval": null,
- "created_at": "2026-09-10T11:28:26.758684Z",
- "updated_at": "2026-09-10T11:28:26.758684Z",
- "user": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "password": null,
- "passphrase": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-826f-7398-a174-553af022dabc",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github_ssh",
- "self": "/api/projects/opc/git_remotes/01a08b13-8287-7436-a8fe-f7cf3d8f39a2"
}, - "meta": null
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}, - "default_periodic_fetch_interval": 900
}
}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: 01a08b12-901b-76f5-844a-827f0ad5ca09 remote id |
{- "data": {
- "id": "01a08b13-8405-7f9a-a32e-e70a15c2a6a5",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "periodic_fetch_interval": 900,
- "created_at": "2026-09-10T11:28:27.141245Z",
- "updated_at": "2026-09-10T11:28:27.141245Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-83f3-7018-b39b-2fd383bca4d2",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-8405-7f9a-a32e-e70a15c2a6a5"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 01a08b12-901b-76f5-844a-827f0ad5ca09 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "01a08b13-8520-7ec6-858f-b4273070149d",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "periodic_fetch_interval": 900,
- "created_at": "2026-09-10T11:28:27.424117Z",
- "updated_at": "2026-09-10T11:28:27.443509Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-850c-773d-8f31-f6fe239d6465",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-8520-7ec6-858f-b4273070149d"
}, - "meta": null
}
}Update the URL and/or credentials of a project Git remote. The remote must be active (not archived), and OpsChain verifies the remote is reachable with the updated values before saving. The URL may only be edited to change its credentials, scheme, or port - the host and path cannot change (delete and recreate the remote to point at a different repository).
For HTTP(S) remotes provide the user and password credentials. For SSH remotes provide the ssh_key_data private key and, if the key is encrypted, its passphrase. Supplying password for an SSH remote (or passphrase for an HTTP(S) remote) is rejected. Changing a remote's protocol clears the existing credentials - supply the new protocol's credentials in the same request.
When meta.add_known_host is true and the request changes the URL to an SSH URL, OpsChain scans the new host with ssh-keyscan and stores the fetched host key in the global known_hosts setting before validating the connection. On success the response meta.known_hosts_added lists the registered host key lines. This requires superuser access (a non-superuser receives a 403). The scanned key is trusted on first use (TOFU); verify the reported host key out of band.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 01a08b12-901b-76f5-844a-827f0ad5ca09 remote id |
required | object |
object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "passphrase": "ssh-key-passphrase",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n",
- "periodic_fetch_interval": 900
}
}, - "meta": {
- "add_known_host": false
}
}{- "data": {
- "id": "01a08b13-8717-7017-a590-5b951956aead",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "periodic_fetch_interval": 900,
- "created_at": "2026-09-10T11:28:27.926521Z",
- "updated_at": "2026-09-10T11:28:27.939843Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-8705-735f-99fb-dcbbf32ea63d",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-8717-7017-a590-5b951956aead"
}, - "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: 01a08b12-901b-76f5-844a-827f0ad5ca09 remote id |
{- "data": {
- "id": "01a08b13-8919-77f0-8e68-f59bd330786c",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "periodic_fetch_interval": 900,
- "created_at": "2026-09-10T11:28:28.440952Z",
- "updated_at": "2026-09-10T11:28:28.612099Z",
- "user": null,
- "ssh_key_data": null,
- "password": null,
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "01a08b13-8906-78ca-bee5-141a6e30cd0a",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/01a08b13-8919-77f0-8e68-f59bd330786c"
}, - "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"
}
}
}{- "data": {
- "id": "01a08b13-2077-7c85-b3ba-79e7846ce3d1",
- "type": "bookmark",
- "attributes": {
- "description": "Eius cupiditate fugiat repudiandae. 1",
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:28:01.655118Z",
- "updated_at": "2026-09-10T11:28:01.655118Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b13-1fc2-78b7-81f5-16ee7a639df7",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/01a08b13-2077-7c85-b3ba-79e7846ce3d1",
- "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 |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[description_cont]=server API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-246f-7511-89b7-357d104b9dd8",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "renata-888",
- "created_at": "2026-09-10T11:28:02.670889Z",
- "updated_at": "2026-09-10T11:28:02.670889Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b13-2448-7404-bcf3-78df7d66b247",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/01a08b13-246f-7511-89b7-357d104b9dd8",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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: 01a08b12-9261-7e8b-9957-6b6be30b9daf bookmark id |
{- "data": {
- "id": "01a08b13-259b-7dd8-8b01-6734ba745e58",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "sarita_reinger-895",
- "created_at": "2026-09-10T11:28:02.971428Z",
- "updated_at": "2026-09-10T11:28:02.971428Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b13-2576-7f8b-84db-352435550c1e",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/01a08b13-259b-7dd8-8b01-6734ba745e58",
- "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: 01a08b12-9261-7e8b-9957-6b6be30b9daf bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "01a08b13-282f-79ed-8a40-7a9e7bd1e958",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "jetta_prosacco-909",
- "created_at": "2026-09-10T11:28:03.630954Z",
- "updated_at": "2026-09-10T11:28:03.674285Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b13-27fe-7e3b-af3a-9c551b380062",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/01a08b13-282f-79ed-8a40-7a9e7bd1e958",
- "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: 01a08b12-9261-7e8b-9957-6b6be30b9daf 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 |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of MintModel history records returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-8e20-7bed-bc1f-201cd4bd2d0c",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-09-10T11:28:29.727979Z",
- "updated_at": "2026-09-10T11:28:29.727979Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "01a08b13-8d8d-7b9f-9868-aa85c24b7f64",
- "type": "project"
}, - {
- "id": "01a08b13-8dea-7e4e-8d12-b22d56d8d1e2",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "01a08b13-8e1e-789b-99e1-6a749bc6c394",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/01a08b13-8e1e-789b-99e1-6a749bc6c394"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "01a08b13-8dc6-7057-a0e9-cebab0829042",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/01a08b13-8e20-7bed-bc1f-201cd4bd2d0c"
}
}
], - "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: 01a08b12-a52a-7660-a3b3-c1641b5a84e3 MintModel history id |
{- "data": {
- "id": "01a08b13-8f2a-7284-a642-f47802eeb4c7",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-09-10T11:28:29.993727Z",
- "updated_at": "2026-09-10T11:28:29.993727Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "01a08b13-8ea4-744e-b40e-79a041b1701e",
- "type": "project"
}, - {
- "id": "01a08b13-8efd-7dec-bf6c-9657dc4827c7",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "01a08b13-8f26-79bc-9516-30952d634466",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/01a08b13-8f26-79bc-9516-30952d634466"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "01a08b13-8edc-7e4d-bd9d-cc564a7e3acf",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/01a08b13-8f2a-7284-a642-f47802eeb4c7"
}
}, - "included": [
- {
- "id": "01a08b13-8f26-79bc-9516-30952d634466",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-09-10T11:28:29.990110Z",
- "updated_at": "2026-09-10T11:28:29.990110Z",
- "render_logs": {
- "mintmodel_api": [
- "MintPress renderer output"
]
}, - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "01a08b13-8f2a-7284-a642-f47802eeb4c7",
- "type": "mintmodel_history"
}, - {
- "id": "01a08b13-8f28-737a-9d37-ee5d62a363a9",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/01a08b13-8f26-79bc-9516-30952d634466",
- "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 |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of MintModels returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-8f8d-79a5-9e25-2e67d7068290",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-09-10T11:28:30.093000Z",
- "updated_at": "2026-09-10T11:28:30.093000Z",
- "render_logs": {
- "mintmodel_api": [
- "MintPress renderer output"
]
}, - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "01a08b13-902f-758a-8329-506e578c6b9b",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/01a08b13-8f8d-79a5-9e25-2e67d7068290",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}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: 01a08b12-a232-7d31-b96b-358781beb2bf old MintModel id |
| new_mintmodel_id required | string Example: 01a08b12-a23f-7da1-86ab-2669a5865ec7 new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "01a08b13-9183-7181-98f4-a73d4e1b26db",
- "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-09-10T11:28:30.594Z",
- "updated_at": "2026-09-10T11:28:30.594Z",
- "render_logs": {
- "render_logs": [
- "Generated by deriving the difference between Mintmodel 01a08b13-9122-7262-a204-1f39abce83f3 and MintModel 01a08b13-916b-79d9-aa11-2989420a1ba5"
]
}, - "phase_output": { }
}, - "step_trees": [
- {
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "action": "mintmodel:install_software_binaries",
- "mintpress_ctl_cmdline": "run the mintpress command!",
- "step_name": "Install Software Binaries",
- "description": null,
- "full_path": "Binaries/Install Software Binaries"
}
], - "step_name": "Binaries",
- "full_path": "Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/01a08b13-9122-7262-a204-1f39abce83f3",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/01a08b13-916b-79d9-aa11-2989420a1ba5",
- "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: 01a08b12-9276-749a-a86e-86cda874f231 MintModel id |
{- "data": {
- "id": "01a08b13-92ec-7e65-8c38-c64d8dcd6220",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-09-10T11:28:30.956371Z",
- "updated_at": "2026-09-10T11:28:30.956371Z",
- "render_logs": {
- "mintmodel_api": [
- "MintPress renderer output"
]
}, - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "01a08b13-938d-7503-8e26-4ee3892b3a61",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/01a08b13-92ec-7e65-8c38-c64d8dcd6220",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Concretise the MintModel for this asset in the background, using the latest properties and template version.
Note: This enqueues a MintModel concretisation task and returns it immediately. Poll the returned task to track its progress; the concretised MintModel is assigned to the asset once the task completes successfully.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "01a08b13-97d7-7277-84c9-54abde49c540",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "actions_count": 0,
- "task_type": "MintModelConcretiseTask",
- "created_at": "2026-09-10T11:28:32.214339Z",
- "updated_at": "2026-09-10T11:28:32.214339Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "01a08b13-97ab-7251-892f-bb1940ec2a69",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "01a08b13-9794-7a12-8e82-c7fb2935b4eb",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/01a08b13-96cc-7aad-bf67-982f55e5e573/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/01a08b13-97d7-7277-84c9-54abde49c540",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=01a08b13-97d7-7277-84c9-54abde49c540"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[name_cont]=deploy API filtering guide. Named filters: |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of workflows returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b15-538a-7f38-827a-60eb2643e5d5",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "laurice-4087",
- "created_at": "2026-09-10T11:30:25.802398Z",
- "updated_at": "2026-09-10T11:30:25.802398Z",
- "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": null
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-526f-7cd9-8c6c-5a3176ca6188",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "01a08b15-539e-7e06-8c1a-c4e1be2d819d",
- "type": "workflow_version"
}, - {
- "id": "01a08b15-539b-7752-a50d-5354e96fb2fc",
- "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,
- "delete": true
}, - "partial_response": false
}
}Create a workflow
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "55gwr",
- "archived": false,
- "name": "m0yzzzmigv",
- "description": "We need to transmit the haptic PCI panel!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/n5twd/environments/mdvsj/assets/v4qlh",
- "/projects/wjsom/environments/wgs3b/assets/nvsj8"
], - "action": "connect",
- "template_versions": [
- "czw8m",
- "1hyg2"
], - "run_as": "sequential",
- "name": "ipsam"
}, - {
- "type": "wait",
- "name": "fugit"
}, - {
- "type": "workflow",
- "target": "/projects/hrf0o/workflows/9pzg0",
- "version": null,
- "name": "sapiente",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "run_as": "parallel",
- "name": "non",
- "children": [
- {
- "type": "change",
- "target": "/projects/10vlq/environments/atm6v/assets/2aaxb",
- "action": "navigate",
- "template_version": "2s2cd",
- "name": "voluptatem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/cxhof/workflows/s85bg",
- "version": null,
- "name": "debitis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "rerum",
- "children": [
- {
- "type": "change",
- "target": "/projects/heq0w/environments/chmu4/assets/1dafs",
- "action": "back_up",
- "template_version": "fo6sc",
- "name": "natus",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "type": "wait",
- "name": "sunt"
}, - {
- "type": "workflow",
- "target": "/projects/2njso/workflows/shwvu",
- "version": null,
- "name": "et",
- "start_time": "2026-09-11T11:27:34Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "01a08b15-56b5-7988-9890-c58ecdba521e",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:30:26.612794Z",
- "updated_at": "2026-09-10T11:30:26.612794Z",
- "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": "01a08b15-55cb-7a67-b366-566fcda567b4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "01a08b15-56c2-7637-bb7f-ef9c41e0ecf2",
- "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": "01a08b15-5b94-7bf0-848e-38532789d4f1",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "sean.strosin-4143",
- "created_at": "2026-09-10T11:30:27.860166Z",
- "updated_at": "2026-09-10T11:30:27.860166Z",
- "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": null
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-5af2-79e4-a135-0b32aedb7e41",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "01a08b15-5ba4-7768-9334-5439a4ea1538",
- "type": "workflow_version"
}, - {
- "id": "01a08b15-5ba0-7cf2-b309-b255e1a288a5",
- "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.
Once the workflow has been run (or scheduled to run), its steps, source YAML and draft state can no longer be changed. A validation request that supplies custom sample properties (property_overrides with validate_flag set) is still permitted, so the stored steps can be validated against those properties.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
object |
{- "data": {
- "attributes": {
- "archived": false,
- "name": "xvclnwgsxs",
- "description": "If we override the feed, we can get to the IB hard drive through the 1080p SCSI feed!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/n5twd/environments/mdvsj/assets/v4qlh",
- "/projects/wjsom/environments/wgs3b/assets/nvsj8"
], - "action": "connect",
- "template_versions": [
- "czw8m",
- "1hyg2"
], - "run_as": "sequential",
- "name": "ipsam"
}, - {
- "type": "wait",
- "name": "fugit"
}, - {
- "type": "workflow",
- "target": "/projects/hrf0o/workflows/9pzg0",
- "version": null,
- "name": "sapiente",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "run_as": "parallel",
- "name": "non",
- "children": [
- {
- "type": "change",
- "target": "/projects/10vlq/environments/atm6v/assets/2aaxb",
- "action": "navigate",
- "template_version": "2s2cd",
- "name": "voluptatem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/cxhof/workflows/s85bg",
- "version": null,
- "name": "debitis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "rerum",
- "children": [
- {
- "type": "change",
- "target": "/projects/heq0w/environments/chmu4/assets/1dafs",
- "action": "back_up",
- "template_version": "fo6sc",
- "name": "natus",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "type": "wait",
- "name": "sunt"
}, - {
- "type": "workflow",
- "target": "/projects/2njso/workflows/shwvu",
- "version": null,
- "name": "et",
- "start_time": "2026-09-11T11:27:34Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "01a08b15-6015-7e35-8b4d-1f33b6b5c61e",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "juan.jerde-4171",
- "created_at": "2026-09-10T11:30:29.013338Z",
- "updated_at": "2026-09-10T11:30:29.083816Z",
- "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": "01a08b15-5fcb-7496-a10d-835fcb311056",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "01a08b15-5f4b-773b-9383-d6a3fb2554aa",
- "node_type": "asset",
- "parent_id": "01a08b15-5f4b-773b-9383-d6a3fb2554aa",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-09-10T11:30:28.937Z",
- "updated_at": "2026-09-10T11:30:28.937Z",
- "project_type": null,
- "template_version_id": "01a08b15-5f9e-7660-a9c2-7a347db59450",
- "created_by_id": "01a08b15-5fb7-7a31-a69e-c51b069e8c36",
- "settings_generation": 1
}, - "action_template_version": {
- "id": "01a08b15-5f9e-7660-a9c2-7a347db59450",
- "commit_id": "01a08b15-5f93-70a2-9780-8e04c919182f",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-09-10T11:30:28.893Z",
- "updated_at": "2026-09-10T11:30:28.893Z",
- "state": "ready",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "01a08b15-5f74-7184-b438-6dad84d08647",
- "locked": false,
- "pending_commit_id": null,
- "float_git_rev": false,
- "created_by_id": "01a08b15-5f95-7a94-9337-dedf2e764189"
}
}
], - "sample_properties": {
- "sample": null
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-5f4b-773b-9383-d6a3fb2554aa",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "01a08b15-6027-742e-84b8-0ecaa05fcd67",
- "type": "workflow_version"
}, - {
- "id": "01a08b15-6023-7444-b8da-4c03638ae727",
- "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": "01a08b15-67e8-7ebe-b80e-b59032b345dc",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jeffry_jaskolski-4225",
- "created_at": "2026-09-10T11:30:31.016301Z",
- "updated_at": "2026-09-10T11:30:31.029428Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-6745-72c3-911f-79c2cd7eb77c",
- "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": "01a08b15-67e5-7dc7-aac1-cbfc6f448e4b",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "katelin_stamm-4226",
- "created_at": "2026-09-10T11:30:30.990111Z",
- "updated_at": "2026-09-10T11:30:30.990124Z",
- "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": null
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-6745-72c3-911f-79c2cd7eb77c",
- "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,
- "delete": 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": "01a08b15-6cbe-72e6-9ebc-81b6798163b5",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jolyn.lindgren-4262",
- "created_at": "2026-09-10T11:30:32.253725Z",
- "updated_at": "2026-09-10T11:30:32.253725Z",
- "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": null
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-6c2f-7bc2-a6f0-fac4cbf474a8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "01a08b15-6ccb-7f6d-8ff6-ef4e7df5421f",
- "type": "workflow_version"
}, - {
- "id": "01a08b15-6cc8-7b8d-a9e0-3c990096e8cb",
- "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": "01a08b15-7046-74a3-b621-2341e543cc4a",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "rosana_feeney-4289",
- "created_at": "2026-09-10T11:30:33.157247Z",
- "updated_at": "2026-09-10T11:30:33.172011Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-6f81-77e7-9d9e-8c7d44b9680e",
- "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.
Once the workflow version has been run (or scheduled to run), its steps, source YAML and draft state can no longer be changed. A validation request that supplies custom sample properties (property_overrides with validate_flag set) is still permitted, so the stored steps can be validated against those properties.
| 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": "oca7m",
- "node_id": "01a08b12-bd01-70da-9a6f-17c25feb6f0f",
- "archived": false,
- "name": "oes8te4jkh",
- "description": "Use the haptic GB interface, then you can hack the cross-platform driver!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/n5twd/environments/mdvsj/assets/v4qlh",
- "/projects/wjsom/environments/wgs3b/assets/nvsj8"
], - "action": "connect",
- "template_versions": [
- "czw8m",
- "1hyg2"
], - "run_as": "sequential",
- "name": "ipsam"
}, - {
- "type": "wait",
- "name": "fugit"
}, - {
- "type": "workflow",
- "target": "/projects/hrf0o/workflows/9pzg0",
- "version": null,
- "name": "sapiente",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "run_as": "parallel",
- "name": "non",
- "children": [
- {
- "type": "change",
- "target": "/projects/10vlq/environments/atm6v/assets/2aaxb",
- "action": "navigate",
- "template_version": "2s2cd",
- "name": "voluptatem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/cxhof/workflows/s85bg",
- "version": null,
- "name": "debitis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "rerum",
- "children": [
- {
- "type": "change",
- "target": "/projects/heq0w/environments/chmu4/assets/1dafs",
- "action": "back_up",
- "template_version": "fo6sc",
- "name": "natus",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "type": "wait",
- "name": "sunt"
}, - {
- "type": "workflow",
- "target": "/projects/2njso/workflows/shwvu",
- "version": null,
- "name": "et",
- "start_time": "2026-09-11T11:27:34Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "01a08b15-76cb-77f1-a341-ea2de8e11a59",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "joseph-4335",
- "created_at": "2026-09-10T11:30:34.826949Z",
- "updated_at": "2026-09-10T11:30:34.857281Z",
- "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/n5twd/environments/mdvsj/assets/v4qlh",
- "/projects/wjsom/environments/wgs3b/assets/nvsj8"
], - "action": "connect",
- "template_versions": [
- "czw8m",
- "1hyg2"
], - "run_as": "sequential",
- "name": "ipsam"
}, - {
- "type": "wait",
- "name": "fugit"
}, - {
- "type": "workflow",
- "target": "/projects/hrf0o/workflows/9pzg0",
- "version": null,
- "name": "sapiente",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "run_as": "parallel",
- "name": "non",
- "children": [
- {
- "type": "change",
- "target": "/projects/10vlq/environments/atm6v/assets/2aaxb",
- "action": "navigate",
- "template_version": "2s2cd",
- "name": "voluptatem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/cxhof/workflows/s85bg",
- "version": null,
- "name": "debitis",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "rerum",
- "children": [
- {
- "type": "change",
- "target": "/projects/heq0w/environments/chmu4/assets/1dafs",
- "action": "back_up",
- "template_version": "fo6sc",
- "name": "natus",
- "start_time": "2026-09-11T11:27:33Z"
}, - {
- "type": "wait",
- "name": "sunt"
}, - {
- "type": "workflow",
- "target": "/projects/2njso/workflows/shwvu",
- "version": null,
- "name": "et",
- "start_time": "2026-09-11T11:27:34Z"
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b15-7613-7645-81e1-7d0a2aec69fd",
- "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: 01a08b12-8fcb-7279-b02e-1e47726acfc7 properties id |
{- "data": {
- "id": "01a08b13-f684-7e14-ad2c-1f9243ade91d",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-09-10T11:28:56.452386Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/01a08b13-f684-7e14-ad2c-1f9243ade91d",
- "current_version": "/api/properties/01a08b13-f684-7e14-ad2c-1f9243ade91d/versions/1",
- "versions": "/api/properties/01a08b13-f684-7e14-ad2c-1f9243ade91d/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: 01a08b12-8fcb-7279-b02e-1e47726acfc7 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": "01a08b13-f780-7088-b3da-5a312b7a7088",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-09-10T11:28:56.703198Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/01a08b13-f780-7088-b3da-5a312b7a7088",
- "current_version": "/api/properties/01a08b13-f780-7088-b3da-5a312b7a7088/versions/2",
- "versions": "/api/properties/01a08b13-f780-7088-b3da-5a312b7a7088/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: 01a08b12-8fcb-7279-b02e-1e47726acfc7 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "01a08b13-f971-7e1a-8f31-f273ac536e9e",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-09-10T11:28:57.201359Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/01a08b13-f971-7e1a-8f31-f273ac536e9e",
- "current_version": "/api/properties/01a08b13-f971-7e1a-8f31-f273ac536e9e/versions/2",
- "versions": "/api/properties/01a08b13-f971-7e1a-8f31-f273ac536e9e/versions"
}
}
}Create or update a file property in the properties.
| properties_id required | string Example: 01a08b12-8fcb-7279-b02e-1e47726acfc7 properties id |
| file_path | string (Path to write the file within /opt/opschain) |
| mode | string (Linux octal file mode) |
| format | string (How the file content is serialised (default: 'raw')) Enum: "base64" "json" "raw" |
| 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": "01a08b13-fae4-7b59-9dd1-dae6993421c4",
- "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-09-10T11:28:57.572234Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/01a08b13-fae4-7b59-9dd1-dae6993421c4",
- "current_version": "/api/properties/01a08b13-fae4-7b59-9dd1-dae6993421c4/versions/2",
- "versions": "/api/properties/01a08b13-fae4-7b59-9dd1-dae6993421c4/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: 01a08b12-8fcb-7279-b02e-1e47726acfc7 properties id |
| limit | integer [ 1 .. 10000 ] Default: 1000 Example: limit=50 Limit the number of properties versions returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-fbdf-7c8b-b3d6-58005927aa86",
- "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-09-10T11:28:57.823200Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-fbda-7594-8f54-bbb02564545f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-fbda-7594-8f54-bbb02564545f"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-fbda-7594-8f54-bbb02564545f/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-fbda-7594-8f54-bbb02564545f/versions/1"
}, - "meta": { }
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the properties JSON for this properties version.
| properties_id required | string Example: 01a08b12-8fcb-7279-b02e-1e47726acfc7 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "01a08b13-fcf6-7050-96e3-5c16e91f1e87",
- "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-09-10T11:28:58.101590Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-fcf1-7aca-8b1f-1bf64e56717a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-fcf1-7aca-8b1f-1bf64e56717a"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-fcf1-7aca-8b1f-1bf64e56717a/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-fcf1-7aca-8b1f-1bf64e56717a/versions/1"
}, - "meta": { }
}
}Lists all activities (changes and workflow runs) accessible to the user.
| limit | integer [ 1 .. 1000 ] Default: 100 Example: limit=100 The maximum number of activities to return. When more records match than the limit a 206 response is returned and |
| exact_count | boolean Example: exact_count=true By default |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_by_cont]=opschain API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b12-c8f1-7d04-81cf-9599695d6b94",
- "type": "workflow_run",
- "attributes": {
- "scheduled": false,
- "created_by": "austin-329",
- "id": "01a08b12-c8f1-7d04-81cf-9599695d6b94",
- "project_name": "omnis117",
- "scheduled_activity_id": null,
- "created_at": "2026-09-10T11:27:39.249212Z",
- "updated_at": "2026-09-10T11:27:39.257850Z",
- "started_at": "2026-09-10T11:21:41.168195Z",
- "finished_at": "2026-09-10T11:23:22.880768Z",
- "status_code": "success",
- "metadata": {
- "Stim": "6.39",
- "Opela": "0.4.4",
- "Duobam": "0.9.7",
- "Hatity": "8.0.5",
- "Y-find": "1.4",
- "Fintone": "0.56",
- "Fixflex": "8.04",
- "Daltfresh": "0.2.3",
- "Holdlamis": "0.8.6",
- "Stronghold": "2.0.8"
}, - "parents": [
- {
- "id": "01a08b12-c8a6-7b93-82a6-361f168a3225",
- "code": "hejsa",
- "name": "omnis117",
- "type": "project",
- "links": {
- "self": "/projects/hejsa"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}
], - "workflow_version": {
- "version": 1,
- "links": {
- "self": "/projects/hejsa/workflows/child/versions/1"
}
}, - "workflow": {
- "code": "child",
- "name": "child workflow"
}
}, - "links": {
- "self": "/api/projects/hejsa/workflows/child/runs/01a08b12-c8f1-7d04-81cf-9599695d6b94",
- "parent": "/api/projects/hejsa",
- "workflow_version": "/api/projects/hejsa/workflows/child/versions/1"
}
}, - {
- "id": "01a08b12-c85b-7e12-83de-c850abc806c8",
- "type": "change",
- "attributes": {
- "scheduled": false,
- "created_by": "brent.wiza-325",
- "id": "01a08b12-c85b-7e12-83de-c850abc806c8",
- "project_name": "eveniet115",
- "scheduled_activity_id": null,
- "created_at": "2026-09-10T11:27:39.098559Z",
- "updated_at": "2026-09-10T11:27:39.109321Z",
- "started_at": "2026-09-10T11:20:57.007869Z",
- "finished_at": "2026-09-10T11:26:22.797327Z",
- "status_code": "success",
- "metadata": {
- "application": "indexing"
}, - "parents": [
- {
- "id": "01a08b12-c767-7ba1-8499-62fd5ee6b77b",
- "code": "f0ztf",
- "name": "eveniet115",
- "type": "project",
- "links": {
- "self": "/projects/f0ztf"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "01a08b12-c78c-72a8-a770-728aa16e8e3e",
- "code": "fre25",
- "name": "deserunt116",
- "type": "environment",
- "links": {
- "self": "/projects/f0ztf/environments/fre25"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "01a08b12-c823-7984-bccf-b09d020d65f2",
- "code": "pwioj",
- "name": "et114",
- "type": "asset",
- "links": {
- "self": "/projects/f0ztf/environments/fre25/assets/pwioj"
}, - "template": {
- "code": "eq70b",
- "name": "leesa"
}, - "template_version": {
- "version": "brn6t"
}
}
], - "action": "synthesize",
- "commit_sha": "29a7f5e3b625b11e1d52fddfd29025546fb6e6ba",
- "git_remote_name": "israel.parisian",
- "git_rev": "solid-state"
}, - "links": {
- "self": "/api/projects/f0ztf/environments/fre25/assets/pwioj/changes/01a08b12-c85b-7e12-83de-c850abc806c8",
- "parent": "/api/projects/f0ztf/environments/fre25/assets/pwioj"
}
}, - {
- "id": "01a08b12-c733-70c6-bd4f-5c73cd75ba9b",
- "type": "change",
- "attributes": {
- "scheduled": false,
- "created_by": "kenny.vandervort-319",
- "id": "01a08b12-c733-70c6-bd4f-5c73cd75ba9b",
- "project_name": "nam112",
- "scheduled_activity_id": null,
- "created_at": "2026-09-10T11:27:38.801927Z",
- "updated_at": "2026-09-10T11:27:38.808827Z",
- "started_at": "2026-09-10T11:19:23.839060Z",
- "finished_at": "2026-09-10T11:19:56.440583Z",
- "status_code": "success",
- "metadata": {
- "transmitter": "navigating"
}, - "parents": [
- {
- "id": "01a08b12-c67d-73ad-bd7f-af5750f2f9d2",
- "code": "nvqvy",
- "name": "nam112",
- "type": "project",
- "links": {
- "self": "/projects/nvqvy"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "01a08b12-c6a2-7572-b624-e2b24c809ff4",
- "code": "njkj8",
- "name": "id113",
- "type": "environment",
- "links": {
- "self": "/projects/nvqvy/environments/njkj8"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "01a08b12-c6fe-70af-818b-6f9b425515af",
- "code": "uo0pv",
- "name": "ipsam111",
- "type": "asset",
- "links": {
- "self": "/projects/nvqvy/environments/njkj8/assets/uo0pv"
}, - "template": {
- "code": "byly8",
- "name": "delana.langosh"
}, - "template_version": {
- "version": "pp17x"
}
}
], - "action": "reboot",
- "commit_sha": "3b51536d298198af1de0c552140db43c070ed2d9",
- "git_remote_name": "emiko_klein",
- "git_rev": "open-source"
}, - "links": {
- "self": "/api/projects/nvqvy/environments/njkj8/assets/uo0pv/changes/01a08b12-c733-70c6-bd4f-5c73cd75ba9b",
- "parent": "/api/projects/nvqvy/environments/njkj8/assets/uo0pv"
}
}, - {
- "id": "01a08b12-c651-7116-afbf-153c31ca1a29",
- "type": "workflow_run",
- "attributes": {
- "scheduled": false,
- "created_by": "lupita_block-312",
- "id": "01a08b12-c651-7116-afbf-153c31ca1a29",
- "project_name": "OpsChain",
- "scheduled_activity_id": null,
- "created_at": "2026-09-10T11:27:38.576373Z",
- "updated_at": "2026-09-10T11:27:38.587569Z",
- "started_at": "2026-09-10T11:18:25.561096Z",
- "finished_at": "2026-09-10T11:18:27.966381Z",
- "status_code": "success",
- "metadata": {
- "Tin": "9.7.5",
- "Kanlam": "6.6",
- "Fix San": "7.2",
- "Fixflex": "9.22",
- "Konklab": "0.1.0",
- "Pannier": "5.6",
- "Regrant": "6.5.5",
- "Home Ing": "7.7",
- "Ventosanzap": "8.18"
}, - "parents": [
- {
- "id": "01a08b12-c49c-787b-b5fb-3be8fe6b4cd7",
- "code": "opc",
- "name": "OpsChain",
- "type": "project",
- "links": {
- "self": "/projects/opc"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}
], - "workflow_version": {
- "version": 2,
- "links": {
- "self": "/projects/opc/workflows/assets/versions/2"
}
}, - "workflow": {
- "code": "assets",
- "name": "assets workflow"
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b12-c651-7116-afbf-153c31ca1a29",
- "parent": "/api/projects/opc",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}, - {
- "id": "01a08b12-c520-7440-8049-088f7fb1c1c3",
- "type": "change",
- "attributes": {
- "scheduled": false,
- "created_by": "keith_abshire-305",
- "id": "01a08b12-c520-7440-8049-088f7fb1c1c3",
- "project_name": "OpsChain",
- "scheduled_activity_id": null,
- "created_at": "2026-09-10T11:27:38.270079Z",
- "updated_at": "2026-09-10T11:27:38.284012Z",
- "started_at": "2026-09-10T11:21:57.599574Z",
- "finished_at": "2026-09-10T11:22:01.568973Z",
- "status_code": "success",
- "metadata": {
- "program": "hacking"
}, - "parents": [
- {
- "id": "01a08b12-c49c-787b-b5fb-3be8fe6b4cd7",
- "code": "opc",
- "name": "OpsChain",
- "type": "project",
- "links": {
- "self": "/projects/opc"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "01a08b12-c4c0-736e-867b-2984596f3407",
- "code": "dev",
- "name": "Development",
- "type": "environment",
- "links": {
- "self": "/projects/opc/environments/dev"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}
], - "action": "index",
- "commit_sha": "ba374e88ad3b01f660599a6274f77c826eb0fb42",
- "git_remote_name": "github",
- "git_rev": "main"
}, - "links": {
- "self": "/api/projects/opc/environments/dev/changes/01a08b12-c520-7440-8049-088f7fb1c1c3",
- "parent": "/api/projects/opc/environments/dev"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 5,
- "total_matching_filter_exact": true
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[environment_code_eq]=dev API filtering guide. Named filters: |
| 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 |
| fields[<resource_type>] | |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of changes returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "type": "change",
- "attributes": {
- "created_by": "ali-943",
- "step_name": "bypass",
- "action": "bypass",
- "build_without_cache": false,
- "auto_continue_wait_steps": false,
- "initial_step_tree": { },
- "metadata": {
- "driver": "compressing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:28:05.552867Z",
- "started_at": "2026-09-10T11:28:05.552867Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "starting_step": null,
- "cluster_name": null,
- "status_code": "success",
- "created_at": "2026-09-10T11:28:05.548764Z",
- "started_at": "2026-09-10T11:18:57.399527Z",
- "finished_at": "2026-09-10T11:22:20.483494Z",
- "updated_at": "2026-09-10T11:28:05.558121Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "72e51339efa05f2c2abb2bd34fe91f8c1a6e18e2",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-2fd8-78e6-8ab3-319a666ae90b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-2fd8-78e6-8ab3-319a666ae90b"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-2f58-7cb2-9413-619e2d439700",
- "type": "project"
}, - {
- "id": "01a08b13-2f7d-75da-8f36-08aeb6f14b12",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "01a08b13-2fb1-7c6c-972b-a8e1ff00da1b",
- "type": "step"
}, - "links": {
- "related": "/api/steps/01a08b13-2fb1-7c6c-972b-a8e1ff00da1b"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b13-2fb1-7c6c-972b-a8e1ff00da1b",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "01a08b13-2fba-7791-b88f-bde4aa8513f0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-2fba-7791-b88f-bde4aa8513f0"
}
}, - "override_settings": {
- "data": {
- "id": "01a08b13-2fbe-7df7-9342-dd365d85cbed",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-2fbe-7df7-9342-dd365d85cbed"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-2f92-7919-9b8e-75cec3962e35",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "log_lines": "/api/changes/01a08b13-2fae-71e7-bdf3-10212ca5f509/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "01a08b13-2fb1-7c6c-972b-a8e1ff00da1b",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "bypass",
- "change_id": "01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "child_execution_strategy": "sequential",
- "full_path": "bypass",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:28:05.552867Z",
- "started_at": "2026-09-10T11:28:05.552867Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "step_name": "bypass",
- "skip_requested": false,
- "created_at": "2026-09-10T11:17:57.399527Z",
- "started_at": "2026-09-10T11:18:57.399527Z",
- "finished_at": "2026-09-10T11:22:20.483494Z",
- "updated_at": "2026-09-10T11:28:05.558121Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-2fd8-78e6-8ab3-319a666ae90b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-2fd8-78e6-8ab3-319a666ae90b"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b13-2f61-73ca-b55c-73996a64ddde",
- "type": "properties_version"
}, - {
- "id": "01a08b13-2f87-7fb6-9b62-b4b8aed7c60b",
- "type": "properties_version"
}, - {
- "id": "01a08b13-2fbc-7ad4-9c79-28917d460b00",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "change": "/api/projects/opc/environments/dev/changes/01a08b13-2fae-71e7-bdf3-10212ca5f509",
- "log_lines": "/api/steps/01a08b13-2fb1-7c6c-972b-a8e1ff00da1b/log_lines",
- "self": "/api/steps/01a08b13-2fb1-7c6c-972b-a8e1ff00da1b"
}, - "meta": { }
}, - {
- "id": "01a08b13-2f58-7cb2-9413-619e2d439700",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "leigh-940",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-2f5b-77e3-a3da-a314faec9728",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-2f5b-77e3-a3da-a314faec9728"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-2f66-79f0-9182-06acc7417f30",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-2f66-79f0-9182-06acc7417f30"
}
}, - "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-2f7d-75da-8f36-08aeb6f14b12",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "nickolas-941"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-2f82-77a5-8400-17125cf0dff8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-2f82-77a5-8400-17125cf0dff8"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-2f58-7cb2-9413-619e2d439700",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-2f8b-7837-a394-797f744f0433",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-2f8b-7837-a394-797f744f0433"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-2f58-7cb2-9413-619e2d439700",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-2f58-7cb2-9413-619e2d439700",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true,
- "execute": 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.retry attribute (together with a change relationship) retries an existing change that finished in an
error, cancelled or aborted state instead of creating a change from scratch. The retry creates a new change that
reuses the original change's action, commit, properties and step tree; steps that already succeeded are preserved
and are not run again. The original change is left untouched.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "interface": "transmitting"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "static_settings": { },
- "state_timing_summary": { },
- "notify": { },
- "api_key_id": null,
- "skip_steps": [ ],
- "auto_continue_wait_steps": false,
- "starting_step": null,
- "generate_actions_request_id": null,
- "action": "transmit",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "01a08b13-3276-7f8d-9917-643572ed6300",
- "type": "change",
- "attributes": {
- "created_by": "logged_in_user",
- "step_name": "navigate",
- "action": "navigate",
- "build_without_cache": false,
- "auto_continue_wait_steps": false,
- "initial_step_tree": { },
- "metadata": {
- "interface": "transmitting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-09-10T11:28:06.264917Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "starting_step": null,
- "cluster_name": null,
- "status_code": "initializing",
- "created_at": "2026-09-10T11:28:06.262165Z",
- "started_at": "2026-09-10T11:28:06.258224Z",
- "finished_at": null,
- "updated_at": "2026-09-10T11:28:06.269028Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": null
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "01a08b13-3121-7e07-83fb-1fa9f7fda50e",
- "type": "project"
}, - {
- "id": "01a08b13-3146-72be-ba77-c3ccda6e7abd",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "01a08b13-3279-7e75-ae9c-ff07d05a7865",
- "type": "step"
}, - "links": {
- "related": "/api/steps/01a08b13-3279-7e75-ae9c-ff07d05a7865"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b13-3279-7e75-ae9c-ff07d05a7865",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "01a08b13-3281-732e-93c5-72e20d2db5f4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3281-732e-93c5-72e20d2db5f4"
}
}, - "override_settings": {
- "data": {
- "id": "01a08b13-3287-749b-90f2-0a9a906f0ff2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-3287-749b-90f2-0a9a906f0ff2"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-315c-7598-85ad-f71dbd1a91f7",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/01a08b13-3276-7f8d-9917-643572ed6300",
- "log_lines": "/api/changes/01a08b13-3276-7f8d-9917-643572ed6300/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "01a08b13-3279-7e75-ae9c-ff07d05a7865",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "navigate",
- "change_id": "01a08b13-3276-7f8d-9917-643572ed6300",
- "child_execution_strategy": "sequential",
- "full_path": "navigate",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-09-10T11:28:06.264917Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "step_name": "navigate",
- "skip_requested": false,
- "created_at": "2026-09-10T11:28:06.264917Z",
- "started_at": "2026-09-10T11:28:06.258224Z",
- "finished_at": null,
- "updated_at": "2026-09-10T11:28:06.269028Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b13-3276-7f8d-9917-643572ed6300",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b13-3276-7f8d-9917-643572ed6300",
- "change": "/api/projects/opc/environments/dev/changes/01a08b13-3276-7f8d-9917-643572ed6300",
- "log_lines": "/api/steps/01a08b13-3279-7e75-ae9c-ff07d05a7865/log_lines",
- "self": "/api/steps/01a08b13-3279-7e75-ae9c-ff07d05a7865"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: 01a08b12-a187-7e26-8113-9164b262ebd1 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "type": "change",
- "attributes": {
- "created_by": "aretha.dach-965",
- "step_name": "navigate",
- "action": "navigate",
- "build_without_cache": false,
- "auto_continue_wait_steps": false,
- "initial_step_tree": { },
- "metadata": {
- "monitor": "calculating"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:28:06.801804Z",
- "started_at": "2026-09-10T11:28:06.801804Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "starting_step": null,
- "cluster_name": null,
- "status_code": "success",
- "created_at": "2026-09-10T11:28:06.799005Z",
- "started_at": "2026-09-10T11:21:48.316048Z",
- "finished_at": "2026-09-10T11:24:26.915346Z",
- "updated_at": "2026-09-10T11:28:06.805075Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "adf6d2a2989fca7003f8bc7533105e72543710d1",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-34b2-7ebc-bd20-5ff41aadfa08",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-34b2-7ebc-bd20-5ff41aadfa08"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-3440-7a58-9999-7eb581540c3a",
- "type": "project"
}, - {
- "id": "01a08b13-3462-707b-a242-d8c586f36501",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "01a08b13-3492-767c-958e-6e431232de6d",
- "type": "step"
}, - "links": {
- "related": "/api/steps/01a08b13-3492-767c-958e-6e431232de6d"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b13-3492-767c-958e-6e431232de6d",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "01a08b13-3498-7674-9c61-c6bcc75edc70",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3498-7674-9c61-c6bcc75edc70"
}
}, - "override_settings": {
- "data": {
- "id": "01a08b13-349c-78b1-8295-ef621a9509d9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-349c-78b1-8295-ef621a9509d9"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-3477-7190-886e-8fcfe6c178d0",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "log_lines": "/api/changes/01a08b13-348f-7ffb-9815-a9f05f2f3c4a/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "01a08b13-3492-767c-958e-6e431232de6d",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "navigate",
- "change_id": "01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "child_execution_strategy": "sequential",
- "full_path": "navigate",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:28:06.801804Z",
- "started_at": "2026-09-10T11:28:06.801804Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "step_name": "navigate",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:48.316048Z",
- "started_at": "2026-09-10T11:21:48.316048Z",
- "finished_at": "2026-09-10T11:24:26.915346Z",
- "updated_at": "2026-09-10T11:28:06.805075Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-34b2-7ebc-bd20-5ff41aadfa08",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-34b2-7ebc-bd20-5ff41aadfa08"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b13-3448-782e-b3d9-6b6cae3dcfc5",
- "type": "properties_version"
}, - {
- "id": "01a08b13-346c-7abb-975a-4d5707d204ca",
- "type": "properties_version"
}, - {
- "id": "01a08b13-349a-7704-a66d-08594846ed81",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "change": "/api/projects/opc/environments/dev/changes/01a08b13-348f-7ffb-9815-a9f05f2f3c4a",
- "log_lines": "/api/steps/01a08b13-3492-767c-958e-6e431232de6d/log_lines",
- "self": "/api/steps/01a08b13-3492-767c-958e-6e431232de6d"
}, - "meta": { }
}, - {
- "id": "01a08b13-3440-7a58-9999-7eb581540c3a",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "fabiola.bode-962",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-3443-7467-a6c4-ad50fae2dfcd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3443-7467-a6c4-ad50fae2dfcd"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-344d-7159-b923-a6d67a590bb1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-344d-7159-b923-a6d67a590bb1"
}
}, - "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-3462-707b-a242-d8c586f36501",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "su-963"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-3466-7f77-8573-fabf076db259",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3466-7f77-8573-fabf076db259"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-3440-7a58-9999-7eb581540c3a",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-346f-7fb1-911c-264002235963",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-346f-7fb1-911c-264002235963"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-3440-7a58-9999-7eb581540c3a",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-3440-7a58-9999-7eb581540c3a",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
]
}Show the converged settings for a change, including any change-specific setting overrides merged on top of the asset's settings hierarchy.
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| change_id required | string Example: 01a08b12-a187-7e26-8113-9164b262ebd1 change id |
{- "data": {
- "id": "01a08b13-3970-74e5-8cc5-3d6dfb3ce8ed",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "dockerfile": "Dockerfile_custom",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "dockerfile": "Change",
- "requires_approval_from": "Project: OpsChain (opc)"
}
}
}
}
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: 01a08b12-a187-7e26-8113-9164b262ebd1 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"
}, - "bandwidth": "navigating"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "01a08b13-3bcd-723a-afc2-d54bfa9c2aed",
- "type": "properties_version"
}, - {
- "id": "01a08b13-3bf7-7476-a542-654074d65c73",
- "type": "properties_version"
}, - {
- "id": "01a08b13-3c2c-7b5b-a642-30e535e9dae0",
- "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)"
}, - "bandwidth": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "01a08b13-3bcd-723a-afc2-d54bfa9c2aed",
- "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-09-10T11:28:08.652641Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-3bc7-7d79-a9ef-8208797a9a91",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3bc7-7d79-a9ef-8208797a9a91"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-3bc7-7d79-a9ef-8208797a9a91/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b13-3bc7-7d79-a9ef-8208797a9a91/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-3bf7-7476-a542-654074d65c73",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:28:08.694797Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-3bf0-7b05-9a87-c0b334623ada",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3bf0-7b05-9a87-c0b334623ada"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-3bf0-7b05-9a87-c0b334623ada/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/01a08b13-3bf0-7b05-9a87-c0b334623ada/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b13-3c2c-7b5b-a642-30e535e9dae0",
- "type": "properties_version",
- "attributes": {
- "data": {
- "bandwidth": "navigating"
}, - "version": 1,
- "created_at": "2026-09-10T11:28:08.748299Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-3c2a-7a49-a157-d2679a502dbd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-3c2a-7a49-a157-d2679a502dbd"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b13-3c2a-7a49-a157-d2679a502dbd/versions",
- "owner": "/api/projects/opc/environments/dev/changes/01a08b13-3c21-71d9-ac56-c36aedace039",
- "self": "/api/properties/01a08b13-3c2a-7a49-a157-d2679a502dbd/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[project_code_eq]=opc API filtering guide. Named filters: |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": [
- {
- "id": "01a08b13-0491-74cb-bac1-56ac8a2456a8",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "elmo-687",
- "cron_schedule": "45 20 14 3 6",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "alarm": "hacking"
}, - "property_overrides": {
- "pixel": "parsing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-09-10T11:27:54.512148Z",
- "updated_at": "2026-09-10T11:27:54.512148Z",
- "next_run_at": "2027-03-06T09:45:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "index",
- "new_commits_only": true,
- "git_rev": "1080p",
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [
- {
- "match": "**/*.rb",
- "negate": false
}, - {
- "match": "docs/**/*",
- "negate": true
}
], - "commit_file_pattern_match": "any",
- "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": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "type": "project"
}, - {
- "id": "01a08b13-046f-7ef8-9522-635fc02e3046",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-0484-757b-ae2e-073fc2d33ce2",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/01a08b13-0491-74cb-bac1-56ac8a2456a8"
}
}, - {
- "id": "01a08b13-0627-7aff-95d1-803eb737ec37",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "wendell-694",
- "cron_schedule": "13 13 22 4 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "panel": "parsing"
}, - "property_overrides": {
- "hard drive": "quantifying"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-09-10T11:27:54.918677Z",
- "updated_at": "2026-09-10T11:27:54.918677Z",
- "next_run_at": "2027-04-22T03:13:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/01a08b13-0627-7aff-95d1-803eb737ec37",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "kindra.mraz-685",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-0453-7c8d-90a1-73fc47b9f139",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-0453-7c8d-90a1-73fc47b9f139"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-045b-761b-81a9-dfb3506bb33a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-045b-761b-81a9-dfb3506bb33a"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b13-046f-7ef8-9522-635fc02e3046",
- "type": "environment"
}, - {
- "id": "01a08b13-04f2-77e9-81ca-a3ba58d1d745",
- "type": "asset"
}, - {
- "id": "01a08b13-05d3-7eff-bf75-f26e91e1e745",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-046f-7ef8-9522-635fc02e3046",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "francisco-686"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-0474-7ab4-9d14-87ce2a259f9b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-0474-7ab4-9d14-87ce2a259f9b"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-047d-77e6-bfac-32a49de037da",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-047d-77e6-bfac-32a49de037da"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-0451-7bd4-9726-2bc990cb81b4",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "58 21 6 3 3",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "hard drive": "quantifying"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "pixel": "generating"
}, - "settings_overrides": {
- "dockerfile": "generating"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [ ],
- "commit_file_pattern_match": "any",
- "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "01a08b13-097b-7dd4-be0c-db66390b5e62",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "logged_in_user",
- "cron_schedule": "12 0 6 10 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "microchip": "parsing"
}, - "property_overrides": {
- "alarm": "synthesizing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-09-10T11:27:55.770741Z",
- "updated_at": "2026-09-10T11:27:55.770741Z",
- "next_run_at": "2026-10-05T13:12:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "1080p",
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [ ],
- "commit_file_pattern_match": "any",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "navigating"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "01a08b13-073e-7ef9-954b-10fd393e3f45",
- "type": "project"
}, - {
- "id": "01a08b13-0762-73e1-8a5e-9a00f8f275a4",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-0778-7019-a932-b8ae6d9154dc",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/01a08b13-097b-7dd4-be0c-db66390b5e62"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 01a08b12-9786-792a-bef5-18ba8117b731 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "01a08b13-0d70-73c7-8337-8bc8680dd531",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "ora_klocko-742",
- "cron_schedule": "4 8 20 7 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "program": "compressing"
}, - "property_overrides": {
- "monitor": "transmitting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-09-10T11:27:56.782816Z",
- "updated_at": "2026-09-10T11:27:56.782816Z",
- "next_run_at": "2027-07-06T22:04:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "generate",
- "new_commits_only": true,
- "git_rev": "digital",
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [
- {
- "match": "**/*.rb",
- "negate": false
}, - {
- "match": "docs/**/*",
- "negate": true
}
], - "commit_file_pattern_match": "any",
- "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": "01a08b13-0ca4-7c67-8277-cad2e5e99723",
- "type": "project"
}, - {
- "id": "01a08b13-0d1d-79ae-8182-032410f30fc6",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-0d55-76dc-8f08-1e4440682bad",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/01a08b13-0d70-73c7-8337-8bc8680dd531"
}
}, - "included": [
- {
- "id": "01a08b13-0ca4-7c67-8277-cad2e5e99723",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "janay-740",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-0ca7-73e3-882a-1ef2e805fec1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-0ca7-73e3-882a-1ef2e805fec1"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01a08b13-0cc6-7fc0-81ce-de80feb5dfdd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-0cc6-7fc0-81ce-de80feb5dfdd"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b13-0d1d-79ae-8182-032410f30fc6",
- "type": "environment"
}, - {
- "id": "01a08b13-0e56-7505-984c-21c1939dc1ac",
- "type": "asset"
}, - {
- "id": "01a08b13-0fa2-7111-9ba2-4b2299421f62",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "git_remotes": {
- "read": true,
- "update": true,
- "delete": true
}, - "templates": {
- "read": true,
- "update": true,
- "delete": true
}, - "workflows": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "workflow_runs": {
- "read": true,
- "execute": true,
- "delete": true
}, - "environments": {
- "read": true,
- "update": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "agents": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}, - {
- "id": "01a08b13-0d1d-79ae-8182-032410f30fc6",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "danita_swaniawski-741"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b13-0d2b-7c52-8bfc-8bf64869d2e7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b13-0d2b-7c52-8bfc-8bf64869d2e7"
}
}, - "parents": {
- "data": [
- {
- "id": "01a08b13-0ca4-7c67-8277-cad2e5e99723",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "01a08b13-0d48-79fc-93bc-cdd3557e0bbb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b13-0d48-79fc-93bc-cdd3557e0bbb"
}
}, - "parent": {
- "data": {
- "id": "01a08b13-0ca4-7c67-8277-cad2e5e99723",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "01a08b13-0ca4-7c67-8277-cad2e5e99723",
- "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,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true,
- "delete": true
}, - "changes": {
- "read": true,
- "execute": true,
- "delete": true
}, - "assets": {
- "read": true,
- "update": true,
- "delete": true
}, - "secrets": {
- "settings": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true,
- "delete": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
parent_path, project_code,
environment_code and asset_code attributes must not be supplied - create a new scheduled activity against the
required parent instead./api/projects/{project_code}/assets/{asset_code}/scheduled_activities/{id})
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: 01a08b12-9786-792a-bef5-18ba8117b731 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "36 3 9 1 4",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "bus": "indexing"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "system": "parsing"
}, - "settings_overrides": {
- "dockerfile": "connecting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [ ],
- "commit_file_pattern_match": "any",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "01a08b13-1333-7263-a1f1-857138963eb0",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "alonso-776",
- "cron_schedule": "1 18 14 10 2",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "matrix": "indexing"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-09-10T11:27:58.258119Z",
- "updated_at": "2026-09-10T11:27:58.729729Z",
- "next_run_at": "2026-10-06T07:01:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": true,
- "git_rev": "mobile",
- "auto_continue_wait_steps": false,
- "commit_file_patterns": [
- {
- "match": "**/*.rb",
- "negate": false
}, - {
- "match": "docs/**/*",
- "negate": true
}
], - "commit_file_pattern_match": "any",
- "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": "01a08b13-12e7-7f18-b5e1-af4730712805",
- "type": "project"
}, - {
- "id": "01a08b13-1309-7509-9c77-1ffa5aa9f0c6",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/01a08b13-1323-7f1f-8487-e7da78c49823",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/01a08b13-1333-7263-a1f1-857138963eb0"
}
}
}Endpoints to interact with change steps.
Lists all steps.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[action_eq]=provision API filtering guide. Named filters: |
| limit | integer [ 1 .. 1000 ] Default: 1000 Example: limit=50 Limit the number of steps returned |
{- "data": [
- {
- "id": "01a08b14-11f2-7840-a06c-73e9b798f097",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "compress",
- "change_id": "01a08b14-11ef-7fc3-a9f3-c579809f49cc",
- "child_execution_strategy": "sequential",
- "full_path": "compress",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:29:03.473808Z",
- "started_at": "2026-09-10T11:29:03.473808Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": "Deploy the release to the environment",
- "step_name": "compress",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:48.211139Z",
- "started_at": "2026-09-10T11:23:48.211139Z",
- "finished_at": "2026-09-10T11:26:50.609511Z",
- "updated_at": "2026-09-10T11:29:03.512569Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-1214-7a17-bea6-3b167c35ea93",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-1214-7a17-bea6-3b167c35ea93"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b14-11b0-7468-a840-8f3bf862de93",
- "type": "properties_version"
}, - {
- "id": "01a08b14-11d2-7bc2-97e5-cd8df4e7bcba",
- "type": "properties_version"
}, - {
- "id": "01a08b14-11fa-7ce1-b219-7dab8f8d1959",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b14-11ef-7fc3-a9f3-c579809f49cc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b14-11ef-7fc3-a9f3-c579809f49cc",
- "change": "/api/projects/opc/environments/dev/changes/01a08b14-11ef-7fc3-a9f3-c579809f49cc",
- "log_lines": "/api/steps/01a08b14-11f2-7840-a06c-73e9b798f097/log_lines",
- "self": "/api/steps/01a08b14-11f2-7840-a06c-73e9b798f097"
}, - "meta": { }
}
], - "meta": {
- "partial_response": false
}
}Shows a change step.
| step_id required | string Example: 01a08b12-a1a6-7469-aac1-2ceb1621be37 step id |
{- "data": {
- "id": "01a08b14-12df-7cc6-b923-c22f8e0ff547",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "synthesize",
- "change_id": "01a08b14-12dd-7bb1-a5f6-ce70eec46e38",
- "child_execution_strategy": "sequential",
- "full_path": "synthesize",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:29:03.711182Z",
- "started_at": "2026-09-10T11:29:03.711182Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": "Deploy the release to the environment",
- "step_name": "synthesize",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:41.841643Z",
- "started_at": "2026-09-10T11:22:41.841643Z",
- "finished_at": "2026-09-10T11:26:21.619078Z",
- "updated_at": "2026-09-10T11:29:03.748012Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b14-12a0-738c-aed4-b00bbeeb074b",
- "type": "properties_version"
}, - {
- "id": "01a08b14-12c1-7c76-aa8d-012bcba4f8b0",
- "type": "properties_version"
}, - {
- "id": "01a08b14-12e7-73cc-a9d3-77325601e0f6",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b14-12dd-7bb1-a5f6-ce70eec46e38",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b14-12dd-7bb1-a5f6-ce70eec46e38",
- "change": "/api/projects/opc/environments/dev/changes/01a08b14-12dd-7bb1-a5f6-ce70eec46e38",
- "log_lines": "/api/steps/01a08b14-12df-7cc6-b923-c22f8e0ff547/log_lines",
- "self": "/api/steps/01a08b14-12df-7cc6-b923-c22f8e0ff547"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "system": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "01a08b14-12a0-738c-aed4-b00bbeeb074b",
- "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-09-10T11:29:03.647842Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-129c-74a6-8b8b-56ce9b378f2b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-129c-74a6-8b8b-56ce9b378f2b"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-129c-74a6-8b8b-56ce9b378f2b/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b14-129c-74a6-8b8b-56ce9b378f2b/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b14-12c1-7c76-aa8d-012bcba4f8b0",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:29:03.681294Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-12bb-7782-8101-78f55fa7dd30",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-12bb-7782-8101-78f55fa7dd30"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-12bb-7782-8101-78f55fa7dd30/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/01a08b14-12bb-7782-8101-78f55fa7dd30/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b14-12e7-73cc-a9d3-77325601e0f6",
- "type": "properties_version",
- "attributes": {
- "data": {
- "system": "bypassing"
}, - "version": 1,
- "created_at": "2026-09-10T11:29:03.718861Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-12e5-7411-a9ec-7f3ac20d6f9d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-12e5-7411-a9ec-7f3ac20d6f9d"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-12e5-7411-a9ec-7f3ac20d6f9d/versions",
- "owner": "/api/projects/opc/environments/dev/changes/01a08b14-12dd-7bb1-a5f6-ce70eec46e38",
- "self": "/api/properties/01a08b14-12e5-7411-a9ec-7f3ac20d6f9d/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "system": "bypassing"
}, - "version": 1,
- "created_at": "2026-09-10T11:29:03.742987Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/01a08b14-12df-7cc6-b923-c22f8e0ff547"
}
}
}, - "links": {
- "self": "/api/properties/01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c",
- "current_version": "/api/properties/01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c/versions/1",
- "versions": "/api/properties/01a08b14-12ff-7c0e-9f5d-4ae43a2c7b3c/versions"
}
}
]
}Continues a "waiting" change step.
| step_id required | string Example: 01a08b12-a7f2-7a3f-8c17-8009ce99ae96 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer.",
- "input_arguments": {
- "name": "John",
- "date": "2026-07-23"
}
}
}
}{- "data": {
- "id": "01a08b14-14de-7ed4-8f1f-2dec57e61b93",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "opschain_wait_step_2",
- "change_id": "01a08b14-14dc-7b91-8c26-a717cb70e2fc",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_2",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-09-10T11:29:04.347827Z",
- "started_at": "2026-09-10T11:29:04.347827Z"
}, - "waiting": {
- "ended_at": "2026-09-10T11:29:04.347827Z",
- "started_at": "2026-09-10T11:29:04.222257Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": "Deploy the release to the environment",
- "step_name": "opschain_wait_step_2",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:03.719195Z",
- "started_at": "2026-09-10T11:21:03.719195Z",
- "finished_at": "2026-09-10T11:29:05.349103Z",
- "updated_at": "2026-09-10T11:29:05.379718Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-14fe-71ce-80af-0d635a36c3b2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-14fe-71ce-80af-0d635a36c3b2"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b14-149e-75aa-9fe0-bc7b2d71358e",
- "type": "properties_version"
}, - {
- "id": "01a08b14-14be-7733-850c-efcb32a9b113",
- "type": "properties_version"
}, - {
- "id": "01a08b14-14e6-7957-a4e6-bb79247d50e1",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b14-14dc-7b91-8c26-a717cb70e2fc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b14-14dc-7b91-8c26-a717cb70e2fc",
- "change": "/api/projects/opc/environments/dev/changes/01a08b14-14dc-7b91-8c26-a717cb70e2fc",
- "log_lines": "/api/steps/01a08b14-14de-7ed4-8f1f-2dec57e61b93/log_lines",
- "self": "/api/steps/01a08b14-14de-7ed4-8f1f-2dec57e61b93"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 01a08b12-a7f2-7a3f-8c17-8009ce99ae96 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "01a08b14-1c5f-7e2d-8a46-6cddc084166c",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_4",
- "change_id": "01a08b14-1c5d-7a9e-84c0-cbd109f91cdc",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_4",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "queued": {
- "ended_at": null,
- "started_at": "2026-09-10T11:29:06.203033Z"
}, - "waiting": {
- "ended_at": "2026-09-10T11:29:06.203033Z",
- "started_at": "2026-09-10T11:29:06.143216Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": "Deploy the release to the environment",
- "step_name": "opschain_wait_step_4",
- "skip_requested": false,
- "created_at": "2026-09-10T11:19:12.266086Z",
- "started_at": "2026-09-10T11:20:12.266086Z",
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:06.213711Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-1c80-70fb-b9b8-ed4460898084",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-1c80-70fb-b9b8-ed4460898084"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b14-1c18-7e50-b9e4-5b003a2436cd",
- "type": "properties_version"
}, - {
- "id": "01a08b14-1c3f-75ad-ad36-fa00e13aea00",
- "type": "properties_version"
}, - {
- "id": "01a08b14-1c67-791a-87aa-bb8c93d3ab49",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b14-1c5d-7a9e-84c0-cbd109f91cdc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b14-1c5d-7a9e-84c0-cbd109f91cdc",
- "change": "/api/projects/opc/environments/dev/changes/01a08b14-1c5d-7a9e-84c0-cbd109f91cdc",
- "log_lines": "/api/steps/01a08b14-1c5f-7e2d-8a46-6cddc084166c/log_lines",
- "self": "/api/steps/01a08b14-1c5f-7e2d-8a46-6cddc084166c"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 01a08b12-a7f2-7a3f-8c17-8009ce99ae96 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "01a08b14-200f-784b-be00-c3466df2675c",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_7",
- "change_id": "01a08b14-200d-76f4-9dee-544be68b273a",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_7",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "aborted": {
- "ended_at": "2026-09-10T11:29:07.149779Z",
- "started_at": "2026-09-10T11:29:07.149779Z"
}, - "waiting": {
- "ended_at": "2026-09-10T11:29:07.149779Z",
- "started_at": "2026-09-10T11:29:07.086912Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": "Deploy the release to the environment",
- "step_name": "opschain_wait_step_7",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:34.721989Z",
- "started_at": "2026-09-10T11:23:34.721989Z",
- "finished_at": "2026-09-10T11:29:07.150709Z",
- "updated_at": "2026-09-10T11:29:07.159267Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-202e-7808-9288-3d6e52c7d2d2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-202e-7808-9288-3d6e52c7d2d2"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "01a08b14-1fca-7d22-8093-24e886927d29",
- "type": "properties_version"
}, - {
- "id": "01a08b14-1ff0-77dc-99ce-a3e5da091196",
- "type": "properties_version"
}, - {
- "id": "01a08b14-2016-7abc-b9a4-3b346133b2e1",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "01a08b14-200d-76f4-9dee-544be68b273a",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/01a08b14-200d-76f4-9dee-544be68b273a",
- "change": "/api/projects/opc/environments/dev/changes/01a08b14-200d-76f4-9dee-544be68b273a",
- "log_lines": "/api/steps/01a08b14-200f-784b-be00-c3466df2675c/log_lines",
- "self": "/api/steps/01a08b14-200f-784b-be00-c3466df2675c"
}, - "meta": { }
}
}Show the converged settings for the change containing this step, including any change-specific setting overrides.
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| step_id required | string Example: 01a08b12-a1a6-7469-aac1-2ceb1621be37 step id |
{- "data": {
- "id": "01a08b14-245e-79e7-b0de-9040f30cea8f",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "dockerfile": "Dockerfile_custom",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "dockerfile": "Change",
- "requires_approval_from": "Project: OpsChain (opc)"
}
}
}
}
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 01a08b12-a1a6-7469-aac1-2ceb1621be37 step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "synthesize (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "system": "transmitting"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "01a08b14-2639-7d50-b07c-867e27a84400",
- "type": "properties_version"
}, - {
- "id": "01a08b14-2669-73ea-8639-1528127d7a6d",
- "type": "properties_version"
}, - {
- "id": "01a08b14-2699-7a23-b8e5-131b34892249",
- "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)"
}, - "system": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "01a08b14-2639-7d50-b07c-867e27a84400",
- "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-09-10T11:29:08.665291Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2634-79fd-b494-d3a0f6d265ca",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2634-79fd-b494-d3a0f6d265ca"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-2634-79fd-b494-d3a0f6d265ca/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/01a08b14-2634-79fd-b494-d3a0f6d265ca/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b14-2669-73ea-8639-1528127d7a6d",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-09-10T11:29:08.712710Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2661-7f67-a5c7-c4df02a06eb7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2661-7f67-a5c7-c4df02a06eb7"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-2661-7f67-a5c7-c4df02a06eb7/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/01a08b14-2661-7f67-a5c7-c4df02a06eb7/versions/1"
}, - "meta": { }
}, - {
- "id": "01a08b14-2699-7a23-b8e5-131b34892249",
- "type": "properties_version",
- "attributes": {
- "data": {
- "system": "transmitting"
}, - "version": 1,
- "created_at": "2026-09-10T11:29:08.761205Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "01a08b14-2697-780a-9a39-60f4a1d795c3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2697-780a-9a39-60f4a1d795c3"
}
}
}, - "links": {
- "versions": "/api/properties/01a08b14-2697-780a-9a39-60f4a1d795c3/versions",
- "owner": "/api/projects/opc/environments/dev/changes/01a08b14-268e-7f9d-86dc-7df755ad3f44",
- "self": "/api/properties/01a08b14-2697-780a-9a39-60f4a1d795c3/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: 01a08b12-a187-7e26-8113-9164b262ebd1 |
| 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": "01a08b14-0db4-7a01-b9cd-20889670c7b5",
- "type": "log_line",
- "attributes": {
- "message": "Repudiandae voluptatem dolorem id.",
- "category": "action",
- "change_id": "01a08b14-0d8b-72a5-aea7-cfb61e8aa656",
- "step_id": "01a08b14-0d8d-7e65-9b63-2cd865f6d59d",
- "logged_at": "2026-09-09T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 01a08b12-a1a6-7469-aac1-2ceb1621be37 |
| 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": "01a08b14-0f79-7c98-8da9-b0b66ab6b271",
- "type": "log_line",
- "attributes": {
- "message": "Eligendi sed sapiente ipsum.",
- "category": "action",
- "change_id": "01a08b14-0f4d-7cc2-a089-8011cfed2c4d",
- "step_id": "01a08b14-0f50-7584-b1ff-0101b21262bf",
- "logged_at": "2026-09-09T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 10000 ] 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": "01a08b14-113f-7053-b074-034344882c31",
- "type": "log_line",
- "attributes": {
- "message": "Deserunt est ullam ducimus.",
- "category": "action",
- "change_id": "01a08b14-1113-7a5a-96a1-a5caf0dad572",
- "step_id": "01a08b14-1115-7fa8-ab63-d959f25a32e4",
- "logged_at": "2026-09-09T00: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: 01a08b12-a9df-72bf-80df-65b22578da8a |
| 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": "01a08b14-4f25-7866-8ff7-0f79e758e70d",
- "type": "log_line",
- "attributes": {
- "message": "Maiores dolores atque et.",
- "category": "action",
- "workflow_run_id": "01a08b14-4cd0-79d5-9afc-74bb46742fab",
- "workflow_step_id": "01a08b14-4cd7-723a-9152-5c15c6cba5fd",
- "logged_at": "2026-09-09T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: 01a08b12-a9f1-7c19-ab23-ed8b39750a9f |
| 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": "01a08b14-56c7-78f2-a912-26feadc61e22",
- "type": "log_line",
- "attributes": {
- "message": "Reprehenderit accusamus tempora consequatur.",
- "category": "action",
- "workflow_run_id": "01a08b14-5480-7e63-af1c-a1926d718adf",
- "workflow_step_id": "01a08b14-5486-70b0-9238-6bb5af4c6f11",
- "logged_at": "2026-09-09T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 10000 ] 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": "01a08b14-618b-7afc-a4ff-28f86c57f4d5",
- "type": "log_line",
- "attributes": {
- "message": "Maiores qui eum accusamus.",
- "category": "action",
- "workflow_run_id": "01a08b14-5f1f-7928-9348-940371455e97",
- "workflow_step_id": "01a08b14-5f24-75c2-80f6-d1d039beb871",
- "logged_at": "2026-09-09T00: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.Lists all workflow runs.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_by_cont]=opschain API filtering guide. Named filters: |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of workflow runs returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b14-62e3-71b9-8790-a1185c71b07d",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-62e9-7d03-9de9-d8c6b095195c",
- "name": "labore",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-62f1-7f45-97f8-3b9c7ef2aacc",
- "name": "quas",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-63f1-7bab-96fc-b0e61e22a41c",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/ymfqp/environments/siyrc/assets/4ssvw"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "01a08b14-64f1-785d-bae0-44a124cffb51",
- "name": "program",
- "type": "workflow_change_step",
- "action": "program",
- "target": "/projects/9ec5c/environments/aiebc/assets/svdpc"
}, - {
- "id": "01a08b14-64fc-7db0-85fa-dc16f2f6345c",
- "name": "Approval",
- "type": "workflow_wait_step",
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - {
- "id": "01a08b14-656b-7010-a8a7-79ca55719044",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/wcqhe/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Alpha": "1.68",
- "Lotlux": "0.9.7",
- "Sub-Ex": "7.80",
- "Bitwolf": "4.2",
- "Prodder": "8.6",
- "Tres-Zap": "3.78",
- "Cardguard": "0.75",
- "Voltsillam": "0.9.6",
- "Stringtough": "4.3.8"
}, - "created_by": "ricky-2524",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-09-10T11:29:24.194428Z",
- "started_at": "2026-09-10T11:22:56.199352Z",
- "finished_at": "2026-09-10T11:27:55.099553Z",
- "updated_at": "2026-09-10T11:29:24.204632Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-62a8-7cf5-a503-347de1fdabb8",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-6299-76b6-9313-f3ae939f13bd",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-62e9-7d03-9de9-d8c6b095195c",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-62e9-7d03-9de9-d8c6b095195c",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-62f1-7f45-97f8-3b9c7ef2aacc",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-64f1-785d-bae0-44a124cffb51",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-64fc-7db0-85fa-dc16f2f6345c",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-656b-7010-a8a7-79ca55719044",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-63f1-7bab-96fc-b0e61e22a41c",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-62d7-75bb-b22a-f065a86a4551",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-62d7-75bb-b22a-f065a86a4551"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-62e3-71b9-8790-a1185c71b07d",
- "log_lines": "/api/workflow_runs/01a08b14-62e3-71b9-8790-a1185c71b07d/log_lines"
}, - "meta": { }
}, - {
- "id": "01a08b14-655f-7027-9ceb-067e828eebe4",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-6565-7c80-a77b-2a5407200e2e",
- "name": "nihil",
- "type": "workflow_noop_step",
- "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "6.6.8",
- "Job": "6.2",
- "Y-find": "5.2",
- "Fix San": "0.42",
- "Quo Lux": "7.3.2",
- "Aerified": "0.6.6",
- "Greenlam": "1.63",
- "Overhold": "2.3.5",
- "Daltfresh": "0.4.1",
- "Gembucket": "1.18"
}, - "created_by": "phylis-2541",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-09-10T11:29:24.830339Z",
- "started_at": "2026-09-10T11:21:35.959781Z",
- "finished_at": "2026-09-10T11:28:24.572576Z",
- "updated_at": "2026-09-10T11:29:24.840019Z",
- "project_name": "eligendi897",
- "workflow_code": "child"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-6547-7555-8b3e-58365e4fcd66",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-653b-7bf8-b23d-e0b82d49a3f9",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": {
- "id": "01a08b14-656b-7010-a8a7-79ca55719044",
- "type": "workflow_workflow_step"
}
}, - "root_step": {
- "data": {
- "id": "01a08b14-6565-7c80-a77b-2a5407200e2e",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-6565-7c80-a77b-2a5407200e2e",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-6561-78c8-92c6-ec9a2143a31b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-6561-78c8-92c6-ec9a2143a31b"
}
}
}, - "links": {
- "parent": "/api/projects/wcqhe",
- "self": "/api/projects/wcqhe/workflows/child/runs/01a08b14-655f-7027-9ceb-067e828eebe4",
- "log_lines": "/api/workflow_runs/01a08b14-655f-7027-9ceb-067e828eebe4/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "01a08b14-62a8-7cf5-a503-347de1fdabb8",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dinorah.medhurst-2522",
- "created_at": "2026-09-10T11:29:24.136098Z",
- "updated_at": "2026-09-10T11:29:24.149226Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-61f4-7067-8dd2-9433298cbd92",
- "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": "01a08b14-6547-7555-8b3e-58365e4fcd66",
- "type": "workflow_version",
- "attributes": {
- "code": "child",
- "name": "child workflow",
- "description": "child workflow",
- "draft": false,
- "archived": false,
- "created_by": "colby_rogahn-2540",
- "created_at": "2026-09-10T11:29:24.782698Z",
- "updated_at": "2026-09-10T11:29:24.782712Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run child action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run child action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": null
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-6512-788d-8b7b-9b35d325c6a8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/wcqhe"
}
}
}, - "links": {
- "self": "/api/projects/wcqhe/workflows/child/versions/1",
- "runs": "/api/projects/wcqhe/workflows/child/versions/1/runs",
- "workflow": "/api/projects/wcqhe/workflows/child"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true,
- "execute": true
}, - "partial_response": false
}
}Runs a pre-defined workflow.
Supplying the retry attribute (together with a workflow_run relationship) retries an existing workflow run that
finished in an error, cancelled or aborted state instead of running a workflow from scratch. The retry creates a
new workflow run; the original workflow run is left untouched.
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets"
}
}
}{- "data": {
- "id": "01a08b14-696b-7567-8476-131c75239612",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-697b-74fc-82ce-f3f612d385b5",
- "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": "logged_in_user",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "pending",
- "created_at": "2026-09-10T11:29:25.866623Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:25.877765Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-66ca-7dca-8300-6fa79f37ff4f",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-66bc-7415-8d59-3e0fd5a5327c",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-697b-74fc-82ce-f3f612d385b5",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-696d-7f97-873d-94066e0d6c1d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-696d-7f97-873d-94066e0d6c1d"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612",
- "log_lines": "/api/workflow_runs/01a08b14-696b-7567-8476-131c75239612/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "01a08b14-66ca-7dca-8300-6fa79f37ff4f",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jacqulyn.emard-2550",
- "created_at": "2026-09-10T11:29:25.194154Z",
- "updated_at": "2026-09-10T11:29:25.207264Z",
- "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": "01a08b14-667c-7174-af69-e00f9191e0f7",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "01a08b14-661e-7176-9aac-6cb0f47a4cad",
- "node_type": "asset",
- "parent_id": "01a08b14-661e-7176-9aac-6cb0f47a4cad",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-09-10T11:29:25.115Z",
- "updated_at": "2026-09-10T11:29:25.115Z",
- "project_type": null,
- "template_version_id": "01a08b14-6658-7b4d-97a0-d27de84624c8",
- "created_by_id": "01a08b14-666c-7094-b1fb-63e157857ee1",
- "settings_generation": 1
}, - "action_template_version": {
- "id": "01a08b14-6658-7b4d-97a0-d27de84624c8",
- "commit_id": "01a08b14-6650-7618-ba6f-38cd97148ac8",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-09-10T11:29:25.080Z",
- "updated_at": "2026-09-10T11:29:25.080Z",
- "state": "ready",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "01a08b14-663a-7f90-8ef7-2eafad95b5d7",
- "locked": false,
- "pending_commit_id": null,
- "float_git_rev": false,
- "created_by_id": "01a08b14-6652-7813-bc37-40cc81e8fb17"
}
}
], - "sample_properties": {
- "sample": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-661e-7176-9aac-6cb0f47a4cad",
- "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": "01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:25.874590Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:25.877765Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-696b-7567-8476-131c75239612",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-697b-74fc-82ce-f3f612d385b5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612/steps/01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "log_lines": "/api/workflow_steps/01a08b14-6973-72aa-95c0-f728e2aec0d6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612"
}
}, - {
- "id": "01a08b14-697b-74fc-82ce-f3f612d385b5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:25.881683Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:25.887183Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "01a08b14-667c-7174-af69-e00f9191e0f7",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-6658-7b4d-97a0-d27de84624c8",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-696b-7567-8476-131c75239612",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612/steps/01a08b14-697b-74fc-82ce-f3f612d385b5",
- "log_lines": "/api/workflow_steps/01a08b14-697b-74fc-82ce-f3f612d385b5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612/steps/01a08b14-6973-72aa-95c0-f728e2aec0d6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-696b-7567-8476-131c75239612"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
{- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-7623-7563-9c36-7c2bc98904f7",
- "name": "sit",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "name": "eum",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-7764-7c9d-b979-de8ed7a16ed4",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/lo9cb/environments/xl3e9/assets/qhqvr"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "01a08b14-784e-7660-9ca9-11e16b1ff88a",
- "name": "program",
- "type": "workflow_change_step",
- "action": "program",
- "target": "/projects/9n4lh/environments/hbc7y/assets/jpirz"
}, - {
- "id": "01a08b14-7858-76ba-9ed4-ed84bd9db14e",
- "name": "Approval",
- "type": "workflow_wait_step",
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - {
- "id": "01a08b14-78ca-700f-8413-4fde3a1e4dd6",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/zzquo/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "8.2",
- "Biodex": "3.8.4",
- "Sub-Ex": "0.82",
- "Cardify": "0.74",
- "Cookley": "5.4",
- "Fix San": "4.46",
- "Quo Lux": "5.86",
- "Alphazap": "0.82",
- "Voyatouch": "4.85",
- "Stringtough": "4.5"
}, - "created_by": "zenia_zboncak-2665",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-09-10T11:29:29.118374Z",
- "started_at": "2026-09-10T11:23:13.557677Z",
- "finished_at": "2026-09-10T11:27:44.944022Z",
- "updated_at": "2026-09-10T11:29:29.125376Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-75ed-713f-ae1b-a09a5045e2ee",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-75e0-73cc-8f07-0dd869cc6232",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-7623-7563-9c36-7c2bc98904f7",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-7623-7563-9c36-7c2bc98904f7",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-784e-7660-9ca9-11e16b1ff88a",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-7858-76ba-9ed4-ed84bd9db14e",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-78ca-700f-8413-4fde3a1e4dd6",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-7764-7c9d-b979-de8ed7a16ed4",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-7615-7bf5-9e38-023b74af2466",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-7615-7bf5-9e38-023b74af2466"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898",
- "log_lines": "/api/workflow_runs/01a08b14-761e-7e24-b7fb-11c81fd43898/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "01a08b14-75ed-713f-ae1b-a09a5045e2ee",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "loma-2663",
- "created_at": "2026-09-10T11:29:29.068581Z",
- "updated_at": "2026-09-10T11:29:29.080220Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-7550-7f7b-8605-a069166bf8d3",
- "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": "01a08b14-7623-7563-9c36-7c2bc98904f7",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "zenia_zboncak-2665",
- "name": "sit",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:29.122706Z",
- "started_at": "2026-09-10T11:23:13.557677Z",
- "finished_at": "2026-09-10T11:27:44.944022Z",
- "updated_at": "2026-09-10T11:29:29.125376Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-784e-7660-9ca9-11e16b1ff88a",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-7858-76ba-9ed4-ed84bd9db14e",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-78ca-700f-8413-4fde3a1e4dd6",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7623-7563-9c36-7c2bc98904f7",
- "log_lines": "/api/workflow_steps/01a08b14-7623-7563-9c36-7c2bc98904f7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}, - {
- "id": "01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "zenia_zboncak-2665",
- "name": "eum",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:18:43.026007Z",
- "started_at": "2026-09-10T11:19:43.026007Z",
- "finished_at": "2026-09-10T11:23:53.418880Z",
- "updated_at": "2026-09-10T11:29:29.407732Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-7764-7c9d-b979-de8ed7a16ed4",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "log_lines": "/api/workflow_steps/01a08b14-7629-79e2-b9aa-eb8867dd47bf/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7623-7563-9c36-7c2bc98904f7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}, - {
- "id": "01a08b14-784e-7660-9ca9-11e16b1ff88a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "zenia_zboncak-2665",
- "name": "program",
- "step_sequence": 2,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:39.109380Z",
- "started_at": "2026-09-10T11:23:39.109380Z",
- "finished_at": "2026-09-10T11:23:47.679311Z",
- "updated_at": "2026-09-10T11:29:29.680424Z",
- "action": "program",
- "property_overrides": {
- "capacitor": "connecting"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-783b-7781-8f2f-21cb16baebc0",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-7804-7d23-84c7-e7f9a9df7f64",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-77e6-7d87-bc97-39f37c73befe",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-784e-7660-9ca9-11e16b1ff88a",
- "log_lines": "/api/workflow_steps/01a08b14-784e-7660-9ca9-11e16b1ff88a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7623-7563-9c36-7c2bc98904f7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}, - {
- "id": "01a08b14-7858-76ba-9ed4-ed84bd9db14e",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "lock_version": 1,
- "created_by": "zenia_zboncak-2665",
- "name": "Approval",
- "step_sequence": 3,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:33.945932Z",
- "started_at": "2026-09-10T11:21:33.945932Z",
- "finished_at": "2026-09-10T11:28:05.723030Z",
- "updated_at": "2026-09-10T11:29:29.691543Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7858-76ba-9ed4-ed84bd9db14e",
- "log_lines": "/api/workflow_steps/01a08b14-7858-76ba-9ed4-ed84bd9db14e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7623-7563-9c36-7c2bc98904f7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}, - {
- "id": "01a08b14-78ca-700f-8413-4fde3a1e4dd6",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "zenia_zboncak-2665",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:52.352468Z",
- "started_at": "2026-09-10T11:22:52.352468Z",
- "finished_at": "2026-09-10T11:28:11.685794Z",
- "updated_at": "2026-09-10T11:29:29.804753Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-78ab-7220-8ee9-f4c90fcdd835",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": {
- "id": "01a08b14-78bf-73d7-834d-108b6f7b3eca",
- "type": "workflow_run"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-78ca-700f-8413-4fde3a1e4dd6",
- "log_lines": "/api/workflow_steps/01a08b14-78ca-700f-8413-4fde3a1e4dd6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7623-7563-9c36-7c2bc98904f7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}, - {
- "id": "01a08b14-7764-7c9d-b979-de8ed7a16ed4",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "zenia_zboncak-2665",
- "name": "generate",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:46.359480Z",
- "started_at": "2026-09-10T11:23:46.359480Z",
- "finished_at": "2026-09-10T11:25:26.052875Z",
- "updated_at": "2026-09-10T11:29:29.447804Z",
- "action": "generate",
- "property_overrides": {
- "bus": "navigating"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-7752-722e-bf3b-66ac49c7b0c7",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-7718-7e8f-ad72-c69738fa9a71",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-76f3-71ef-9508-66d3fb966f5d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-761e-7e24-b7fb-11c81fd43898",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7764-7c9d-b979-de8ed7a16ed4",
- "log_lines": "/api/workflow_steps/01a08b14-7764-7c9d-b979-de8ed7a16ed4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898/steps/01a08b14-7629-79e2-b9aa-eb8867dd47bf",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-761e-7e24-b7fb-11c81fd43898"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_by_cont]=opschain API filtering guide. Named filters: |
| limit | integer [ 1 .. 10000 ] Default: 100 Example: limit=50 Limit the number of workflow runs returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b14-8552-73a5-bc9a-0c104478278c",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-8558-72b8-9304-3e4ac7ab2279",
- "name": "assumenda",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-855f-7669-a7c4-fcee1a2a1379",
- "name": "occaecati",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-864e-7955-af20-068ac84e84fa",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/qxpom/environments/gpdti/assets/eahzk"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "01a08b14-872d-75f0-80e3-024b06fa2345",
- "name": "quantify",
- "type": "workflow_change_step",
- "action": "quantify",
- "target": "/projects/oxo1r/environments/ha9a6/assets/sl4s6"
}, - {
- "id": "01a08b14-8738-76f1-9664-e170905bdac0",
- "name": "Approval",
- "type": "workflow_wait_step",
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - {
- "id": "01a08b14-87ae-7ef9-8ee4-ad9e88988157",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/lqoov/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Bigtax": "0.5.6",
- "Biodex": "0.6.9",
- "Latlux": "8.02",
- "Fixflex": "4.5.2",
- "Flexidy": "7.8",
- "Sonsing": "5.5.2",
- "Veribet": "1.27",
- "Greenlam": "3.8",
- "Transcof": "0.11"
}, - "created_by": "yasmine-2769",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-09-10T11:29:33.009628Z",
- "started_at": "2026-09-10T11:19:44.265133Z",
- "finished_at": "2026-09-10T11:27:26.559151Z",
- "updated_at": "2026-09-10T11:29:33.018732Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-850d-7964-a628-742f7561f1dd",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-84fd-747e-8bdf-2daec67739ad",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-8558-72b8-9304-3e4ac7ab2279",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-8558-72b8-9304-3e4ac7ab2279",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-855f-7669-a7c4-fcee1a2a1379",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-872d-75f0-80e3-024b06fa2345",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-8738-76f1-9664-e170905bdac0",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-87ae-7ef9-8ee4-ad9e88988157",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-864e-7955-af20-068ac84e84fa",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-8545-75e1-b1c3-f8fd04bdf073",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-8545-75e1-b1c3-f8fd04bdf073"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-8552-73a5-bc9a-0c104478278c",
- "log_lines": "/api/workflow_runs/01a08b14-8552-73a5-bc9a-0c104478278c/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "01a08b14-850d-7964-a628-742f7561f1dd",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "merrie-2767",
- "created_at": "2026-09-10T11:29:32.940806Z",
- "updated_at": "2026-09-10T11:29:32.956781Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-8457-7bb1-b111-f450b49842e7",
- "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,
- "delete": true,
- "execute": 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"
}, - "notify": {
- "user_ids": [
- "01a08b12-8dad-7a78-9cd7-fbdd8c8fe084"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}, - "skip_steps": [
- "steps/to/skip/**"
]
}
}
}{- "data": {
- "id": "01a08b14-8fc5-749c-b331-d535ad9b2d75",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-8fd5-7070-9bae-b3d96375f96c",
- "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": "logged_in_user",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "pending",
- "created_at": "2026-09-10T11:29:35.684702Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:35.697667Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-8cd3-79ac-b18e-da80809f24ea",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-8cc4-7de7-a52c-59addf824970",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-8fd5-7070-9bae-b3d96375f96c",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-8fc8-727f-a9ce-03e13676e524",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-8fc8-727f-a9ce-03e13676e524"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75",
- "log_lines": "/api/workflow_runs/01a08b14-8fc5-749c-b331-d535ad9b2d75/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "01a08b14-8cd3-79ac-b18e-da80809f24ea",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "andria-2824",
- "created_at": "2026-09-10T11:29:34.931009Z",
- "updated_at": "2026-09-10T11:29:34.943597Z",
- "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": "01a08b14-8c8d-71ee-960a-2a98cb0a53ed",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "01a08b14-8c2c-7f7d-81c1-eeb57ca520cd",
- "node_type": "asset",
- "parent_id": "01a08b14-8c2c-7f7d-81c1-eeb57ca520cd",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-09-10T11:29:34.860Z",
- "updated_at": "2026-09-10T11:29:34.860Z",
- "project_type": null,
- "template_version_id": "01a08b14-8c6b-7ede-9776-55972a642637",
- "created_by_id": "01a08b14-8c7e-7c8f-941a-f595a856022b",
- "settings_generation": 1
}, - "action_template_version": {
- "id": "01a08b14-8c6b-7ede-9776-55972a642637",
- "commit_id": "01a08b14-8c63-780e-a486-15081ea376ee",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-09-10T11:29:34.827Z",
- "updated_at": "2026-09-10T11:29:34.827Z",
- "state": "ready",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "01a08b14-8c4c-77d4-a9d5-894f10a029db",
- "locked": false,
- "pending_commit_id": null,
- "float_git_rev": false,
- "created_by_id": "01a08b14-8c65-7ed0-9703-0f385f84f0f9"
}
}
], - "sample_properties": {
- "sample": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-8c2c-7f7d-81c1-eeb57ca520cd",
- "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": "01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:35.694362Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:35.697667Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-8fc5-749c-b331-d535ad9b2d75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-8fd5-7070-9bae-b3d96375f96c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75/steps/01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "log_lines": "/api/workflow_steps/01a08b14-8fcf-7273-8a7e-37a2158db2a2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75"
}
}, - {
- "id": "01a08b14-8fd5-7070-9bae-b3d96375f96c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:35.700118Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:35.703338Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "01a08b14-8c8d-71ee-960a-2a98cb0a53ed",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-8c6b-7ede-9776-55972a642637",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-8fc5-749c-b331-d535ad9b2d75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75/steps/01a08b14-8fd5-7070-9bae-b3d96375f96c",
- "log_lines": "/api/workflow_steps/01a08b14-8fd5-7070-9bae-b3d96375f96c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75/steps/01a08b14-8fcf-7273-8a7e-37a2158db2a2",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-8fc5-749c-b331-d535ad9b2d75"
}
}
]
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
{- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "name": "qui",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "name": "harum",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "01a08b14-9db3-7b06-a6d8-b2ae6ea2048f",
- "name": "calculate",
- "type": "workflow_change_step",
- "action": "calculate",
- "target": "/projects/tjrje/environments/y6wil/assets/znes3"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "01a08b14-9e98-7ba4-a629-c6c44ab83a03",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/odpgv/environments/ybxa1/assets/8si8b"
}, - {
- "id": "01a08b14-9ea2-79d7-a482-1f106333b25d",
- "name": "Approval",
- "type": "workflow_wait_step",
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - {
- "id": "01a08b14-9f04-7e04-a291-177b5dc0942b",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/qcpmz/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Alpha": "2.6.6",
- "Otcom": "6.33",
- "Namfix": "0.9.8",
- "Flexidy": "7.3",
- "Konklab": "0.8.5",
- "Pannier": "6.32",
- "Quo Lux": "7.20",
- "Regrant": "2.31",
- "Zontrax": "6.7",
- "Mat Lam Tam": "0.66"
}, - "created_by": "julian.kreiger-2939",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-09-10T11:29:39.007020Z",
- "started_at": "2026-09-10T11:21:11.350566Z",
- "finished_at": "2026-09-10T11:24:51.558904Z",
- "updated_at": "2026-09-10T11:29:39.015649Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "01a08b14-9c7f-7dff-bd5c-04a85472c0a0",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "01a08b14-9c6f-7077-9132-f52def849ba8",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-9e98-7ba4-a629-c6c44ab83a03",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-9ea2-79d7-a482-1f106333b25d",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-9f04-7e04-a291-177b5dc0942b",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-9db3-7b06-a6d8-b2ae6ea2048f",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "01a08b14-9cb3-7cc5-b0ef-a87822565fbe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-9cb3-7cc5-b0ef-a87822565fbe"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "log_lines": "/api/workflow_runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "01a08b14-9c7f-7dff-bd5c-04a85472c0a0",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "mac-2937",
- "created_at": "2026-09-10T11:29:38.942768Z",
- "updated_at": "2026-09-10T11:29:38.960553Z",
- "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": null
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "01a08b14-9bc5-728e-95c4-6c8fdfc4254b",
- "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": "01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "julian.kreiger-2939",
- "name": "qui",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:39.012466Z",
- "started_at": "2026-09-10T11:21:11.350566Z",
- "finished_at": "2026-09-10T11:24:51.558904Z",
- "updated_at": "2026-09-10T11:29:39.015649Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-9e98-7ba4-a629-c6c44ab83a03",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-9ea2-79d7-a482-1f106333b25d",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-9f04-7e04-a291-177b5dc0942b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "log_lines": "/api/workflow_steps/01a08b14-9cc5-73c6-9ff7-bdf801725284/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}, - {
- "id": "01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "julian.kreiger-2939",
- "name": "harum",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:02.695590Z",
- "started_at": "2026-09-10T11:21:02.695590Z",
- "finished_at": "2026-09-10T11:27:40.170977Z",
- "updated_at": "2026-09-10T11:29:39.219135Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-9db3-7b06-a6d8-b2ae6ea2048f",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "log_lines": "/api/workflow_steps/01a08b14-9ccd-7374-a4e7-2ff15c18c0bf/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}, - {
- "id": "01a08b14-9e98-7ba4-a629-c6c44ab83a03",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "julian.kreiger-2939",
- "name": "input",
- "step_sequence": 2,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:53.061656Z",
- "started_at": "2026-09-10T11:22:53.061656Z",
- "finished_at": "2026-09-10T11:25:36.333882Z",
- "updated_at": "2026-09-10T11:29:39.482698Z",
- "action": "input",
- "property_overrides": {
- "pixel": "parsing"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-9e88-7c4d-b116-529b4025ff5e",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-9e56-7d5a-97b3-9954c6dccd43",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-9e37-7c02-9f15-aecb4b81286b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9e98-7ba4-a629-c6c44ab83a03",
- "log_lines": "/api/workflow_steps/01a08b14-9e98-7ba4-a629-c6c44ab83a03/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}, - {
- "id": "01a08b14-9ea2-79d7-a482-1f106333b25d",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "lock_version": 1,
- "created_by": "julian.kreiger-2939",
- "name": "Approval",
- "step_sequence": 3,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:35.366602Z",
- "started_at": "2026-09-10T11:24:35.366602Z",
- "finished_at": "2026-09-10T11:26:46.624624Z",
- "updated_at": "2026-09-10T11:29:39.492585Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9ea2-79d7-a482-1f106333b25d",
- "log_lines": "/api/workflow_steps/01a08b14-9ea2-79d7-a482-1f106333b25d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}, - {
- "id": "01a08b14-9f04-7e04-a291-177b5dc0942b",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "julian.kreiger-2939",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:19:33.835674Z",
- "started_at": "2026-09-10T11:20:33.835674Z",
- "finished_at": "2026-09-10T11:25:25.623384Z",
- "updated_at": "2026-09-10T11:29:39.590560Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-9ee7-7dca-98cd-ac10bf24ea14",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": {
- "id": "01a08b14-9efb-7042-a8ea-6ef4e629a026",
- "type": "workflow_run"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9f04-7e04-a291-177b5dc0942b",
- "log_lines": "/api/workflow_steps/01a08b14-9f04-7e04-a291-177b5dc0942b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9cc5-73c6-9ff7-bdf801725284",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}, - {
- "id": "01a08b14-9db3-7b06-a6d8-b2ae6ea2048f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "julian.kreiger-2939",
- "name": "calculate",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:37.986695Z",
- "started_at": "2026-09-10T11:22:37.986695Z",
- "finished_at": "2026-09-10T11:23:09.863342Z",
- "updated_at": "2026-09-10T11:29:39.253778Z",
- "action": "calculate",
- "property_overrides": {
- "interface": "generating"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-9da2-7f63-b4e7-8f38e1861e18",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-9d70-7384-bafd-dce891bb1a94",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-9d52-7314-8000-9cc676161268",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-9cbf-7af9-8548-b12f5ffa5db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9db3-7b06-a6d8-b2ae6ea2048f",
- "log_lines": "/api/workflow_steps/01a08b14-9db3-7b06-a6d8-b2ae6ea2048f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1/steps/01a08b14-9ccd-7374-a4e7-2ff15c18c0bf",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-9cbf-7af9-8548-b12f5ffa5db1"
}
}
]
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
Lists all workflow steps.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[status_code_eq]=running API filtering guide. Named filters: |
| limit | integer [ 1 .. 1000 ] Default: 1000 Example: limit=50 Limit the number of workflow steps returned |
{- "data": [
- {
- "id": "01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "minus",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:45.176564Z",
- "started_at": "2026-09-10T11:20:42.082269Z",
- "finished_at": "2026-09-10T11:25:54.051953Z",
- "updated_at": "2026-09-10T11:29:45.179821Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-b4e0-7c4e-9bd1-69e68a7793a3",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-b6bd-7827-bd77-7583616d111e",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-b6c7-7acd-a288-73cc0d481315",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-b737-7186-99e6-1fd723236bdc",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-b815-7773-991e-3e29e4ef181e",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-b81f-7c23-a9ea-e869ec898957",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-b82c-7735-aaeb-97e3ad5a8f6b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "log_lines": "/api/workflow_steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b4e0-7c4e-9bd1-69e68a7793a3",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "aliza-3097",
- "name": "repellat",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:16.735387Z",
- "started_at": "2026-09-10T11:23:16.735387Z",
- "finished_at": "2026-09-10T11:24:26.816549Z",
- "updated_at": "2026-09-10T11:29:45.387218Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-b5d1-7913-a3c9-ee74a5da88f0",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4e0-7c4e-9bd1-69e68a7793a3",
- "log_lines": "/api/workflow_steps/01a08b14-b4e0-7c4e-9bd1-69e68a7793a3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b6bd-7827-bd77-7583616d111e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "compress",
- "step_sequence": 2,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:07.364991Z",
- "started_at": "2026-09-10T11:24:07.364991Z",
- "finished_at": "2026-09-10T11:28:00.470803Z",
- "updated_at": "2026-09-10T11:29:45.663624Z",
- "action": "compress",
- "property_overrides": {
- "array": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-b6ab-7caa-a42d-919a16e469a4",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-b677-7837-9254-31cde3752bf6",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-b653-7d34-b412-b9199a3659ce",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b6bd-7827-bd77-7583616d111e",
- "log_lines": "/api/workflow_steps/01a08b14-b6bd-7827-bd77-7583616d111e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b6c7-7acd-a288-73cc0d481315",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "Approval",
- "step_sequence": 3,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:39.329465Z",
- "started_at": "2026-09-10T11:24:39.329465Z",
- "finished_at": "2026-09-10T11:27:26.640043Z",
- "updated_at": "2026-09-10T11:29:45.673950Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b6c7-7acd-a288-73cc0d481315",
- "log_lines": "/api/workflow_steps/01a08b14-b6c7-7acd-a288-73cc0d481315/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b737-7186-99e6-1fd723236bdc",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:46.623509Z",
- "started_at": "2026-09-10T11:23:46.623509Z",
- "finished_at": "2026-09-10T11:26:38.712579Z",
- "updated_at": "2026-09-10T11:29:45.785165Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-b718-71e8-b14d-baf73214b736",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": {
- "id": "01a08b14-b72d-70fc-acdd-fc81f7267667",
- "type": "workflow_run"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b737-7186-99e6-1fd723236bdc",
- "log_lines": "/api/workflow_steps/01a08b14-b737-7186-99e6-1fd723236bdc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b815-7773-991e-3e29e4ef181e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "transmit",
- "step_sequence": 5,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:46.003035Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:46.008355Z",
- "action": "transmit",
- "property_overrides": {
- "feed": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "01a08b14-b7e7-7dea-96b0-710a578b345a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-b7c1-7cb0-85cb-2cc80ae1fe7d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b815-7773-991e-3e29e4ef181e",
- "log_lines": "/api/workflow_steps/01a08b14-b815-7773-991e-3e29e4ef181e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b81f-7c23-a9ea-e869ec898957",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "Wait",
- "step_sequence": 6,
- "status_code": "continued",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:54.174844Z",
- "started_at": "2026-09-10T11:22:54.174844Z",
- "finished_at": "2026-09-10T11:25:01.542291Z",
- "updated_at": "2026-09-10T11:29:46.018712Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b81f-7c23-a9ea-e869ec898957",
- "log_lines": "/api/workflow_steps/01a08b14-b81f-7c23-a9ea-e869ec898957/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b82c-7735-aaeb-97e3ad5a8f6b",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "child workflow",
- "step_sequence": 7,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:46.025659Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:29:46.032495Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-b718-71e8-b14d-baf73214b736",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b82c-7735-aaeb-97e3ad5a8f6b",
- "log_lines": "/api/workflow_steps/01a08b14-b82c-7735-aaeb-97e3ad5a8f6b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4d9-76df-866e-e6b68dfbc2a5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b5d1-7913-a3c9-ee74a5da88f0",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aliza-3097",
- "name": "generate",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:22:26.806877Z",
- "started_at": "2026-09-10T11:23:26.806877Z",
- "finished_at": "2026-09-10T11:23:48.231753Z",
- "updated_at": "2026-09-10T11:29:45.427860Z",
- "action": "generate",
- "property_overrides": {
- "sensor": "backing up"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-b5bd-761c-a023-2c4d6ea4d0c5",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-b580-7f13-8756-fddbbf250efd",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-b55f-79c1-8f10-ca57c1e9ec33",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-b4d3-70e6-a7a7-2646bdf4421f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b5d1-7913-a3c9-ee74a5da88f0",
- "log_lines": "/api/workflow_steps/01a08b14-b5d1-7913-a3c9-ee74a5da88f0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f/steps/01a08b14-b4e0-7c4e-9bd1-69e68a7793a3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b4d3-70e6-a7a7-2646bdf4421f"
}
}, - {
- "id": "01a08b14-b732-7cf3-96c3-15f8de1c0ffd",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "gladys-3114",
- "name": "voluptatem",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:45.778166Z",
- "started_at": "2026-09-10T11:19:56.677915Z",
- "finished_at": "2026-09-10T11:20:07.096960Z",
- "updated_at": "2026-09-10T11:29:45.780843Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b72d-70fc-acdd-fc81f7267667",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/us8lj/workflows/child/runs/01a08b14-b72d-70fc-acdd-fc81f7267667/steps/01a08b14-b732-7cf3-96c3-15f8de1c0ffd",
- "log_lines": "/api/workflow_steps/01a08b14-b732-7cf3-96c3-15f8de1c0ffd/log_lines",
- "parent": "/api/projects/us8lj/workflows/child/runs/01a08b14-b72d-70fc-acdd-fc81f7267667",
- "workflow_run": "/api/projects/us8lj/workflows/child/runs/01a08b14-b72d-70fc-acdd-fc81f7267667"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "execute": true
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 01a08b12-af19-72d0-95d2-a3a969c72eb0 workflow step id |
{- "data": {
- "id": "01a08b14-b9ee-76fc-a175-f2cb9641c802",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "lettie-3130",
- "name": "esse",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:29:46.477502Z",
- "started_at": "2026-09-10T11:19:50.746652Z",
- "finished_at": "2026-09-10T11:27:58.409605Z",
- "updated_at": "2026-09-10T11:29:46.481361Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-b9e8-7c90-8c46-2bc99f293a2c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-b9f6-767a-80d2-c8d5461ac924",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-bbb2-7919-9e23-62c7ac97b208",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-bbbe-7ff3-883e-0e8e338a2c3e",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-bc23-7054-a4a3-596962ba9f0d",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-bce5-701e-8418-f901ce2663f0",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-bced-7836-8cb1-74525f06a48f",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-bcf6-7b32-b788-b5ce42cdcfb6",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-b9e8-7c90-8c46-2bc99f293a2c/steps/01a08b14-b9ee-76fc-a175-f2cb9641c802",
- "log_lines": "/api/workflow_steps/01a08b14-b9ee-76fc-a175-f2cb9641c802/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-b9e8-7c90-8c46-2bc99f293a2c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-b9e8-7c90-8c46-2bc99f293a2c"
}
}
}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: 01a08b12-af4e-7eb4-b3cf-6aeb5a12993f workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "01a08b14-c6cf-7837-8729-ce30c8f56c94",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:29:49Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "nathanial.dibbert-3196",
- "name": "Wait",
- "step_sequence": 8,
- "status_code": "continued",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:59.017164Z",
- "started_at": "2026-09-10T11:22:59.017164Z",
- "finished_at": "2026-09-10T11:29:49.795063Z",
- "updated_at": "2026-09-10T11:29:49.811357Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-c384-73e4-932d-c963899a95d3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-c384-73e4-932d-c963899a95d3/steps/01a08b14-c6cf-7837-8729-ce30c8f56c94",
- "log_lines": "/api/workflow_steps/01a08b14-c6cf-7837-8729-ce30c8f56c94/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-c384-73e4-932d-c963899a95d3/steps/01a08b14-c389-7037-a85e-535b8dc282d6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-c384-73e4-932d-c963899a95d3"
}
}
}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: 01a08b12-af5f-77b5-9fbd-d78bb5bd2b2c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "01a08b14-d550-7ee7-a69a-a0dde305f1fc",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:29:53Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "ngan_gibson-3295",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:19:00.331247Z",
- "started_at": "2026-09-10T11:20:00.331247Z",
- "finished_at": "2026-09-10T11:29:53.508117Z",
- "updated_at": "2026-09-10T11:29:53.524040Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-d1db-7c97-9c4d-a7676d4def2c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-d1db-7c97-9c4d-a7676d4def2c/steps/01a08b14-d550-7ee7-a69a-a0dde305f1fc",
- "log_lines": "/api/workflow_steps/01a08b14-d550-7ee7-a69a-a0dde305f1fc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-d1db-7c97-9c4d-a7676d4def2c/steps/01a08b14-d1e0-7657-9cf9-d8e9ef5d0cc9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-d1db-7c97-9c4d-a7676d4def2c"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 01a08b12-af2f-7235-a725-230323a71824 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "01a08b14-e822-75f8-b7ee-28f23fd9701f",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:29:58Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "walker_dibbert-3427",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "rejected",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:32.913838Z",
- "started_at": "2026-09-10T11:21:32.913838Z",
- "finished_at": "2026-09-10T11:29:58.329755Z",
- "updated_at": "2026-09-10T11:29:58.336292Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-e4e5-752b-95d1-9d082e6a3066",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-e4e5-752b-95d1-9d082e6a3066/steps/01a08b14-e822-75f8-b7ee-28f23fd9701f",
- "log_lines": "/api/workflow_steps/01a08b14-e822-75f8-b7ee-28f23fd9701f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-e4e5-752b-95d1-9d082e6a3066/steps/01a08b14-e4ea-7c79-9c86-c438ef4c4887",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-e4e5-752b-95d1-9d082e6a3066"
}
}
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
| limit | integer [ 1 .. 1000 ] Default: 1000 Example: limit=50 Limit the number of workflow steps returned |
{- "data": [
- {
- "id": "01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "sit",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:30:03.022512Z",
- "started_at": "2026-09-10T11:24:13.120206Z",
- "finished_at": "2026-09-10T11:26:53.062301Z",
- "updated_at": "2026-09-10T11:30:03.026156Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-fa97-7d68-8bc5-a702a5900d23",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b14-fcc5-7b3d-9152-3023a506f44e",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-fcda-7b74-b7a9-55095d116269",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-fd66-7beb-b707-ec3fa714c264",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b14-fe8d-7ffe-b32b-5e428317c416",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b14-fe9a-70d2-a764-870681ea2620",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b14-fea4-7a75-b161-90a198eaddf5",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "log_lines": "/api/workflow_steps/01a08b14-fa8f-7335-82e3-edc180d8ddce/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fa97-7d68-8bc5-a702a5900d23",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "nicolasa.wunsch-3559",
- "name": "voluptatibus",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:20:20.562888Z",
- "started_at": "2026-09-10T11:21:20.562888Z",
- "finished_at": "2026-09-10T11:28:51.124736Z",
- "updated_at": "2026-09-10T11:30:03.270898Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b14-fbb3-7f7b-bd4f-d561493072c8",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa97-7d68-8bc5-a702a5900d23",
- "log_lines": "/api/workflow_steps/01a08b14-fa97-7d68-8bc5-a702a5900d23/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fcc5-7b3d-9152-3023a506f44e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "input",
- "step_sequence": 2,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:05.229921Z",
- "started_at": "2026-09-10T11:24:05.229921Z",
- "finished_at": "2026-09-10T11:29:02.803887Z",
- "updated_at": "2026-09-10T11:30:03.600258Z",
- "action": "input",
- "property_overrides": {
- "matrix": "compressing"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-fca7-7502-b2da-ec047d468fa9",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-fc66-791f-857b-825eacda11b4",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-fc46-7043-b8a3-1762816725e6",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fcc5-7b3d-9152-3023a506f44e",
- "log_lines": "/api/workflow_steps/01a08b14-fcc5-7b3d-9152-3023a506f44e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fcda-7b74-b7a9-55095d116269",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "Approval",
- "step_sequence": 3,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:19:41.871862Z",
- "started_at": "2026-09-10T11:20:41.871862Z",
- "finished_at": "2026-09-10T11:27:37.844335Z",
- "updated_at": "2026-09-10T11:30:03.613613Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fcda-7b74-b7a9-55095d116269",
- "log_lines": "/api/workflow_steps/01a08b14-fcda-7b74-b7a9-55095d116269/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fd66-7beb-b707-ec3fa714c264",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:00.167792Z",
- "started_at": "2026-09-10T11:22:00.167792Z",
- "finished_at": "2026-09-10T11:28:57.962559Z",
- "updated_at": "2026-09-10T11:30:03.753428Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-fd39-7121-9699-f0f722c60b62",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": {
- "id": "01a08b14-fd58-7a4c-a77c-12bd96a711cf",
- "type": "workflow_run"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fd66-7beb-b707-ec3fa714c264",
- "log_lines": "/api/workflow_steps/01a08b14-fd66-7beb-b707-ec3fa714c264/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fe8d-7ffe-b32b-5e428317c416",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "generate",
- "step_sequence": 5,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:30:04.043844Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:30:04.049693Z",
- "action": "generate",
- "property_overrides": {
- "pixel": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "01a08b14-fe57-707a-b1c4-0dfcd8bcb66d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-fe27-7a0b-bebf-725c8862ac6b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fe8d-7ffe-b32b-5e428317c416",
- "log_lines": "/api/workflow_steps/01a08b14-fe8d-7ffe-b32b-5e428317c416/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fe9a-70d2-a764-870681ea2620",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "Wait",
- "step_sequence": 6,
- "status_code": "continued",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:24.507828Z",
- "started_at": "2026-09-10T11:24:24.507828Z",
- "finished_at": "2026-09-10T11:24:37.893584Z",
- "updated_at": "2026-09-10T11:30:04.060274Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fe9a-70d2-a764-870681ea2620",
- "log_lines": "/api/workflow_steps/01a08b14-fe9a-70d2-a764-870681ea2620/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fea4-7a75-b161-90a198eaddf5",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "child workflow",
- "step_sequence": 7,
- "status_code": "pending",
- "skip_requested": false,
- "created_at": "2026-09-10T11:30:04.066496Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-09-10T11:30:04.072845Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "01a08b14-fd39-7121-9699-f0f722c60b62",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fea4-7a75-b161-90a198eaddf5",
- "log_lines": "/api/workflow_steps/01a08b14-fea4-7a75-b161-90a198eaddf5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa8f-7335-82e3-edc180d8ddce",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}, - {
- "id": "01a08b14-fbb3-7f7b-bd4f-d561493072c8",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "nicolasa.wunsch-3559",
- "name": "override",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:37.915160Z",
- "started_at": "2026-09-10T11:22:37.915160Z",
- "finished_at": "2026-09-10T11:22:55.284673Z",
- "updated_at": "2026-09-10T11:30:03.318934Z",
- "action": "override",
- "property_overrides": {
- "microchip": "transmitting"
}
}, - "relationships": {
- "change": {
- "data": {
- "id": "01a08b14-fb98-70f5-aa52-b7c06332ee5f",
- "type": "change"
}
}, - "change_parent": {
- "data": {
- "id": "01a08b14-fb56-7ada-8244-16ba9884e2b1",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "01a08b14-fb2d-783c-bb69-cc28c9d04141",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "01a08b14-fa8a-7332-bfe1-a5acc3a2aec6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fbb3-7f7b-bd4f-d561493072c8",
- "log_lines": "/api/workflow_steps/01a08b14-fbb3-7f7b-bd4f-d561493072c8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6/steps/01a08b14-fa97-7d68-8bc5-a702a5900d23",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b14-fa8a-7332-bfe1-a5acc3a2aec6"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "execute": 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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
| step_id required | string Example: 01a08b12-af19-72d0-95d2-a3a969c72eb0 workflow step id |
{- "data": {
- "id": "01a08b15-05fb-7029-a754-95d5eab0068f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "zita_ferry-3626",
- "name": "suscipit",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "created_at": "2026-09-10T11:30:05.945911Z",
- "started_at": "2026-09-10T11:20:26.914450Z",
- "finished_at": "2026-09-10T11:25:07.663860Z",
- "updated_at": "2026-09-10T11:30:05.950485Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b15-05f4-7885-8047-03c2d844dc58",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "01a08b15-0604-7c54-a868-b2bfa2dcb44b",
- "type": "workflow_noop_step"
}, - {
- "id": "01a08b15-083b-78de-8cd2-eb6b17282e07",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b15-0847-7e27-91d4-234ded9f4fb0",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b15-08ff-7c4f-846d-f1500ce6173c",
- "type": "workflow_workflow_step"
}, - {
- "id": "01a08b15-0a2f-7bc4-a529-649c6af2f566",
- "type": "workflow_change_step"
}, - {
- "id": "01a08b15-0a39-7eca-9797-567c834f2700",
- "type": "workflow_wait_step"
}, - {
- "id": "01a08b15-0a45-71a2-bbe9-27b7ab8bd5e8",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b15-05f4-7885-8047-03c2d844dc58/steps/01a08b15-05fb-7029-a754-95d5eab0068f",
- "log_lines": "/api/workflow_steps/01a08b15-05fb-7029-a754-95d5eab0068f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b15-05f4-7885-8047-03c2d844dc58",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b15-05f4-7885-8047-03c2d844dc58"
}
}
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
| step_id required | string Example: 01a08b12-af4e-7eb4-b3cf-6aeb5a12993f workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "01a08b15-1adc-7bfe-8204-876fbe494859",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:30:11Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "kurtis-3726",
- "name": "Wait",
- "step_sequence": 8,
- "status_code": "continued",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:40.946987Z",
- "started_at": "2026-09-10T11:22:40.946987Z",
- "finished_at": "2026-09-10T11:30:11.317710Z",
- "updated_at": "2026-09-10T11:30:11.331452Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b15-16c7-7094-b008-822ae33a0b5f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b15-16c7-7094-b008-822ae33a0b5f/steps/01a08b15-1adc-7bfe-8204-876fbe494859",
- "log_lines": "/api/workflow_steps/01a08b15-1adc-7bfe-8204-876fbe494859/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b15-16c7-7094-b008-822ae33a0b5f/steps/01a08b15-16cd-7819-a8eb-2b78b2d2b3af",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b15-16c7-7094-b008-822ae33a0b5f"
}
}
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
| step_id required | string Example: 01a08b12-af5f-77b5-9fbd-d78bb5bd2b2c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "01a08b15-2b64-7496-b4a3-864221fe628c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:30:15Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "christian.bruen-3825",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "approved",
- "skip_requested": false,
- "created_at": "2026-09-10T11:21:00.187536Z",
- "started_at": "2026-09-10T11:22:00.187536Z",
- "finished_at": "2026-09-10T11:30:15.561548Z",
- "updated_at": "2026-09-10T11:30:15.579910Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b15-27e3-72d8-86a0-3785a05294dc",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b15-27e3-72d8-86a0-3785a05294dc/steps/01a08b15-2b64-7496-b4a3-864221fe628c",
- "log_lines": "/api/workflow_steps/01a08b15-2b64-7496-b4a3-864221fe628c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b15-27e3-72d8-86a0-3785a05294dc/steps/01a08b15-27e9-774b-86fb-efdee3d8e002",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b15-27e3-72d8-86a0-3785a05294dc"
}
}
}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: 01a08b12-a9df-72bf-80df-65b22578da8a workflow run id |
| step_id required | string Example: 01a08b12-af2f-7235-a725-230323a71824 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "01a08b15-43d4-707a-ab2b-6ff92dc289c9",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-09-10T11:30:21Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "lucius-3957",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "rejected",
- "skip_requested": false,
- "created_at": "2026-09-10T11:23:41.415206Z",
- "started_at": "2026-09-10T11:24:41.415206Z",
- "finished_at": "2026-09-10T11:30:21.812009Z",
- "updated_at": "2026-09-10T11:30:21.818122Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "01a08b15-4090-7858-8226-c4f94344e619",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/01a08b15-4090-7858-8226-c4f94344e619/steps/01a08b15-43d4-707a-ab2b-6ff92dc289c9",
- "log_lines": "/api/workflow_steps/01a08b15-43d4-707a-ab2b-6ff92dc289c9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/01a08b15-4090-7858-8226-c4f94344e619/steps/01a08b15-4096-7480-8835-99851ca6a32a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/01a08b15-4090-7858-8226-c4f94344e619"
}
}
}Endpoints to interact with events.
Lists all events.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[query_param_code_eq]=opc API filtering guide. Named filters: |
| limit | integer [ 1 .. 1000 ] Default: 10 Example: limit=50 Limit the number of events returned |
{- "data": [
- {
- "id": "01a08b13-6627-755e-8c58-492b2e97fd04",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "del_lakin",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-09-10T11:28:19.494622Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "01a08b13-6613-79fb-804d-78a4269aec4a",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/01a08b13-6627-755e-8c58-492b2e97fd04"
}
}
], - "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": "01a08b13-674e-7b20-aa17-6ea77fce7f9f",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "logged_in_user",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-09-10T11:28:19.789804Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/01a08b13-674e-7b20-aa17-6ea77fce7f9f"
}
}
}Shows an event.
| event_id required | string Example: 01a08b12-a474-7131-92d0-1f0d59f6f1f4 event id |
{- "data": {
- "id": "01a08b13-699d-78a8-a2bf-1ce10756f81d",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "jared",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-09-10T11:28:20.380823Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "01a08b13-6988-7b8a-ac06-f06b277f6632",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/01a08b13-699d-78a8-a2bf-1ce10756f81d"
}
}
}Lists all event filters.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[code_eq]=changes_success API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-5cd5-7791-a403-3df293cef298",
- "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": "opschain",
- "created_at": "2026-09-10T11:28:17.108893Z",
- "updated_at": "2026-09-10T11:28:17.108893Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "01a08b13-5dc1-75ff-8103-d4aee33ccfac",
- "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": "qnlcz",
- "description": "Delectus quia ipsum dignissimos.",
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:28:17.344663Z",
- "updated_at": "2026-09-10T11:28:17.344663Z"
}, - "links": {
- "self": "/api/event_filters/qnlcz",
- "subscribers": "/api/event_filters/qnlcz/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "01a08b13-6023-7c52-a6ab-2e7f8f81139b",
- "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": "opschain",
- "created_at": "2026-09-10T11:28:17.955151Z",
- "updated_at": "2026-09-10T11:28:17.955151Z"
}, - "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": "01a08b13-61c0-7369-b1c5-45d3f1ce72e6",
- "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": "opschain",
- "created_at": "2026-09-10T11:28:18.367657Z",
- "updated_at": "2026-09-10T11:28:18.381584Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}Lists all event subscribers.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[enabled_eq]=true API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-6b66-798a-a53d-b683fa6013db",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "tierra-1205",
- "created_at": "2026-09-10T11:28:20.837775Z",
- "updated_at": "2026-09-10T11:28:20.837775Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-6b2f-7e12-a03f-59d80733d63c",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-6b60-7623-aca5-0b8814ec2785",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-6b66-798a-a53d-b683fa6013db"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Create an event subscriber without a node in the path.
The subscriber is still attached to a node - channel_parent_path names the node owning the notification channel, and the event filter supplies the node the subscription applies to.
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": "01a08b13-6d28-78b2-8a1a-2ef4025f96a6",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:28:21.287767Z",
- "updated_at": "2026-09-10T11:28:21.287767Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-6c94-7fca-aa3c-5c8369b068d4",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/sbneg"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-6d17-7e7a-b1cc-a1156b3b6955",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/jdmvw"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-6d28-78b2-8a1a-2ef4025f96a6"
}
}
}List event subscribers for a specific project, environment or asset.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[enabled_eq]=true API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-707c-7232-ad33-bb9ec88b48e1",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "quincy.okeefe-1239",
- "created_at": "2026-09-10T11:28:22.139524Z",
- "updated_at": "2026-09-10T11:28:22.139524Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-7038-7178-9647-7fc3eac472c0",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-7076-7efc-bc7d-a5770bda01e4",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-707c-7232-ad33-bb9ec88b48e1"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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": "01a08b13-7257-743c-9577-cd3eea8e9000",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:28:22.614431Z",
- "updated_at": "2026-09-10T11:28:22.614431Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-71b8-7156-b048-30a5b4d51f6c",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/dmlst"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-7247-7094-9d4b-bed0c62c47b4",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/lfkcc"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-7257-743c-9577-cd3eea8e9000"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: 01a08b12-a4bc-7c44-ad25-46de4452c197 event subscriber id |
{- "data": {
- "id": "01a08b13-771b-7798-8dc9-440618c73d88",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "palmer.parker-1273",
- "created_at": "2026-09-10T11:28:23.834347Z",
- "updated_at": "2026-09-10T11:28:23.834347Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-76bf-7c6d-9eaf-a5c88ac0c34f",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-7714-73da-b10b-4f6fe64a71bb",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-771b-7798-8dc9-440618c73d88"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: 01a08b12-a4bc-7c44-ad25-46de4452c197 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": "01a08b13-7a1d-763b-abf7-34aaa44885e4",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "molly.mertz-1285",
- "created_at": "2026-09-10T11:28:24.604676Z",
- "updated_at": "2026-09-10T11:28:24.640397Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "01a08b13-79d8-701f-a0d5-5ea08dea0fe8",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "01a08b13-7a27-7531-a8e8-8b7b99fdc7b6",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/01a08b13-7a1d-763b-abf7-34aaa44885e4"
}
}
}Lists all global notification channels.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[code_eq]=slack API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-c7a8-7fb5-84cc-e1db9551f228",
- "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": "bennie.wisozk-1702",
- "created_at": "2026-09-10T11:28:44.456245Z",
- "updated_at": "2026-09-10T11:28:44.456245Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-c7a3-70e6-b424-2cf6ae62c747",
- "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,
- "delete": true
}
}
}Create a global notification channel, available to every node in the instance.
required | object |
{- "data": {
- "attributes": {
- "code": "ops_team_slack",
- "notification_job_code": "direct_job",
- "format": "slack",
- "default_channel": false,
- "enabled": true,
- "description": "Slack channel for the operations team"
}
}
}{- "data": {
- "id": "01a08b13-c841-77bf-87c3-13fb45ae65f4",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "ops_team_slack",
- "description": "Slack channel for the operations team",
- "default_channel": false,
- "internal": false,
- "enabled": true,
- "created_by": "logged_in_user",
- "created_at": "2026-09-10T11:28:44.608688Z",
- "updated_at": "2026-09-10T11:28:44.608688Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-c809-71be-9a74-9fd251ac2f26",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/ops_team_slack",
- "parent": "/api/system_configuration"
}
}
}Sends a test notification through the channel and returns what the notification job reported.
The supplied attributes are merged over the channel's stored kwargs for this send only - nothing is saved - and supply whatever the job needs but the channel does not store, such as the to address of an email channel. Only email and direct message channels can be tested, and a disabled channel is rejected.
| notification_channel_code required | string Example: system_email notification channel code |
required | object |
{- "data": {
- "attributes": {
- "to": "ops-team@example.com"
}
}
}{- "data": {
- "id": "01a08b13-c9b5-7f9c-84ce-189bea5f898f",
- "type": "notification_channel_test",
- "attributes": {
- "result": [
- "Email sent successfully"
]
}
}
}Show a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "01a08b13-cad0-781c-96db-05aa45f97079",
- "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": "mora-1707",
- "created_at": "2026-09-10T11:28:45.264049Z",
- "updated_at": "2026-09-10T11:28:45.264049Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-cacb-73d2-ab0c-9f1a8228002a",
- "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": "01a08b13-cbe0-7c02-a748-2891de1266e8",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "lakita-1709",
- "created_at": "2026-09-10T11:28:45.536232Z",
- "updated_at": "2026-09-10T11:28:45.548569Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-cbb4-700b-8300-fc1c6013dfe3",
- "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.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[code_eq]=slack API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-cfee-727d-a514-955514b02667",
- "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": "rico-1717",
- "created_at": "2026-09-10T11:28:46.573275Z",
- "updated_at": "2026-09-10T11:28:46.573275Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-cf8d-7167-b22a-eb3cf9eef93b",
- "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,
- "delete": 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": "01a08b13-d0dd-7053-8e79-f3b0b3a8c918",
- "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": "lora-1721",
- "created_at": "2026-09-10T11:28:46.812087Z",
- "updated_at": "2026-09-10T11:28:46.812087Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-d089-7ff9-95e2-bc155f8ce81e",
- "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": "01a08b13-d282-7f01-acd7-b2fc0afcf852",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "desmond-1729",
- "created_at": "2026-09-10T11:28:47.234458Z",
- "updated_at": "2026-09-10T11:28:47.249747Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "01a08b13-d24f-7d54-8c46-84f96ae97df2",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}Lists all notification jobs.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "01a08b13-d4db-7ede-8abf-8ba9e969faf4",
- "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-09-10T11:28:47.835533Z",
- "updated_at": "2026-09-10T11:28:47.835533Z",
- "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": "01a08b13-d52e-7648-bf28-36dca0b3616d",
- "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-09-10T11:28:47.917729Z",
- "updated_at": "2026-09-10T11:28:47.917729Z",
- "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"
}
}
}Sends an email via the global default email channel's SMTP configuration.
Notes:
404.to, cc or bcc must be supplied. Each accepts either a single address or an array of addresses.content must be base64 encoded. The combined decoded size of all attachments must not exceed 5MB.from address is not restricted - a running change or agent may send email as any address its SMTP server accepts.
The address the email was sent from is recorded in the api:email:create event raised for each request.| Authorization required | string the API key OpsChain supplied to the running change or agent |
required | object |
{- "data": {
- "attributes": {
- "subject": "OpsChain change 4d9d2f2c completed",
- "body": "The deploy action completed successfully.",
- "to": [
- "ops@limepoint.com"
], - "cc": [
- "team@limepoint.com"
], - "bcc": [
- "audit@limepoint.com"
], - "from": "changes@limepoint.com",
- "content_type": "text/plain",
- "attachments": [
- {
- "filename": "report.csv",
- "content_type": "text/csv",
- "content": "aWQsbmFtZQoxLG9wc2NoYWluCg=="
}
]
}
}
}{- "data": {
- "id": "6aa2944f2bde3_110e1110478e7@1b82327b0eb1.mail",
- "type": "email",
- "attributes": {
- "from": "no-reply@limepoint.com",
- "to": [
- "ops@limepoint.com"
], - "cc": [ ],
- "bcc": [ ],
- "subject": "OpsChain change 4d9d2f2c completed",
- "attachment_filenames": [ ],
- "sent_at": "2026-09-10T11:28:15Z"
}
}
}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": "217880",
- "type": "job",
- "attributes": {
- "priority": 2,
- "job_class": "ChangeJob",
- "error_count": 1,
- "last_error_message": "ActiveRecord::LockWaitTimeout: could not obtain lock on row in relation \"steps\"",
- "queue": "default",
- "last_error_backtrace": "/opt/opschain/app/jobs/change_job.rb:24:in 'ChangeJob#run'",
- "data": "{}",
- "maximum_retry_count": 0,
- "node_id": "01a08b13-8c5d-773a-8607-bc4fee4e83b9",
- "node_path": "/projects/opc/environments/dev",
- "status": "failed",
- "worker_hostname": "opschain-api-worker-7c4d8b9948-7bg6t",
- "args": "[]",
- "kwargs": "{}",
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2026-09-10T10:14:28.335993Z",
- "finished_at": "2026-09-10T11:28:29.294885Z",
- "expired_at": null
}
}, - {
- "id": "841171",
- "type": "job",
- "attributes": {
- "priority": 59,
- "job_class": "RefreshTemplateVersionActionsJob",
- "error_count": 3,
- "last_error_message": "Que::JobMethods::JobTimeoutError: job exceeded its maximum run time",
- "queue": "default",
- "last_error_backtrace": "/opt/opschain/app/jobs/refresh_template_version_actions_job.rb:18:in 'run'",
- "data": "{}",
- "maximum_retry_count": 0,
- "node_id": "01a08b13-8c5d-773a-8607-bc4fee4e83b9",
- "node_path": "/projects/opc/environments/dev",
- "status": "failed",
- "worker_hostname": null,
- "args": "[]",
- "kwargs": "{}",
- "description": "No description available.",
- "run_at": "2026-09-09T19:39:39.122360Z",
- "finished_at": null,
- "expired_at": "2026-09-10T10:58:29.298912Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 2,
- "total_matching_filter_exact": true
}
}Endpoints to interact with settings.
Shows the current settings.
| settings_id required | string Example: 01a08b12-8fe6-79b0-bbcf-5b7de3ed5d7f settings id |
{- "data": {
- "id": "01a08b14-0613-7019-8fbe-b8ac87cbabe9",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-09-10T11:29:00.434567Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/01a08b14-0613-7019-8fbe-b8ac87cbabe9",
- "current_version": "/api/settings/01a08b14-0613-7019-8fbe-b8ac87cbabe9/versions/1",
- "versions": "/api/settings/01a08b14-0613-7019-8fbe-b8ac87cbabe9/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: 01a08b12-8fe6-79b0-bbcf-5b7de3ed5d7f settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1
}
}
}{- "data": {
- "id": "01a08b14-071e-7cf5-9570-71229e1f17d3",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-09-10T11:29:00.702299Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/01a08b14-071e-7cf5-9570-71229e1f17d3",
- "current_version": "/api/settings/01a08b14-071e-7cf5-9570-71229e1f17d3/versions/1",
- "versions": "/api/settings/01a08b14-071e-7cf5-9570-71229e1f17d3/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: 01a08b12-8fe6-79b0-bbcf-5b7de3ed5d7f settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}
}
}{- "data": {
- "id": "01a08b14-093d-73f3-99d6-a99caed119ee",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-09-10T11:29:01.244594Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/01a08b14-093d-73f3-99d6-a99caed119ee",
- "current_version": "/api/settings/01a08b14-093d-73f3-99d6-a99caed119ee/versions/1",
- "versions": "/api/settings/01a08b14-093d-73f3-99d6-a99caed119ee/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: 01a08b12-8fe6-79b0-bbcf-5b7de3ed5d7f settings id |
| limit | integer [ 1 .. 10000 ] Default: 1000 Example: limit=50 Limit the number of settings versions returned. When more records match than the limit a 206 response is returned and |
{- "data": [
- {
- "id": "01a08b14-0ada-7088-ab5c-e3fbeb1510fc",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-09-10T11:29:01.657539Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "01a08b14-0ad7-7c6b-b97f-5302b8e69347",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-0ad7-7c6b-b97f-5302b8e69347"
}
}
}, - "links": {
- "versions": "/api/settings/01a08b14-0ad7-7c6b-b97f-5302b8e69347/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/01a08b14-0ad7-7c6b-b97f-5302b8e69347/versions/1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the settings values for this settings version.
| settings_id required | string Example: 01a08b12-8fe6-79b0-bbcf-5b7de3ed5d7f settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "01a08b14-0bdf-792c-b696-91f82b16b4a7",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-09-10T11:29:01.919159Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "01a08b14-0bdd-7b5c-bdc6-5aff49054e36",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-0bdd-7b5c-bdc6-5aff49054e36"
}
}
}, - "links": {
- "versions": "/api/settings/01a08b14-0bdd-7b5c-bdc6-5aff49054e36/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/01a08b14-0bdd-7b5c-bdc6-5aff49054e36/versions/1"
}
}
}List all authorisation tokens.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[description_cont]=automation |
{- "data": [
- {
- "id": "01a08b12-dd6f-7118-8025-d7fb55aa5504",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-09-10T15:27:44.000000Z",
- "created_at": "2026-09-10T11:27:44.443307Z",
- "updated_at": "2026-09-10T11:27:44.443307Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-dd0c-75c6-9079-8c94a4ae9259",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-dd0c-75c6-9079-8c94a4ae9259"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-dd6f-7118-8025-d7fb55aa5504"
}
}, - {
- "id": "01a08b12-dd38-7b67-9bd9-e8a5abfb5daa",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2027-03-10T23:59:59.999999Z",
- "created_at": "2026-09-10T11:27:44.439643Z",
- "updated_at": "2026-09-10T11:27:44.439643Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-dd0c-75c6-9079-8c94a4ae9259",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-dd0c-75c6-9079-8c94a4ae9259"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-dd38-7b67-9bd9-e8a5abfb5daa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an access token for the current user.
Notes:
token.enable_cookies setting is true (default) a new refresh_token cookie is set in the response and the supplied refresh token is rotated (destroyed and replaced). The response body contains only the access token.token.enable_cookies setting is false and the refresh token is supplied to authenticate the request a new refresh token is included in the response meta and the supplied refresh token is rotated (destroyed and replaced). The new refresh token JWT is available in data.meta.refresh_token.required | object |
{- "data": {
- "attributes": {
- "username": "username",
- "password": "password"
}
}
}{- "data": {
- "id": "01a08b12-de1e-7789-9a9b-0ee112167985",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-09-10T15:27:44.000000Z",
- "created_at": "2026-09-10T11:27:44.627212Z",
- "updated_at": "2026-09-10T11:27:44.627212Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-ddba-753c-bf25-03d615896e5e",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-ddba-753c-bf25-03d615896e5e"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-de1e-7789-9a9b-0ee112167985"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIwMWEwOGIxMi1kZTFlLTc3ODktOWE5Yi0wZWUxMTIxNjc5ODUiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4OTA1NDA2NCwiaWF0IjoxNzg5MDM5NjY0fQ.3tQ2LqFFzMCCTexXezf36Y6Sc-76yrCmClYBtpEtn48"
}
}
}Creates an API key token for the current user.
Note: LDAP or local login credentials, or an access token are required to use this endpoint.
required | object |
{- "data": {
- "attributes": {
- "username": "username",
- "password": "password",
- "description": "CI token for API access",
- "expiry_date": "2027-03-10T11:27:26.330651Z"
}
}
}{- "data": {
- "id": "01a08b12-dea8-7996-9365-ce736b741543",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "Omnis fuga molestiae debitis.",
- "expires_at": "2026-09-24T23:59:59.999999Z",
- "created_at": "2026-09-10T11:27:44.807958Z",
- "updated_at": "2026-09-10T11:27:44.807958Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-de73-7617-9332-86a3bf2547f0",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-de73-7617-9332-86a3bf2547f0"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-dea8-7996-9365-ce736b741543"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIwMWEwOGIxMi1kZWE4LTc5OTYtOTM2NS1jZTczNmI3NDE1NDMiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc5MDI5NDM5OSwiaWF0IjoxNzg5MDM5NjY0fQ.3AegubmbrMaBTX9t28Bd9c7GQcNa5KJ2vUPNgd7JUqw"
}
}
}Show an authorisation token.
| token_id required | string Example: 01a08b12-9661-7e78-a266-320c7984d7af authorisation token id |
{- "data": {
- "id": "01a08b12-df34-788a-bc6b-ba4763ea4ef0",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2027-03-10T23:59:59.999999Z",
- "created_at": "2026-09-10T11:27:44.947559Z",
- "updated_at": "2026-09-10T11:27:44.947559Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-df04-7d28-b68d-69d1ee008cc0",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-df04-7d28-b68d-69d1ee008cc0"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-df34-788a-bc6b-ba4763ea4ef0"
}
}
}{- "data": {
- "id": "01a08b12-e0c0-73fa-b27d-b29d6bc235ce",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-09-10T15:27:45.000000Z",
- "created_at": "2026-09-10T11:27:45.297920Z",
- "updated_at": "2026-09-10T11:27:45.297920Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "01a08b12-e05b-7278-a872-76b006a73456",
- "type": "user"
}, - "links": {
- "owner": "/api/users/01a08b12-e05b-7278-a872-76b006a73456"
}
}
}, - "links": {
- "self": "/api/tokens/01a08b12-e0c0-73fa-b27d-b29d6bc235ce"
}
}
}{- "data": [
- {
- "id": "01a08b14-4953-7879-904b-2bcd71f05105",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "8QNJI8H1S",
- "teams": "9WJI3L3AW"
}, - "created_at": "2026-09-10T11:29:17.650912Z",
- "updated_at": "2026-09-10T11:29:17.650912Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/01a08b14-4953-7879-904b-2bcd71f05105"
}
}
]
}Show a user.
| user_id required | string Example: 01a08b12-8dad-7a78-9cd7-fbdd8c8fe084 user id |
{- "data": {
- "id": "01a08b14-49b2-7122-9557-208684d4a539",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "O5H7BGLHL",
- "teams": "ONQQ6T5MX"
}, - "created_at": "2026-09-10T11:29:17.745491Z",
- "updated_at": "2026-09-10T11:29:17.745491Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/01a08b14-49b2-7122-9557-208684d4a539"
}
}
}Update a user's notification preferences.
| user_id required | string Example: 01a08b12-8dad-7a78-9cd7-fbdd8c8fe084 user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "01a08b14-4a50-7a2b-b931-357b76a7e809",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-09-10T11:29:17.903971Z",
- "updated_at": "2026-09-10T11:29:17.949281Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/01a08b14-4a50-7a2b-b931-357b76a7e809"
}
}
}{- "data": {
- "id": "01a08b14-4b44-735c-992a-0886e4efd64e",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "CHR0U5DVV",
- "teams": "EA3IY0607"
}, - "created_at": "2026-09-10T11:29:18.147620Z",
- "updated_at": "2026-09-10T11:29:18.147620Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/01a08b14-4b44-735c-992a-0886e4efd64e"
}
}
}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": "01a08b13-d5ae-7143-b423-c0a3a43f179c",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "01a08b13-d5ae-7143-b423-c0a3a43f179c",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "01a08b13-d5ae-7143-b423-c0a3a43f179c",
- "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": "01a08b13-d814-7768-a2e4-fddcd1738e01",
- "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 the events the user is notified of for each of the project's workflows, keyed by workflow code.
Workflow notifications belong to the project. An environment or asset path returns an empty set and cannot be updated.
| project_code required | string Example: opc project code |
{- "data": {
- "id": "01a08b13-da31-747d-92de-7fb243ec3fd2",
- "type": "workflow_run_notifications",
- "attributes": {
- "assets": [ ],
- "custom_workflow": [
- "start"
], - "workflow_2": [
- "start"
]
}
}
}Lists every notification the user has configured, across every node, keyed by node path.
A user may only list their own notifications - the id in the path must be the authenticated user's own.
| user_id required | string Example: 01a08b12-8dad-7a78-9cd7-fbdd8c8fe084 user id |
{- "data": {
- "id": "01a08b13-dc14-766b-9039-7461435b9839",
- "type": "all_user_notifications",
- "attributes": {
- "/projects/opc/assets/prj_soa": {
- "node": {
- "changes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}, - "settings": {
- "events": [ ],
- "include_children": false
}, - "properties": {
- "events": [ ],
- "include_children": false
}
}, - "changes": {
- "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
}
}
}, - "/projects/opc/environments/dev/assets/env_soa": {
- "node": {
- "changes": {
- "events": [
- "cancel",
- "start"
], - "include_children": false
}, - "settings": {
- "events": [ ],
- "include_children": false
}, - "properties": {
- "events": [ ],
- "include_children": false
}
}, - "changes": {
- "env_action_1": {
- "events": [ ],
- "include_children": false
}, - "env_action_2": {
- "events": [ ],
- "include_children": false
}, - "provision": {
- "events": [ ],
- "include_children": false
}
}
}, - "/projects/opc": {
- "node": {
- "changes": {
- "events": [ ],
- "include_children": false
}, - "workflow_runs": {
- "events": [
- "cancel",
- "success"
], - "include_children": false
}, - "settings": {
- "events": [ ],
- "include_children": false
}, - "properties": {
- "events": [ ],
- "include_children": false
}
}, - "changes": {
- "whole_project": {
- "events": [
- "error"
], - "include_children": true
}
}, - "workflow_runs": {
- "assets": [ ],
- "custom_workflow": [
- "start"
], - "workflow_2": [
- "start"
]
}
}
}
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "01a08b12-9475-7081-af72-0e16235d4ad5",
- "source": "settings",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-09-10T11:27:30.674321Z",
- "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 - requires executable on /projects/opc/environments/dev/settings/secrets or /projects/opc/environments/dev/secrets, or on the equivalent path of an ancestor node",
- "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 - requires executable on /projects/opc/environments/dev/settings/secrets or /projects/opc/environments/dev/secrets, or on the equivalent path of an ancestor node",
- "filename": null
}
]
}
}
}Returns the decrypted value of a secret resolved directly from the secret vault
required | object |
{- "data": {
- "attributes": {
- "vault_owner_id": "01a08b12-9450-7f65-ad2a-ca249d51e8d1",
- "vault_path": "secret-vault://path/to/vault/vault_key",
- "expected_vault_value": "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://path/to/vault/vault_key",
- "result": "decrypted value",
- "filename": null
}
]
}
}
}Returns the OpsChain-encrypted form of the supplied value
required | object |
{- "data": {
- "attributes": {
- "value_to_encrypt": "the value to encrypt"
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "the value to encrypt",
- "result": "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A==",
- "filename": null
}
]
}
}
}Creates a secret value in the secret vault at the supplied path
required | object |
object |
{- "data": {
- "attributes": {
- "vault_owner_id": "01a08b12-9450-7f65-ad2a-ca249d51e8d1",
- "vault_path": "secret-vault://path/to/vault/vault_key",
- "vault_value": "the value to store"
}
}, - "meta": {
- "replace_secret": false
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://path/to/vault/vault_key",
- "result": "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A==",
- "filename": null
}
]
}
}
}Uploads a file and stores its contents in the secret vault at the supplied path
| vault_owner_id | string (Node whose vault configuration is used to store the secret) |
| vault_path | string |
| replace_secret | string (Replace the secret vault value if it exists (default: false)) |
| file | string <binary> The file whose contents are stored in the secret vault (binary content is base64 encoded automatically). The filename is ignored. |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="vault_owner_id" 01a08b14-0588-7a76-8b10-be44e10369bf ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="vault_path" secret-vault://path/to/vault/vault_key ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="sample.txt" content-type: text/plain content-length: 21 Sample file property ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://path/to/vault/vault_key",
- "result": "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A==",
- "filename": "sample.txt"
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "cluster_name": "opschain-db",
- "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": true,
- "secrets": {
- "global_decrypt": true,
- "global_encrypt": true
}
}
}
}
}Lists certificates in the trust store.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[filename_cont]=root API filtering guide. Named filters: |
{- "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-09-10T11:29:16.895326Z",
- "updated_at": "2026-09-10T11:29:16.895326Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": 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-09-10T11:29:17.043005Z",
- "updated_at": "2026-09-10T11:29:17.043005Z"
}, - "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-09-10T11:29:17.121656Z",
- "updated_at": "2026-09-10T11:29:17.121656Z"
}, - "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-09-10T11:29:17.534670Z",
- "updated_at": "2026-09-10T11:29:17.534670Z"
}, - "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 |
| fields[<resource_type>] |
{- "data": {
- "id": "01a08b14-2a14-79d9-af5d-17d64c66b9cf",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "01a08b14-2a22-73b7-8401-ec453ea5d2b7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01a08b14-2a22-73b7-8401-ec453ea5d2b7"
}
}, - "properties": {
- "data": {
- "id": "01a08b14-2a1a-7ff5-aa6a-fd908581af9d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/01a08b14-2a1a-7ff5-aa6a-fd908581af9d"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/01a08b14-2a22-73b7-8401-ec453ea5d2b7",
- "properties": "/api/properties/01a08b14-2a1a-7ff5-aa6a-fd908581af9d"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "can_have_actions": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "01a08b14-2a22-73b7-8401-ec453ea5d2b7",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "auth_strategy": "ldap",
- "enable_basic_auth": true,
- "token": {
- "secret_key": "{AES2}f+/5BfcAvmPMv5RVu7Vkjg=={/IV}UMvPwJtLqwmKmKOXL++0NqHkMWQfb6XhssEgDmS+fYRtUXOYZFY85GZgPvXWXCuN4uEBreHs3m7a970AtdVIslHWgGqMkq/+IvQSGPXFQLtfYtQIrkyi4kf1CmuU44HxtjGsbV8jVsE7uFiQg+J0NiX1g1bG/pUaeg1jvm91aS2rHjuVB7Eld69PrVX3BH7jt",
- "access_expiry": 240,
- "refresh_expiry": 10080,
- "enable_cookies": true
}, - "product_name": "OpsChain",
- "api_autoscaler": {
- "mode": "active",
- "min_workers": 3,
- "max_workers": 10
}, - "build_service": {
- "max_image_build_retries": 3,
- "max_concurrent_image_builds": 8,
- "image_build_throttle_delay": 2
}, - "concurrent": {
- "refresh_limit": 5,
- "runner_limit": 15,
- "mintmodel_limit": 10
}, - "git_remote": {
- "fetch_lock_timeout": 300,
- "fetch_stale_threshold": 3,
- "periodic_fetch_interval": 900,
- "periodic_fetch_summary": {
- "enabled": true,
- "interval": 86400
}, - "mountable": null,
- "ssh": {
- "connect_timeout": 10,
- "server_alive_interval": 30,
- "server_alive_count_max": 3
}
}, - "log_step_pod_events": false,
- "agent": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "script_path": "/opt/opschain/agent.sh",
- "disable_host_alias": false
}, - "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "reuse_actions_rb": true,
- "use_fork_for_mintpress_ctl_rb": true
}, - "parallel_change_worker_steps": 10,
- "image_reuse": {
- "enabled": true,
- "ttl_days": 7,
- "build_relies_on_parents": false
}, - "ldap": {
- "cache_ttl": 60,
- "refresh_interval": 14400,
- "search_timeout": 30,
- "refresh_search_timeout": 300,
- "hc_user": "{AES2}rrW67TINPz+aSPKWxsES7A=={/IV}UUNZ0cjeTjGO9DcLEOgtGVQ==",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}CJ7vfV+b7VxoRk/P4WOk2g=={/IV}U1el9Ap8I1pYG4aCPpYPAQw==",
- "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"
], - "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",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "log_email_events": false,
- "known_hosts": [ ],
- "include_git_history": false,
- "mintmodel_render_timeout": 300,
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "pod_templates": {
- "mintmodel_api": {
- "resources": {
- "requests": {
- "memory": "256Mi"
}, - "limits": {
- "memory": "2Gi"
}
}
}
}, - "requires_approval_from": [ ],
- "vault": { },
- "version": "local"
}, - "version": 1,
- "created_at": "2026-09-10T11:29:09.665632Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/01a08b14-2a22-73b7-8401-ec453ea5d2b7",
- "current_version": "/api/settings/01a08b14-2a22-73b7-8401-ec453ea5d2b7/versions/1",
- "versions": "/api/settings/01a08b14-2a22-73b7-8401-ec453ea5d2b7/versions"
}
}
]
}Returns every database cluster that has registered itself, whether its workers are currently running work and how its copy of the database is keeping up. The replication status is either primary, streaming (up to date), lagging (behind and still catching up), disconnected (a replication slot exists but nothing is attached to it) or lost (too far behind to catch up, so its copy has to be rebuilt). It is only reported for what the primary database can see, so it is absent for a database cluster that streams from another replica rather than from the primary.
{- "data": [
- {
- "id": "opschain-db",
- "type": "cluster",
- "attributes": {
- "name": "opschain-db",
- "role": "primary",
- "consuming_work": true,
- "replication_status": "primary",
- "replication_lag_seconds": null,
- "last_worker_seen_at": "2026-09-10T11:27:39.466357Z",
- "api_started_at": "2026-09-10T11:27:39.464656Z"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "18.6",
- "uptime": 1433,
- "database_size": "14 MB",
- "connections": {
- "active": 1,
- "idle": 3,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "changes",
- "size": "208 kB"
}, - {
- "name": "workflow_steps",
- "size": "208 kB"
}, - {
- "name": "nodes",
- "size": "200 kB"
}, - {
- "name": "node_background_tasks",
- "size": "184 kB"
}, - {
- "name": "steps",
- "size": "152 kB"
}, - {
- "name": "que_job_history",
- "size": "144 kB"
}, - {
- "name": "policy_assignments",
- "size": "128 kB"
}, - {
- "name": "template_versions",
- "size": "120 kB"
}, - {
- "name": "template_version_history",
- "size": "112 kB"
}, - {
- "name": "templates",
- "size": "112 kB"
}, - {
- "name": "workflows",
- "size": "112 kB"
}, - {
- "name": "schema_migrations",
- "size": "104 kB"
}, - {
- "name": "authorisation_rules",
- "size": "104 kB"
}, - {
- "name": "policy_rules",
- "size": "104 kB"
}, - {
- "name": "workflow_runs",
- "size": "96 kB"
}, - {
- "name": "users",
- "size": "96 kB"
}, - {
- "name": "workflow_versions",
- "size": "96 kB"
}, - {
- "name": "mintmodel_history",
- "size": "96 kB"
}, - {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "bookmarks",
- "size": "80 kB"
}, - {
- "name": "authorisation_policies",
- "size": "80 kB"
}, - {
- "name": "scheduled_activities",
- "size": "72 kB"
}, - {
- "name": "events",
- "size": "72 kB"
}, - {
- "name": "step_properties_versions",
- "size": "72 kB"
}, - {
- "name": "commits",
- "size": "64 kB"
}, - {
- "name": "settings",
- "size": "64 kB"
}, - {
- "name": "notification_channels",
- "size": "48 kB"
}, - {
- "name": "mintmodels",
- "size": "48 kB"
}, - {
- "name": "log_lines",
- "size": "48 kB"
}, - {
- "name": "settings_versions",
- "size": "48 kB"
}, - {
- "name": "ldap_directory_entries",
- "size": "48 kB"
}, - {
- "name": "properties",
- "size": "48 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "48 kB"
}, - {
- "name": "properties_versions",
- "size": "48 kB"
}, - {
- "name": "git_remotes",
- "size": "48 kB"
}, - {
- "name": "cluster_registrations",
- "size": "48 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "agent_statuses",
- "size": "40 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "40 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "certificates",
- "size": "32 kB"
}, - {
- "name": "git_remote_cluster_fetches",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "pod_cap_claims",
- "size": "32 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "reusable_runner_images",
- "size": "32 kB"
}, - {
- "name": "resource_slots",
- "size": "32 kB"
}, - {
- "name": "background_schema_migrations",
- "size": "24 kB"
}, - {
- "name": "background_data_migrations",
- "size": "24 kB"
}, - {
- "name": "user_preferences",
- "size": "24 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "rule_change_matches",
- "size": "24 kB"
}, - {
- "name": "rule_workflow_matches",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "authentication_tokens",
- "size": "16 kB"
}, - {
- "name": "rule_node_matches",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "log_lines_incoming",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}, - {
- "name": "node_background_task_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}
]
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}Returns every node background task (generate actions requests, MintModel concretise tasks, agent image builds, agent start/stop tasks) that has not yet finished, across all nodes.
{- "data": [ ]
}{- "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. This covers the shared default queue and the per cluster queues, one for each cluster in the topology.
{- "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-09-10T22:27:40.486+10:00",
- "last_run_at": "2026-09-10T20:27:40.486+10: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-09-10T22:27:40.486+10:00",
- "last_run_at": "2026-09-10T19:27:40.486+10:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of the actions_refresh, runner, mintmodel_concretise, and image_build slot pools, including per-slot occupancy.
{- "data": [
- {
- "id": "runner",
- "type": "resource_slot_pool",
- "attributes": {
- "pool": "runner",
- "configured_limit": 15,
- "row_count": 15,
- "claimed_count": 1,
- "free_count": 14,
- "slots": [
- {
- "slot_number": 1,
- "claimed_kind": "step_runner",
- "claimed_by_resource_id": "4ec8fd89-a5e1-4f16-8cea-c90fb62af74e",
- "claimed_at": "2026-09-10T21:22:40.594+10:00",
- "node_path": "/projects/opc/environments/dev/assets/env_soa",
- "stale": false,
- "eligible": true
}, - {
- "slot_number": 2,
- "claimed_kind": null,
- "claimed_by_resource_id": null,
- "claimed_at": null,
- "node_path": null,
- "stale": null,
- "eligible": true
}
]
}
}
]
}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,
- "uid": "b2c3d4e5-6f70-4a8b-9c0d-1e2f3a4b5c6d",
- "containers": [
- "opschain-api-worker"
], - "controlled_by": "ReplicaSet/opschain-api-worker-7d9f8b6c5d",
- "labels": {
- "app": "opschain-api-worker"
}
}, - "links": {
- "logs": "/api/admin/pods/opschain-api-worker-1/logs"
}
}
]
}Returns every deployment in the OpsChain Kubernetes namespace, including its replica counts, rollout status and the time it was last restarted.
Notes:
meta.max_replicas.meta.max_replicas is greater than 1 - carries a scale link. A client should use the presence of the link to decide whether to offer scaling, rather than matching on the deployment name.meta.authorisations.restart and meta.authorisations.scale report whether the user may perform those operations, allowing a client to hide the controls it cannot use.{- "data": [
- {
- "id": "opschain-api",
- "type": "deployment",
- "attributes": {
- "namespace": "opschain",
- "uid": "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f",
- "creation_timestamp": "2021-01-01T00:00:00Z",
- "generation": 3,
- "replicas": 2,
- "strategy": "RollingUpdate",
- "current_replicas": 2,
- "ready_replicas": 2,
- "available_replicas": 2,
- "updated_replicas": 2,
- "observed_generation": 3,
- "revision": "2",
- "restarted_at": "2021-01-02T00:00:00.000Z",
- "labels": {
- "app": "opschain-api"
}, - "selector": {
- "app": "opschain-api"
}, - "containers": [
- {
- "name": "opschain-api",
- "image": "opschain-api-image"
}
], - "conditions": [
- {
- "type": "Available",
- "status": "True",
- "reason": "MinimumReplicasAvailable",
- "message": "Deployment has minimum availability.",
- "last_transition_time": "2021-01-01T00:00:00Z",
- "last_update_time": "2021-01-01T00:00:00Z"
}, - {
- "type": "Progressing",
- "status": "True",
- "reason": "NewReplicaSetAvailable",
- "message": "ReplicaSet \"opschain-api-7d4b9c\" has successfully progressed.",
- "last_transition_time": "2021-01-02T00:00:00Z",
- "last_update_time": "2021-01-02T00:00:00Z"
}
]
}, - "links": { },
- "meta": {
- "max_replicas": 1
}
}, - {
- "id": "opschain-api-worker",
- "type": "deployment",
- "attributes": {
- "namespace": "opschain",
- "uid": "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f",
- "creation_timestamp": "2021-01-01T00:00:00Z",
- "generation": 3,
- "replicas": 3,
- "strategy": "RollingUpdate",
- "current_replicas": 2,
- "ready_replicas": 2,
- "available_replicas": 2,
- "updated_replicas": 2,
- "observed_generation": 3,
- "revision": "2",
- "restarted_at": "2021-01-02T00:00:00.000Z",
- "labels": {
- "app": "opschain-api"
}, - "selector": {
- "app": "opschain-api"
}, - "containers": [
- {
- "name": "opschain-api",
- "image": "opschain-api-image"
}
], - "conditions": [
- {
- "type": "Available",
- "status": "True",
- "reason": "MinimumReplicasAvailable",
- "message": "Deployment has minimum availability.",
- "last_transition_time": "2021-01-01T00:00:00Z",
- "last_update_time": "2021-01-01T00:00:00Z"
}, - {
- "type": "Progressing",
- "status": "True",
- "reason": "NewReplicaSetAvailable",
- "message": "ReplicaSet \"opschain-api-7d4b9c\" has successfully progressed.",
- "last_transition_time": "2021-01-02T00:00:00Z",
- "last_update_time": "2021-01-02T00:00:00Z"
}
]
}, - "links": {
- "scale": "/api/admin/deployments/opschain-api-worker/scale"
}, - "meta": {
- "max_replicas": 10
}
}
], - "meta": {
- "authorisations": {
- "restart": true,
- "scale": true
}
}
}Performs a rolling restart of a deployment in the OpsChain Kubernetes namespace, replacing each of its pods without changing the deployment configuration.
Notes:
updatable permission on the /admin/deployments/restart authorisation path. A rule on a parent path (e.g. /admin) grants it, and a rule on the restart path itself overrides that parent rule.| name required | string Example: opschain-api deployment name |
{- "data": {
- "id": "opschain-api",
- "type": "deployment",
- "attributes": {
- "namespace": "opschain",
- "uid": "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f",
- "creation_timestamp": "2021-01-01T00:00:00Z",
- "generation": 3,
- "replicas": 2,
- "strategy": "RollingUpdate",
- "current_replicas": 2,
- "ready_replicas": 2,
- "available_replicas": 2,
- "updated_replicas": 2,
- "observed_generation": 3,
- "revision": "2",
- "restarted_at": "2021-01-02T00:00:00.000Z",
- "labels": {
- "app": "opschain-api"
}, - "selector": {
- "app": "opschain-api"
}, - "containers": [
- {
- "name": "opschain-api",
- "image": "opschain-api-image"
}
], - "conditions": [
- {
- "type": "Available",
- "status": "True",
- "reason": "MinimumReplicasAvailable",
- "message": "Deployment has minimum availability.",
- "last_transition_time": "2021-01-01T00:00:00Z",
- "last_update_time": "2021-01-01T00:00:00Z"
}, - {
- "type": "Progressing",
- "status": "True",
- "reason": "NewReplicaSetAvailable",
- "message": "ReplicaSet \"opschain-api-7d4b9c\" has successfully progressed.",
- "last_transition_time": "2021-01-02T00:00:00Z",
- "last_update_time": "2021-01-02T00:00:00Z"
}
]
}, - "links": { },
- "meta": {
- "max_replicas": 1
}
}
}Sets the number of replicas of a deployment in the OpsChain Kubernetes namespace.
Notes:
updatable permission on the /admin/deployments/scale authorisation path. A rule on a parent path (e.g. /admin) grants it, and a rule on the scale path itself overrides that parent rule.opschain-api-worker, opschain-mintmodel-steps-api deployments can be scaled - every other deployment runs at a single replica and scaling it is rejected.replicas must be a whole number between 0 and the deployment's own maximum, which the list and scale responses report as meta.max_replicas.| name required | string Example: opschain-api-worker deployment name |
required | object |
{- "data": {
- "attributes": {
- "replicas": 3
}
}
}{- "data": {
- "id": "opschain-api-worker",
- "type": "deployment",
- "attributes": {
- "namespace": "opschain",
- "uid": "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f",
- "creation_timestamp": "2021-01-01T00:00:00Z",
- "generation": 3,
- "replicas": 3,
- "strategy": "RollingUpdate",
- "current_replicas": 2,
- "ready_replicas": 2,
- "available_replicas": 2,
- "updated_replicas": 2,
- "observed_generation": 3,
- "revision": "2",
- "restarted_at": "2021-01-02T00:00:00.000Z",
- "labels": {
- "app": "opschain-api"
}, - "selector": {
- "app": "opschain-api"
}, - "containers": [
- {
- "name": "opschain-api",
- "image": "opschain-api-image"
}
], - "conditions": [
- {
- "type": "Available",
- "status": "True",
- "reason": "MinimumReplicasAvailable",
- "message": "Deployment has minimum availability.",
- "last_transition_time": "2021-01-01T00:00:00Z",
- "last_update_time": "2021-01-01T00:00:00Z"
}, - {
- "type": "Progressing",
- "status": "True",
- "reason": "NewReplicaSetAvailable",
- "message": "ReplicaSet \"opschain-api-7d4b9c\" has successfully progressed.",
- "last_transition_time": "2021-01-02T00:00:00Z",
- "last_update_time": "2021-01-02T00:00:00Z"
}
]
}, - "links": {
- "scale": "/api/admin/deployments/opschain-api-worker/scale"
}, - "meta": {
- "max_replicas": 10
}
}
}Returns every pod in the OpsChain Kubernetes namespace, including the runner, MintModel and OpsChain API worker pods.
Notes:
meta.authorisations.read_logs reports whether the user may fetch the pod logs, allowing a client to hide the logs links it cannot follow.meta.authorisations.delete reports whether the user may delete pods, allowing a client to hide the delete control it cannot use.controlled_by names the Kubernetes controller managing the pod (e.g. ReplicaSet/opschain-api) and is null for the pods OpsChain creates itself.delete link is only present on the pods that can be deleted - see the delete pod endpoint.{- "data": [
- {
- "id": "change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7",
- "type": "pod",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "10.42.0.17",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-runner-image",
- "restart_count": 0,
- "uid": "a1b2c3d4-5e6f-4a8b-9c0d-1e2f3a4b5c6d",
- "containers": [
- "opschain-runner",
- "opschain-log-forwarder"
], - "controlled_by": null,
- "labels": {
- "app": "opschain-runner"
}
}, - "links": {
- "logs": "/api/admin/pods/change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7/logs",
- "delete": "/api/admin/pods/change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7"
}
}, - {
- "id": "opschain-api-worker-1",
- "type": "pod",
- "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,
- "uid": "b2c3d4e5-6f70-4a8b-9c0d-1e2f3a4b5c6d",
- "containers": [
- "opschain-api-worker"
], - "controlled_by": "ReplicaSet/opschain-api-worker-7d9f8b6c5d",
- "labels": {
- "app": "opschain-api-worker"
}
}, - "links": {
- "logs": "/api/admin/pods/opschain-api-worker-1/logs"
}
}
], - "meta": {
- "authorisations": {
- "delete": true,
- "read_logs": true
}
}
}Returns the log for a pod in the OpsChain Kubernetes namespace.
Notes:
readable permission on the /admin/pods/logs authorisation path. A rule on a parent path (e.g. /admin) grants it, and a rule on the logs path itself overrides that parent rule.| name required | string Example: change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7 pod name |
| container | string Example: container=opschain-runner The container to fetch the log for. Defaults to the pod's first container. The valid values for a pod are listed in the |
| limit | integer [ 1 .. 10000 ] Default: 1000 Example: limit=1000 The maximum number of log lines to return. A 206 response and a |
| filter[logged_at_gt] | string Example: filter[logged_at_gt]=2021-01-01T00:00:01.123456Z-0 Only return log lines logged after this cursor. Supply the |
| download | string Example: download=pod.log Download the entire pod log with the specified file name. The |
{- "data": [
- {
- "id": "2021-01-01T00:00:01.123456Z-0",
- "type": "log_line",
- "attributes": {
- "message": "Starting the OpsChain step runner",
- "logged_at": "2021-01-01T00:00:01.123456Z"
}
}, - {
- "id": "2021-01-01T00:00:02.234567Z-0",
- "type": "log_line",
- "attributes": {
- "message": "Step completed successfully",
- "logged_at": "2021-01-01T00:00:02.234567Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Force deletes a pod in the OpsChain Kubernetes namespace, without waiting out its termination grace period.
Notes:
delete link on a pod in the list pods response identifies the pods this endpoint accepts, so a client does not need its own copy of that rule.| name required | string Example: change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7 pod name |
{- "data": {
- "id": "change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7",
- "type": "pod",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "10.42.0.17",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-runner-image",
- "restart_count": 0,
- "uid": "a1b2c3d4-5e6f-4a8b-9c0d-1e2f3a4b5c6d",
- "containers": [
- "opschain-runner",
- "opschain-log-forwarder"
], - "controlled_by": null,
- "labels": {
- "app": "opschain-runner"
}
}, - "links": {
- "logs": "/api/admin/pods/change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7/logs",
- "delete": "/api/admin/pods/change-3ecf1a2b-4d5e-4f60-8a71-92b3c4d5e6f7"
}
}
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[name_eq]=test API filtering guide. Named filters: |
{- "data": [
- {
- "id": "01a08b13-442c-7044-9027-9b55ce6ad004",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "application",
- "enabled": false,
- "created_by": "jenelle-1034",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "purge_agent_images": false,
- "purge_node_background_tasks": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-09-03T11:28:10.790Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-09-10T11:28:10.795189Z",
- "updated_at": "2026-09-10T11:28:10.798048Z",
- "next_run_at": null,
- "run_at": "2026-09-03T11:28:10.790373Z",
- "end_at": "2026-12-09T11:28:10.790393Z"
}, - "links": {
- "self": "/api/data_cleanup_definitions/01a08b13-442c-7044-9027-9b55ce6ad004"
}
}
], - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}, - "has_any": true
}
}Notes:
cron_schedule or run_at fields must be provided.filters field are changes, events, jobs, workflow_runs, and node_background_tasks. The agent image cleanup job accepts template_version_history and build_agent_image_tasks. 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.purge_node_background_tasks field removes finished node background tasks, along with their log lines and run API key tokens, once a newer task of the same type exists for the template version history.
The latest successful and latest non cancelled generate actions requests, a mintmodel concretise task referenced by any generate actions request, tasks referenced by a change or an agent status, and build agent image tasks whose image has not yet been purged are always retained.required | object |
{- "data": {
- "attributes": {
- "name": "feed",
- "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,
- "purge_node_background_tasks": true
}
}
}{- "data": {
- "id": "01a08b13-4a68-7d94-a644-b8e1a0e3e863",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "matrix",
- "enabled": true,
- "created_by": "logged_in_user",
- "cron_schedule": "50 23 12 12 1",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "purge_agent_images": false,
- "purge_node_background_tasks": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}, - "node_background_tasks": {
- "created_at_days_ago_lteq": 90
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-09-10T11:28:12.391873Z",
- "updated_at": "2026-09-10T11:28:12.391873Z",
- "next_run_at": "2026-12-07T12:50:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/01a08b13-4a68-7d94-a644-b8e1a0e3e863"
}
}, - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 01a08b12-a3f6-7bb5-a5bc-a93158a309ca data cleanup definition id |
{- "data": {
- "id": "01a08b13-4c60-78af-b4bb-3f943e94e5d5",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "interface",
- "enabled": false,
- "created_by": "rayford_mclaughlin-1079",
- "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,
- "purge_node_background_tasks": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-09-03T11:28:12.890Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-09-10T11:28:12.895387Z",
- "updated_at": "2026-09-10T11:28:12.897850Z",
- "next_run_at": null,
- "run_at": "2026-09-03T11:28:12.890870Z",
- "end_at": "2026-12-09T11:28:12.890886Z"
}, - "links": {
- "self": "/api/data_cleanup_definitions/01a08b13-4c60-78af-b4bb-3f943e94e5d5"
}
}, - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 01a08b12-a3f6-7bb5-a5bc-a93158a309ca data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "run_at": null,
- "end_at": null
}
}
}{- "data": {
- "id": "01a08b13-4e00-7aac-ac8b-c807d56ea45e",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": false,
- "created_by": "reginald-1089",
- "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,
- "purge_node_background_tasks": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-09-03T11:28:13.306Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-09-10T11:28:13.311555Z",
- "updated_at": "2026-09-10T11:28:13.332756Z",
- "next_run_at": null,
- "run_at": "2026-09-03T11:28:13.306847Z",
- "end_at": "2026-12-09T11:28:13.306863Z"
}, - "links": {
- "self": "/api/data_cleanup_definitions/01a08b13-4e00-7aac-ac8b-c807d56ea45e"
}
}, - "meta": {
- "authorisations": {
- "update": true,
- "delete": true
}
}
}Extracts the converged properties, converged settings, and relevant asset MintModel for the two nodes supplied. Also includes environments and assets summaries, and most recent change for each node.
required | object |
{- "data": {
- "attributes": {
- "node_path_a": "/projects/opc/environments/dev/assets/env_soa",
- "node_path_b": "/projects/opc/assets/prj_soa"
}
}
}{- "data": {
- "id": "env_soa:prj_soa",
- "type": "node_comparison",
- "attributes": {
- "nodes": {
- "node_a": {
- "name": "Environment asset (env_soa)",
- "path": "/projects/opc/environments/dev/assets/env_soa",
- "created_at": "2026-09-10T11:28:09.890306Z",
- "updated_at": "2026-09-10T11:28:09.890306Z",
- "properties": {
- "updated_at": "2026-09-10T11:28:09.895183Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-09-10T11:28:09.904964Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "Development (dev)"
}, - "node_b": {
- "name": "Project asset (prj_soa)",
- "path": "/projects/opc/assets/prj_soa",
- "created_at": "2026-09-10T11:28:09.972132Z",
- "updated_at": "2026-09-10T11:28:09.972132Z",
- "properties": {
- "updated_at": "2026-09-10T11:28:09.977400Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-09-10T11:28:09.988056Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "OpsChain (opc)"
}
}, - "properties": {
- "node_a": {
- "data": {
- "example_property": "value_a"
}, - "sources": {
- "example_property": "Development (dev)"
}
}, - "node_b": {
- "data": {
- "example_property": "value_b",
- "another_property": "extra"
}, - "sources": {
- "example_property": "OpsChain (opc)",
- "another_property": "OpsChain (opc)"
}
}
}, - "settings": {
- "node_a": {
- "data": {
- "example_setting": "value_a"
}, - "sources": null
}, - "node_b": {
- "data": {
- "example_setting": "value_b"
}, - "sources": null
}
}, - "mintmodel": {
- "node_a": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "node_b": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "diff": { }
}, - "environments": {
- "node_a": null,
- "node_b": null
}, - "assets": {
- "node_a": null,
- "node_b": null
}, - "agents": {
- "node_a": null,
- "node_b": null
}
}
}
}