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-05-21 (d39ca54e)",
Endpoints to interact with projects.
Notes:
show and list response payloads include links to the project's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all projects (including archived projects).
Each project in the response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| filter[<query/sort filter>]= | |
| download | string Example: download=projects.csv Download the projects in CSV format with the specified file name. The projects will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "b115b250-4afe-49df-a9ea-51377c1ae22b",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "rosaline_funk",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "32c2c4e3-55a9-4e24-bae4-df2dc43f969f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/32c2c4e3-55a9-4e24-bae4-df2dc43f969f"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "d5aac319-a7c3-437f-a0c4-167c135e3b29",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d5aac319-a7c3-437f-a0c4-167c135e3b29"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "08f2054f-7498-4b70-beea-af7562c05147",
- "type": "project",
- "attributes": {
- "code": "8i7bp",
- "name": "eos558",
- "description": "Corporis quo quidem nisi.",
- "archived": false,
- "created_by": "cathleen_hettinger",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "57cff5e7-b479-4b90-992c-86380ac460ec",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/57cff5e7-b479-4b90-992c-86380ac460ec"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "264b051f-3153-47e7-939a-07577def72a6",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/264b051f-3153-47e7-939a-07577def72a6"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/8i7bp",
- "bookmarks": "/api/projects/8i7bp/bookmarks",
- "git_remotes": "/api/projects/8i7bp/git_remotes",
- "environments": "/api/projects/8i7bp/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows a project, including any direct children.
The response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
{- "data": {
- "id": "6eb943d9-0339-41f7-9f5d-6d7071c07a4e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "lannie",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8724c919-c314-47d5-bae1-c7fb26db0b7a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8724c919-c314-47d5-bae1-c7fb26db0b7a"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "e14b6200-f8bb-4103-a064-d83e1bb34695",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e14b6200-f8bb-4103-a064-d83e1bb34695"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}Updates a project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}{- "data": {
- "id": "e20ba007-191f-43cd-845b-218ca705daa6",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "voluptatibus567",
- "description": "Rem dolorem ad quae.",
- "archived": true,
- "created_by": "mauricio.medhurst",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6d55f27a-1f18-4232-b1e2-0a626d49e43c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6d55f27a-1f18-4232-b1e2-0a626d49e43c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5705a101-3152-4249-8a27-2f9b7edacfda",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5705a101-3152-4249-8a27-2f9b7edacfda"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "git_remotes": "/api/projects/opc/git_remotes",
- "environments": "/api/projects/opc/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=environments.csv Download the project environments in CSV format with the specified file name. The environments will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "581d2ab8-cb83-4406-96b5-f0a0dfaa7f59",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "minh.rippin"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1b5c5a57-d65a-4f1b-bc5e-277f2c88619e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1b5c5a57-d65a-4f1b-bc5e-277f2c88619e"
}
}, - "parents": {
- "data": [
- {
- "id": "c0b02a1f-6fad-475f-aaae-a32d90ec5b13",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "71817c4a-9bd3-4702-8891-8a2a6036a222",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/71817c4a-9bd3-4702-8891-8a2a6036a222"
}
}, - "project": {
- "data": {
- "id": "c0b02a1f-6fad-475f-aaae-a32d90ec5b13",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an environment.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment"
}
}
}{- "data": {
- "id": "a417d15a-8993-4838-aae4-62614f570101",
- "type": "environment",
- "attributes": {
- "code": "z83gr",
- "name": "consectetur486",
- "description": "Veritatis qui adipisci iure.",
- "archived": false,
- "created_by": "galen"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2a1362a9-6ce7-4308-86df-83e42da98c4c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2a1362a9-6ce7-4308-86df-83e42da98c4c"
}
}, - "parents": {
- "data": [
- {
- "id": "6372cadb-7189-46dc-9cf9-a8ad38211157",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "d19bafc4-de8c-44a2-bcdc-12eb37814d98",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d19bafc4-de8c-44a2-bcdc-12eb37814d98"
}
}, - "project": {
- "data": {
- "id": "6372cadb-7189-46dc-9cf9-a8ad38211157",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/z83gr",
- "bookmarks": "/api/projects/opc/environments/z83gr/bookmarks",
- "changes": "/api/projects/opc/environments/z83gr/changes",
- "scheduled_activities": "/api/projects/opc/environments/z83gr/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/z83gr/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an environment.
The response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "24c8a781-d616-4401-84ea-b0ef8f5b7109",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "nicholle_okeefe"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6b7c7627-b500-4439-a51e-f2bfbe377f86",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6b7c7627-b500-4439-a51e-f2bfbe377f86"
}
}, - "parents": {
- "data": [
- {
- "id": "49976e95-3dd8-4ca8-8d3e-1d7c96449434",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "6452a404-80d7-4d78-a8d6-f5c4bee0d0dd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6452a404-80d7-4d78-a8d6-f5c4bee0d0dd"
}
}, - "project": {
- "data": {
- "id": "49976e95-3dd8-4ca8-8d3e-1d7c96449434",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "49976e95-3dd8-4ca8-8d3e-1d7c96449434",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "lorrine",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "29595b8a-69ae-4f2a-ab46-7308711dcc2e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/29595b8a-69ae-4f2a-ab46-7308711dcc2e"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "437fef76-a194-4b30-9424-0efcc136b71a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/437fef76-a194-4b30-9424-0efcc136b71a"
}
}, - "children": {
- "data": [
- {
- "id": "24c8a781-d616-4401-84ea-b0ef8f5b7109",
- "type": "environment"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}{- "data": {
- "id": "c7a66137-1db5-411c-88be-5e0a47caa2c7",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "quae496",
- "description": "Iste commodi cumque et.",
- "archived": true,
- "created_by": "lorilee.toy"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "79c6536d-cbe1-440e-82d4-a1a6fff1bf7c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/79c6536d-cbe1-440e-82d4-a1a6fff1bf7c"
}
}, - "parents": {
- "data": [
- {
- "id": "b8d85f16-d6c9-48c2-ab0d-8233d7234c20",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "56032526-8352-409b-a8a1-482a89ac3fe3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/56032526-8352-409b-a8a1-482a89ac3fe3"
}
}, - "project": {
- "data": {
- "id": "b8d85f16-d6c9-48c2-ab0d-8233d7234c20",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}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": "System Configuration"
}
}
}
}
}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-05-20T13:13:46+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": "23147eb1-c519-4b08-885c-4e2b86327c7f",
- "type": "properties_version"
}, - {
- "id": "5074082c-fe78-4152-9104-9b79b6cb9936",
- "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": "23147eb1-c519-4b08-885c-4e2b86327c7f",
- "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-05-20T13:15:01.450644Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d339d82f-52da-47f8-8c9d-eb166d638437",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d339d82f-52da-47f8-8c9d-eb166d638437"
}
}
}, - "links": {
- "versions": "/api/properties/d339d82f-52da-47f8-8c9d-eb166d638437/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/d339d82f-52da-47f8-8c9d-eb166d638437/versions/1"
}, - "meta": { }
}, - {
- "id": "5074082c-fe78-4152-9104-9b79b6cb9936",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:15:01.473340Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5563c320-ad07-486f-a525-7123acb14762",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5563c320-ad07-486f-a525-7123acb14762"
}
}
}, - "links": {
- "versions": "/api/properties/5563c320-ad07-486f-a525-7123acb14762/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/5563c320-ad07-486f-a525-7123acb14762/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": "b8cf5ebe-2620-4d57-bdaf-3813e8bfba7d",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "cornelius.quitzon",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-05-20T13:13:54.208531Z",
- "updated_at": "2026-05-20T13:13:54.208531Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "6a1ef859-49cc-480c-bfaf-9069fac265b2",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "f8878cfc-6ad8-440c-a4c2-93ade3cf57e3",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/8aa29bdc-ca72-403b-b9a0-e782da2ae1f0/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/b8cf5ebe-2620-4d57-bdaf-3813e8bfba7d",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=b8cf5ebe-2620-4d57-bdaf-3813e8bfba7d"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "3e19d6e6-f7e6-4f63-8970-da4ffe199b06",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "15c319a7-27ed-447d-b105-957b4bc19458",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "15c319a7-27ed-447d-b105-957b4bc19458",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "15c319a7-27ed-447d-b105-957b4bc19458",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "beau.hodkiewicz",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-05-20T13:13:54.523815Z",
- "updated_at": "2026-05-20T13:13:54.533834Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "1eeabdea-df6d-447e-8f4c-ccd2cf18db4e",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "8d253c8d-a89d-44e4-ae5a-7429d59cffcf",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/c5738551-0fce-4b72-ad15-c1d3fe9ba1b3/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/15c319a7-27ed-447d-b105-957b4bc19458",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=15c319a7-27ed-447d-b105-957b4bc19458"
}
}
]
}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": "4f5b9cb8-869c-4742-b9b7-a55c01180a56",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "3bedb8bd-05c2-4771-baf4-598ad3540268",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "3bedb8bd-05c2-4771-baf4-598ad3540268",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "keith",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-05-20T13:13:54.928215Z",
- "updated_at": "2026-05-20T13:13:54.938201Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "ea85df69-0c34-4a3f-8671-ad8a129fe354",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "47c7a01b-cdcf-4615-b314-5d4408771979",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/2606f635-7d6a-4b9b-a6c5-7cf4c96b6e16/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/3bedb8bd-05c2-4771-baf4-598ad3540268",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=3bedb8bd-05c2-4771-baf4-598ad3540268"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "2dcfc138-87b7-4953-b427-c8dc3a90c3c6",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows Kubernetes events for the agent. This request will only succeed when the agent is running.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "0",
- "type": "agent_event",
- "attributes": {
- "created_at": "2026-02-13T09:59:50.041123Z",
- "message": "Kubernetes event for this agent."
}
}
]
}Lists all agents (including archived agents) that belong to the project.
Each agent in the response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=agents.csv Download the agents in CSV format with the specified file name. The agents will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "5a281201-594b-4ae3-bbb4-33015100a918",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "sidney",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "37c41899-c596-427a-96e8-5a6a8bda5f3e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/37c41899-c596-427a-96e8-5a6a8bda5f3e"
}
}, - "parents": {
- "data": [
- {
- "id": "298678b8-c954-41c6-b014-ff94da77b04c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "d39e5992-b4af-4045-aad3-c4b3db591228",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d39e5992-b4af-4045-aad3-c4b3db591228"
}
}, - "project": {
- "data": {
- "id": "298678b8-c954-41c6-b014-ff94da77b04c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "5dc9f865-e2bf-4bd0-9885-2346d6fb1017",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/a40b40db-35a8-46d6-a767-53aa0910001c/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "a40b40db-35a8-46d6-a767-53aa0910001c",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/a40b40db-35a8-46d6-a767-53aa0910001c"
}
}, - "current_node_background_task": {
- "data": {
- "id": "91e3452b-99aa-43b5-a5f0-30d2e8e359ae",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/91e3452b-99aa-43b5-a5f0-30d2e8e359ae"
}
}, - "agent_status": {
- "data": {
- "id": "dae880f5-418a-4644-8c12-15cc05b3f862",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an agent.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "template_code": "agn",
- "template_version": "2026_Q1_2"
}
}
}{- "data": {
- "id": "b4686785-1b3d-4990-bbc7-043980fae97b",
- "type": "agent",
- "attributes": {
- "code": "bg2oh",
- "name": "sint410",
- "description": "Assumenda maiores accusamus eaque.",
- "archived": false,
- "created_by": "amina_price",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "564fb23b-900e-4b99-a7a9-d904b70b8548",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/564fb23b-900e-4b99-a7a9-d904b70b8548"
}
}, - "parents": {
- "data": [
- {
- "id": "2a411146-0289-490b-a308-5149fede0ca3",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "21032a42-067f-440a-ae4c-3b35bf67b4c9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/21032a42-067f-440a-ae4c-3b35bf67b4c9"
}
}, - "project": {
- "data": {
- "id": "2a411146-0289-490b-a308-5149fede0ca3",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "4c88295c-a4cc-4abc-b6f3-87a3f0e1e4e5",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/10f6fb2b-87be-493d-bd7f-b49149ede06c/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "10f6fb2b-87be-493d-bd7f-b49149ede06c",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/10f6fb2b-87be-493d-bd7f-b49149ede06c"
}
}, - "current_node_background_task": {
- "data": {
- "id": "586ebd18-370d-4aa5-91cf-379875f4413e",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/bg2oh/node_background_tasks/586ebd18-370d-4aa5-91cf-379875f4413e"
}
}, - "agent_status": {
- "data": {
- "id": "70436c19-8f45-4641-89a5-39b6acc7b045",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/bg2oh/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/bg2oh",
- "bookmarks": "/api/projects/opc/agents/bg2oh/bookmarks",
- "converged_properties": "/api/projects/opc/agents/bg2oh/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/bg2oh/node_background_tasks",
- "version_history": "/api/projects/opc/agents/bg2oh/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an agent belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "1d1e24e3-cfc2-463c-a504-b4c32ac10cb3",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "samella",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a2771a6e-397e-45bf-8c0f-a0038cb0c750",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a2771a6e-397e-45bf-8c0f-a0038cb0c750"
}
}, - "parents": {
- "data": [
- {
- "id": "d21ca568-3dee-4307-92a5-85fa46441ba8",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "473ef000-4d41-47d5-93b5-2c148f573860",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/473ef000-4d41-47d5-93b5-2c148f573860"
}
}, - "project": {
- "data": {
- "id": "d21ca568-3dee-4307-92a5-85fa46441ba8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "5787ae72-9393-4ed7-99f0-5aa3281b7ee2",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "3a71e0ab-8f91-454e-b66b-5003dd3035dc",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc"
}
}, - "current_node_background_task": {
- "data": {
- "id": "6c4644f5-30d7-40e8-8dfb-54f688c16a8f",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/6c4644f5-30d7-40e8-8dfb-54f688c16a8f"
}
}, - "agent_status": {
- "data": {
- "id": "3c56a5f0-e83c-4965-8717-737e4a69fd7d",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "d21ca568-3dee-4307-92a5-85fa46441ba8",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "cristopher.kohler",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "31c284d9-e7a9-4db7-a3c7-185ffd1d0838",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/31c284d9-e7a9-4db7-a3c7-185ffd1d0838"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "7f9cad69-f24b-4b79-ac7b-c8b87b0a5b18",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7f9cad69-f24b-4b79-ac7b-c8b87b0a5b18"
}
}, - "children": {
- "data": [
- {
- "id": "1d1e24e3-cfc2-463c-a504-b4c32ac10cb3",
- "type": "agent"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "3a71e0ab-8f91-454e-b66b-5003dd3035dc",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-05-20T13:14:48.309966Z",
- "updated_at": "2026-05-20T13:14:48.309966Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "df6ccfd6-3ace-455a-ae33-fcb393a17bc0",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "5787ae72-9393-4ed7-99f0-5aa3281b7ee2",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "1d1e24e3-cfc2-463c-a504-b4c32ac10cb3",
- "type": "agent"
}, - {
- "id": "1d1e24e3-cfc2-463c-a504-b4c32ac10cb3",
- "type": "agent"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc",
- "template_versions": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "5787ae72-9393-4ed7-99f0-5aa3281b7ee2",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "gwenn.casper",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:14:48.324589Z",
- "updated_at": "2026-05-20T13:14:48.324589Z",
- "git_rev": "digital",
- "commit_sha": "facedad84e05f119c301be403b99b598ea61b5df",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "892de58f-4a7e-451a-9f69-bbf6d6860056",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/892de58f-4a7e-451a-9f69-bbf6d6860056"
}
}, - "settings": {
- "data": {
- "id": "d0c239d6-7764-412c-9d75-6a715f679f24",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d0c239d6-7764-412c-9d75-6a715f679f24"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc"
}
}, - {
- "id": "6c4644f5-30d7-40e8-8dfb-54f688c16a8f",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "arthur",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-05-20T13:14:48.393440Z",
- "updated_at": "2026-05-20T13:14:48.410532Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "f16808d4-00ff-4f41-bcd0-c3007211130a",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "1d1e24e3-cfc2-463c-a504-b4c32ac10cb3",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/3a71e0ab-8f91-454e-b66b-5003dd3035dc/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/6c4644f5-30d7-40e8-8dfb-54f688c16a8f",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=6c4644f5-30d7-40e8-8dfb-54f688c16a8f"
}
}, - {
- "id": "3c56a5f0-e83c-4965-8717-737e4a69fd7d",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "6c4644f5-30d7-40e8-8dfb-54f688c16a8f",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "6c4644f5-30d7-40e8-8dfb-54f688c16a8f",
- "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": "38fba6e3-3db9-4dde-9310-3b055b238d31",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "distinctio420",
- "description": "Qui voluptas occaecati eius.",
- "archived": true,
- "created_by": "ozzie",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "500133cc-40b9-4dfb-8373-2e434478b4d3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/500133cc-40b9-4dfb-8373-2e434478b4d3"
}
}, - "parents": {
- "data": [
- {
- "id": "492e1eb9-e332-4a7e-9e53-f6e89a6e917c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "802b331c-cf2e-42c8-9a23-fe068353ac30",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/802b331c-cf2e-42c8-9a23-fe068353ac30"
}
}, - "project": {
- "data": {
- "id": "492e1eb9-e332-4a7e-9e53-f6e89a6e917c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "addcc350-b81a-41f9-8ff5-16a36e87dfc3",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/7f06e0ea-dfea-4616-b467-568010eb119f/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "7f06e0ea-dfea-4616-b467-568010eb119f",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/7f06e0ea-dfea-4616-b467-568010eb119f"
}
}, - "current_node_background_task": {
- "data": {
- "id": "3cdd1e16-2b62-4db0-8a2c-19b73ca6253e",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/3cdd1e16-2b62-4db0-8a2c-19b73ca6253e"
}
}, - "agent_status": {
- "data": {
- "id": "18dbd5d5-dd78-4c63-aa1b-ab67802c4edc",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Show the converged 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-05-20T13:13:46+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": "System Configuration"
}
}
}
}
}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-05-20T13:13:46+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": "c1d4f994-4402-401d-bcdb-7501e29bfde7",
- "type": "properties_version"
}, - {
- "id": "21aaa9bd-cc4e-44d4-b43e-dff20602f4f6",
- "type": "properties_version"
}, - {
- "id": "2e2f097b-f95b-46f8-a8a9-4dbf0d11306f",
- "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": "c1d4f994-4402-401d-bcdb-7501e29bfde7",
- "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-05-20T13:14:51.899860Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "39459f30-9cdc-490d-b057-199dbe460c5d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/39459f30-9cdc-490d-b057-199dbe460c5d"
}
}
}, - "links": {
- "versions": "/api/properties/39459f30-9cdc-490d-b057-199dbe460c5d/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/39459f30-9cdc-490d-b057-199dbe460c5d/versions/1"
}, - "meta": { }
}, - {
- "id": "21aaa9bd-cc4e-44d4-b43e-dff20602f4f6",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:14:51.940959Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "59145468-3de4-442a-826f-bc11d9c51fa9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/59145468-3de4-442a-826f-bc11d9c51fa9"
}
}
}, - "links": {
- "versions": "/api/properties/59145468-3de4-442a-826f-bc11d9c51fa9/versions",
- "owner": "/api/projects/opc/templates/1964f70c-e865-4524-8d11-35156b459228/versions/2026_Q1_2",
- "self": "/api/properties/59145468-3de4-442a-826f-bc11d9c51fa9/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "55fe7ce7-8cfa-45ed-b33c-b1c376a859c1"
}
}
}, - {
- "id": "2e2f097b-f95b-46f8-a8a9-4dbf0d11306f",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:14:51.977473Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0d730c1a-8469-4a14-b3ab-7647af4a9649",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0d730c1a-8469-4a14-b3ab-7647af4a9649"
}
}
}, - "links": {
- "versions": "/api/properties/0d730c1a-8469-4a14-b3ab-7647af4a9649/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/0d730c1a-8469-4a14-b3ab-7647af4a9649/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "55fe7ce7-8cfa-45ed-b33c-b1c376a859c1"
}
}
}, - {
- "id": "properties.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "base_properties",
- "common": "property"
}
}, - "links": {
- "repository_path": ".opschain/properties.yaml"
}
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "project_properties",
- "project": "property"
}
}, - "links": {
- "repository_path": ".opschain/projects/opc.yaml"
}
}
]
}Endpoints to interact with assets.
Notes:
show and list response payloads include links to the asset's changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all assets (including archived assets) that belong to the project.
Each asset in the response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=assets.csv Download the project assets in CSV format with the specified file name. The assets will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "57132402-a71b-4804-9002-404c9766324e",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "valentin",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1ff2dcd1-5df1-4cd7-86c3-e2f3e9f01557",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1ff2dcd1-5df1-4cd7-86c3-e2f3e9f01557"
}
}, - "parents": {
- "data": [
- {
- "id": "457ef951-db49-4689-a21f-a7764e4d5803",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "63ec58f5-4da7-4f62-9a5a-e2a4f8f8b411",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/63ec58f5-4da7-4f62-9a5a-e2a4f8f8b411"
}
}, - "project": {
- "data": {
- "id": "457ef951-db49-4689-a21f-a7764e4d5803",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "c010ac23-f8f0-4d4b-9d17-b0392086bb4d",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/9320a705-c493-48d7-a6f3-3016d6f77f66/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "bc938d55-1353-4042-9758-62a899d304af",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "9320a705-c493-48d7-a6f3-3016d6f77f66",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/9320a705-c493-48d7-a6f3-3016d6f77f66"
}
}, - "current_node_background_task": {
- "data": {
- "id": "e78d53a7-d166-4141-8fdb-8ad468734f00",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/e78d53a7-d166-4141-8fdb-8ad468734f00"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an asset belonging to the project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "template_code": "soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "a24196e1-757e-4e67-b47b-d509e18ae82b",
- "type": "asset",
- "attributes": {
- "code": "rclq5",
- "name": "recusandae440",
- "description": "Id hic deleniti eaque.",
- "archived": false,
- "created_by": "shawana",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "98ac7f9f-fabf-4daa-afc0-42eedaa4dd58",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/98ac7f9f-fabf-4daa-afc0-42eedaa4dd58"
}
}, - "parents": {
- "data": [
- {
- "id": "17c177c9-9857-4bcd-95a9-f425e005e5d1",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "bae22019-2d14-4b7e-981d-bbb630b6d956",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/bae22019-2d14-4b7e-981d-bbb630b6d956"
}
}, - "project": {
- "data": {
- "id": "17c177c9-9857-4bcd-95a9-f425e005e5d1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "b4810188-3670-4a5c-9d42-a3617ca6f3dc",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/f6bc0751-e0b0-4910-9733-8f00efda6a15/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "f6bc0751-e0b0-4910-9733-8f00efda6a15",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/f6bc0751-e0b0-4910-9733-8f00efda6a15"
}
}, - "current_node_background_task": {
- "data": {
- "id": "5600b8f4-000b-4937-9240-30eda8439f82",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/rclq5/node_background_tasks/5600b8f4-000b-4937-9240-30eda8439f82"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/rclq5",
- "bookmarks": "/api/projects/opc/assets/rclq5/bookmarks",
- "changes": "/api/projects/opc/assets/rclq5/changes",
- "scheduled_activities": "/api/projects/opc/assets/rclq5/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/rclq5/converged_properties",
- "mintmodels": "/api/projects/opc/assets/rclq5/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/rclq5/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/rclq5/node_background_tasks",
- "version_history": "/api/projects/opc/assets/rclq5/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an asset belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "449fb4f0-43bb-4ee7-9b49-ce2782ccf5af",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "tracee",
- "actions": [
- {
- "name": "program",
- "children": [ ],
- "full_path": "program",
- "stage_step": false,
- "description": "Try to program the FTP application, maybe it will bypass the redundant protocol!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "Indexing the alarm won't do anything, we need to calculate the redundant exe interface!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "306697d2-8699-4813-a183-8cc2f6ebd9f4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/306697d2-8699-4813-a183-8cc2f6ebd9f4"
}
}, - "parents": {
- "data": [
- {
- "id": "8f21892c-2f35-4d0c-b58f-375022442f7f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "e0a83b63-23bb-4d30-8d8c-7428468e02f0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e0a83b63-23bb-4d30-8d8c-7428468e02f0"
}
}, - "project": {
- "data": {
- "id": "8f21892c-2f35-4d0c-b58f-375022442f7f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "4414027f-1e0a-43b3-894c-2e1041f38316",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "6287b3e7-8358-4e76-8050-05a50612d82d",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "f3a1729e-1986-453c-a963-01b58a869703",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703"
}
}, - "current_node_background_task": {
- "data": {
- "id": "28419c3f-e845-4f96-80e0-489e44ab32c4",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/28419c3f-e845-4f96-80e0-489e44ab32c4"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "8f21892c-2f35-4d0c-b58f-375022442f7f",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "raymond",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a2910d34-10b9-4d86-84e5-45ba72bffc36",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a2910d34-10b9-4d86-84e5-45ba72bffc36"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "b0257d14-3b6f-475b-b465-3ac3f6ef0cd9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b0257d14-3b6f-475b-b465-3ac3f6ef0cd9"
}
}, - "children": {
- "data": [
- {
- "id": "449fb4f0-43bb-4ee7-9b49-ce2782ccf5af",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "6287b3e7-8358-4e76-8050-05a50612d82d",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "marcus",
- "created_at": "2026-05-20T13:14:53.454377Z",
- "updated_at": "2026-05-20T13:14:53.454377Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/6287b3e7-8358-4e76-8050-05a50612d82d",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "f3a1729e-1986-453c-a963-01b58a869703",
- "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-05-20T13:14:53.344773Z",
- "updated_at": "2026-05-20T13:14:53.344773Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "89295bc5-cf10-427f-8e15-3dbec5496652",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "4414027f-1e0a-43b3-894c-2e1041f38316",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "449fb4f0-43bb-4ee7-9b49-ce2782ccf5af",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703",
- "template_versions": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "4414027f-1e0a-43b3-894c-2e1041f38316",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "merlene",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:14:53.362408Z",
- "updated_at": "2026-05-20T13:14:53.362408Z",
- "has_mintmodel": true,
- "git_rev": "digital",
- "commit_sha": "02d66cc361462b37ff5b51c54a4277fb879152e7",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7417f19e-8dcb-4edf-8e4b-26c7af5f2437",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7417f19e-8dcb-4edf-8e4b-26c7af5f2437"
}
}, - "settings": {
- "data": {
- "id": "76c4e72f-94bc-4445-834b-5e14ff1ddbe8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/76c4e72f-94bc-4445-834b-5e14ff1ddbe8"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/f3a1729e-1986-453c-a963-01b58a869703"
}
}
]
}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": "04c8883a-9e94-4691-870d-e2465378b690",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "eum450",
- "description": "Quidem quas dolores qui.",
- "archived": true,
- "created_by": "gregory",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6f71e625-2287-480a-b6de-b6e55067ebef",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6f71e625-2287-480a-b6de-b6e55067ebef"
}
}, - "parents": {
- "data": [
- {
- "id": "43e8bdcd-11fc-4596-bac8-bf32067fa289",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "ad6a88dd-1101-42e1-802a-0efda6179387",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ad6a88dd-1101-42e1-802a-0efda6179387"
}
}, - "project": {
- "data": {
- "id": "43e8bdcd-11fc-4596-bac8-bf32067fa289",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "f81bfb52-2a5c-4abd-8422-ad1ec9b4c379",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/b40e1857-8ef6-4e86-8c77-f97b63efd2bf/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "e1cfb584-7ee4-4526-b9d3-8d1a827ff56b",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "b40e1857-8ef6-4e86-8c77-f97b63efd2bf",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/b40e1857-8ef6-4e86-8c77-f97b63efd2bf"
}
}, - "current_node_background_task": {
- "data": {
- "id": "a12b2005-a585-4138-b62c-f0953839718c",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/a12b2005-a585-4138-b62c-f0953839718c"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Show the converged 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-05-20T13:13:46+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": "System Configuration"
}
}
}
}
}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-05-20T13:13:46+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": "2cd46aa5-794c-4be8-bf1c-ee7e77d9303c",
- "type": "properties_version"
}, - {
- "id": "5a79055d-0402-4fe3-80e4-93a0ec87ec91",
- "type": "properties_version"
}, - {
- "id": "bb9543f2-59fe-483b-9c7b-c8b7eb6619e6",
- "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": "2cd46aa5-794c-4be8-bf1c-ee7e77d9303c",
- "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-05-20T13:14:55.929126Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "bae09944-88c3-4e2d-a403-1a3e77fbea25",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/bae09944-88c3-4e2d-a403-1a3e77fbea25"
}
}
}, - "links": {
- "versions": "/api/properties/bae09944-88c3-4e2d-a403-1a3e77fbea25/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/bae09944-88c3-4e2d-a403-1a3e77fbea25/versions/1"
}, - "meta": { }
}, - {
- "id": "5a79055d-0402-4fe3-80e4-93a0ec87ec91",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:14:55.962946Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "de097b44-1110-4d28-b99d-0cb4dc164b8c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/de097b44-1110-4d28-b99d-0cb4dc164b8c"
}
}
}, - "links": {
- "versions": "/api/properties/de097b44-1110-4d28-b99d-0cb4dc164b8c/versions",
- "owner": "/api/projects/opc/templates/62627b52-474e-4e60-b1b0-e297304e2d1c/versions/2023_Q4_2",
- "self": "/api/properties/de097b44-1110-4d28-b99d-0cb4dc164b8c/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "2a1feca9-54b2-40a3-974d-c459bad5e439"
}
}
}, - {
- "id": "bb9543f2-59fe-483b-9c7b-c8b7eb6619e6",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:14:55.991396Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "063ee4d6-fa28-4866-85c0-c4cfbfbe25a8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/063ee4d6-fa28-4866-85c0-c4cfbfbe25a8"
}
}
}, - "links": {
- "versions": "/api/properties/063ee4d6-fa28-4866-85c0-c4cfbfbe25a8/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/063ee4d6-fa28-4866-85c0-c4cfbfbe25a8/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "2a1feca9-54b2-40a3-974d-c459bad5e439"
}
}
}, - {
- "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: 89d0c0f3-0c03-49a9-9616-6f8dc6bc2c9b |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines with the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "7ab3c15f-4508-4c66-853d-f1ac2129a93a",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Delectus dignissimos rerum tempore.",
- "category": "action",
- "template_version_history_id": "6f1be471-fcba-4019-ab2e-59bcf6cfa3fe",
- "node_background_task_id": "deee4cbf-6a50-41e6-988c-a6a08d45b4a2",
- "logged_at": "2026-05-19T00: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": "2544be56-c0f3-4ebe-9199-964ba904a0b6",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "tosha_langworth",
- "actions": [ ],
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-05-20T13:14:56.975094Z",
- "updated_at": "2026-05-20T13:14:56.975094Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "97abc724-1ac9-4d23-9d98-16b98f5e75dc",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "38db5c6b-f4b1-46a8-a2c1-e6e7a600139b",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/ad433f6a-4871-4506-ac5f-99b2666eb765/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/2544be56-c0f3-4ebe-9199-964ba904a0b6",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=2544be56-c0f3-4ebe-9199-964ba904a0b6"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "598802ac-85f8-49bb-b92e-b40cbba2e45a",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "porter_oreilly",
- "actions": [
- {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "If we transmit the interface, we can get to the SAS array through the solid state SDD feed!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "bypass",
- "children": [ ],
- "full_path": "bypass",
- "stage_step": false,
- "description": "Use the multi-byte SCSI feed, then you can parse the 1080p alarm!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-05-20T13:14:57.238621Z",
- "updated_at": "2026-05-20T13:14:57.247421Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "2eed414f-8671-4ab6-82da-761b2bbb87b7",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "d1c20c81-d3c2-4c70-932b-4e771d1ce03e",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/f4b0a6dd-2931-46fc-8fc1-b7bf5e7d3163/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/598802ac-85f8-49bb-b92e-b40cbba2e45a",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=598802ac-85f8-49bb-b92e-b40cbba2e45a"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}
}
}Show a specific actions generation request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| node_background_task_id required | string Example: 89d0c0f3-0c03-49a9-9616-6f8dc6bc2c9b generate actions request id |
{- "data": {
- "id": "c02eec67-1cee-4003-a1de-f6bebcb4f6e2",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "lucius",
- "actions": [
- {
- "name": "override",
- "children": [ ],
- "full_path": "override",
- "stage_step": false,
- "description": "Use the virtual SSL bandwidth, then you can calculate the virtual interface!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "navigate",
- "children": [ ],
- "full_path": "navigate",
- "stage_step": false,
- "description": "Use the back-end GB card, then you can override the primary port!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-05-20T13:14:57.506756Z",
- "updated_at": "2026-05-20T13:14:57.513278Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "c5503455-5c15-4296-9302-da1aa9cbf8ca",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "b78a4368-ba8f-4226-90d7-2839ad651e25",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/63c51ffb-da20-4bf2-aac0-97c084176c85/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/c02eec67-1cee-4003-a1de-f6bebcb4f6e2",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=c02eec67-1cee-4003-a1de-f6bebcb4f6e2"
}
}
}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: 89d0c0f3-0c03-49a9-9616-6f8dc6bc2c9b 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": "58ed5469-816e-4400-b964-23922c9ec421",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-05-20T13:15:11Z"
}
]
}
}, - {
- "id": "f8107e25-b79f-4e3f-b01f-d13a89789993",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-05-20T13:15:11Z"
}
], - "template_versions": [ ]
}
}
]
}Lists the template versions that have been assigned to the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "413b7ae7-e924-45cf-a802-c146148eea4a",
- "type": "template_version_history",
- "attributes": {
- "created_by": "allan",
- "active_from": "2026-05-20T13:15:27.474647Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "fc4e9223-71b4-4ae5-b6d8-1d863d9b0750",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "53e1ea2f-11b5-477a-95ea-83dbddee1c2a",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "c5edeb09-df9b-4390-b56e-3fe2f2574816",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/0a499c88-9415-4d03-80db-40fedcda022c/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/413b7ae7-e924-45cf-a802-c146148eea4a",
- "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: 5ab9ebf2-08af-4945-a452-3cdaa35f74ca version history id |
{- "data": {
- "id": "45480f92-25ff-4ba5-9fd2-7e45d08f1d84",
- "type": "template_version_history",
- "attributes": {
- "created_by": "helene",
- "active_from": "2026-05-20T13:15:27.796728Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "e38fffe9-3469-4528-9677-82140bfbd5e5",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "d5d5f793-0369-40fc-ab5e-e0dc6a556e58",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "1cab1199-b7c9-4523-b37c-b7994686e388",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/45480f92-25ff-4ba5-9fd2-7e45d08f1d84",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "e38fffe9-3469-4528-9677-82140bfbd5e5",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "helene",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e59e8adf-fd26-4c4a-b1a8-4123c3819af8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e59e8adf-fd26-4c4a-b1a8-4123c3819af8"
}
}, - "parents": {
- "data": [
- {
- "id": "ad73e26e-5e28-478d-9dc6-5f6b8804fdd8",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "29da8117-3d56-4058-a433-8b3f61f5ad1b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/29da8117-3d56-4058-a433-8b3f61f5ad1b"
}
}, - "project": {
- "data": {
- "id": "ad73e26e-5e28-478d-9dc6-5f6b8804fdd8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "d5d5f793-0369-40fc-ab5e-e0dc6a556e58",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "7f92d9ba-78be-4533-83fa-4e1ca0d145f3",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b"
}
}, - "current_node_background_task": {
- "data": {
- "id": "1cab1199-b7c9-4523-b37c-b7994686e388",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/1cab1199-b7c9-4523-b37c-b7994686e388"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "d5d5f793-0369-40fc-ab5e-e0dc6a556e58",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "brande.luettgen",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:15:27.746035Z",
- "updated_at": "2026-05-20T13:15:27.746035Z",
- "has_mintmodel": true,
- "git_rev": "cross-platform",
- "commit_sha": "aa3f749d2514d3728676beeb1bc4f15da3506b95",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "15463e3d-7b67-4d3d-9356-ebb3986beae7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/15463e3d-7b67-4d3d-9356-ebb3986beae7"
}
}, - "settings": {
- "data": {
- "id": "66f1b1a5-ee2d-4f1e-a2bf-cfea80c9ca14",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/66f1b1a5-ee2d-4f1e-a2bf-cfea80c9ca14"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/e5ce21dc-5ef7-45c6-a3b7-80ddcc67779b"
}
}
]
}Templates provide the available actions and a base set of repository properties that will be used to configure the asset.
Lists all versions of a specific template.
| project_code required | string Example: opc project code |
| template_id required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec template id |
{- "data": [
- {
- "id": "ec5e487b-79cc-4e99-bd72-b41b35b6938c",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "freddie_jakubowski",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:15:28.090735Z",
- "updated_at": "2026-05-20T13:15:28.090735Z",
- "has_mintmodel": true,
- "git_rev": "online",
- "commit_sha": "f05ce0f348bb26d73436978fa0712ec6945d92a2",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e741848c-0df5-4e4f-9d55-c373dd1e1f42",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e741848c-0df5-4e4f-9d55-c373dd1e1f42"
}
}, - "settings": {
- "data": {
- "id": "f8cab852-4451-4149-b302-cef17a0796bc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f8cab852-4451-4149-b302-cef17a0796bc"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/8b39f2f0-ba9a-4aa8-8fa2-1ee61ee6f41a/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/8b39f2f0-ba9a-4aa8-8fa2-1ee61ee6f41a"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec 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"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "1052b34b-00dc-44fe-8422-224292bdac2e",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Molestiae consequatur quo veniam quia",
- "state": "initializing",
- "created_by": "faustina.bechtelar",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:15:28.608441Z",
- "updated_at": "2026-05-20T13:15:28.608441Z",
- "has_mintmodel": false,
- "git_rev": "haptic",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d5dba28e-a6d4-4131-b44e-9ab499235677",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d5dba28e-a6d4-4131-b44e-9ab499235677"
}
}, - "settings": {
- "data": {
- "id": "d04221ff-2968-424a-addc-b96151c56b1f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d04221ff-2968-424a-addc-b96151c56b1f"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/0b96c3a6-485c-469a-b464-12b61b0ba926/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/0b96c3a6-485c-469a-b464-12b61b0ba926"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "ac188b64-6c90-403e-bfa3-3cbbe15c5bde",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "dominica_borer",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:15:29.778713Z",
- "updated_at": "2026-05-20T13:15:29.778713Z",
- "has_mintmodel": true,
- "git_rev": "multi-byte",
- "commit_sha": "84a47d4c21deb88705c8c4c3a92f310faf10af28",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b8658dc3-7810-4291-882a-ba2ab2549692",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b8658dc3-7810-4291-882a-ba2ab2549692"
}
}, - "settings": {
- "data": {
- "id": "7c2ae433-4c70-4a79-8e17-e15ce1014427",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7c2ae433-4c70-4a79-8e17-e15ce1014427"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ce79e246-9c25-4a2d-ac29-8615dd1f54d2/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/ce79e246-9c25-4a2d-ac29-8615dd1f54d2"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "cb859c18-866b-4c91-bfed-a07405e83df6",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "milly.hegmann",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-05-20T13:15:30.927081Z",
- "updated_at": "2026-05-20T13:15:30.927081Z",
- "has_mintmodel": true,
- "git_rev": "auxiliary",
- "commit_sha": "24aa1662c95b929fb22179f58ae279a9195da3ee",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "523e425a-5a6e-4b88-8058-b28e93410988",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/523e425a-5a6e-4b88-8058-b28e93410988"
}
}, - "settings": {
- "data": {
- "id": "16c95602-3e94-41c8-83e2-553aef31150d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/16c95602-3e94-41c8-83e2-553aef31150d"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/6c60bbbb-264d-4986-916c-ab250618165e/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/6c60bbbb-264d-4986-916c-ab250618165e"
}
}
}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": "6304b83d-827f-48c8-820a-17147799dbde",
- "type": "template",
- "attributes": {
- "code": "2ax07",
- "name": "denny",
- "description": "Quis nihil reprehenderit voluptas.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-05-20T13:15:31.876428Z",
- "updated_at": "2026-05-20T13:15:31.876428Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "f5872f6c-8cc3-48a5-a9bb-d3849f7bd652",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/6304b83d-827f-48c8-820a-17147799dbde",
- "template_versions": "/api/projects/opc/templates/6304b83d-827f-48c8-820a-17147799dbde/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "60e653b4-2f50-4bd8-8e7b-7ccf32f3fa99",
- "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-05-20T13:15:32.530424Z",
- "updated_at": "2026-05-20T13:15:32.530424Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "c548b5f1-63b0-4027-8960-60d3d89156f3",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/60e653b4-2f50-4bd8-8e7b-7ccf32f3fa99",
- "template_versions": "/api/projects/opc/templates/60e653b4-2f50-4bd8-8e7b-7ccf32f3fa99/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_id required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec template id |
{- "data": {
- "id": "ceef3e65-5033-4fa6-8ef7-d50a85789e25",
- "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-05-20T13:15:32.850876Z",
- "updated_at": "2026-05-20T13:15:32.850876Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "dc0612e6-b731-43e6-a81e-52a3be464097",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/ceef3e65-5033-4fa6-8ef7-d50a85789e25",
- "template_versions": "/api/projects/opc/templates/ceef3e65-5033-4fa6-8ef7-d50a85789e25/versions",
- "project": "/api/projects/opc"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "a8ec38f1-f134-4b16-b08e-0b304552a4b3",
- "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-05-20T13:15:33.126496Z",
- "updated_at": "2026-05-20T13:15:33.155113Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "af68c760-ce76-4662-aefc-ff4ff2fa3e76",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/a8ec38f1-f134-4b16-b08e-0b304552a4b3",
- "template_versions": "/api/projects/opc/templates/a8ec38f1-f134-4b16-b08e-0b304552a4b3/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 7d216342-ec67-4958-a1ae-90f45a2d25ec 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": "d483ad1a-dc14-41c7-b132-a51c880256ee",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-05-20T13:15:33.595068Z",
- "updated_at": "2026-05-20T13:15:33.621827Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "50e5d3e1-d1f0-4bd1-9a23-63bbfb36dcf5",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/d483ad1a-dc14-41c7-b132-a51c880256ee",
- "template_versions": "/api/projects/opc/templates/d483ad1a-dc14-41c7-b132-a51c880256ee/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "5ebe8aa2-7eba-47ac-a41e-b9d04b91d65e",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-05-20T13:14:38.805105Z",
- "updated_at": "2026-05-20T13:14:38.805105Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/5ebe8aa2-7eba-47ac-a41e-b9d04b91d65e"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "c90026a3-40e6-429e-bcd8-48f6db0c62ef",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-05-20T13:14:39.832579Z",
- "updated_at": "2026-05-20T13:14:39.832579Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/c90026a3-40e6-429e-bcd8-48f6db0c62ef"
}, - "meta": null
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project Git remote.
Note: Git remote credentials are obfuscated for security reasons.
| project_code required | string Example: opc project code |
| remote_id required | string Example: 97f7155e-f14a-46c1-ac8a-c2b5710007ba remote id |
{- "data": {
- "id": "c188ec7a-895c-480e-9e34-d6e9b3ca2ba6",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-05-20T13:14:40.414588Z",
- "updated_at": "2026-05-20T13:14:40.414588Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/c188ec7a-895c-480e-9e34-d6e9b3ca2ba6"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 97f7155e-f14a-46c1-ac8a-c2b5710007ba remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "1f7c5a50-e3ac-4f06-933b-b3c5af9cb177",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-05-20T13:14:40.853589Z",
- "updated_at": "2026-05-20T13:14:40.907828Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/1f7c5a50-e3ac-4f06-933b-b3c5af9cb177"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 97f7155e-f14a-46c1-ac8a-c2b5710007ba remote id |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "c4d8ba14-c10b-479b-8307-beaaa5f372a9",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-05-20T13:14:41.490641Z",
- "updated_at": "2026-05-20T13:14:41.530961Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/c4d8ba14-c10b-479b-8307-beaaa5f372a9"
}, - "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: 97f7155e-f14a-46c1-ac8a-c2b5710007ba remote id |
{- "data": {
- "id": "99a26d84-a6dc-4414-9dcf-4f78d4236664",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-05-20T13:14:42.366833Z",
- "updated_at": "2026-05-20T13:14:42.531167Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/99a26d84-a6dc-4414-9dcf-4f78d4236664"
}, - "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": "291971fb-4d8e-4c10-aeac-28381c17a346",
- "type": "bookmark",
- "attributes": {
- "description": "Amet necessitatibus illo nam.",
- "created_by": "irwin.kuhlman",
- "created_at": "2026-05-20T13:14:16.263470Z",
- "updated_at": "2026-05-20T13:14:16.263470Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/291971fb-4d8e-4c10-aeac-28381c17a346",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "5c7c0650-725c-4c37-ad89-f65af65638e1",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "elden",
- "created_at": "2026-05-20T13:14:17.480239Z",
- "updated_at": "2026-05-20T13:14:17.480239Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/5c7c0650-725c-4c37-ad89-f65af65638e1",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 7c106603-0965-493d-b945-ae99369cb07f bookmark id |
{- "data": {
- "id": "63fae776-7a24-4bbb-934b-be88a114d9bd",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "tristan",
- "created_at": "2026-05-20T13:14:17.911078Z",
- "updated_at": "2026-05-20T13:14:17.911078Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/63fae776-7a24-4bbb-934b-be88a114d9bd",
- "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: 7c106603-0965-493d-b945-ae99369cb07f bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "d47c0105-add7-4963-a71e-294339778b5f",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "orlando",
- "created_at": "2026-05-20T13:14:18.636917Z",
- "updated_at": "2026-05-20T13:14:18.677011Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/d47c0105-add7-4963-a71e-294339778b5f",
- "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: 7c106603-0965-493d-b945-ae99369cb07f bookmark id |
Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "e604afff-ec5e-45f1-adf8-52526e1b0196",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-05-20T13:14:44.019745Z",
- "updated_at": "2026-05-20T13:14:44.019745Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "030ee611-edff-4c52-979e-7ff9879f9f06",
- "type": "project"
}, - {
- "id": "139d7602-be09-4e17-801e-d9b0003dbe8d",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "437b5f20-b138-4f89-9156-39510aed2b12",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/437b5f20-b138-4f89-9156-39510aed2b12"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "234d90ed-505b-4584-b453-d99985d207a3",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/e604afff-ec5e-45f1-adf8-52526e1b0196"
}
}
], - "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: cb6a7fc8-f8a1-4cd2-86d2-1aa06bd237c0 MintModel history id |
{- "data": {
- "id": "84ec1e19-ca87-4aec-acd8-5c1a3843c858",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-05-20T13:14:44.469853Z",
- "updated_at": "2026-05-20T13:14:44.469853Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "717eb691-9249-457e-948d-7f5a322a8406",
- "type": "project"
}, - {
- "id": "6034f445-954b-4a69-a326-7a06843958c3",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "d1205852-aa39-4fb5-bbb1-3375975eb6dc",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/d1205852-aa39-4fb5-bbb1-3375975eb6dc"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "b27a4693-46c4-4e18-aa74-a543c4e5cbb7",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/84ec1e19-ca87-4aec-acd8-5c1a3843c858"
}
}, - "included": [
- {
- "id": "d1205852-aa39-4fb5-bbb1-3375975eb6dc",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-05-20T13:14:44.457768Z",
- "updated_at": "2026-05-20T13:14:44.457768Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "84ec1e19-ca87-4aec-acd8-5c1a3843c858",
- "type": "mintmodel_history"
}, - {
- "id": "7dd3add0-b494-4b20-a435-d2c7d2a4e557",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/d1205852-aa39-4fb5-bbb1-3375975eb6dc",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "d02704ff-0eec-4779-8e1a-9cc99b250d79",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-05-20T13:14:44.771927Z",
- "updated_at": "2026-05-20T13:14:44.771927Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "555d6085-a916-4072-9b27-358299682d7c",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/d02704ff-0eec-4779-8e1a-9cc99b250d79",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| old_mintmodel_id required | string Example: 6515595a-1087-44df-ab92-2a89dbb6eb54 old MintModel id |
| new_mintmodel_id required | string Example: 6c8023a2-dbe0-4f9d-8602-06f2fdbe7958 new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "048dcdb7-e156-4f4f-9acc-127638fa3e51",
- "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-05-20T13:14:45.519Z",
- "updated_at": "2026-05-20T13:14:45.519Z",
- "render_logs": "Generated by deriving the difference between Mintmodel 3c841468-ed2a-4137-8ceb-bb00e97c7a83 and MintModel 80566e0c-8e0c-4924-af40-9bdaad5a803f"
}, - "step_trees": [
- {
- "name": "Binaries",
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "name": "Install Software Binaries",
- "action": "mintmodel:install_software_binaries",
- "description": null,
- "full_path": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/3c841468-ed2a-4137-8ceb-bb00e97c7a83",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/80566e0c-8e0c-4924-af40-9bdaad5a803f",
- "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: e1bf2bc0-2fdf-4d4c-a03d-676d9a3444ea MintModel id |
{- "data": {
- "id": "de5b14b4-712b-4002-b9a6-071651d1eb5d",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-05-20T13:14:46.052498Z",
- "updated_at": "2026-05-20T13:14:46.052498Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "2b6d4ae6-746e-4c12-84e4-df80dceffb78",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/de5b14b4-712b-4002-b9a6-071651d1eb5d",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Generate the MintModel for this asset, using the latest properties and template version.
Note: The endpoint does not store the MintModel, rather it provides a point in time reference for the MintModel content that will be used by a change if one is executed for the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "c9ec4361-5f3e-461c-8173-f625e6851693",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-05-20T13:14:46.757222Z",
- "updated_at": "2026-05-20T13:14:46.757222Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "a4f2954e-402e-46ab-a373-dd77b2dff2f5",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/c9ec4361-5f3e-461c-8173-f625e6851693",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "b04a21b1-77b7-4cca-bc80-36c5d27d634f",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dallas",
- "created_at": "2026-05-20T13:16:40.132167Z",
- "updated_at": "2026-05-20T13:16:40.132167Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "cb4c50bb-f3a8-4e4a-b075-38a7d9acaf68",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "6a9f8964-da78-4e16-95bd-59353ab41ea8",
- "type": "workflow_version"
}, - {
- "id": "47128db7-f63d-4e15-bdf0-89eb0bae81b9",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a workflow
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "p7ybq",
- "archived": false,
- "name": "nyfaoofsrl",
- "description": "Connecting the protocol won't do anything, we need to override the haptic json card!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/06vyw/environments/xedqu/assets/qv0sn",
- "/projects/eajjq/environments/hzrun/assets/9ppcg"
], - "action": "program",
- "template_versions": [
- "qwu4j",
- "9gcyv"
], - "run_as": "sequential",
- "name": "voluptatibus"
}, - {
- "type": "wait",
- "name": "harum"
}, - {
- "type": "workflow",
- "target": "/projects/1r0hk/workflows/p8osp",
- "version": 1,
- "name": "eius",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "qui",
- "children": [
- {
- "type": "change",
- "target": "/projects/mpfgz/environments/ew0ki/assets/yifxa",
- "action": "parse",
- "template_version": "dhlej",
- "name": "tempora",
- "start_time": "2026-05-21T13:13:49Z"
}, - {
- "type": "wait",
- "name": "eaque"
}, - {
- "type": "workflow",
- "target": "/projects/zvycs/workflows/7cjms",
- "version": null,
- "name": "iusto",
- "start_time": "2026-05-21T13:13:50Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "dolorum",
- "children": [
- {
- "type": "change",
- "target": "/projects/nd6gq/environments/2eo20/assets/bi5p3",
- "action": "calculate",
- "template_version": "ef0sk",
- "name": "autem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "non"
}, - {
- "type": "workflow",
- "target": "/projects/5er4k/workflows/jcyst",
- "version": null,
- "name": "error",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "3868d343-251d-4c4c-92dd-d4d2d768b064",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "jimmie",
- "created_at": "2026-05-20T13:16:41.280528Z",
- "updated_at": "2026-05-20T13:16:41.280528Z",
- "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": "7da48a68-743c-41ee-9f59-cd20b33e9000",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "30db7361-6698-4e9c-abfe-21f14fec5e02",
- "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": "ee5765e7-bb48-443b-9f94-2ee581b365d2",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jewel",
- "created_at": "2026-05-20T13:16:42.368635Z",
- "updated_at": "2026-05-20T13:16:42.368635Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "8d8af391-6a24-42d4-a60e-dcc01d31d5b0",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "0b5f4be9-ae79-4eba-a1bf-dba61f9d1506",
- "type": "workflow_version"
}, - {
- "id": "fc14d2fc-4806-4c8b-b3b1-479be53b9626",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Update a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "archived": false,
- "name": "7gyxmkfuyi",
- "description": "Try to program the SDD circuit, maybe it will copy the multi-byte panel!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/06vyw/environments/xedqu/assets/qv0sn",
- "/projects/eajjq/environments/hzrun/assets/9ppcg"
], - "action": "program",
- "template_versions": [
- "qwu4j",
- "9gcyv"
], - "run_as": "sequential",
- "name": "voluptatibus"
}, - {
- "type": "wait",
- "name": "harum"
}, - {
- "type": "workflow",
- "target": "/projects/1r0hk/workflows/p8osp",
- "version": 1,
- "name": "eius",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "qui",
- "children": [
- {
- "type": "change",
- "target": "/projects/mpfgz/environments/ew0ki/assets/yifxa",
- "action": "parse",
- "template_version": "dhlej",
- "name": "tempora",
- "start_time": "2026-05-21T13:13:49Z"
}, - {
- "type": "wait",
- "name": "eaque"
}, - {
- "type": "workflow",
- "target": "/projects/zvycs/workflows/7cjms",
- "version": null,
- "name": "iusto",
- "start_time": "2026-05-21T13:13:50Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "dolorum",
- "children": [
- {
- "type": "change",
- "target": "/projects/nd6gq/environments/2eo20/assets/bi5p3",
- "action": "calculate",
- "template_version": "ef0sk",
- "name": "autem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "non"
}, - {
- "type": "workflow",
- "target": "/projects/5er4k/workflows/jcyst",
- "version": null,
- "name": "error",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "cce49a19-a6d6-4f75-84d1-ece021761d72",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "kitty_goodwin",
- "created_at": "2026-05-20T13:16:43.088897Z",
- "updated_at": "2026-05-20T13:16:43.153910Z",
- "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": "03a9adf5-1ba1-463d-85ac-227e68db2c89",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "f722e79a-8361-4c5e-be18-0c05b80273bf",
- "node_type": "asset",
- "parent_id": "f722e79a-8361-4c5e-be18-0c05b80273bf",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-05-20T13:16:43.027Z",
- "updated_at": "2026-05-20T13:16:43.027Z",
- "project_type": null,
- "template_version_id": "20b5d847-d7df-4fc1-9a9e-6adedcc2619c",
- "created_by": "hugo"
}, - "action_template_version": {
- "id": "20b5d847-d7df-4fc1-9a9e-6adedcc2619c",
- "commit_id": "c7d58c5f-428a-4d28-ba67-8611c953b618",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-05-20T13:16:43.004Z",
- "updated_at": "2026-05-20T13:16:43.004Z",
- "state": "ready",
- "created_by": "russ",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "f92c909a-0beb-4cf9-a3f0-fd9966776f3f",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "f722e79a-8361-4c5e-be18-0c05b80273bf",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "e5965283-9d7e-4e9a-bdd1-64512d791646",
- "type": "workflow_version"
}, - {
- "id": "4c4e95aa-a0e8-474b-8098-ff74c77b0ef8",
- "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": "1fd0ea0e-3dc4-424f-8834-e02c280f5ee7",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "tamela_leffler",
- "created_at": "2026-05-20T13:16:33.515336Z",
- "updated_at": "2026-05-20T13:16:33.529408Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "9dd7f63e-b2b0-4e3e-b66d-667a57e87ffb",
- "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": "4f0cda66-ff8f-49ba-af1f-dfb4d87f4e32",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "neville",
- "created_at": "2026-05-20T13:16:33.475232Z",
- "updated_at": "2026-05-20T13:16:33.475263Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "9dd7f63e-b2b0-4e3e-b66d-667a57e87ffb",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Deletes all draft versions of a workflow.
Note: At least one version will remain. If all versions are drafts, the latest draft version will be kept.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "dd5f4b6d-8f3c-4b84-9954-0768878b8d99",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "kazuko",
- "created_at": "2026-05-20T13:16:35.394542Z",
- "updated_at": "2026-05-20T13:16:35.394542Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "447816fb-396b-4ed6-a32b-e1447b4b4df7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "c994621c-0333-4993-9f87-01f74caf5cc0",
- "type": "workflow_version"
}, - {
- "id": "b474a2d4-1375-434c-80a0-bb588de53a7e",
- "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": "81c37a63-3cd8-46ca-80a1-510a328dd901",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "sheridan_ziemann",
- "created_at": "2026-05-20T13:16:36.536621Z",
- "updated_at": "2026-05-20T13:16:36.548171Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "4b271ce6-1b7d-4e2a-b69c-90368dcf85ea",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Update a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "jpetz",
- "node_id": "0fe2767d-0403-4ab4-93ce-a179f8eabf26",
- "archived": false,
- "name": "oemenajfvr",
- "description": "Quantifying the matrix won't do anything, we need to generate the bluetooth json sensor!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/06vyw/environments/xedqu/assets/qv0sn",
- "/projects/eajjq/environments/hzrun/assets/9ppcg"
], - "action": "program",
- "template_versions": [
- "qwu4j",
- "9gcyv"
], - "run_as": "sequential",
- "name": "voluptatibus"
}, - {
- "type": "wait",
- "name": "harum"
}, - {
- "type": "workflow",
- "target": "/projects/1r0hk/workflows/p8osp",
- "version": 1,
- "name": "eius",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "qui",
- "children": [
- {
- "type": "change",
- "target": "/projects/mpfgz/environments/ew0ki/assets/yifxa",
- "action": "parse",
- "template_version": "dhlej",
- "name": "tempora",
- "start_time": "2026-05-21T13:13:49Z"
}, - {
- "type": "wait",
- "name": "eaque"
}, - {
- "type": "workflow",
- "target": "/projects/zvycs/workflows/7cjms",
- "version": null,
- "name": "iusto",
- "start_time": "2026-05-21T13:13:50Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "dolorum",
- "children": [
- {
- "type": "change",
- "target": "/projects/nd6gq/environments/2eo20/assets/bi5p3",
- "action": "calculate",
- "template_version": "ef0sk",
- "name": "autem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "non"
}, - {
- "type": "workflow",
- "target": "/projects/5er4k/workflows/jcyst",
- "version": null,
- "name": "error",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "9e75811d-ae64-4372-8a60-4f9d1b689d50",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "claudia.little",
- "created_at": "2026-05-20T13:16:38.118211Z",
- "updated_at": "2026-05-20T13:16:38.203371Z",
- "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/06vyw/environments/xedqu/assets/qv0sn",
- "/projects/eajjq/environments/hzrun/assets/9ppcg"
], - "action": "program",
- "template_versions": [
- "qwu4j",
- "9gcyv"
], - "run_as": "sequential",
- "name": "voluptatibus"
}, - {
- "type": "wait",
- "name": "harum"
}, - {
- "type": "workflow",
- "target": "/projects/1r0hk/workflows/p8osp",
- "version": 1,
- "name": "eius",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "qui",
- "children": [
- {
- "type": "change",
- "target": "/projects/mpfgz/environments/ew0ki/assets/yifxa",
- "action": "parse",
- "template_version": "dhlej",
- "name": "tempora",
- "start_time": "2026-05-21T13:13:49Z"
}, - {
- "type": "wait",
- "name": "eaque"
}, - {
- "type": "workflow",
- "target": "/projects/zvycs/workflows/7cjms",
- "version": null,
- "name": "iusto",
- "start_time": "2026-05-21T13:13:50Z"
}
]
}, - {
- "run_as": "sequential",
- "name": "dolorum",
- "children": [
- {
- "type": "change",
- "target": "/projects/nd6gq/environments/2eo20/assets/bi5p3",
- "action": "calculate",
- "template_version": "ef0sk",
- "name": "autem",
- "start_time": null
}, - {
- "type": "wait",
- "name": "non"
}, - {
- "type": "workflow",
- "target": "/projects/5er4k/workflows/jcyst",
- "version": null,
- "name": "error",
- "start_time": null
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "b1e9d03e-73ee-4f8c-a3a0-36dfbb35a34e",
- "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: bfdc1eea-f380-4a5d-9129-972e3bb7251a properties id |
{- "data": {
- "id": "b752e16a-e63e-4b62-bb2b-a0ff5e49a522",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-05-20T13:15:12.192857Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/b752e16a-e63e-4b62-bb2b-a0ff5e49a522",
- "current_version": "/api/properties/b752e16a-e63e-4b62-bb2b-a0ff5e49a522/versions/1",
- "versions": "/api/properties/b752e16a-e63e-4b62-bb2b-a0ff5e49a522/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: bfdc1eea-f380-4a5d-9129-972e3bb7251a 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": "92f89193-0dcc-4e13-912d-0c133ae1e74c",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-05-20T13:15:12.514342Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/92f89193-0dcc-4e13-912d-0c133ae1e74c",
- "current_version": "/api/properties/92f89193-0dcc-4e13-912d-0c133ae1e74c/versions/2",
- "versions": "/api/properties/92f89193-0dcc-4e13-912d-0c133ae1e74c/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: bfdc1eea-f380-4a5d-9129-972e3bb7251a properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "66cb4c2c-1318-4afc-ac43-bafb6c4f5ad8",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-05-20T13:15:13.189859Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/66cb4c2c-1318-4afc-ac43-bafb6c4f5ad8",
- "current_version": "/api/properties/66cb4c2c-1318-4afc-ac43-bafb6c4f5ad8/versions/2",
- "versions": "/api/properties/66cb4c2c-1318-4afc-ac43-bafb6c4f5ad8/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: bfdc1eea-f380-4a5d-9129-972e3bb7251a properties id |
| file_path | string (Path to write the file within /opt/opschain) |
| mode | string (Linux octal file mode) |
| format | string (Valid values are 'raw' (default), 'json' or 'base64') |
| replace_file | string (Replace the file property if it exists (default: false)) |
| secret_path | string (Path to write the secret key into) |
| secret_key | string |
| replace_secret | string (Replace the secret vault value if it exists (default: false)) |
| file | string <binary> File to use. The filename is ignored. |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="mode" 0600 ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file_path" /opt/opschain/sample.txt ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="format" raw ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="replace_file" true ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="sample.txt" content-type: text/plain content-length: 21 Sample file property ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "5baecbc6-bf02-4da4-8066-58e11c77fc9e",
- "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-05-20T13:15:13.690066Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/5baecbc6-bf02-4da4-8066-58e11c77fc9e",
- "current_version": "/api/properties/5baecbc6-bf02-4da4-8066-58e11c77fc9e/versions/2",
- "versions": "/api/properties/5baecbc6-bf02-4da4-8066-58e11c77fc9e/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: bfdc1eea-f380-4a5d-9129-972e3bb7251a properties id |
{- "data": [
- {
- "id": "504591fe-cd81-4916-bf32-2536571d4125",
- "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-05-20T13:15:13.907999Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "601ff21e-8e33-4957-9e6a-f9cd826fafb3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/601ff21e-8e33-4957-9e6a-f9cd826fafb3"
}
}
}, - "links": {
- "versions": "/api/properties/601ff21e-8e33-4957-9e6a-f9cd826fafb3/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/601ff21e-8e33-4957-9e6a-f9cd826fafb3/versions/1"
}, - "meta": { }
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the properties JSON for this properties version.
| properties_id required | string Example: bfdc1eea-f380-4a5d-9129-972e3bb7251a properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "c125b3aa-5894-45d3-bf5e-023d79241dae",
- "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-05-20T13:15:14.314819Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "bb2b0967-8339-49e0-ab89-a84194943436",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/bb2b0967-8339-49e0-ab89-a84194943436"
}
}
}, - "links": {
- "versions": "/api/properties/bb2b0967-8339-49e0-ab89-a84194943436/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/bb2b0967-8339-49e0-ab89-a84194943436/versions/1"
}, - "meta": { }
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | |
| download | string Example: download=changes.csv Download changes in CSV format with the specified file name. The changes will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": [
- {
- "id": "460f5de4-831a-46e8-83e8-6bb19545f605",
- "type": "change",
- "attributes": {
- "created_by": "willian.stoltenberg",
- "name": "override",
- "action": "override",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "feed": "parsing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:14:20.318040Z",
- "started_at": "2026-05-20T13:14:20.318040Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-05-20T13:14:20.307915Z",
- "started_at": "2026-05-20T13:06:27.831449Z",
- "finished_at": "2026-05-20T13:12:28.571247Z",
- "updated_at": "2026-05-20T13:14:20.330654Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "0801cbc4a71ed02b3860d027abb5af89b4a0c502",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e9c5638b-6eac-4430-bcd1-70ed9cc5425d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e9c5638b-6eac-4430-bcd1-70ed9cc5425d"
}
}, - "parents": {
- "data": [
- {
- "id": "f0e9a7ed-3029-45f8-9d50-1dfd643cceff",
- "type": "project"
}, - {
- "id": "3f04056d-f125-4f80-938d-db0963a54fa1",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "b9e7a48b-e7df-4fdd-af25-4b31f08ffe68",
- "type": "step"
}, - "links": {
- "related": "/api/steps/b9e7a48b-e7df-4fdd-af25-4b31f08ffe68"
}
}, - "steps": {
- "data": [
- {
- "id": "b9e7a48b-e7df-4fdd-af25-4b31f08ffe68",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "66443d63-f2a5-4ca2-8d7c-d057309c494e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/66443d63-f2a5-4ca2-8d7c-d057309c494e"
}
}, - "override_settings": {
- "data": {
- "id": "b7bf3304-86fc-4af6-bd7f-8c15fe43a762",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b7bf3304-86fc-4af6-bd7f-8c15fe43a762"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/12017098-25be-4d21-b238-e61e0936bb42",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/460f5de4-831a-46e8-83e8-6bb19545f605",
- "log_lines": "/api/changes/460f5de4-831a-46e8-83e8-6bb19545f605/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "b9e7a48b-e7df-4fdd-af25-4b31f08ffe68",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "override",
- "change_id": "460f5de4-831a-46e8-83e8-6bb19545f605",
- "child_execution_strategy": "sequential",
- "full_path": "override",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:14:20.318040Z",
- "started_at": "2026-05-20T13:14:20.318040Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "override",
- "created_at": "2026-05-20T13:05:27.831449Z",
- "started_at": "2026-05-20T13:06:27.831449Z",
- "finished_at": "2026-05-20T13:12:28.571247Z",
- "updated_at": "2026-05-20T13:14:20.330654Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e9c5638b-6eac-4430-bcd1-70ed9cc5425d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e9c5638b-6eac-4430-bcd1-70ed9cc5425d"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "5300d7e0-4a60-4572-a331-128816b37d6e",
- "type": "properties_version"
}, - {
- "id": "ed21ab97-9a7c-45ab-8dca-bbf9969cae26",
- "type": "properties_version"
}, - {
- "id": "97cf8583-1ab7-40c6-bea8-19253c2a5b7d",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "460f5de4-831a-46e8-83e8-6bb19545f605",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/460f5de4-831a-46e8-83e8-6bb19545f605",
- "change": "/api/projects/opc/environments/dev/changes/460f5de4-831a-46e8-83e8-6bb19545f605",
- "log_lines": "/api/steps/b9e7a48b-e7df-4fdd-af25-4b31f08ffe68/log_lines",
- "self": "/api/steps/b9e7a48b-e7df-4fdd-af25-4b31f08ffe68"
}, - "meta": { }
}, - {
- "id": "f0e9a7ed-3029-45f8-9d50-1dfd643cceff",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "tamra",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0866c9d2-3810-4c31-9f72-c9ca24b59e6a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0866c9d2-3810-4c31-9f72-c9ca24b59e6a"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "b93d1278-1944-4a00-ac3d-f74f856e6ee3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b93d1278-1944-4a00-ac3d-f74f856e6ee3"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "3f04056d-f125-4f80-938d-db0963a54fa1",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "carmelo"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7f0d67c1-81d7-4d00-997e-1b530a0c3837",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7f0d67c1-81d7-4d00-997e-1b530a0c3837"
}
}, - "parents": {
- "data": [
- {
- "id": "f0e9a7ed-3029-45f8-9d50-1dfd643cceff",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "8ecab52b-1bc5-4796-8781-51bcff1d0683",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8ecab52b-1bc5-4796-8781-51bcff1d0683"
}
}, - "project": {
- "data": {
- "id": "f0e9a7ed-3029-45f8-9d50-1dfd643cceff",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true
}
}Creates a change in a specific project, environment or asset.
Notes:
changes path
(e.g. POST to /api/projects/{project_code}/changes) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/changes)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "firewall": "parsing"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "static_settings": { },
- "state_timing_summary": { },
- "notify": { },
- "action": "override",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "0507521c-a129-4588-bab0-d3dd4500eaed",
- "type": "change",
- "attributes": {
- "created_by": "angelyn.collins",
- "name": null,
- "action": "synthesize",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "pixel": "parsing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-05-20T13:14:21.362921Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-05-20T13:14:21.357812Z",
- "started_at": "2026-05-20T13:14:21.348060Z",
- "finished_at": null,
- "updated_at": "2026-05-20T13:14:21.372364Z",
- "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": "44fd2db3-47cc-41e4-b394-a289a3761551",
- "type": "project"
}, - {
- "id": "d7ac2328-900b-4e49-a320-b39ebad1a413",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5",
- "type": "step"
}, - "links": {
- "related": "/api/steps/9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5"
}
}, - "steps": {
- "data": [
- {
- "id": "9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "723aa95e-b372-4e65-ab10-40a149fd2e6c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/723aa95e-b372-4e65-ab10-40a149fd2e6c"
}
}, - "override_settings": {
- "data": {
- "id": "3bec1878-30a6-4662-940f-9cd33e99edf5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3bec1878-30a6-4662-940f-9cd33e99edf5"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/9a362443-6214-4838-a143-502f3007c29a",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/0507521c-a129-4588-bab0-d3dd4500eaed",
- "log_lines": "/api/changes/0507521c-a129-4588-bab0-d3dd4500eaed/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "synthesize",
- "change_id": "0507521c-a129-4588-bab0-d3dd4500eaed",
- "child_execution_strategy": "sequential",
- "full_path": "synthesize",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-05-20T13:14:21.362921Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "synthesize",
- "created_at": "2026-05-20T13:14:21.362921Z",
- "started_at": "2026-05-20T13:14:21.348060Z",
- "finished_at": null,
- "updated_at": "2026-05-20T13:14:21.372364Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "0507521c-a129-4588-bab0-d3dd4500eaed",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/0507521c-a129-4588-bab0-d3dd4500eaed",
- "change": "/api/projects/opc/environments/dev/changes/0507521c-a129-4588-bab0-d3dd4500eaed",
- "log_lines": "/api/steps/9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5/log_lines",
- "self": "/api/steps/9617a7c0-c5ae-468b-aecc-8cdcb8c2f1e5"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: 497dcc98-1ca6-4774-ac3a-67fb4fb0b369 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "deee837f-0522-4e0c-99bb-f148484c7b9c",
- "type": "change",
- "attributes": {
- "created_by": "lucas.hoppe",
- "name": "reboot",
- "action": "reboot",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "interface": "quantifying"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:14:22.114622Z",
- "started_at": "2026-05-20T13:14:22.114622Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-05-20T13:14:22.109283Z",
- "started_at": "2026-05-20T13:07:05.309601Z",
- "finished_at": "2026-05-20T13:10:11.459364Z",
- "updated_at": "2026-05-20T13:14:22.122504Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "4c937e7eb2815cfa4296a99a7d4d162962ea8b2b",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0b699fa1-2991-4a0c-a611-af74d1f42c65",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0b699fa1-2991-4a0c-a611-af74d1f42c65"
}
}, - "parents": {
- "data": [
- {
- "id": "300121d5-2d14-460c-a13d-5e6111c9a702",
- "type": "project"
}, - {
- "id": "1968d22f-f0fa-40d4-b3f5-25141599fc13",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "7d74933d-a329-4665-8b98-2e4003f8b376",
- "type": "step"
}, - "links": {
- "related": "/api/steps/7d74933d-a329-4665-8b98-2e4003f8b376"
}
}, - "steps": {
- "data": [
- {
- "id": "7d74933d-a329-4665-8b98-2e4003f8b376",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "7f3974b3-33fd-4fa5-b2bf-3d34df955644",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7f3974b3-33fd-4fa5-b2bf-3d34df955644"
}
}, - "override_settings": {
- "data": {
- "id": "04925dee-e7b5-49d6-9a1c-32233f4b245c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/04925dee-e7b5-49d6-9a1c-32233f4b245c"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/9a19cfd1-a3db-499d-b111-f3c4a07b7e4a",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/deee837f-0522-4e0c-99bb-f148484c7b9c",
- "log_lines": "/api/changes/deee837f-0522-4e0c-99bb-f148484c7b9c/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "7d74933d-a329-4665-8b98-2e4003f8b376",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "change_id": "deee837f-0522-4e0c-99bb-f148484c7b9c",
- "child_execution_strategy": "sequential",
- "full_path": "reboot",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:14:22.114622Z",
- "started_at": "2026-05-20T13:14:22.114622Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "reboot",
- "created_at": "2026-05-20T13:06:05.309601Z",
- "started_at": "2026-05-20T13:07:05.309601Z",
- "finished_at": "2026-05-20T13:10:11.459364Z",
- "updated_at": "2026-05-20T13:14:22.122504Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0b699fa1-2991-4a0c-a611-af74d1f42c65",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0b699fa1-2991-4a0c-a611-af74d1f42c65"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "16e8a9be-15e3-4492-b9f7-347e5787fb22",
- "type": "properties_version"
}, - {
- "id": "f65b2a21-2b07-4a2c-8e7f-decbef668655",
- "type": "properties_version"
}, - {
- "id": "cefe5076-729c-4c5d-b63e-7d5251332e9d",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "deee837f-0522-4e0c-99bb-f148484c7b9c",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/deee837f-0522-4e0c-99bb-f148484c7b9c",
- "change": "/api/projects/opc/environments/dev/changes/deee837f-0522-4e0c-99bb-f148484c7b9c",
- "log_lines": "/api/steps/7d74933d-a329-4665-8b98-2e4003f8b376/log_lines",
- "self": "/api/steps/7d74933d-a329-4665-8b98-2e4003f8b376"
}, - "meta": { }
}, - {
- "id": "300121d5-2d14-460c-a13d-5e6111c9a702",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "ozzie",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "634245d8-5251-43fb-863f-c6bd61fe63cf",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/634245d8-5251-43fb-863f-c6bd61fe63cf"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "388c4bd5-022e-4da9-bfbd-365c7ef86135",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/388c4bd5-022e-4da9-bfbd-365c7ef86135"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "1968d22f-f0fa-40d4-b3f5-25141599fc13",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "lakeisha"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5c516e2b-86f1-4777-9fe8-13e86f146ec6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5c516e2b-86f1-4777-9fe8-13e86f146ec6"
}
}, - "parents": {
- "data": [
- {
- "id": "300121d5-2d14-460c-a13d-5e6111c9a702",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "9310bf5e-78b5-4fbb-9a9f-46c75e78a2d1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9310bf5e-78b5-4fbb-9a9f-46c75e78a2d1"
}
}, - "project": {
- "data": {
- "id": "300121d5-2d14-460c-a13d-5e6111c9a702",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}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: 497dcc98-1ca6-4774-ac3a-67fb4fb0b369 change id |
{- "data": {
- "id": "0887c718-a0c7-472c-b478-cd6560aa7bb8",
- "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": "System Configuration"
}
}
}
}
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: 497dcc98-1ca6-4774-ac3a-67fb4fb0b369 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"
}, - "pixel": "generating"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "94f9380c-16c3-459b-9db3-6bc8ba448a6e",
- "type": "properties_version"
}, - {
- "id": "0fa88490-113d-49c1-acd0-09c5ec477986",
- "type": "properties_version"
}, - {
- "id": "0db45a01-6cf1-4184-867c-0b905750732a",
- "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)"
}, - "pixel": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "94f9380c-16c3-459b-9db3-6bc8ba448a6e",
- "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-05-20T13:14:25.029099Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f2cbb16b-c18a-4ddf-bd88-ed65187a563e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f2cbb16b-c18a-4ddf-bd88-ed65187a563e"
}
}
}, - "links": {
- "versions": "/api/properties/f2cbb16b-c18a-4ddf-bd88-ed65187a563e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/f2cbb16b-c18a-4ddf-bd88-ed65187a563e/versions/1"
}, - "meta": { }
}, - {
- "id": "0fa88490-113d-49c1-acd0-09c5ec477986",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:14:25.062006Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "25fcf3cb-50bf-465e-aebc-479aa725de46",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/25fcf3cb-50bf-465e-aebc-479aa725de46"
}
}
}, - "links": {
- "versions": "/api/properties/25fcf3cb-50bf-465e-aebc-479aa725de46/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/25fcf3cb-50bf-465e-aebc-479aa725de46/versions/1"
}, - "meta": { }
}, - {
- "id": "0db45a01-6cf1-4184-867c-0b905750732a",
- "type": "properties_version",
- "attributes": {
- "data": {
- "pixel": "generating"
}, - "version": 1,
- "created_at": "2026-05-20T13:14:25.126770Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f45a7747-a3d5-436b-bbba-bee6aa838ac4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f45a7747-a3d5-436b-bbba-bee6aa838ac4"
}
}
}, - "links": {
- "versions": "/api/properties/f45a7747-a3d5-436b-bbba-bee6aa838ac4/versions",
- "owner": "/api/projects/opc/environments/dev/changes/1b9e3414-e69d-448c-8eca-4efa2a471954",
- "self": "/api/properties/f45a7747-a3d5-436b-bbba-bee6aa838ac4/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": [
- {
- "id": "c945c8ec-c239-469f-8638-e8c66df29b88",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "hugo.yost",
- "cron_schedule": "33 13 10 4 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "compressing"
}, - "property_overrides": {
- "hard drive": "backing up"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-05-20T13:14:08.059861Z",
- "updated_at": "2026-05-20T13:14:08.059861Z",
- "next_run_at": "2027-04-10T03:33:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "calculate",
- "new_commits_only": false,
- "git_rev": "virtual",
- "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": "6ff18ef7-d30c-4230-a575-d07279580d1f",
- "type": "project"
}, - {
- "id": "35d0bad5-fa39-4e28-8aad-8445c185fdb0",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/41cf7a86-d51e-45e7-afd4-730cad6b6bea",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/c945c8ec-c239-469f-8638-e8c66df29b88"
}
}, - {
- "id": "84d43051-f506-4fd6-b73a-606a3af9c2ec",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "douglas",
- "cron_schedule": "41 18 27 3 4",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "driver": "transmitting"
}, - "property_overrides": {
- "transmitter": "transmitting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-05-20T13:14:08.438837Z",
- "updated_at": "2026-05-20T13:14:08.438837Z",
- "next_run_at": "2027-03-04T07:41:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "6ff18ef7-d30c-4230-a575-d07279580d1f",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/84d43051-f506-4fd6-b73a-606a3af9c2ec",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "6ff18ef7-d30c-4230-a575-d07279580d1f",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "rosalina",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9c97f176-b636-489b-ab40-765c41589169",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9c97f176-b636-489b-ab40-765c41589169"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a9f38add-5af4-4de0-8b1a-4dd9a342ed46",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a9f38add-5af4-4de0-8b1a-4dd9a342ed46"
}
}, - "children": {
- "data": [
- {
- "id": "35d0bad5-fa39-4e28-8aad-8445c185fdb0",
- "type": "environment"
}, - {
- "id": "b153b2df-e7f4-4986-96b9-908c4db26d42",
- "type": "asset"
}, - {
- "id": "a7bfdb76-36e7-4fd3-8c31-29074418dd46",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "35d0bad5-fa39-4e28-8aad-8445c185fdb0",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "joe_russel"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "397ba36c-825b-4db9-b9c1-9d74362f6dd8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/397ba36c-825b-4db9-b9c1-9d74362f6dd8"
}
}, - "parents": {
- "data": [
- {
- "id": "6ff18ef7-d30c-4230-a575-d07279580d1f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fd9b695f-067c-4465-ac41-3757d0e86184",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fd9b695f-067c-4465-ac41-3757d0e86184"
}
}, - "project": {
- "data": {
- "id": "6ff18ef7-d30c-4230-a575-d07279580d1f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "28 10 8 11 5",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "bus": "backing up"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "firewall": "compressing"
}, - "settings_overrides": {
- "repo_folder": "bypassing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "6e6af35c-2dd7-4d56-8556-dd379593086d",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "vernon_hilll",
- "cron_schedule": "20 14 14 12 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "bandwidth": "navigating"
}, - "property_overrides": {
- "sensor": "indexing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-05-20T13:14:09.332582Z",
- "updated_at": "2026-05-20T13:14:09.332582Z",
- "next_run_at": "2026-12-14T03:20:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "solid-state",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "programming"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "32bd854a-ca4f-44cd-9e4c-7b2f67b8edd9",
- "type": "project"
}, - {
- "id": "838e2e63-4288-4081-8a3b-4e72284eeb2d",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/4b6d7b2b-5463-4fee-8389-109096f6135e",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/6e6af35c-2dd7-4d56-8556-dd379593086d"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 5d1ac609-73a4-48fd-a203-f1792efbf6c1 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "2dd9bce6-4d38-45ee-b05a-6d5e63b69dc9",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "jefferson",
- "cron_schedule": "43 5 27 11 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "compressing"
}, - "property_overrides": {
- "protocol": "programming"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-05-20T13:14:10.230308Z",
- "updated_at": "2026-05-20T13:14:10.230308Z",
- "next_run_at": "2026-11-26T18:43:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "compress",
- "new_commits_only": false,
- "git_rev": "bluetooth",
- "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": "47d84761-8662-4b9e-92dd-181174c14abe",
- "type": "project"
}, - {
- "id": "84e85cf6-2476-431a-8bc9-e9b029fb4264",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/c6fba93d-380d-4197-a5e4-ed8ff36931cc",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/2dd9bce6-4d38-45ee-b05a-6d5e63b69dc9"
}
}, - "included": [
- {
- "id": "47d84761-8662-4b9e-92dd-181174c14abe",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "lemuel.haley",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6af3eb11-97f2-46b8-88f5-6e428391ce7c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6af3eb11-97f2-46b8-88f5-6e428391ce7c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "38b46f2c-267f-4ed9-b6e7-50292d1e5cc1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/38b46f2c-267f-4ed9-b6e7-50292d1e5cc1"
}
}, - "children": {
- "data": [
- {
- "id": "84e85cf6-2476-431a-8bc9-e9b029fb4264",
- "type": "environment"
}, - {
- "id": "1909a137-2efe-4982-aff1-d230fd22b47c",
- "type": "asset"
}, - {
- "id": "79a91221-cafd-4078-be97-7ad94912d04d",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "84e85cf6-2476-431a-8bc9-e9b029fb4264",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "rutha"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "424105a8-7dfe-48eb-88aa-abf39b65906b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/424105a8-7dfe-48eb-88aa-abf39b65906b"
}
}, - "parents": {
- "data": [
- {
- "id": "47d84761-8662-4b9e-92dd-181174c14abe",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "becd73a8-2bdc-4f38-ba2f-520b471966e4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/becd73a8-2bdc-4f38-ba2f-520b471966e4"
}
}, - "project": {
- "data": {
- "id": "47d84761-8662-4b9e-92dd-181174c14abe",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.| scheduled_change_id required | string Example: 5d1ac609-73a4-48fd-a203-f1792efbf6c1 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "45 23 25 11 2",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "pixel": "backing up"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "protocol": "backing up"
}, - "settings_overrides": {
- "repo_folder": "quantifying"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "c5e83c8a-3551-4b3f-bda8-f35b595bfb77",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "magnolia",
- "cron_schedule": "11 14 19 10 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "sensor": "hacking"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "created_at": "2026-05-20T13:14:11.830141Z",
- "updated_at": "2026-05-20T13:14:12.293792Z",
- "next_run_at": "2026-10-05T03:11:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": true,
- "git_rev": "primary",
- "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": "4cc9aa78-1b28-4be8-ae68-0ff133c14e3f",
- "type": "project"
}, - {
- "id": "6f0a978d-829e-473a-9fc3-e399f16096d1",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/e1b7e701-e943-4bd0-9933-cdb5d766b0d3",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/c5e83c8a-3551-4b3f-bda8-f35b595bfb77"
}
}
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "1eadf385-e87b-4500-986b-cd53952cdbef",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "change_id": "c74a3371-4aef-4f5b-90e4-00e09218ac1e",
- "child_execution_strategy": "sequential",
- "full_path": "reboot",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:15:18.691678Z",
- "started_at": "2026-05-20T13:15:18.691678Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "reboot",
- "created_at": "2026-05-20T13:05:06.565774Z",
- "started_at": "2026-05-20T13:06:06.565774Z",
- "finished_at": "2026-05-20T13:12:58.094282Z",
- "updated_at": "2026-05-20T13:15:18.747401Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f94a7f18-83e6-48b3-a715-90aa6141c43a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f94a7f18-83e6-48b3-a715-90aa6141c43a"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "94f2cc5c-4009-4e4c-b5ef-f728c84a0114",
- "type": "properties_version"
}, - {
- "id": "561fc214-0ec2-4116-baba-114b594d5014",
- "type": "properties_version"
}, - {
- "id": "b8c7edc3-aaa8-4d4b-946a-6cc11b25d42e",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "c74a3371-4aef-4f5b-90e4-00e09218ac1e",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/c74a3371-4aef-4f5b-90e4-00e09218ac1e",
- "change": "/api/projects/opc/environments/dev/changes/c74a3371-4aef-4f5b-90e4-00e09218ac1e",
- "log_lines": "/api/steps/1eadf385-e87b-4500-986b-cd53952cdbef/log_lines",
- "self": "/api/steps/1eadf385-e87b-4500-986b-cd53952cdbef"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 3e7125e4-358d-489a-9f4a-45b35f3c3b16 step id |
{- "data": {
- "id": "c9fea39a-d15e-495a-b7fd-564a012b0651",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "synthesize",
- "change_id": "280ad900-d9ca-40e6-98a2-5de7754f5d19",
- "child_execution_strategy": "sequential",
- "full_path": "synthesize",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:15:18.983639Z",
- "started_at": "2026-05-20T13:15:18.983639Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "synthesize",
- "created_at": "2026-05-20T13:08:57.134069Z",
- "started_at": "2026-05-20T13:09:57.134069Z",
- "finished_at": "2026-05-20T13:10:02.157379Z",
- "updated_at": "2026-05-20T13:15:19.037486Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "412857ae-ed65-4550-83b5-51f6cd0368c2",
- "type": "properties_version"
}, - {
- "id": "0f329457-c93f-4e63-a52c-cf4e143d8ad8",
- "type": "properties_version"
}, - {
- "id": "f24843c9-6a17-4928-982e-88fb0331aeca",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "280ad900-d9ca-40e6-98a2-5de7754f5d19",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/280ad900-d9ca-40e6-98a2-5de7754f5d19",
- "change": "/api/projects/opc/environments/dev/changes/280ad900-d9ca-40e6-98a2-5de7754f5d19",
- "log_lines": "/api/steps/c9fea39a-d15e-495a-b7fd-564a012b0651/log_lines",
- "self": "/api/steps/c9fea39a-d15e-495a-b7fd-564a012b0651"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "bus": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "412857ae-ed65-4550-83b5-51f6cd0368c2",
- "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-05-20T13:15:18.920238Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "670e7a89-db22-4ec7-aa0c-715ef5e9c49c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/670e7a89-db22-4ec7-aa0c-715ef5e9c49c"
}
}
}, - "links": {
- "versions": "/api/properties/670e7a89-db22-4ec7-aa0c-715ef5e9c49c/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/670e7a89-db22-4ec7-aa0c-715ef5e9c49c/versions/1"
}, - "meta": { }
}, - {
- "id": "0f329457-c93f-4e63-a52c-cf4e143d8ad8",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:15:18.945540Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1bb96e3e-625d-4469-9a2f-6550cdf98b72",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1bb96e3e-625d-4469-9a2f-6550cdf98b72"
}
}
}, - "links": {
- "versions": "/api/properties/1bb96e3e-625d-4469-9a2f-6550cdf98b72/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/1bb96e3e-625d-4469-9a2f-6550cdf98b72/versions/1"
}, - "meta": { }
}, - {
- "id": "f24843c9-6a17-4928-982e-88fb0331aeca",
- "type": "properties_version",
- "attributes": {
- "data": {
- "bus": "copying"
}, - "version": 1,
- "created_at": "2026-05-20T13:15:18.995120Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a6c9f4a2-e02c-4169-93c1-c605d1f0d4ad",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a6c9f4a2-e02c-4169-93c1-c605d1f0d4ad"
}
}
}, - "links": {
- "versions": "/api/properties/a6c9f4a2-e02c-4169-93c1-c605d1f0d4ad/versions",
- "owner": "/api/projects/opc/environments/dev/changes/280ad900-d9ca-40e6-98a2-5de7754f5d19",
- "self": "/api/properties/a6c9f4a2-e02c-4169-93c1-c605d1f0d4ad/versions/1"
}, - "meta": { }
}, - {
- "id": "d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "bus": "copying"
}, - "version": 1,
- "created_at": "2026-05-20T13:15:19.030039Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/c9fea39a-d15e-495a-b7fd-564a012b0651"
}
}
}, - "links": {
- "self": "/api/properties/d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68",
- "current_version": "/api/properties/d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68/versions/1",
- "versions": "/api/properties/d3c2d52f-0f4c-4340-8c4b-ad78aeaa3a68/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 3e7125e4-358d-489a-9f4a-45b35f3c3b16 step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "c8994c39-5f46-4e3b-9f9d-d5fd33bf65ba",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "synthesize",
- "change_id": "723a0f25-c915-482e-8c2f-9bee61590e28",
- "child_execution_strategy": "sequential",
- "full_path": "synthesize",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": true,
- "state_timing": {
- "error": {
- "ended_at": "2026-05-20T13:15:19.740819Z",
- "started_at": "2026-05-20T13:15:19.740819Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "name": "synthesize",
- "created_at": "2026-05-20T13:08:25.619130Z",
- "started_at": "2026-05-20T13:09:25.619130Z",
- "finished_at": "2026-05-20T13:11:14.090906Z",
- "updated_at": "2026-05-20T13:15:19.966725Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c6dd7295-8991-45e1-97c3-d678a34656f5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c6dd7295-8991-45e1-97c3-d678a34656f5"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "f3cec22c-4316-42f6-bfba-f0ac9384878b",
- "type": "properties_version"
}, - {
- "id": "5970e8f0-2445-4295-8344-a951c132055f",
- "type": "properties_version"
}, - {
- "id": "1a1a9db3-11fc-4e30-9e39-805a9d028678",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "723a0f25-c915-482e-8c2f-9bee61590e28",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/723a0f25-c915-482e-8c2f-9bee61590e28",
- "change": "/api/projects/opc/environments/dev/changes/723a0f25-c915-482e-8c2f-9bee61590e28",
- "log_lines": "/api/steps/c8994c39-5f46-4e3b-9f9d-d5fd33bf65ba/log_lines",
- "self": "/api/steps/c8994c39-5f46-4e3b-9f9d-d5fd33bf65ba"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: 8c0c105c-4058-4b40-888e-367dc92c7df3 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "072da3bb-8565-4705-9e38-34f0d394ad5f",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "opschain_wait_step_2",
- "change_id": "8a246419-df56-4e13-b150-951b9aa65995",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_2",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "success": {
- "ended_at": "2026-05-20T13:15:21.172691Z",
- "started_at": "2026-05-20T13:15:21.172691Z"
}, - "waiting": {
- "ended_at": "2026-05-20T13:15:21.172691Z",
- "started_at": "2026-05-20T13:15:21.060222Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "name": "opschain_wait_step_2",
- "created_at": "2026-05-20T13:04:32.996402Z",
- "started_at": "2026-05-20T13:05:32.996402Z",
- "finished_at": "2026-05-20T13:15:22.179331Z",
- "updated_at": "2026-05-20T13:15:22.202607Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2fe1b805-eed4-4c9e-9c3a-9e293df51e57",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2fe1b805-eed4-4c9e-9c3a-9e293df51e57"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "4cbf07e5-1542-4000-bd6d-869b7c4fdf90",
- "type": "properties_version"
}, - {
- "id": "f083c186-626a-48e1-b35d-c563ada3cb5a",
- "type": "properties_version"
}, - {
- "id": "56d1ee24-3f61-4330-9307-ab60b87fe3bc",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "8a246419-df56-4e13-b150-951b9aa65995",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/8a246419-df56-4e13-b150-951b9aa65995",
- "change": "/api/projects/opc/environments/dev/changes/8a246419-df56-4e13-b150-951b9aa65995",
- "log_lines": "/api/steps/072da3bb-8565-4705-9e38-34f0d394ad5f/log_lines",
- "self": "/api/steps/072da3bb-8565-4705-9e38-34f0d394ad5f"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 8c0c105c-4058-4b40-888e-367dc92c7df3 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "c5e2ff89-4b1a-4fb2-a968-fc9b8f611b16",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "actions": "all",
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_4",
- "change_id": "44997fa5-c156-4840-9238-6d2a8fe66af0",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_4",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "queued": {
- "ended_at": null,
- "started_at": "2026-05-20T13:15:22.977054Z"
}, - "waiting": {
- "ended_at": "2026-05-20T13:15:22.977054Z",
- "started_at": "2026-05-20T13:15:22.852347Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "name": "opschain_wait_step_4",
- "created_at": "2026-05-20T13:04:53.024564Z",
- "started_at": "2026-05-20T13:05:53.024564Z",
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:23.000819Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "613b90a5-1ecc-494e-bd4e-4f5a1e826652",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/613b90a5-1ecc-494e-bd4e-4f5a1e826652"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "da709c52-68a2-4243-8aef-2a6359519095",
- "type": "properties_version"
}, - {
- "id": "e1b11feb-e7c1-4fb6-b8c8-32effce38e27",
- "type": "properties_version"
}, - {
- "id": "3a444644-4f92-4c2e-b446-104ac8b33571",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "44997fa5-c156-4840-9238-6d2a8fe66af0",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/44997fa5-c156-4840-9238-6d2a8fe66af0",
- "change": "/api/projects/opc/environments/dev/changes/44997fa5-c156-4840-9238-6d2a8fe66af0",
- "log_lines": "/api/steps/c5e2ff89-4b1a-4fb2-a968-fc9b8f611b16/log_lines",
- "self": "/api/steps/c5e2ff89-4b1a-4fb2-a968-fc9b8f611b16"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 8c0c105c-4058-4b40-888e-367dc92c7df3 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "bc3b1404-28fb-43ea-9e35-20ffcf5e784f",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": [
- {
- "actions": "all",
- "ldap_groups": [
- "an-ldap-group"
], - "approved_by": null
}
], - "action": "opschain_wait_step_7",
- "change_id": "adbfc15f-671e-4670-b180-35750de4ac12",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_7",
- "ignore_failure": false,
- "input_arguments": { },
- "skip_on_retry": false,
- "state_timing": {
- "aborted": {
- "ended_at": "2026-05-20T13:15:24.737343Z",
- "started_at": "2026-05-20T13:15:24.737343Z"
}, - "waiting": {
- "ended_at": "2026-05-20T13:15:24.737343Z",
- "started_at": "2026-05-20T13:15:24.604880Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "name": "opschain_wait_step_7",
- "created_at": "2026-05-20T13:04:42.143365Z",
- "started_at": "2026-05-20T13:05:42.143365Z",
- "finished_at": "2026-05-20T13:15:24.738612Z",
- "updated_at": "2026-05-20T13:15:24.748835Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3892a42f-9e84-4c59-b810-954c1b3fe02e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3892a42f-9e84-4c59-b810-954c1b3fe02e"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "c9e96793-4fc3-40b1-bc70-b2b86afb7611",
- "type": "properties_version"
}, - {
- "id": "e58e5d2d-0a83-495c-b24c-1d2850279d18",
- "type": "properties_version"
}, - {
- "id": "bd4ef203-28fb-482a-9d45-706494e36e9d",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "adbfc15f-671e-4670-b180-35750de4ac12",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/adbfc15f-671e-4670-b180-35750de4ac12",
- "change": "/api/projects/opc/environments/dev/changes/adbfc15f-671e-4670-b180-35750de4ac12",
- "log_lines": "/api/steps/bc3b1404-28fb-43ea-9e35-20ffcf5e784f/log_lines",
- "self": "/api/steps/bc3b1404-28fb-43ea-9e35-20ffcf5e784f"
}, - "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: 3e7125e4-358d-489a-9f4a-45b35f3c3b16 step id |
{- "data": {
- "id": "629a14e4-85c5-4eb1-b008-4a6d14d542e3",
- "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": "System Configuration"
}
}
}
}
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 3e7125e4-358d-489a-9f4a-45b35f3c3b16 step 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"
}, - "card": "compressing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "30252f18-a89a-4a62-98ee-44b49a94accb",
- "type": "properties_version"
}, - {
- "id": "8d906a38-2916-44f6-95ab-ac7650b3252a",
- "type": "properties_version"
}, - {
- "id": "7ec055e1-ef5f-48c9-b11c-8d03f4e49abe",
- "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)"
}, - "card": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "30252f18-a89a-4a62-98ee-44b49a94accb",
- "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-05-20T13:15:26.448005Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0437016e-f0a6-4256-b7e3-fa40f7e2f801",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0437016e-f0a6-4256-b7e3-fa40f7e2f801"
}
}
}, - "links": {
- "versions": "/api/properties/0437016e-f0a6-4256-b7e3-fa40f7e2f801/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/0437016e-f0a6-4256-b7e3-fa40f7e2f801/versions/1"
}, - "meta": { }
}, - {
- "id": "8d906a38-2916-44f6-95ab-ac7650b3252a",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-05-20T13:15:26.479846Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3d9fb229-b18e-44c0-b0ed-c19c51a42be5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3d9fb229-b18e-44c0-b0ed-c19c51a42be5"
}
}
}, - "links": {
- "versions": "/api/properties/3d9fb229-b18e-44c0-b0ed-c19c51a42be5/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/3d9fb229-b18e-44c0-b0ed-c19c51a42be5/versions/1"
}, - "meta": { }
}, - {
- "id": "7ec055e1-ef5f-48c9-b11c-8d03f4e49abe",
- "type": "properties_version",
- "attributes": {
- "data": {
- "card": "compressing"
}, - "version": 1,
- "created_at": "2026-05-20T13:15:26.541498Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4d1e20b0-76f8-41fe-894a-1c41b76f0037",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4d1e20b0-76f8-41fe-894a-1c41b76f0037"
}
}
}, - "links": {
- "versions": "/api/properties/4d1e20b0-76f8-41fe-894a-1c41b76f0037/versions",
- "owner": "/api/projects/opc/environments/dev/changes/8224eed9-c52f-4df5-b712-c8c7db16c3f5",
- "self": "/api/properties/4d1e20b0-76f8-41fe-894a-1c41b76f0037/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: 497dcc98-1ca6-4774-ac3a-67fb4fb0b369 |
| 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": "8e10b6b5-f5ea-401f-81e8-d820ff38bd37",
- "type": "log_line",
- "attributes": {
- "message": "Voluptas sed earum perspiciatis.",
- "category": "action",
- "change_id": "177f2598-4501-41e8-8dbb-4e2bddbbaa9a",
- "step_id": "b3b41b86-2197-4a0d-9fba-76f3486758ea",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 3e7125e4-358d-489a-9f4a-45b35f3c3b16 |
| 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": "5c14bece-05ce-4347-bb58-8c311be21747",
- "type": "log_line",
- "attributes": {
- "message": "Eaque dolore corporis aut.",
- "category": "action",
- "change_id": "829c36ea-f008-48f8-8366-a2472ee58f85",
- "step_id": "80ae31fe-363f-4b61-809d-e816136cbab9",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "1b55b85a-c166-46f7-9f8b-5cfa9008c49d",
- "type": "log_line",
- "attributes": {
- "message": "Voluptatem molestiae distinctio mollitia.",
- "category": "action",
- "change_id": "edbb3c2f-5a53-4e11-b6e6-b2bfe6ccb5dc",
- "step_id": "2fca5715-928e-4c5d-a50f-211d0b8727fa",
- "logged_at": "2026-05-19T00: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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf |
| 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": "c61d1b1f-c10d-4f7b-b7a6-db30c62cf0b0",
- "type": "log_line",
- "attributes": {
- "message": "Saepe omnis culpa quisquam.",
- "category": "action",
- "workflow_run_id": "5d0e1c80-6e31-4bce-a43f-0af8307cb3ad",
- "workflow_step_id": "e41d8b13-9b08-4d11-8ea9-01b323cfaa16",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: f93f7c36-5160-4f06-8fef-4b0ae76efbdc |
| 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": "3d14feaf-ca85-4fdc-b2a0-d953d9322e7c",
- "type": "log_line",
- "attributes": {
- "message": "Ducimus ex velit eum.",
- "category": "action",
- "workflow_run_id": "4ac9458b-93d0-47d1-a963-026b8a6bc43f",
- "workflow_step_id": "9d33f9c2-5ee6-4c35-bc4d-8b7081572871",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of workflow run log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "0a06f7c0-ee2b-467a-bcdd-1995810ae2eb",
- "type": "log_line",
- "attributes": {
- "message": "Et mollitia illum voluptatum.",
- "category": "action",
- "workflow_run_id": "5a2a6ad7-b051-4bc3-bfec-6c4660e721a3",
- "workflow_step_id": "ad060a04-10d7-4fee-aa96-96857b02ddfa",
- "logged_at": "2026-05-19T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.{- "data": [
- {
- "id": "22ac7c1b-9c07-4900-8eff-35ad2a60b54d",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "fe98e21a-7d25-42c5-b58a-65a08c4ab1d2",
- "name": "in",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "1257ebe1-290a-4669-aab3-524127458e8c",
- "name": "deleniti",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "84d4c476-cbe5-47e3-9203-ea8b1ff44055",
- "name": "navigate",
- "type": "workflow_change_step",
- "action": "navigate",
- "target": "/projects/87wld/environments/tv4fc/assets/lubus"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "2586b177-b186-4f4e-865c-af348b7bd5f7",
- "name": "navigate",
- "type": "workflow_change_step",
- "action": "navigate",
- "target": "/projects/mzlq0/environments/4jaun/assets/gfrw2"
}, - {
- "id": "4d00cf0a-99cf-46bf-974b-4dbb7f6f2221",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "3a770cce-1130-4608-8b8b-e1f8a9bcec23",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/cago5/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "6.69",
- "Rank": "0.9.0",
- "Asoka": "0.21",
- "Subin": "0.4.7",
- "Zathin": "3.93",
- "Cookley": "0.4.1",
- "Greenlam": "7.77",
- "Home Ing": "7.3.0",
- "Tempsoft": "9.4",
- "Ventosanzap": "0.9.5"
}, - "created_by": "eugene",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:40.459167Z",
- "started_at": "2026-05-20T13:09:33.600649Z",
- "finished_at": "2026-05-20T13:14:08.569203Z",
- "updated_at": "2026-05-20T13:15:40.471095Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "5a98a17e-650d-4463-9014-3a6b6a6d337a",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "1e76b2b7-c0b1-4b43-b09e-10a50714e708",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "fe98e21a-7d25-42c5-b58a-65a08c4ab1d2",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "3a770cce-1130-4608-8b8b-e1f8a9bcec23",
- "type": "workflow_workflow_step"
}, - {
- "id": "1257ebe1-290a-4669-aab3-524127458e8c",
- "type": "workflow_noop_step"
}, - {
- "id": "fe98e21a-7d25-42c5-b58a-65a08c4ab1d2",
- "type": "workflow_noop_step"
}, - {
- "id": "4d00cf0a-99cf-46bf-974b-4dbb7f6f2221",
- "type": "workflow_wait_step"
}, - {
- "id": "2586b177-b186-4f4e-865c-af348b7bd5f7",
- "type": "workflow_change_step"
}, - {
- "id": "84d4c476-cbe5-47e3-9203-ea8b1ff44055",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "3503d3de-2a10-4396-b4ee-4e22d8cf147e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3503d3de-2a10-4396-b4ee-4e22d8cf147e"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/22ac7c1b-9c07-4900-8eff-35ad2a60b54d",
- "log_lines": "/api/workflow_runs/22ac7c1b-9c07-4900-8eff-35ad2a60b54d/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "5a98a17e-650d-4463-9014-3a6b6a6d337a",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "sondra",
- "created_at": "2026-05-20T13:15:40.403516Z",
- "updated_at": "2026-05-20T13:15:40.419126Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "8066415b-295a-47a4-ba62-c9572f465363",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets",
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}, - "notify": {
- "user_ids": [
- "992ee17a-f58c-40cc-ba77-00a14ec0f7fb"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}
}
}
}{- "data": {
- "id": "4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "78c05d54-498f-4fe8-bebb-d1b15071c7c5",
- "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": "dyan",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:41.869634Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:41.887417Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "14d8ec59-c0c7-400d-8a38-124a839b4c15",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "580ee4c3-ea3b-4408-965a-40a889525543",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "78c05d54-498f-4fe8-bebb-d1b15071c7c5",
- "type": "workflow_change_step"
}, - {
- "id": "220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "b5dc255f-e25c-4683-9ae4-3c35a6962487",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b5dc255f-e25c-4683-9ae4-3c35a6962487"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2",
- "log_lines": "/api/workflow_runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "14d8ec59-c0c7-400d-8a38-124a839b4c15",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "fabiola",
- "created_at": "2026-05-20T13:15:41.266887Z",
- "updated_at": "2026-05-20T13:15:41.282763Z",
- "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": "1afbdd57-6801-45e5-ab8c-9a0cab85723e",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "bb17d81d-7b85-47d5-ab41-00e4c72491d3",
- "node_type": "asset",
- "parent_id": "bb17d81d-7b85-47d5-ab41-00e4c72491d3",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-05-20T13:15:41.156Z",
- "updated_at": "2026-05-20T13:15:41.156Z",
- "project_type": null,
- "template_version_id": "5852452b-47c9-4801-af1b-a12a68516218",
- "created_by": "kai"
}, - "action_template_version": {
- "id": "5852452b-47c9-4801-af1b-a12a68516218",
- "commit_id": "8204e714-6056-43d3-85ea-d1a16333a86a",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-05-20T13:15:41.118Z",
- "updated_at": "2026-05-20T13:15:41.118Z",
- "state": "ready",
- "created_by": "dudley",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "e0680b30-1ebb-4ff3-8274-1f2bcc0e52d5",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "bb17d81d-7b85-47d5-ab41-00e4c72491d3",
- "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": "78c05d54-498f-4fe8-bebb-d1b15071c7c5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dyan",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:41.893236Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:41.899506Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1afbdd57-6801-45e5-ab8c-9a0cab85723e",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "5852452b-47c9-4801-af1b-a12a68516218",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2/steps/78c05d54-498f-4fe8-bebb-d1b15071c7c5",
- "log_lines": "/api/workflow_steps/78c05d54-498f-4fe8-bebb-d1b15071c7c5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2/steps/220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2"
}
}, - {
- "id": "220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dyan",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:41.881358Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:41.887417Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "78c05d54-498f-4fe8-bebb-d1b15071c7c5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2/steps/220fb253-b39c-41d8-9649-2bedbb57a6e2",
- "log_lines": "/api/workflow_steps/220fb253-b39c-41d8-9649-2bedbb57a6e2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4cab9e0b-241b-49a6-a8bd-1b76c9fe10f2"
}
}
]
}Shows a workflow run.
| run_id required | string Example: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
{- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "a2c41a61-083c-4b1a-b226-8ee387973f70",
- "name": "tenetur",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "name": "molestias",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "e1ae0453-db1a-42cd-bbf7-bc7e4694ba31",
- "name": "back_up",
- "type": "workflow_change_step",
- "action": "back_up",
- "target": "/projects/ocg0r/environments/4fdyy/assets/phaux"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "792946b5-3e67-4639-a8dd-4f88519bd5cd",
- "name": "calculate",
- "type": "workflow_change_step",
- "action": "calculate",
- "target": "/projects/6mxff/environments/tlvpb/assets/7sjyh"
}, - {
- "id": "d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "88bb85f9-7d66-44c5-a63f-9698834075a6",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/vsdms/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "7.9.3",
- "Matsoft": "0.2.8",
- "Sonsing": "0.1.8",
- "Tempsoft": "0.1.8",
- "Wrapsafe": "9.7.7",
- "Gembucket": "4.89",
- "Voltsillam": "0.9.9",
- "Ventosanzap": "6.1.7"
}, - "created_by": "casimira_ullrich",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:44.530888Z",
- "started_at": "2026-05-20T13:08:48.410700Z",
- "finished_at": "2026-05-20T13:11:59.962964Z",
- "updated_at": "2026-05-20T13:15:44.540114Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "c8d625b3-f119-4416-a3e0-80302e637a76",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "09f781dc-17d8-409e-a697-2ceecfd90544",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "a2c41a61-083c-4b1a-b226-8ee387973f70",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "792946b5-3e67-4639-a8dd-4f88519bd5cd",
- "type": "workflow_change_step"
}, - {
- "id": "d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6",
- "type": "workflow_wait_step"
}, - {
- "id": "88bb85f9-7d66-44c5-a63f-9698834075a6",
- "type": "workflow_workflow_step"
}, - {
- "id": "a2c41a61-083c-4b1a-b226-8ee387973f70",
- "type": "workflow_noop_step"
}, - {
- "id": "ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "type": "workflow_noop_step"
}, - {
- "id": "e1ae0453-db1a-42cd-bbf7-bc7e4694ba31",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "e40bfebb-6611-4b0e-910a-7758f95d6379",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e40bfebb-6611-4b0e-910a-7758f95d6379"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815",
- "log_lines": "/api/workflow_runs/4809dde3-f196-4be6-8848-6f018b666815/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "c8d625b3-f119-4416-a3e0-80302e637a76",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jacob",
- "created_at": "2026-05-20T13:15:44.470741Z",
- "updated_at": "2026-05-20T13:15:44.485463Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "fb9820e3-2600-46d3-9a08-429f61009e53",
- "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": "792946b5-3e67-4639-a8dd-4f88519bd5cd",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "casimira_ullrich",
- "name": "calculate",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:44.802429Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:44.808865Z",
- "action": "calculate",
- "property_overrides": {
- "pixel": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "5832f16c-776c-47ba-9922-ce6f4a157378",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "782763de-2827-42e8-979c-692b2aafd55e",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/792946b5-3e67-4639-a8dd-4f88519bd5cd",
- "log_lines": "/api/workflow_steps/792946b5-3e67-4639-a8dd-4f88519bd5cd/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/a2c41a61-083c-4b1a-b226-8ee387973f70",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}, - {
- "id": "d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "casimira_ullrich",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:44.813597Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:44.820046Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6",
- "log_lines": "/api/workflow_steps/d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/a2c41a61-083c-4b1a-b226-8ee387973f70",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}, - {
- "id": "88bb85f9-7d66-44c5-a63f-9698834075a6",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "casimira_ullrich",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:44.878823Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:44.885131Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "a1294473-8adc-4611-bfa5-2a313a2ac8d8",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/88bb85f9-7d66-44c5-a63f-9698834075a6",
- "log_lines": "/api/workflow_steps/88bb85f9-7d66-44c5-a63f-9698834075a6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/a2c41a61-083c-4b1a-b226-8ee387973f70",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}, - {
- "id": "a2c41a61-083c-4b1a-b226-8ee387973f70",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "casimira_ullrich",
- "name": "tenetur",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:44.535800Z",
- "started_at": "2026-05-20T13:08:48.410700Z",
- "finished_at": "2026-05-20T13:11:59.962964Z",
- "updated_at": "2026-05-20T13:15:44.540114Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "type": "workflow_noop_step"
}, - {
- "id": "792946b5-3e67-4639-a8dd-4f88519bd5cd",
- "type": "workflow_change_step"
}, - {
- "id": "d2e10eaf-801d-4f5d-a0f8-ebd039ae91f6",
- "type": "workflow_wait_step"
}, - {
- "id": "88bb85f9-7d66-44c5-a63f-9698834075a6",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/a2c41a61-083c-4b1a-b226-8ee387973f70",
- "log_lines": "/api/workflow_steps/a2c41a61-083c-4b1a-b226-8ee387973f70/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}, - {
- "id": "ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "casimira_ullrich",
- "name": "molestias",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-05-20T13:15:44.543101Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:44.662527Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "e1ae0453-db1a-42cd-bbf7-bc7e4694ba31",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "log_lines": "/api/workflow_steps/ae97f4b4-7062-4686-8ea3-f5331e150e26/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/a2c41a61-083c-4b1a-b226-8ee387973f70",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}, - {
- "id": "e1ae0453-db1a-42cd-bbf7-bc7e4694ba31",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "casimira_ullrich",
- "name": "back_up",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:44.664501Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:44.670458Z",
- "action": "back_up",
- "property_overrides": {
- "bandwidth": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "715362f8-3daa-48c8-9700-089743eebeba",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "08c4f12d-d02e-4c1a-b7dd-6d81cf9d4c77",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "4809dde3-f196-4be6-8848-6f018b666815",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/e1ae0453-db1a-42cd-bbf7-bc7e4694ba31",
- "log_lines": "/api/workflow_steps/e1ae0453-db1a-42cd-bbf7-bc7e4694ba31/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815/steps/ae97f4b4-7062-4686-8ea3-f5331e150e26",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4809dde3-f196-4be6-8848-6f018b666815"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "22c4e2f1-bce7-4aa6-af06-278513966905",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "6c963e54-ebdf-4cc8-86b0-27290aec4c49",
- "name": "ut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "976ddbac-025d-40fa-895e-8042559f5963",
- "name": "ut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7b83e593-a530-491f-9440-107c6fdfcc92",
- "name": "navigate",
- "type": "workflow_change_step",
- "action": "navigate",
- "target": "/projects/h9skr/environments/6gzlr/assets/uvptq"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "41aa91be-5453-4d57-aa07-9694f815b538",
- "name": "copy",
- "type": "workflow_change_step",
- "action": "copy",
- "target": "/projects/ntgt0/environments/k7z8z/assets/2hqdx"
}, - {
- "id": "0f14fae5-2a4d-4513-bcc4-73ba6f9cc399",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "ac237101-a2ee-4255-a8ff-64768c92009a",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/jvicn/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Tin": "0.64",
- "Sub-Ex": "0.35",
- "Vagram": "6.2",
- "Redhold": "9.04",
- "Zontrax": "0.59",
- "Domainer": "2.5",
- "Tampflex": "9.8",
- "Tres-Zap": "6.53",
- "Ronstring": "7.1",
- "Voyatouch": "5.2"
}, - "created_by": "yolande",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:47.476305Z",
- "started_at": "2026-05-20T13:06:43.327718Z",
- "finished_at": "2026-05-20T13:09:21.059577Z",
- "updated_at": "2026-05-20T13:15:47.484427Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "8acdb444-a125-476c-b13f-3f7525984deb",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "bb248b98-ec8d-439c-9c84-9d5533fa97b4",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "6c963e54-ebdf-4cc8-86b0-27290aec4c49",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "976ddbac-025d-40fa-895e-8042559f5963",
- "type": "workflow_noop_step"
}, - {
- "id": "7b83e593-a530-491f-9440-107c6fdfcc92",
- "type": "workflow_change_step"
}, - {
- "id": "6c963e54-ebdf-4cc8-86b0-27290aec4c49",
- "type": "workflow_noop_step"
}, - {
- "id": "41aa91be-5453-4d57-aa07-9694f815b538",
- "type": "workflow_change_step"
}, - {
- "id": "0f14fae5-2a4d-4513-bcc4-73ba6f9cc399",
- "type": "workflow_wait_step"
}, - {
- "id": "ac237101-a2ee-4255-a8ff-64768c92009a",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "66896346-3270-4d9e-8750-e89ba84cc22e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/66896346-3270-4d9e-8750-e89ba84cc22e"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/22c4e2f1-bce7-4aa6-af06-278513966905",
- "log_lines": "/api/workflow_runs/22c4e2f1-bce7-4aa6-af06-278513966905/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "8acdb444-a125-476c-b13f-3f7525984deb",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dianne_mohr",
- "created_at": "2026-05-20T13:15:47.437573Z",
- "updated_at": "2026-05-20T13:15:47.448382Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "7bdf12d7-1c68-4049-b9cc-76bd6999b3e7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "c4a90cc8-9edb-4795-9744-e1f92da318bb",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "81568cd6-004a-47da-9077-4408793408f5",
- "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": "latina",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:50.108187Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:50.123004Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "e4f8e875-95ab-4721-bc45-4c7d5546f8ab",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "fd3a0cdb-c4c3-4257-8639-788eea8f9ebe",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "81568cd6-004a-47da-9077-4408793408f5",
- "type": "workflow_change_step"
}, - {
- "id": "1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "0d7bd434-1a76-4502-ad52-871e86298fce",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0d7bd434-1a76-4502-ad52-871e86298fce"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb",
- "log_lines": "/api/workflow_runs/c4a90cc8-9edb-4795-9744-e1f92da318bb/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "e4f8e875-95ab-4721-bc45-4c7d5546f8ab",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "shayna.gutmann",
- "created_at": "2026-05-20T13:15:49.581200Z",
- "updated_at": "2026-05-20T13:15:49.594294Z",
- "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": "62b89e33-81d5-4fdc-9cff-1c1c4b3c98de",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "73e0d3fa-b2da-4c09-aab7-fbc93e650ac9",
- "node_type": "asset",
- "parent_id": "73e0d3fa-b2da-4c09-aab7-fbc93e650ac9",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-05-20T13:15:49.505Z",
- "updated_at": "2026-05-20T13:15:49.505Z",
- "project_type": null,
- "template_version_id": "4f139198-fb86-4892-9c91-f86420c2b43c",
- "created_by": "dorian"
}, - "action_template_version": {
- "id": "4f139198-fb86-4892-9c91-f86420c2b43c",
- "commit_id": "677a7cd8-95cf-4722-ae81-ee42e40006ab",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-05-20T13:15:49.479Z",
- "updated_at": "2026-05-20T13:15:49.479Z",
- "state": "ready",
- "created_by": "many_kuhn",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "f2b95357-a3eb-4203-a21c-76d50e359d39",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "73e0d3fa-b2da-4c09-aab7-fbc93e650ac9",
- "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": "81568cd6-004a-47da-9077-4408793408f5",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "latina",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:50.127463Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:50.134512Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "62b89e33-81d5-4fdc-9cff-1c1c4b3c98de",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "4f139198-fb86-4892-9c91-f86420c2b43c",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "c4a90cc8-9edb-4795-9744-e1f92da318bb",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb/steps/81568cd6-004a-47da-9077-4408793408f5",
- "log_lines": "/api/workflow_steps/81568cd6-004a-47da-9077-4408793408f5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb/steps/1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb"
}
}, - {
- "id": "1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "latina",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:50.117490Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:50.123004Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c4a90cc8-9edb-4795-9744-e1f92da318bb",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "81568cd6-004a-47da-9077-4408793408f5",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb/steps/1a100893-61ff-4f8c-8803-776f8bb8c0f9",
- "log_lines": "/api/workflow_steps/1a100893-61ff-4f8c-8803-776f8bb8c0f9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c4a90cc8-9edb-4795-9744-e1f92da318bb"
}
}
]
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
{- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "name": "eos",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "name": "commodi",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "8e322299-7ec9-4f41-977b-d179ff09098f",
- "name": "hack",
- "type": "workflow_change_step",
- "action": "hack",
- "target": "/projects/xc6x5/environments/mebwe/assets/rddap"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "d6deb2f7-6b37-491b-9ead-ceefdabf12b4",
- "name": "navigate",
- "type": "workflow_change_step",
- "action": "navigate",
- "target": "/projects/wwteh/environments/u0xrj/assets/kpukf"
}, - {
- "id": "3e8ebc15-c63e-4e40-9cc4-440cbff5e533",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "89102739-de44-453c-9ea6-9b8ebb37030b",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/yhe09/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Span": "5.2",
- "Stim": "2.7",
- "Asoka": "2.98",
- "Latlux": "1.8",
- "Lotlux": "6.5",
- "Bitchip": "0.96",
- "Cookley": "0.81",
- "Konklab": "3.1.4",
- "Transcof": "0.66",
- "Mat Lam Tam": "2.7.4"
}, - "created_by": "delmer_wehner",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:52.576034Z",
- "started_at": "2026-05-20T13:08:46.143273Z",
- "finished_at": "2026-05-20T13:09:35.458734Z",
- "updated_at": "2026-05-20T13:15:52.585781Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "48db2579-e641-4528-8b37-663c9879af79",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "e07c61a2-bd45-46fb-ab11-51e79c56220f",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "d6deb2f7-6b37-491b-9ead-ceefdabf12b4",
- "type": "workflow_change_step"
}, - {
- "id": "3e8ebc15-c63e-4e40-9cc4-440cbff5e533",
- "type": "workflow_wait_step"
}, - {
- "id": "89102739-de44-453c-9ea6-9b8ebb37030b",
- "type": "workflow_workflow_step"
}, - {
- "id": "8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "type": "workflow_noop_step"
}, - {
- "id": "41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "type": "workflow_noop_step"
}, - {
- "id": "8e322299-7ec9-4f41-977b-d179ff09098f",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "5d113b20-fc7a-4223-9d55-e2fee1df0d2a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5d113b20-fc7a-4223-9d55-e2fee1df0d2a"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076",
- "log_lines": "/api/workflow_runs/bcd6b358-24be-444f-afde-5f40c55f8076/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "48db2579-e641-4528-8b37-663c9879af79",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "julius",
- "created_at": "2026-05-20T13:15:52.526741Z",
- "updated_at": "2026-05-20T13:15:52.540613Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "56b52c61-f3b1-4d89-aad5-f597b340bbbe",
- "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": "d6deb2f7-6b37-491b-9ead-ceefdabf12b4",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "delmer_wehner",
- "name": "navigate",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:52.819921Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:52.825436Z",
- "action": "navigate",
- "property_overrides": {
- "card": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "06dcef73-a665-4604-8121-82bb98cdf2bf",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "3de024ce-b50a-44ff-9836-d2c32d1e8889",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/d6deb2f7-6b37-491b-9ead-ceefdabf12b4",
- "log_lines": "/api/workflow_steps/d6deb2f7-6b37-491b-9ead-ceefdabf12b4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}, - {
- "id": "3e8ebc15-c63e-4e40-9cc4-440cbff5e533",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "delmer_wehner",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:52.829355Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:52.834279Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/3e8ebc15-c63e-4e40-9cc4-440cbff5e533",
- "log_lines": "/api/workflow_steps/3e8ebc15-c63e-4e40-9cc4-440cbff5e533/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}, - {
- "id": "89102739-de44-453c-9ea6-9b8ebb37030b",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "delmer_wehner",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:52.883713Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:52.889375Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "264ef313-4c36-499c-9c39-06c59d6879c6",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/89102739-de44-453c-9ea6-9b8ebb37030b",
- "log_lines": "/api/workflow_steps/89102739-de44-453c-9ea6-9b8ebb37030b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}, - {
- "id": "8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "delmer_wehner",
- "name": "eos",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:52.581003Z",
- "started_at": "2026-05-20T13:08:46.143273Z",
- "finished_at": "2026-05-20T13:09:35.458734Z",
- "updated_at": "2026-05-20T13:15:52.585781Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "type": "workflow_noop_step"
}, - {
- "id": "d6deb2f7-6b37-491b-9ead-ceefdabf12b4",
- "type": "workflow_change_step"
}, - {
- "id": "3e8ebc15-c63e-4e40-9cc4-440cbff5e533",
- "type": "workflow_wait_step"
}, - {
- "id": "89102739-de44-453c-9ea6-9b8ebb37030b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "log_lines": "/api/workflow_steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}, - {
- "id": "41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "delmer_wehner",
- "name": "commodi",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-05-20T13:15:52.588927Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:52.701308Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "8e322299-7ec9-4f41-977b-d179ff09098f",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "log_lines": "/api/workflow_steps/41ba4969-c673-456d-bbd0-54c4a16c19e1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8d53d444-c3d7-4e65-b2ed-e0252e5e9cd8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}, - {
- "id": "8e322299-7ec9-4f41-977b-d179ff09098f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "delmer_wehner",
- "name": "hack",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:52.703116Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:52.708455Z",
- "action": "hack",
- "property_overrides": {
- "interface": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "a0644c20-0c07-49b5-8680-4f9301a50f28",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "619c7ce4-9275-4a43-baab-1cb05df02f18",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "bcd6b358-24be-444f-afde-5f40c55f8076",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/8e322299-7ec9-4f41-977b-d179ff09098f",
- "log_lines": "/api/workflow_steps/8e322299-7ec9-4f41-977b-d179ff09098f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076/steps/41ba4969-c673-456d-bbd0-54c4a16c19e1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bcd6b358-24be-444f-afde-5f40c55f8076"
}
}
]
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
{- "data": [
- {
- "id": "f4276167-91f1-44c2-aff6-9b1fd06107df",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "dennis",
- "name": "id",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-05-20T13:15:57.488821Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.603641Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "fda82363-c8e3-4595-8909-6903ad791a95",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/f4276167-91f1-44c2-aff6-9b1fd06107df",
- "log_lines": "/api/workflow_steps/f4276167-91f1-44c2-aff6-9b1fd06107df/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "9373f17d-61e4-4ebd-a89f-bc4ef3ef61c7",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "navigate",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.724707Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.731949Z",
- "action": "navigate",
- "property_overrides": {
- "sensor": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ba6431e5-000c-49b0-8c73-bc711fb14cc6",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "13d75659-aa54-4ffc-a2e8-493805be6569",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/9373f17d-61e4-4ebd-a89f-bc4ef3ef61c7",
- "log_lines": "/api/workflow_steps/9373f17d-61e4-4ebd-a89f-bc4ef3ef61c7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "481c4eb2-fa86-4cf5-98cd-a1cf60e71298",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "dennis",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.737774Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.744386Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/481c4eb2-fa86-4cf5-98cd-a1cf60e71298",
- "log_lines": "/api/workflow_steps/481c4eb2-fa86-4cf5-98cd-a1cf60e71298/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "c2f8d065-2d61-4cb1-b429-bd07a642f3d8",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.796042Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.801709Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "3e8e68e5-19fd-4b81-811b-fc8b19627b56",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/c2f8d065-2d61-4cb1-b429-bd07a642f3d8",
- "log_lines": "/api/workflow_steps/c2f8d065-2d61-4cb1-b429-bd07a642f3d8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "0e0d3b4a-c49e-4f4c-847f-a345f3c6d1fa",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "navigate",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.930780Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.937159Z",
- "action": "navigate",
- "property_overrides": {
- "feed": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "09f31335-b18e-4c63-a4ba-96bc0856162c",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "09e610d6-3bfc-48cb-9d67-a601c5621cf5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/0e0d3b4a-c49e-4f4c-847f-a345f3c6d1fa",
- "log_lines": "/api/workflow_steps/0e0d3b4a-c49e-4f4c-847f-a345f3c6d1fa/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "1b5ac185-6106-422e-a1b1-ba979d70670c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "dennis",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-05-20T13:05:23.911091Z",
- "started_at": "2026-05-20T13:06:23.911091Z",
- "finished_at": "2026-05-20T13:09:51.868730Z",
- "updated_at": "2026-05-20T13:15:57.948323Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/1b5ac185-6106-422e-a1b1-ba979d70670c",
- "log_lines": "/api/workflow_steps/1b5ac185-6106-422e-a1b1-ba979d70670c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "716ace5a-453f-4488-8561-fde513d8f4e3",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.954580Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.960139Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "3e8e68e5-19fd-4b81-811b-fc8b19627b56",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/716ace5a-453f-4488-8561-fde513d8f4e3",
- "log_lines": "/api/workflow_steps/716ace5a-453f-4488-8561-fde513d8f4e3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "60661e90-95b4-4011-9aa3-502cbe0731fe",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "reprehenderit",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:57.481261Z",
- "started_at": "2026-05-20T13:06:33.113196Z",
- "finished_at": "2026-05-20T13:08:35.152064Z",
- "updated_at": "2026-05-20T13:15:57.485899Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f4276167-91f1-44c2-aff6-9b1fd06107df",
- "type": "workflow_noop_step"
}, - {
- "id": "9373f17d-61e4-4ebd-a89f-bc4ef3ef61c7",
- "type": "workflow_change_step"
}, - {
- "id": "481c4eb2-fa86-4cf5-98cd-a1cf60e71298",
- "type": "workflow_wait_step"
}, - {
- "id": "c2f8d065-2d61-4cb1-b429-bd07a642f3d8",
- "type": "workflow_workflow_step"
}, - {
- "id": "0e0d3b4a-c49e-4f4c-847f-a345f3c6d1fa",
- "type": "workflow_change_step"
}, - {
- "id": "1b5ac185-6106-422e-a1b1-ba979d70670c",
- "type": "workflow_wait_step"
}, - {
- "id": "716ace5a-453f-4488-8561-fde513d8f4e3",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/60661e90-95b4-4011-9aa3-502cbe0731fe",
- "log_lines": "/api/workflow_steps/60661e90-95b4-4011-9aa3-502cbe0731fe/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}, - {
- "id": "fda82363-c8e3-4595-8909-6903ad791a95",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "dennis",
- "name": "index",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:15:57.605744Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:15:57.611276Z",
- "action": "index",
- "property_overrides": {
- "bandwidth": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "84ba5866-ac5d-44bd-81a8-7972788a2672",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "2b26d5e3-c946-4158-8ac9-111f90e88a87",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ef974df1-cab0-4e70-9084-f257c8da0152",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/fda82363-c8e3-4595-8909-6903ad791a95",
- "log_lines": "/api/workflow_steps/fda82363-c8e3-4595-8909-6903ad791a95/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152/steps/f4276167-91f1-44c2-aff6-9b1fd06107df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ef974df1-cab0-4e70-9084-f257c8da0152"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 6a6fe351-c28e-4804-a54b-90f022b409c2 workflow step id |
{- "data": {
- "id": "a3e54f3c-550d-4656-9290-d77511e8f13f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kimberli.rowe",
- "name": "quis",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:15:58.361334Z",
- "started_at": "2026-05-20T13:07:57.653628Z",
- "finished_at": "2026-05-20T13:13:51.961309Z",
- "updated_at": "2026-05-20T13:15:58.366406Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8a4225db-783e-43f7-bd05-281dbac0c256",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "1123a699-6dc3-4df4-b0c9-aa3ca5884409",
- "type": "workflow_noop_step"
}, - {
- "id": "c3935799-90fe-4467-aca9-e2947f01b3ec",
- "type": "workflow_change_step"
}, - {
- "id": "6ba74316-a350-4892-b487-da19ddabd5ef",
- "type": "workflow_wait_step"
}, - {
- "id": "77e29a77-6699-4145-b171-15b08b077d2f",
- "type": "workflow_workflow_step"
}, - {
- "id": "e8cdd9ac-a046-4970-9602-602848845a26",
- "type": "workflow_change_step"
}, - {
- "id": "90e02951-c498-4e48-be9b-8b38b85cac45",
- "type": "workflow_wait_step"
}, - {
- "id": "d56abd01-eee7-474e-a025-d46ae65579b6",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8a4225db-783e-43f7-bd05-281dbac0c256/steps/a3e54f3c-550d-4656-9290-d77511e8f13f",
- "log_lines": "/api/workflow_steps/a3e54f3c-550d-4656-9290-d77511e8f13f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8a4225db-783e-43f7-bd05-281dbac0c256",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8a4225db-783e-43f7-bd05-281dbac0c256"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: 6a6fe351-c28e-4804-a54b-90f022b409c2 workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "14dc15dc-418f-42fc-8cbf-b97e5e6bfafa",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "nicholle_feest",
- "name": "synthesize",
- "skip_on_retry": true,
- "step_sequence": 5,
- "status_code": "error",
- "created_at": "2026-05-20T13:16:01.155604Z",
- "started_at": "2026-05-20T13:16:01.235563Z",
- "finished_at": "2026-05-20T13:17:01.235575Z",
- "updated_at": "2026-05-20T13:16:01.309031Z",
- "action": "synthesize",
- "property_overrides": {
- "pixel": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "e52c936f-039e-459b-be50-51462b87e209",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "0e04d1cb-c57c-4b56-9c8f-bdddf5725fbd",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6e7a97bc-d1e3-4de1-8f56-b05da517fe32",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6e7a97bc-d1e3-4de1-8f56-b05da517fe32/steps/14dc15dc-418f-42fc-8cbf-b97e5e6bfafa",
- "log_lines": "/api/workflow_steps/14dc15dc-418f-42fc-8cbf-b97e5e6bfafa/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6e7a97bc-d1e3-4de1-8f56-b05da517fe32/steps/bf771502-78a3-4437-b912-1710544a0190",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6e7a97bc-d1e3-4de1-8f56-b05da517fe32"
}
}
}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: cb5fdbc5-2807-440f-8f81-657715faca8f workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "f3d055a9-e570-4dbc-b719-a5d33fba2de7",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "cassie",
- "message": null,
- "date": "2026-05-20T13:16:04Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "viola",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-05-20T13:07:11.993025Z",
- "started_at": "2026-05-20T13:08:11.993025Z",
- "finished_at": "2026-05-20T13:16:04.448719Z",
- "updated_at": "2026-05-20T13:16:04.482050Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8619fa36-7010-412e-9c7d-408dd145821b",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8619fa36-7010-412e-9c7d-408dd145821b/steps/f3d055a9-e570-4dbc-b719-a5d33fba2de7",
- "log_lines": "/api/workflow_steps/f3d055a9-e570-4dbc-b719-a5d33fba2de7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8619fa36-7010-412e-9c7d-408dd145821b/steps/3a5667ca-e03a-4935-95d6-490c3caff537",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8619fa36-7010-412e-9c7d-408dd145821b"
}
}
}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: 982b5312-614c-47cd-9da4-5bb01b8e1162 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "ba504af5-37d8-4ed3-beec-0828c88d6e8c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "dawn",
- "message": null,
- "date": "2026-05-20T13:16:08Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "chadwick",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-05-20T13:06:31.479210Z",
- "started_at": "2026-05-20T13:07:31.479210Z",
- "finished_at": "2026-05-20T13:16:08.013139Z",
- "updated_at": "2026-05-20T13:16:08.033636Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3a8fa50b-5f4b-4c52-88d6-e664d39b28c8",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3a8fa50b-5f4b-4c52-88d6-e664d39b28c8/steps/ba504af5-37d8-4ed3-beec-0828c88d6e8c",
- "log_lines": "/api/workflow_steps/ba504af5-37d8-4ed3-beec-0828c88d6e8c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3a8fa50b-5f4b-4c52-88d6-e664d39b28c8/steps/66d630f1-bfbb-410a-a564-cfdf1acc43c4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3a8fa50b-5f4b-4c52-88d6-e664d39b28c8"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: b13784d9-2021-4d2f-a5f6-539ae98684bf workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "33fc7326-a60b-4455-8563-24cb223dadbc",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "noelia_langosh",
- "message": null,
- "date": "2026-05-20T13:16:12Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "major",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-05-20T13:06:00.542112Z",
- "started_at": "2026-05-20T13:07:00.542112Z",
- "finished_at": "2026-05-20T13:16:12.543491Z",
- "updated_at": "2026-05-20T13:16:12.549678Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "215b4e29-5dea-4a81-a348-88184ad716ef",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/215b4e29-5dea-4a81-a348-88184ad716ef/steps/33fc7326-a60b-4455-8563-24cb223dadbc",
- "log_lines": "/api/workflow_steps/33fc7326-a60b-4455-8563-24cb223dadbc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/215b4e29-5dea-4a81-a348-88184ad716ef/steps/c026bf31-b510-4760-8500-1c94b8d6c957",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/215b4e29-5dea-4a81-a348-88184ad716ef"
}
}
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
{- "data": [
- {
- "id": "57e7dd01-1ab0-4ce3-b67a-c28bcb74aa28",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "back_up",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:15.529233Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:15.535899Z",
- "action": "back_up",
- "property_overrides": {
- "card": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "a6c02b21-f519-49a2-af82-7f7199002d73",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b6a93b21-1d4f-40eb-93fa-d9c0500826b5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/57e7dd01-1ab0-4ce3-b67a-c28bcb74aa28",
- "log_lines": "/api/workflow_steps/57e7dd01-1ab0-4ce3-b67a-c28bcb74aa28/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/4df28048-cff0-461a-9415-9538d9585d1c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "4df28048-cff0-461a-9415-9538d9585d1c",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "waneta.shanahan",
- "name": "aliquam",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-05-20T13:16:15.396519Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:15.526691Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "57e7dd01-1ab0-4ce3-b67a-c28bcb74aa28",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/4df28048-cff0-461a-9415-9538d9585d1c",
- "log_lines": "/api/workflow_steps/4df28048-cff0-461a-9415-9538d9585d1c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "a0d66526-c993-4f1c-930f-7512d53698a6",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:15.675389Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:15.682591Z",
- "action": "transmit",
- "property_overrides": {
- "matrix": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "7b504648-d00b-43bf-a65e-7e66317358c7",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "043b4cd5-eb24-42c1-814b-de07586bdb6e",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/a0d66526-c993-4f1c-930f-7512d53698a6",
- "log_lines": "/api/workflow_steps/a0d66526-c993-4f1c-930f-7512d53698a6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "13083394-0bb7-41be-88cc-e97cc12bdefc",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:15.688270Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:15.695461Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/13083394-0bb7-41be-88cc-e97cc12bdefc",
- "log_lines": "/api/workflow_steps/13083394-0bb7-41be-88cc-e97cc12bdefc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "fe788124-d22f-438f-859f-3132e618cfeb",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:15.760271Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:15.767731Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "08f72ec2-34a6-488d-97a2-0bd2f0529c47",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/fe788124-d22f-438f-859f-3132e618cfeb",
- "log_lines": "/api/workflow_steps/fe788124-d22f-438f-859f-3132e618cfeb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "62f1518b-5f8e-4991-b043-80a5faf4fbeb",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "calculate",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:16.121216Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:16.143451Z",
- "action": "calculate",
- "property_overrides": {
- "protocol": "copying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c47925e3-bf23-4c4a-abeb-3a1498b4b416",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "899d9ebf-c740-4192-a253-243559a3e433",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/62f1518b-5f8e-4991-b043-80a5faf4fbeb",
- "log_lines": "/api/workflow_steps/62f1518b-5f8e-4991-b043-80a5faf4fbeb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "af8e750f-6fe8-495c-9c37-873421ef641c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-05-20T13:07:18.475749Z",
- "started_at": "2026-05-20T13:08:18.475749Z",
- "finished_at": "2026-05-20T13:14:55.342710Z",
- "updated_at": "2026-05-20T13:16:16.164876Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/af8e750f-6fe8-495c-9c37-873421ef641c",
- "log_lines": "/api/workflow_steps/af8e750f-6fe8-495c-9c37-873421ef641c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "749bb384-64d8-4ff1-b427-291e6ebc7b72",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-05-20T13:16:16.179199Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-05-20T13:16:16.195674Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "08f72ec2-34a6-488d-97a2-0bd2f0529c47",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/749bb384-64d8-4ff1-b427-291e6ebc7b72",
- "log_lines": "/api/workflow_steps/749bb384-64d8-4ff1-b427-291e6ebc7b72/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}, - {
- "id": "7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "waneta.shanahan",
- "name": "omnis",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:16:15.389100Z",
- "started_at": "2026-05-20T13:10:04.878311Z",
- "finished_at": "2026-05-20T13:12:23.745735Z",
- "updated_at": "2026-05-20T13:16:15.393600Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ba8624ae-557e-4efc-8315-d8740246b4e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4df28048-cff0-461a-9415-9538d9585d1c",
- "type": "workflow_noop_step"
}, - {
- "id": "a0d66526-c993-4f1c-930f-7512d53698a6",
- "type": "workflow_change_step"
}, - {
- "id": "13083394-0bb7-41be-88cc-e97cc12bdefc",
- "type": "workflow_wait_step"
}, - {
- "id": "fe788124-d22f-438f-859f-3132e618cfeb",
- "type": "workflow_workflow_step"
}, - {
- "id": "62f1518b-5f8e-4991-b043-80a5faf4fbeb",
- "type": "workflow_change_step"
}, - {
- "id": "af8e750f-6fe8-495c-9c37-873421ef641c",
- "type": "workflow_wait_step"
}, - {
- "id": "749bb384-64d8-4ff1-b427-291e6ebc7b72",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4/steps/7b8308ca-4791-4254-aeaa-8979b2b19d46",
- "log_lines": "/api/workflow_steps/7b8308ca-4791-4254-aeaa-8979b2b19d46/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ba8624ae-557e-4efc-8315-d8740246b4e4"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a step of a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
| step_id required | string Example: 6a6fe351-c28e-4804-a54b-90f022b409c2 workflow step id |
{- "data": {
- "id": "26b32bd2-8473-4d69-b7dc-fc6b4ef141cf",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "juliet",
- "name": "sit",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-05-20T13:16:18.425250Z",
- "started_at": "2026-05-20T13:11:09.173645Z",
- "finished_at": "2026-05-20T13:14:03.812718Z",
- "updated_at": "2026-05-20T13:16:18.432201Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2fb1c8bb-e475-4d8c-a1e5-d587c48747d1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "b603792c-bdce-4dfe-b9dc-65c30fe95ccc",
- "type": "workflow_noop_step"
}, - {
- "id": "a5530e6f-8b88-4d56-aa11-674ae802ceb3",
- "type": "workflow_change_step"
}, - {
- "id": "3b6a84e9-0e96-4767-9319-aa193c572074",
- "type": "workflow_wait_step"
}, - {
- "id": "063fed94-e080-47be-a2c7-cc1f90bbc68d",
- "type": "workflow_workflow_step"
}, - {
- "id": "06830923-db2a-4d44-aa01-9a977aa7591b",
- "type": "workflow_change_step"
}, - {
- "id": "1ca0c2db-276d-484e-b96b-b332a90d2b2e",
- "type": "workflow_wait_step"
}, - {
- "id": "0655063a-22bc-4278-b753-d2ecb4596cc3",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2fb1c8bb-e475-4d8c-a1e5-d587c48747d1/steps/26b32bd2-8473-4d69-b7dc-fc6b4ef141cf",
- "log_lines": "/api/workflow_steps/26b32bd2-8473-4d69-b7dc-fc6b4ef141cf/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2fb1c8bb-e475-4d8c-a1e5-d587c48747d1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2fb1c8bb-e475-4d8c-a1e5-d587c48747d1"
}
}
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
| step_id required | string Example: cb5fdbc5-2807-440f-8f81-657715faca8f workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "25805c27-e10e-4dc6-822f-7aabff7a2e6f",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "seth.mcglynn",
- "message": null,
- "date": "2026-05-20T13:16:21Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "adalberto",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-05-20T13:10:11.965831Z",
- "started_at": "2026-05-20T13:11:11.965831Z",
- "finished_at": "2026-05-20T13:16:21.922928Z",
- "updated_at": "2026-05-20T13:16:21.945900Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9c3a7430-0855-4629-a100-5e6e4b796721",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9c3a7430-0855-4629-a100-5e6e4b796721/steps/25805c27-e10e-4dc6-822f-7aabff7a2e6f",
- "log_lines": "/api/workflow_steps/25805c27-e10e-4dc6-822f-7aabff7a2e6f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9c3a7430-0855-4629-a100-5e6e4b796721/steps/21db7459-6d3f-4ec1-b1f2-d0ea72d6c744",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9c3a7430-0855-4629-a100-5e6e4b796721"
}
}
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
| step_id required | string Example: 982b5312-614c-47cd-9da4-5bb01b8e1162 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "41a53594-d191-45b3-82ec-1195d3a341fe",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "jonah",
- "message": null,
- "date": "2026-05-20T13:16:25Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "francis",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-05-20T13:06:21.743014Z",
- "started_at": "2026-05-20T13:07:21.743014Z",
- "finished_at": "2026-05-20T13:16:25.456420Z",
- "updated_at": "2026-05-20T13:16:25.477060Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "aa0e3ef3-d7ec-402b-ade6-2696d3f0a487",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa0e3ef3-d7ec-402b-ade6-2696d3f0a487/steps/41a53594-d191-45b3-82ec-1195d3a341fe",
- "log_lines": "/api/workflow_steps/41a53594-d191-45b3-82ec-1195d3a341fe/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/aa0e3ef3-d7ec-402b-ade6-2696d3f0a487/steps/877ece4a-9bbe-4305-92fd-37637e3de01c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa0e3ef3-d7ec-402b-ade6-2696d3f0a487"
}
}
}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: d3c04a04-4bf7-4407-b5c6-8effb57e1ddf workflow run id |
| step_id required | string Example: b13784d9-2021-4d2f-a5f6-539ae98684bf workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "f8267fd0-6eef-4c03-938d-600300e3ce23",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "iesha",
- "message": null,
- "date": "2026-05-20T13:16:30Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "alfredo",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-05-20T13:06:20.196522Z",
- "started_at": "2026-05-20T13:07:20.196522Z",
- "finished_at": "2026-05-20T13:16:30.013543Z",
- "updated_at": "2026-05-20T13:16:30.020025Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "13cbb463-e828-4881-9f51-af4aae20ec9e",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/13cbb463-e828-4881-9f51-af4aae20ec9e/steps/f8267fd0-6eef-4c03-938d-600300e3ce23",
- "log_lines": "/api/workflow_steps/f8267fd0-6eef-4c03-938d-600300e3ce23/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/13cbb463-e828-4881-9f51-af4aae20ec9e/steps/f8ff911d-992a-4c36-adc1-b5ab23226bbe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/13cbb463-e828-4881-9f51-af4aae20ec9e"
}
}
}Endpoints to interact with events.
Lists all events.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 10 Example: limit=50 Limit the number of events returned |
{- "data": [
- {
- "id": "3827f42d-b5a9-4b0e-a5ea-a5f2b7db734a",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "roosevelt",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-05-20T13:14:37.044149Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "3212c90a-ad39-4b56-973c-9bfbe91dc05f",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/3827f42d-b5a9-4b0e-a5ea-a5f2b7db734a"
}
}
], - "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": "9ab450ba-74d1-43c7-8bb3-227770210119",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "lynda",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-05-20T13:14:37.452903Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/9ab450ba-74d1-43c7-8bb3-227770210119"
}
}
}Shows an event.
| event_id required | string Example: 0aafe87f-db9c-4a2d-933c-b9e010c6330d event id |
{- "data": {
- "id": "e0935541-1238-49c4-95da-2740d29487aa",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "ramon",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-05-20T13:14:38.181342Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "c1b18b74-2c77-4e3c-958a-734918b630eb",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/e0935541-1238-49c4-95da-2740d29487aa"
}
}
}{- "data": [
- {
- "id": "6e60f81e-2592-4246-89d3-3bfea5f67156",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007fd8c4000f10>",
- "created_at": "2026-05-20T13:14:30.158538Z",
- "updated_at": "2026-05-20T13:14:30.158538Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event filter.
required | object |
{- "data": {
- "attributes": {
- "code": "change_success",
- "description": "Filter for successful changes in dev",
- "rules": {
- "event_rules": [
- {
- "attribute": "type",
- "predicate": "eq",
- "value": "api:changes:success"
}, - {
- "attribute": "system",
- "predicate": "true"
}, - {
- "attribute": "event_node_path",
- "predicate": "eq",
- "value": "/projects/demo/environments/dev"
}
], - "source_rules": [
- {
- "attribute": "action",
- "predicate": "eq",
- "value": "default"
}
]
}
}
}
}{- "data": {
- "id": "0ebb9906-b63b-4919-a01c-3ba3f3bb6de7",
- "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": "jt2wp",
- "description": "Incidunt a nihil dolorem.",
- "created_by": "colby_dooley",
- "created_at": "2026-05-20T13:14:30.483036Z",
- "updated_at": "2026-05-20T13:14:30.483036Z"
}, - "links": {
- "self": "/api/event_filters/jt2wp",
- "subscribers": "/api/event_filters/jt2wp/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "bad974c4-65c6-472a-bcd1-697cd9169a80",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "event_node_path",
- "eq",
- "/projects/opc/environments/dev"
], - [
- "system",
- "true",
- 1
], - [
- "type",
- "eq",
- "api:changes:success"
]
], - "source_rules": [ ]
}, - "code": "change_success",
- "description": "Filter for successful changes in dev",
- "created_by": "#<User:0x00007fd8c5076048>",
- "created_at": "2026-05-20T13:14:31.313511Z",
- "updated_at": "2026-05-20T13:14:31.313511Z"
}, - "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": "7d03f09b-8d54-49c1-ac64-8ff37711b260",
- "type": "event_filter",
- "attributes": {
- "rules": {
- "event_rules": [
- [
- "type",
- "eq",
- "api:changes:error"
]
], - "source_rules": [
- [
- "action",
- "eq",
- "hello_world"
]
]
}, - "code": "change_success",
- "description": "hello world errors filter",
- "created_by": "#<User:0x00007fd8c4001a50>",
- "created_at": "2026-05-20T13:14:31.984014Z",
- "updated_at": "2026-05-20T13:14:32.011346Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}{- "data": [
- {
- "id": "9eb6b5fd-d7ff-4858-b093-7582a0a1ddef",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "stephen",
- "created_at": "2026-05-20T13:14:33.398850Z",
- "updated_at": "2026-05-20T13:14:33.398850Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "31b8209e-afc3-41db-99bb-dbffb3f939ff",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "81de49d7-4312-4d64-a635-5baec1a51aa2",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/9eb6b5fd-d7ff-4858-b093-7582a0a1ddef"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}List event subscribers for a specific project, environment or asset.
{- "data": [
- {
- "id": "578a330c-0d89-4599-8c8c-a02d449c4b50",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "yuonne.bosco",
- "created_at": "2026-05-20T13:14:33.719502Z",
- "updated_at": "2026-05-20T13:14:33.719502Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "7b4d3fc3-628c-42bf-b30c-84029297fa5f",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "28162747-0d6c-47fa-88d5-ba50921d274d",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/578a330c-0d89-4599-8c8c-a02d449c4b50"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create an event subscriber.
required | object |
{- "data": {
- "attributes": {
- "event_filter_code": "change_success",
- "channel_parent_path": "/system_configuration",
- "channel_code": "system_email",
- "channel_kwargs": {
- "additional": {
- "job": {
- "kwarg": "values"
}
}
}, - "enabled": true
}
}
}{- "data": {
- "id": "481f8ca6-ea26-4bdd-8da5-f8f70c0ea0cd",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "#<User:0x00007fd8c41311a0>",
- "created_at": "2026-05-20T13:14:34.174349Z",
- "updated_at": "2026-05-20T13:14:34.174349Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "ff7ceb82-27a8-4651-a865-015a7a0ec33a",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/flesd"
}
}, - "notification_channel": {
- "data": {
- "id": "c146d50c-ccbb-48d5-8183-e94661439dc5",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/xuhui"
}
}
}, - "links": {
- "self": "/api/event_subscribers/481f8ca6-ea26-4bdd-8da5-f8f70c0ea0cd"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: 836d4f23-59d0-42f5-a62c-46f971ddd7d6 event subscriber id |
{- "data": {
- "id": "df3a2a0c-5e9d-46f0-8dd1-86e48263ec48",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "robby_sanford",
- "created_at": "2026-05-20T13:14:34.976424Z",
- "updated_at": "2026-05-20T13:14:34.976424Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "8a1ce3a8-ad89-4d76-93e1-62fa0af6a9ce",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "dcc3c259-1d92-4fcf-b8b5-7081af5a9400",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/df3a2a0c-5e9d-46f0-8dd1-86e48263ec48"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: 836d4f23-59d0-42f5-a62c-46f971ddd7d6 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": "e01301f4-4761-40e9-b4c1-d6527557eb7e",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "frieda_luettgen",
- "created_at": "2026-05-20T13:14:35.552443Z",
- "updated_at": "2026-05-20T13:14:35.600911Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "9c523513-d323-428f-82cd-351de38dae51",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "4ace7669-5245-46b9-bf03-064bd55d1f54",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/e01301f4-4761-40e9-b4c1-d6527557eb7e"
}
}
}{- "data": [
- {
- "id": "e1e1cc78-7e03-408b-b31a-8986af14ce5c",
- "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": "pilar_ohara",
- "created_at": "2026-05-20T13:15:01.692754Z",
- "updated_at": "2026-05-20T13:15:01.692754Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "615542f9-f23f-4f09-a88f-bfbdb89cc0e1",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/email_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a global notification channel.
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "e1e7a074-07d5-42d9-9284-3531f6047ab6",
- "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": "allen",
- "created_at": "2026-05-20T13:15:01.824762Z",
- "updated_at": "2026-05-20T13:15:01.824762Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "217dd8c2-1e05-4b2f-8984-61778085b4ab",
- "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": "b2cad0b8-8ce6-4df0-8910-c510480b8671",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "deon",
- "created_at": "2026-05-20T13:15:02.083122Z",
- "updated_at": "2026-05-20T13:15:02.104874Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "25e86084-3104-482f-b3b2-54df2d3588cd",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}List notification channels for a specific project, environment or asset.
{- "data": [
- {
- "id": "27580fd5-6bab-4a30-b16c-128944960cad",
- "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": "eugene_sanford",
- "created_at": "2026-05-20T13:15:02.798291Z",
- "updated_at": "2026-05-20T13:15:02.798291Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "0eac7669-fadb-476c-a5a7-2c02e04954c1",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a notification channel for a specific project, environment or asset..
| notification_channel_code required | string Example: system_email notification channel code |
{- "data": {
- "id": "22bf4b0b-d0d4-41a3-a39f-bc0eeac1ab0d",
- "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": "germaine",
- "created_at": "2026-05-20T13:15:03.005307Z",
- "updated_at": "2026-05-20T13:15:03.005307Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "d849f724-92a1-44bc-a3c2-3b560d2dcc90",
- "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": "f08bd61e-ec0c-40b0-974f-e0b1a10898ee",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "zenia.effertz",
- "created_at": "2026-05-20T13:15:03.334838Z",
- "updated_at": "2026-05-20T13:15:03.369621Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "c0260ad1-7fa3-48a1-9217-6487c6147208",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}{- "data": [
- {
- "id": "bd8baa3e-4c10-4bd2-97b6-86e9542bc2db",
- "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-05-20T13:15:04.295252Z",
- "updated_at": "2026-05-20T13:15:04.295252Z",
- "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": "ec877017-1dec-4a34-9038-1c574bc92895",
- "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-05-20T13:15:04.415879Z",
- "updated_at": "2026-05-20T13:15:04.415879Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "event_id",
- "from",
- "model_class",
- "model_id",
- "open_timeout",
- "openssl_verify_mode",
- "password",
- "port",
- "read_timeout",
- "ssl",
- "subject",
- "test",
- "tls",
- "to",
- "user_name"
]
}, - "relationships": {
- "notification_channels": {
- "data": [ ],
- "links": {
- "related": "/api/notification_jobs/email_job/channels"
}
}
}, - "links": {
- "self": "/api/notification_jobs/email_job"
}
}
}Returns information about the jobs that are being processed by the OpsChain.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 100 Example: limit=50 Limit the number of jobs returned |
{- "data": [
- {
- "id": "598836",
- "type": "job",
- "attributes": {
- "priority": 0,
- "job_class": "ChangeJob",
- "error_count": 0,
- "last_error_message": null,
- "queue": "default",
- "last_error_backtrace": null,
- "args": "[]",
- "data": "{}",
- "kwargs": "{}",
- "maximum_retry_count": 0,
- "node_id": "3f5e3ba8-5e3b-4dd0-9189-c3c7a6ecf888",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "worker_hostname": null,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2026-05-20T06:37:22.766058Z",
- "finished_at": "2026-05-20T13:14:43.493036Z",
- "expired_at": null
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 1
}
}Endpoints to interact with settings.
Shows the current settings.
| settings_id required | string Example: 3c04a94c-aeca-4a5f-aad4-ce2ae6400c2e settings id |
{- "data": {
- "id": "ba6fe304-ba9c-488a-922a-931f2a48aa50",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-05-20T13:15:15.132476Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/ba6fe304-ba9c-488a-922a-931f2a48aa50",
- "current_version": "/api/settings/ba6fe304-ba9c-488a-922a-931f2a48aa50/versions/1",
- "versions": "/api/settings/ba6fe304-ba9c-488a-922a-931f2a48aa50/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: 3c04a94c-aeca-4a5f-aad4-ce2ae6400c2e settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1
}
}
}{- "data": {
- "id": "6ffce071-38be-4ce2-9809-74543d08ccab",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-05-20T13:15:15.441080Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/6ffce071-38be-4ce2-9809-74543d08ccab",
- "current_version": "/api/settings/6ffce071-38be-4ce2-9809-74543d08ccab/versions/1",
- "versions": "/api/settings/6ffce071-38be-4ce2-9809-74543d08ccab/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: 3c04a94c-aeca-4a5f-aad4-ce2ae6400c2e settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}
}
}{- "data": {
- "id": "b2a17e78-3152-4126-aba8-406b5fd25711",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-05-20T13:15:15.943600Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/b2a17e78-3152-4126-aba8-406b5fd25711",
- "current_version": "/api/settings/b2a17e78-3152-4126-aba8-406b5fd25711/versions/1",
- "versions": "/api/settings/b2a17e78-3152-4126-aba8-406b5fd25711/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: 3c04a94c-aeca-4a5f-aad4-ce2ae6400c2e settings id |
{- "data": [
- {
- "id": "58f8c02e-a624-45a2-a9e2-0b1b65ee2320",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-05-20T13:15:16.393329Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "a8fc2b70-2fdb-48ff-a094-d1d8126c870f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a8fc2b70-2fdb-48ff-a094-d1d8126c870f"
}
}
}, - "links": {
- "versions": "/api/settings/a8fc2b70-2fdb-48ff-a094-d1d8126c870f/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/a8fc2b70-2fdb-48ff-a094-d1d8126c870f/versions/1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the settings values for this settings version.
| settings_id required | string Example: 3c04a94c-aeca-4a5f-aad4-ce2ae6400c2e settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "41ec8444-d316-4892-bf29-df57c6c9fa83",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-05-20T13:15:16.638901Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "8eaa0f03-2ed9-4087-8a55-5d0a49bff212",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8eaa0f03-2ed9-4087-8a55-5d0a49bff212"
}
}
}, - "links": {
- "versions": "/api/settings/8eaa0f03-2ed9-4087-8a55-5d0a49bff212/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/8eaa0f03-2ed9-4087-8a55-5d0a49bff212/versions/1"
}
}
}{- "data": [
- {
- "id": "d1d4b900-b600-4e63-989c-3c5b7eae4641",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-05-20T17:13:57.000000Z",
- "created_at": "2026-05-20T13:13:57.023334Z",
- "updated_at": "2026-05-20T13:13:57.023334Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "0e9810ee-5b5e-44d8-930d-40c5b67b06ef",
- "type": "user"
}, - "links": {
- "owner": "/api/users/0e9810ee-5b5e-44d8-930d-40c5b67b06ef"
}
}
}, - "links": {
- "self": "/api/tokens/d1d4b900-b600-4e63-989c-3c5b7eae4641"
}
}, - {
- "id": "624ea95e-8fcb-45fd-86c5-c32ebcbfdfe4",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-11-20T23:59:59.999999Z",
- "created_at": "2026-05-20T13:13:57.017754Z",
- "updated_at": "2026-05-20T13:13:57.017754Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "0e9810ee-5b5e-44d8-930d-40c5b67b06ef",
- "type": "user"
}, - "links": {
- "owner": "/api/users/0e9810ee-5b5e-44d8-930d-40c5b67b06ef"
}
}
}, - "links": {
- "self": "/api/tokens/624ea95e-8fcb-45fd-86c5-c32ebcbfdfe4"
}
}
], - "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": "9e770734-24c3-4ea8-987a-2df446823bf5",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-05-20T17:13:57.000000Z",
- "created_at": "2026-05-20T13:13:57.327872Z",
- "updated_at": "2026-05-20T13:13:57.327872Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "35adb60a-ced5-4eb2-b86a-5aa1e67a1bb9",
- "type": "user"
}, - "links": {
- "owner": "/api/users/35adb60a-ced5-4eb2-b86a-5aa1e67a1bb9"
}
}
}, - "links": {
- "self": "/api/tokens/9e770734-24c3-4ea8-987a-2df446823bf5"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5ZTc3MDczNC0yNGMzLTRlYTgtOTg3YS0yZGY0NDY4MjNiZjUiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc3OTI5NzIzNywiaWF0IjoxNzc5MjgyODM3fQ.9X2BsQN3KT78cmpjSTCHg1-44_Ru_MkNJIf1GfBHAT4"
}
}
}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": "2026-11-20T13:13:40.354176Z"
}
}
}{- "data": {
- "id": "c7e8244e-c1cb-4e3f-bdd6-81f1a306b63b",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "Quia officiis molestias est.",
- "expires_at": "2026-06-03T23:59:59.999999Z",
- "created_at": "2026-05-20T13:13:57.630506Z",
- "updated_at": "2026-05-20T13:13:57.630506Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "8d1199c2-07cf-40b8-b18a-a60718e98055",
- "type": "user"
}, - "links": {
- "owner": "/api/users/8d1199c2-07cf-40b8-b18a-a60718e98055"
}
}
}, - "links": {
- "self": "/api/tokens/c7e8244e-c1cb-4e3f-bdd6-81f1a306b63b"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjN2U4MjQ0ZS1jMWNiLTRlM2YtYmRkNi04MWYxYTMwNmI2M2IiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4MDUzMTE5OSwiaWF0IjoxNzc5MjgyODM3fQ.IXLK6lUj8vrlCGRKn5azEJZwTPh03REnmGnaHMqzogI"
}
}
}Show an authorisation token.
| token_id required | string Example: 04f7544f-1639-4c7d-968c-bc9478726c0f authorisation token id |
{- "data": {
- "id": "cf102eb4-ead5-4749-90de-60ff6717f9dd",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-11-20T23:59:59.999999Z",
- "created_at": "2026-05-20T13:13:57.927460Z",
- "updated_at": "2026-05-20T13:13:57.927460Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "27884865-2e00-4264-b982-103a01d6e95d",
- "type": "user"
}, - "links": {
- "owner": "/api/users/27884865-2e00-4264-b982-103a01d6e95d"
}
}
}, - "links": {
- "self": "/api/tokens/cf102eb4-ead5-4749-90de-60ff6717f9dd"
}
}
}{- "data": {
- "id": "ef4b886d-db7a-4e9a-b105-7264ed6dc68e",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-05-20T17:13:59.000000Z",
- "created_at": "2026-05-20T13:13:59.007832Z",
- "updated_at": "2026-05-20T13:13:59.007832Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "6c3ff5f3-41b7-4d4e-a69a-457a0443411a",
- "type": "user"
}, - "links": {
- "owner": "/api/users/6c3ff5f3-41b7-4d4e-a69a-457a0443411a"
}
}
}, - "links": {
- "self": "/api/tokens/ef4b886d-db7a-4e9a-b105-7264ed6dc68e"
}
}
}{- "data": [
- {
- "id": "452475a2-1b0c-41c2-8e39-e5b609f1f51b",
- "type": "user",
- "attributes": {
- "username": "stella_lang",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "stella_lang@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "IURBDHI04",
- "teams": "IMIPWRHDS"
}, - "created_at": "2026-05-20T13:15:34.872233Z",
- "updated_at": "2026-05-20T13:15:34.872233Z"
}, - "links": {
- "self": "/api/users/452475a2-1b0c-41c2-8e39-e5b609f1f51b"
}
}
]
}Show a user.
| user_id required | string Example: 992ee17a-f58c-40cc-ba77-00a14ec0f7fb user id |
{- "data": {
- "id": "519ea76a-1f97-48af-b7cb-c4d77771fed2",
- "type": "user",
- "attributes": {
- "username": "cristobal",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "cristobal@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "PLT61ULR3",
- "teams": "L0ZKN6AQZ"
}, - "created_at": "2026-05-20T13:15:34.980071Z",
- "updated_at": "2026-05-20T13:15:34.980071Z"
}, - "links": {
- "self": "/api/users/519ea76a-1f97-48af-b7cb-c4d77771fed2"
}
}
}Update a user's notification preferences.
| user_id required | string Example: 992ee17a-f58c-40cc-ba77-00a14ec0f7fb user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "032d5f44-16d3-483a-94f2-69e39e66f133",
- "type": "user",
- "attributes": {
- "username": "nick",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "nick@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-05-20T13:15:35.176944Z",
- "updated_at": "2026-05-20T13:15:35.197566Z"
}, - "links": {
- "self": "/api/users/032d5f44-16d3-483a-94f2-69e39e66f133"
}
}
}{- "data": {
- "id": "4630ab2a-6a53-450d-aeb6-8b038d19d01f",
- "type": "user",
- "attributes": {
- "username": "jacalyn.crooks",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "jacalyn.crooks@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "GQBZZSEKT",
- "teams": "3OF00G2YV"
}, - "created_at": "2026-05-20T13:15:35.563683Z",
- "updated_at": "2026-05-20T13:15:35.563683Z"
}, - "links": {
- "self": "/api/users/4630ab2a-6a53-450d-aeb6-8b038d19d01f"
}
}
}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": "b5143353-5d6c-409f-b2c5-9a02ad7e3e79",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "b5143353-5d6c-409f-b2c5-9a02ad7e3e79",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "b5143353-5d6c-409f-b2c5-9a02ad7e3e79",
- "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": "42b5e31b-c8ba-459c-a2c1-35db263d8316",
- "type": "action_notifications",
- "attributes": {
- "custom_proj_action": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_1": {
- "events": [
- "error"
], - "include_children": false
}, - "proj_action_2": {
- "events": [ ],
- "include_children": false
}, - "provision": {
- "events": [ ],
- "include_children": false
}
}
}
}Lists all workflow specific notifications the user has configured for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "e6022b38-8ad0-481d-9a20-d0d6699e7264",
- "type": "workflow_run_notifications",
- "attributes": { }
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "2aaae63c-885f-4e38-b985-a296e97c98ea",
- "source": "settings",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-05-20T13:13:47.170291Z",
- "values_to_decrypt": [
- "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
]
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}, - {
- "source": "secret-vault://csh/infrastructure/sshkeys/oci_new_key",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "superuser": false,
- "secrets": {
- "global_decrypt": false,
- "global_encrypt": false
}
}
}
}
}{- "data": [
- {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2026-05-20T13:15:33.990030Z",
- "updated_at": "2026-05-20T13:15:33.990030Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string or null |
| file | string <binary> certificate file, the uploaded file's filename is used to name the new certificate |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" New certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "New certificate description",
- "created_at": "2026-05-20T13:15:34.101053Z",
- "updated_at": "2026-05-20T13:15:34.101053Z"
}, - "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-05-20T13:15:34.195164Z",
- "updated_at": "2026-05-20T13:15:34.195164Z"
}, - "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-05-20T13:15:34.776417Z",
- "updated_at": "2026-05-20T13:15:34.776417Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
{- "data": {
- "id": "699f14e9-5cae-4ed4-8111-5624e5a819c9",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "16910772-9ba8-4cde-a179-b6a21ba5d9fc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/16910772-9ba8-4cde-a179-b6a21ba5d9fc"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/16910772-9ba8-4cde-a179-b6a21ba5d9fc"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": false,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "settings": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "16910772-9ba8-4cde-a179-b6a21ba5d9fc",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000,
- "host_name": "opschain-api"
}, - "auth_strategy": "ldap",
- "enable_basic_auth": true,
- "token": {
- "secret_key": "{AES2}fvTB8/263MBSSTy4Zqd+kg=={/IV}UQjNsKylEN/fYo9GrLWmx9LKK8dBfB92JDgddvNqwesjCDFcLRStYttSw71mFksNtjOdOxi6zFHnA8os2lUdnpzyn8HAvxtBJtDNnOOvdEXN1cXKHQGrwHrdO9kFWrUWKZVbjPpLZ1ADctdtoZUD3ahOnIqhQ52DOu+Mrbqn2plDi/4VWD1v9eYD4Qi7Jrotg",
- "access_expiry": 240,
- "refresh_expiry": 10080,
- "enable_cookies": true
}, - "product_name": "OpsChain",
- "rails": {
- "env": "test",
- "log_level": "info",
- "max_threads": 5
}, - "server_timing": false,
- "build_service": {
- "host": "opschain-build-service",
- "port": 50000
}, - "encryption_seed_key": "",
- "github": {
- "token": "{AES2}cEdUxniWL/ZM4kRkn/8V2g=={/IV}ULVn90AefRbazVCjvNaOgKg==",
- "user": "{AES2}KmrwHTQZgdUHZlhOdQkV4g=={/IV}UnlQQLXeR7G2MyCNtxqwMPA=="
}, - "docker": {
- "password": "{AES2}0jtNBrvlxXlbMDh/azKDiQ=={/IV}UEU8UVA9tkZ1nFsWuSE2wQA==",
- "user": "{AES2}kAGf0PVaHyl57JeUALUTFg=={/IV}Un3l8BjvvDL74zfYNJPVJ2g=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}QoJgVX76ItnEzM/uwp9QRA=={/IV}UPu3SQNRPO6cuVy4SM/gE6Q==",
- "user": "{AES2}6PbGNv+iBLRo58bQBVOiJA=={/IV}U3xaSWj/PjUgFhKp1pg85WQ=="
}, - "log_step_pod_events": false,
- "agent": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "script_path": "/opt/opschain/agent.sh",
- "disable_host_alias": false
}, - "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}"
}, - "worker": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local",
- "reuse_actions_rb": true
}, - "mintmodel_executor": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "parallel_change_worker_steps": 10,
- "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "hc_user": "{AES2}2/D1e+F75KFx5OEoIgdQMA=={/IV}U13Mp2rocvGa7cCDiUnsOzg==",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}lzsllSo8InsZ7jWM6VV8XA=={/IV}UcYsaZmcBx4AMuZuWr9qvmA==",
- "mail_attribute": "mail",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "log_level": 1024,
- "logging_enabled": true,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "organisation": "OpsChain",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "kubernetes_namespace": "opschain",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "threads_per_worker": 5,
- "requires_approval_from": [ ],
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2026-05-20T13:15:27.151166Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/16910772-9ba8-4cde-a179-b6a21ba5d9fc",
- "current_version": "/api/settings/16910772-9ba8-4cde-a179-b6a21ba5d9fc/versions/1",
- "versions": "/api/settings/16910772-9ba8-4cde-a179-b6a21ba5d9fc/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "18.3",
- "uptime": 1434,
- "database_size": "12 MB",
- "connections": {
- "active": 1,
- "idle": 2,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "nodes",
- "size": "176 kB"
}, - {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "schema_migrations",
- "size": "80 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "workflow_steps",
- "size": "80 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "steps",
- "size": "72 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "settings_versions",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "settings",
- "size": "64 kB"
}, - {
- "name": "changes",
- "size": "64 kB"
}, - {
- "name": "events",
- "size": "56 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "templates",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "properties",
- "size": "48 kB"
}, - {
- "name": "node_background_tasks",
- "size": "48 kB"
}, - {
- "name": "properties_versions",
- "size": "48 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "notification_channels",
- "size": "40 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "agent_statuses",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "32 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "template_versions",
- "size": "24 kB"
}, - {
- "name": "workflow_runs",
- "size": "24 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "24 kB"
}, - {
- "name": "user_preferences",
- "size": "24 kB"
}, - {
- "name": "workflows",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "authentication_tokens",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 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": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}
]
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}{- "data": [
- {
- "id": "opschain.limepoint.engineering",
- "type": "node_status",
- "attributes": {
- "name": "opschain.limepoint.engineering",
- "creation_timestamp": "2024-03-05T00:03:56Z",
- "kubelet_version": "v1.29.6+k3s2",
- "container_runtime_version": "docker://24.0.2",
- "os": "linux",
- "os_image": "Fedora Linux 36 (Server Edition)",
- "architecture": "amd64",
- "roles": [
- "control-plane",
- "master"
], - "metrics": {
- "cpu": "100m",
- "memory": "100Mi"
}, - "conditions": [
- {
- "type": "MemoryPressure",
- "status": "False",
- "reason": "KubeletHasSufficientMemory",
- "message": "kubelet has sufficient memory available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "DiskPressure",
- "status": "False",
- "reason": "KubeletHasNoDiskPressure",
- "message": "kubelet has no disk pressure",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "PIDPressure",
- "status": "False",
- "reason": "KubeletHasSufficientPID",
- "message": "kubelet has sufficient PID available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "Ready",
- "status": "True",
- "reason": "KubeletReady",
- "message": "kubelet is posting ready status",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}
], - "capacity": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "103757316Ki"
}, - "allocatable": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "100935116926"
}, - "images": [
- {
- "names": [
- "registry.local.gd:3443/opschain/runner@sha256:256",
- "registry.local.gd:3443/opschain/runner:01234-id"
], - "size_bytes": 2615498231
}
]
}
}
]
}Returns the status of the OpsChain queues and details about their jobs.
{- "data": [
- {
- "id": "default",
- "type": "queue_status",
- "attributes": {
- "name": "default",
- "summary": {
- "total": 10,
- "running": 2,
- "failed": 1,
- "scheduled": 3,
- "finished": 4,
- "pending": 1
}, - "jobs": [
- {
- "job_class": "ChangeJob",
- "total": 5,
- "running": 1,
- "failed": 1,
- "scheduled": 2,
- "finished": 3,
- "pending": 0,
- "next_run_at": "2026-05-21T00:13:53.670+10:00",
- "last_run_at": "2026-05-20T22:13:53.670+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-05-21T00:13:53.670+10:00",
- "last_run_at": "2026-05-20T21:13:53.670+10:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of all the OpsChain API workers in the configured namespace.
{- "data": [
- {
- "id": "opschain-api-worker-1",
- "type": "worker",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-api-worker-image",
- "restart_count": 0
}
}
]
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "9957b64d-82cf-4cf2-ba07-140c0112d95f",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "driver",
- "enabled": true,
- "created_by": "aracely",
- "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": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-05-13T13:14:25.926Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-05-20T13:14:25.932412Z",
- "updated_at": "2026-05-20T13:14:25.932412Z",
- "next_run_at": "2026-05-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/9957b64d-82cf-4cf2-ba07-140c0112d95f"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Notes:
cron_schedule or run_at fields must be provided.filters field are changes, events, jobs, and workflow_runs. The agent image cleanup job accepts template_version_history and the build_agent_image_task. Each of these can have ransack filters for the specific type they refer to.
IMPORTANT: If no filters are provided for a data type, the cleanup will remove all data that matches the node paths.node_paths field is an array of strings. Each string is a path to a node. The path must start with /projects and only contain forward slashes, lowercase letters, numbers and underscores, and optionally a single "%" at the end.
Use the % wildcard to include all nodes under a specific node or node-type, note that this will apply the cleanup to all nodes that are yet to be created, as long as they match the path.required | object |
{- "data": {
- "attributes": {
- "name": "bandwidth",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": false,
- "cron_schedule": "0 0 * * *",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "8ad30623-f535-4dc5-a2aa-6ce5c201c941",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "panel",
- "enabled": true,
- "created_by": "milton",
- "cron_schedule": "8 0 28 3 *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-05-20T13:14:27.599681Z",
- "updated_at": "2026-05-20T13:14:27.599681Z",
- "next_run_at": "2027-03-27T13:08:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/8ad30623-f535-4dc5-a2aa-6ce5c201c941"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 7dfae131-abcf-483c-88cb-ec2570e9ded4 data cleanup definition id |
{- "data": {
- "id": "11329bdd-4cae-4b4a-907a-98a28d24e833",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "port",
- "enabled": true,
- "created_by": "lynwood.lehner",
- "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": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-05-13T13:14:28.205Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-05-20T13:14:28.210181Z",
- "updated_at": "2026-05-20T13:14:28.210181Z",
- "next_run_at": "2026-05-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/11329bdd-4cae-4b4a-907a-98a28d24e833"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 7dfae131-abcf-483c-88cb-ec2570e9ded4 data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": true,
- "cron_schedule": "49 20 28 12 0",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "9066a2a4-dcc5-4886-bc36-19f20fee9f4f",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "jonas_altenwerth",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-05-13T13:14:28.760Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-05-20T13:14:28.764372Z",
- "updated_at": "2026-05-20T13:14:28.794780Z",
- "next_run_at": "2026-05-20T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/9066a2a4-dcc5-4886-bc36-19f20fee9f4f"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}