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-06-29 (2f3ceabcc)
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": "40a6b2ae-ca2c-4d2d-8933-2fc57ce2eda9",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "helena",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "05908ef3-fa8f-45fd-a6fc-64846cece665",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/05908ef3-fa8f-45fd-a6fc-64846cece665"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "c2a3a2a8-006b-4407-b206-8698fadd4d95",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c2a3a2a8-006b-4407-b206-8698fadd4d95"
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "2a5b3181-e73e-4df7-9402-5dd3d9d5de9b",
- "type": "project",
- "attributes": {
- "code": "bcne1",
- "name": "iure573",
- "description": "Est voluptas sit vel.",
- "archived": false,
- "created_by": "logged_in_user",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3479b0f5-d7c6-4a50-82c1-34fbd61de4ef",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3479b0f5-d7c6-4a50-82c1-34fbd61de4ef"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "3f499bc3-8420-4ff3-80cf-9ab053d96494",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3f499bc3-8420-4ff3-80cf-9ab053d96494"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/bcne1",
- "bookmarks": "/api/projects/bcne1/bookmarks",
- "git_remotes": "/api/projects/bcne1/git_remotes",
- "environments": "/api/projects/bcne1/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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "057eccf8-abdb-4cae-9061-95f1205b9cca",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "ernestine_hane",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "790a0eab-513a-4f72-b4f9-88699dbf84b7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/790a0eab-513a-4f72-b4f9-88699dbf84b7"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "0b195807-9d88-454a-a2ec-e0cd29cda498",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0b195807-9d88-454a-a2ec-e0cd29cda498"
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "e8746490-a465-4e16-bf54-1f884048498a",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "repellat582",
- "description": "Et omnis voluptate et.",
- "archived": true,
- "created_by": "donella_lynch",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6ceb8e0e-0158-43b5-b44f-3873789e2ed4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6ceb8e0e-0158-43b5-b44f-3873789e2ed4"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "67fd8adc-15b0-466c-bd7f-56f0d3c3dc65",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/67fd8adc-15b0-466c-bd7f-56f0d3c3dc65"
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Archives a project.
| project_code required | string Example: opc project code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the project. |
Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| 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": "767b3c0e-546d-4a02-886f-95102ff9c83f",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "damion_thompson"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cb74c6ee-27a8-4976-9b79-699a79a0c74b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cb74c6ee-27a8-4976-9b79-699a79a0c74b"
}
}, - "parents": {
- "data": [
- {
- "id": "245b50a3-9bd7-4c74-adad-d307de162395",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fff46c22-2f99-46c1-b5ce-2f1453d5d5f7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fff46c22-2f99-46c1-b5ce-2f1453d5d5f7"
}
}, - "parent": {
- "data": {
- "id": "245b50a3-9bd7-4c74-adad-d307de162395",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "245b50a3-9bd7-4c74-adad-d307de162395",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "8225618a-da12-4568-8845-0cc58f2595ef",
- "type": "environment",
- "attributes": {
- "code": "peqw9",
- "name": "et501",
- "description": "Saepe rerum repudiandae distinctio.",
- "archived": false,
- "created_by": "logged_in_user"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c04dd651-1a4d-4d56-a738-5c9072547453",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c04dd651-1a4d-4d56-a738-5c9072547453"
}
}, - "parents": {
- "data": [
- {
- "id": "e2e2aace-8660-41ed-b299-ce700111e342",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2bc3df06-4d60-414f-afb4-c990f4cd706b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2bc3df06-4d60-414f-afb4-c990f4cd706b"
}
}, - "parent": {
- "data": {
- "id": "e2e2aace-8660-41ed-b299-ce700111e342",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "e2e2aace-8660-41ed-b299-ce700111e342",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/peqw9",
- "bookmarks": "/api/projects/opc/environments/peqw9/bookmarks",
- "changes": "/api/projects/opc/environments/peqw9/changes",
- "scheduled_activities": "/api/projects/opc/environments/peqw9/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/peqw9/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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "52ceafa8-f95c-483b-aaae-5d45d6c5077d",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "jaclyn_kerluke"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b35ee6ea-e5ce-4d84-b7eb-31038522a8c2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b35ee6ea-e5ce-4d84-b7eb-31038522a8c2"
}
}, - "parents": {
- "data": [
- {
- "id": "5558910e-af32-4bf3-b5c0-34ce7846f83d",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "65308a83-466b-49ff-811b-77f053167a55",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/65308a83-466b-49ff-811b-77f053167a55"
}
}, - "parent": {
- "data": {
- "id": "5558910e-af32-4bf3-b5c0-34ce7846f83d",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "5558910e-af32-4bf3-b5c0-34ce7846f83d",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "5558910e-af32-4bf3-b5c0-34ce7846f83d",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "margart.maggio",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "78868859-90ef-4678-8b6e-d9084a7e43e1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/78868859-90ef-4678-8b6e-d9084a7e43e1"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "cd0be10d-2e96-4d08-bc2b-c17986ec9e92",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/cd0be10d-2e96-4d08-bc2b-c17986ec9e92"
}
}, - "children": {
- "data": [
- {
- "id": "52ceafa8-f95c-483b-aaae-5d45d6c5077d",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "35c1f8fd-ee88-4e4f-8a67-a8ececfa31d4",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "qui511",
- "description": "Ad laboriosam adipisci ea.",
- "archived": true,
- "created_by": "aline"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "779fe768-347a-4c92-97af-2c7e434f18c4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/779fe768-347a-4c92-97af-2c7e434f18c4"
}
}, - "parents": {
- "data": [
- {
- "id": "7e293b21-fd4a-42bf-b2ec-05dfa97009ea",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "3782e8b5-9775-4360-a239-f71e3f139528",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3782e8b5-9775-4360-a239-f71e3f139528"
}
}, - "parent": {
- "data": {
- "id": "7e293b21-fd4a-42bf-b2ec-05dfa97009ea",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "7e293b21-fd4a-42bf-b2ec-05dfa97009ea",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the environment. |
Show the converged settings for this environment, merged from all settings sources in the hierarchy (global, project, and environment settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "dev",
- "type": "converged_settings",
- "attributes": {
- "data": {
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_settings"
}, - "meta": {
- "setting_sources": {
- "by_setting": {
- "requires_approval_from": "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-06-29T07:52:21+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": "71653f02-2ec3-4c2c-b0e6-64a6c5328ea4",
- "type": "properties_version"
}, - {
- "id": "082f2ff1-c15e-427e-b4b0-41fc9373f13a",
- "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": "71653f02-2ec3-4c2c-b0e6-64a6c5328ea4",
- "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-06-29T07:53:29.396511Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2486df66-95e7-4e1b-b104-bb2bdb06a21d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2486df66-95e7-4e1b-b104-bb2bdb06a21d"
}
}
}, - "links": {
- "versions": "/api/properties/2486df66-95e7-4e1b-b104-bb2bdb06a21d/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/2486df66-95e7-4e1b-b104-bb2bdb06a21d/versions/1"
}, - "meta": { }
}, - {
- "id": "082f2ff1-c15e-427e-b4b0-41fc9373f13a",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:29.428378Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "175aec3b-45f0-4f13-8f50-6fd84de9868a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/175aec3b-45f0-4f13-8f50-6fd84de9868a"
}
}
}, - "links": {
- "versions": "/api/properties/175aec3b-45f0-4f13-8f50-6fd84de9868a/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/175aec3b-45f0-4f13-8f50-6fd84de9868a/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": "c7c4afaf-27f3-473f-bf04-3bbf55bad664",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-29T07:52:30.687681Z",
- "updated_at": "2026-06-29T07:52:30.687681Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "f3aa29ae-223f-4b0f-aad1-a8c0e80b848c",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "b04d00c0-772c-4cd1-a2e1-48e39cc9229a",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/9b13a8bf-082a-4708-a742-318f5855d4ca/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/c7c4afaf-27f3-473f-bf04-3bbf55bad664",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=c7c4afaf-27f3-473f-bf04-3bbf55bad664"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "9fc08e65-2d4e-4e67-92b5-e34008b88147",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "303fa898-0122-46e0-b3e7-3077eb96af66",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "94f02b3c-ef3c-4a8e-ad39-b8df23abaaaa",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "94f02b3c-ef3c-4a8e-ad39-b8df23abaaaa",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "94f02b3c-ef3c-4a8e-ad39-b8df23abaaaa",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "carlie.schuster",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-29T07:52:30.989236Z",
- "updated_at": "2026-06-29T07:52:31.000771Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "fa514877-3423-4bba-8e89-91fc4b785b2b",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "303fa898-0122-46e0-b3e7-3077eb96af66",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/9972dd68-a4dc-48b3-826d-bc2e917d4c08/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/94f02b3c-ef3c-4a8e-ad39-b8df23abaaaa",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=94f02b3c-ef3c-4a8e-ad39-b8df23abaaaa"
}
}
]
}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": "e9889830-cf39-4092-9903-087a4b71ee3b",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "4e32e8a0-330c-4568-9fde-106a0caca77a",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "334f3a5f-748f-4306-9abd-19670a5ef326",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "334f3a5f-748f-4306-9abd-19670a5ef326",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "harlan.macgyver",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-29T07:52:31.441301Z",
- "updated_at": "2026-06-29T07:52:31.452807Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "b32f3f1d-3b2b-4c1f-aa18-7023e451c9c6",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "4e32e8a0-330c-4568-9fde-106a0caca77a",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/6af095d8-7dc8-4072-812c-db919b836c01/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/334f3a5f-748f-4306-9abd-19670a5ef326",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=334f3a5f-748f-4306-9abd-19670a5ef326"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "cb053b5a-5777-42bd-93f6-c0d4ed232c99",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-06-28T00: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": "ee50ff58-cac9-4346-957f-348dc2e7e1f9",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "lurlene",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3d1abd30-a0b5-49e6-a02d-4883ba4ceb9c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3d1abd30-a0b5-49e6-a02d-4883ba4ceb9c"
}
}, - "parents": {
- "data": [
- {
- "id": "3c8803b1-983a-4a58-b6c0-2ca6806d55c7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "db49c35a-b4a0-4f92-bf2f-d716572061fe",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/db49c35a-b4a0-4f92-bf2f-d716572061fe"
}
}, - "parent": {
- "data": {
- "id": "3c8803b1-983a-4a58-b6c0-2ca6806d55c7",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "3c8803b1-983a-4a58-b6c0-2ca6806d55c7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "3103f425-18d2-45b7-82b1-8559f0162207",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/f5a70e60-313c-4d70-a13d-2cfb5fc81cea/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "f5a70e60-313c-4d70-a13d-2cfb5fc81cea",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/f5a70e60-313c-4d70-a13d-2cfb5fc81cea"
}
}, - "current_node_background_task": {
- "data": {
- "id": "28a56059-6644-4490-8e07-f8e60063069f",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/28a56059-6644-4490-8e07-f8e60063069f"
}
}, - "agent_status": {
- "data": {
- "id": "4bddc860-dc8c-4867-83c2-55801c06598d",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "fd155c7b-fc06-4536-9534-6853673d527b",
- "type": "agent",
- "attributes": {
- "code": "kf8tf",
- "name": "officiis425",
- "description": "Hic cumque qui quibusdam.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d89512a1-ec18-4247-8fee-20d546943e9a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d89512a1-ec18-4247-8fee-20d546943e9a"
}
}, - "parents": {
- "data": [
- {
- "id": "b319beee-05a3-4e39-bc34-0c09962d01f8",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7277fd9c-28b4-4645-b31a-0e4b882671b4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7277fd9c-28b4-4645-b31a-0e4b882671b4"
}
}, - "parent": {
- "data": {
- "id": "b319beee-05a3-4e39-bc34-0c09962d01f8",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "b319beee-05a3-4e39-bc34-0c09962d01f8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "132f551a-d4cb-447d-9aae-a54f32ce1fa2",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/d141e217-3f7d-46f8-a519-1e83d64982ca/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "d141e217-3f7d-46f8-a519-1e83d64982ca",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/d141e217-3f7d-46f8-a519-1e83d64982ca"
}
}, - "current_node_background_task": {
- "data": {
- "id": "16fbacb2-22c1-4a3f-a122-c74d69493b99",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/kf8tf/node_background_tasks/16fbacb2-22c1-4a3f-a122-c74d69493b99"
}
}, - "agent_status": {
- "data": {
- "id": "4d5f3230-5e80-4769-b593-3fb3b874240d",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/kf8tf/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/kf8tf",
- "bookmarks": "/api/projects/opc/agents/kf8tf/bookmarks",
- "converged_properties": "/api/projects/opc/agents/kf8tf/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/kf8tf/node_background_tasks",
- "version_history": "/api/projects/opc/agents/kf8tf/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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "alva_west",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c9cb0e94-3ffb-44d9-a085-740c83315f08",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c9cb0e94-3ffb-44d9-a085-740c83315f08"
}
}, - "parents": {
- "data": [
- {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "dea90d7b-0fe9-4218-92b8-2ce070957fa5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dea90d7b-0fe9-4218-92b8-2ce070957fa5"
}
}, - "parent": {
- "data": {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "39037604-0a9d-4e95-ad36-8c78cff81b15",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "522a90ec-d9b9-4fa5-b1fb-40e061ce7054",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054"
}
}, - "current_node_background_task": {
- "data": {
- "id": "3e88bbb1-5d55-4d18-9979-e06b1aec2f22",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/3e88bbb1-5d55-4d18-9979-e06b1aec2f22"
}
}, - "agent_status": {
- "data": {
- "id": "c39ab85b-5662-418a-9a78-3fc75e5a319e",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "hayden",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "24ec8b5e-ffa6-4f2a-a78e-8ca7528c9b1c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/24ec8b5e-ffa6-4f2a-a78e-8ca7528c9b1c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "31847bdd-542a-4cdd-ab40-ea5de3050dc1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/31847bdd-542a-4cdd-ab40-ea5de3050dc1"
}
}, - "children": {
- "data": [
- {
- "id": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "522a90ec-d9b9-4fa5-b1fb-40e061ce7054",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-06-29T07:53:16.759628Z",
- "updated_at": "2026-06-29T07:53:16.759628Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "ba10e16d-4911-48fb-9256-0e2b3e002963",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "39037604-0a9d-4e95-ad36-8c78cff81b15",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "type": "agent"
}, - {
- "id": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "type": "agent"
}
]
}, - "project": {
- "data": {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054",
- "template_versions": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "39037604-0a9d-4e95-ad36-8c78cff81b15",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "myron_herzog",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:16.780055Z",
- "updated_at": "2026-06-29T07:53:16.780055Z",
- "git_rev": "1080p",
- "commit_sha": "4c7279fbe039fb6317406d9a2f14fb762c907c8c",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a3ce3fef-85a8-4d16-9b42-0ad932e26ce9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a3ce3fef-85a8-4d16-9b42-0ad932e26ce9"
}
}, - "settings": {
- "data": {
- "id": "f5db3751-2b47-4364-bc91-a8b2c2c551e1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f5db3751-2b47-4364-bc91-a8b2c2c551e1"
}
}, - "project": {
- "data": {
- "id": "c0d138a6-32f3-4924-adbb-6caf90bc13c3",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "522a90ec-d9b9-4fa5-b1fb-40e061ce7054",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054"
}
}, - {
- "id": "3e88bbb1-5d55-4d18-9979-e06b1aec2f22",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "coleen",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-06-29T07:53:16.882845Z",
- "updated_at": "2026-06-29T07:53:16.915162Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "39d58b81-eec6-4609-8a7f-661f9934fdad",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/522a90ec-d9b9-4fa5-b1fb-40e061ce7054/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/3e88bbb1-5d55-4d18-9979-e06b1aec2f22",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=3e88bbb1-5d55-4d18-9979-e06b1aec2f22"
}
}, - {
- "id": "c39ab85b-5662-418a-9a78-3fc75e5a319e",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "node": {
- "data": {
- "id": "610252ad-e7df-4a5d-a09f-554a85c4da2a",
- "type": "agent"
}
}, - "referenced_build_agent_image_task": {
- "data": {
- "id": "3e88bbb1-5d55-4d18-9979-e06b1aec2f22",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "3e88bbb1-5d55-4d18-9979-e06b1aec2f22",
- "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": "8cdb0448-0ee4-45e2-a85b-cff890b449c5",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "ipsum435",
- "description": "Ea architecto quod qui.",
- "archived": true,
- "created_by": "angeles",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "797226e2-e092-4df2-8aab-1c8c8492949d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/797226e2-e092-4df2-8aab-1c8c8492949d"
}
}, - "parents": {
- "data": [
- {
- "id": "bec9fab4-602c-415d-8c82-5512600da0e4",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "199e7742-43bf-4983-8e50-215d53c0661b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/199e7742-43bf-4983-8e50-215d53c0661b"
}
}, - "parent": {
- "data": {
- "id": "bec9fab4-602c-415d-8c82-5512600da0e4",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "bec9fab4-602c-415d-8c82-5512600da0e4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "6da27d09-5031-4f55-8972-75c582d6d140",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/bda981cb-1571-4cf7-bafb-6550c06cce35/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "bda981cb-1571-4cf7-bafb-6550c06cce35",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/bda981cb-1571-4cf7-bafb-6550c06cce35"
}
}, - "current_node_background_task": {
- "data": {
- "id": "e84f8299-bd60-451c-996a-b869804cc056",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/e84f8299-bd60-451c-996a-b869804cc056"
}
}, - "agent_status": {
- "data": {
- "id": "2fdd8595-b40d-404c-9585-96fe54b3ec2b",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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-06-29T07:52:20+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-06-29T07:52:20+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": "b9f562d0-9dc3-4708-8220-6d1a88de59a0",
- "type": "properties_version"
}, - {
- "id": "0258c88d-2112-47d6-8c68-6ad344987f0e",
- "type": "properties_version"
}, - {
- "id": "b7a787ed-be2c-4b09-a3af-8e7a1bd49cd5",
- "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": "b9f562d0-9dc3-4708-8220-6d1a88de59a0",
- "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-06-29T07:53:19.683738Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d960dbac-cde2-4814-a854-c963d5fc2f55",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d960dbac-cde2-4814-a854-c963d5fc2f55"
}
}
}, - "links": {
- "versions": "/api/properties/d960dbac-cde2-4814-a854-c963d5fc2f55/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/d960dbac-cde2-4814-a854-c963d5fc2f55/versions/1"
}, - "meta": { }
}, - {
- "id": "0258c88d-2112-47d6-8c68-6ad344987f0e",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:19.736573Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d71c2818-d622-4868-a6d1-ad46de924eff",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d71c2818-d622-4868-a6d1-ad46de924eff"
}
}
}, - "links": {
- "versions": "/api/properties/d71c2818-d622-4868-a6d1-ad46de924eff/versions",
- "owner": "/api/projects/opc/templates/6fbf4c20-fe53-438b-bd06-8cd29c0b60a3/versions/2026_Q1_2",
- "self": "/api/properties/d71c2818-d622-4868-a6d1-ad46de924eff/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0ab84e35-d7ec-4e5f-ba60-aeee4e1f5d53"
}
}
}, - {
- "id": "b7a787ed-be2c-4b09-a3af-8e7a1bd49cd5",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:19.770155Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "437be00a-74a9-43e0-8967-c8af5b3ec42f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/437be00a-74a9-43e0-8967-c8af5b3ec42f"
}
}
}, - "links": {
- "versions": "/api/properties/437be00a-74a9-43e0-8967-c8af5b3ec42f/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/437be00a-74a9-43e0-8967-c8af5b3ec42f/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0ab84e35-d7ec-4e5f-ba60-aeee4e1f5d53"
}
}
}, - {
- "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": "9e26ff4c-74d5-444c-8aac-4ac10b24bf39",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "conrad_wyman",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "17d4fa48-69c5-45dc-87c4-1b640f0af6c7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/17d4fa48-69c5-45dc-87c4-1b640f0af6c7"
}
}, - "parents": {
- "data": [
- {
- "id": "6a8239ea-bafd-4def-a70a-3eea2ac952f2",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fa0ffab0-c6c8-4c1a-a2c7-7f95fe5d42f0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fa0ffab0-c6c8-4c1a-a2c7-7f95fe5d42f0"
}
}, - "parent": {
- "data": {
- "id": "6a8239ea-bafd-4def-a70a-3eea2ac952f2",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "6a8239ea-bafd-4def-a70a-3eea2ac952f2",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "e798ac3b-6925-46eb-99d1-e242640016c2",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/20f5114c-1953-451c-8a43-627d725c7495/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "42dadcff-6f43-45fd-8db0-1908ae4da187",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "20f5114c-1953-451c-8a43-627d725c7495",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/20f5114c-1953-451c-8a43-627d725c7495"
}
}, - "current_node_background_task": {
- "data": {
- "id": "0e0d66fa-73c0-4029-96a0-d2e150231756",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/0e0d66fa-73c0-4029-96a0-d2e150231756"
}
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "0e348e2a-a5ce-49e6-8eea-1a42d9eb69d6",
- "type": "asset",
- "attributes": {
- "code": "45tfu",
- "name": "beatae455",
- "description": "Assumenda sint sit a.",
- "archived": false,
- "created_by": "logged_in_user",
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "58de5eb0-6985-4614-90e3-46ee22e43503",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/58de5eb0-6985-4614-90e3-46ee22e43503"
}
}, - "parents": {
- "data": [
- {
- "id": "f7375268-3e48-41bd-825d-0481046f3d03",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "e4af1ece-282d-4d22-825d-732e9133e6a2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e4af1ece-282d-4d22-825d-732e9133e6a2"
}
}, - "parent": {
- "data": {
- "id": "f7375268-3e48-41bd-825d-0481046f3d03",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "f7375268-3e48-41bd-825d-0481046f3d03",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "28594081-7079-497a-a1ab-4511a0562ac6",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/26bac666-ef8b-4141-898b-e70d4f1b7aef/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "26bac666-ef8b-4141-898b-e70d4f1b7aef",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/26bac666-ef8b-4141-898b-e70d4f1b7aef"
}
}, - "current_node_background_task": {
- "data": {
- "id": "786b50d0-aa04-42c5-95f1-9ac142a6decd",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/45tfu/node_background_tasks/786b50d0-aa04-42c5-95f1-9ac142a6decd"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/45tfu",
- "bookmarks": "/api/projects/opc/assets/45tfu/bookmarks",
- "changes": "/api/projects/opc/assets/45tfu/changes",
- "scheduled_activities": "/api/projects/opc/assets/45tfu/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/45tfu/converged_properties",
- "mintmodels": "/api/projects/opc/assets/45tfu/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/45tfu/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/45tfu/node_background_tasks",
- "version_history": "/api/projects/opc/assets/45tfu/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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "4ef9f21e-bd32-4a94-9ea1-a46510f26785",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "karry.hamill",
- "actions": [
- {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "Try to quantify the THX feed, maybe it will hack the auxiliary microchip!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "transmit",
- "children": [ ],
- "full_path": "transmit",
- "stage_step": false,
- "description": "We need to program the digital RAM program!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6997a149-1de1-452c-896a-903e4df40417",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6997a149-1de1-452c-896a-903e4df40417"
}
}, - "parents": {
- "data": [
- {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "bc464825-b20d-48b6-bf61-30c99c1ccfbb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/bc464825-b20d-48b6-bf61-30c99c1ccfbb"
}
}, - "parent": {
- "data": {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "e2e9fa8d-3818-427a-8ad8-18b62215d735",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "7c232de7-c678-4201-893a-93069187fb90",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "adc4c421-1e4d-4bbe-8aaf-d0f275524a72",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72"
}
}, - "current_node_background_task": {
- "data": {
- "id": "892479a4-fd77-483b-b5dc-3effe345c831",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/892479a4-fd77-483b-b5dc-3effe345c831"
}
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "ewa.stoltenberg",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "bf3e9404-1c24-4f77-a409-5ddbeff661cb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/bf3e9404-1c24-4f77-a409-5ddbeff661cb"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "383b3a10-2938-4a4a-bacc-3e66479cfdfe",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/383b3a10-2938-4a4a-bacc-3e66479cfdfe"
}
}, - "children": {
- "data": [
- {
- "id": "4ef9f21e-bd32-4a94-9ea1-a46510f26785",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "7c232de7-c678-4201-893a-93069187fb90",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "gladis",
- "created_at": "2026-06-29T07:53:21.167791Z",
- "updated_at": "2026-06-29T07:53:21.167791Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "4ef9f21e-bd32-4a94-9ea1-a46510f26785",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/7c232de7-c678-4201-893a-93069187fb90",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "adc4c421-1e4d-4bbe-8aaf-d0f275524a72",
- "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-06-29T07:53:21.067987Z",
- "updated_at": "2026-06-29T07:53:21.067987Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "14af35a7-8e16-4c17-a062-7229775691bb",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "e2e9fa8d-3818-427a-8ad8-18b62215d735",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "4ef9f21e-bd32-4a94-9ea1-a46510f26785",
- "type": "asset"
}
]
}, - "project": {
- "data": {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72",
- "template_versions": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "e2e9fa8d-3818-427a-8ad8-18b62215d735",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "madelaine_rempel",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:21.086356Z",
- "updated_at": "2026-06-29T07:53:21.086356Z",
- "has_mintmodel": true,
- "git_rev": "solid-state",
- "commit_sha": "5bbc8695f62bb42ab55883fbb43897fdeedf80ec",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0e5a62a5-802b-41b2-9e56-64524ba2c969",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0e5a62a5-802b-41b2-9e56-64524ba2c969"
}
}, - "settings": {
- "data": {
- "id": "7bd2f08f-8d2f-4973-beef-1c6bff793184",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7bd2f08f-8d2f-4973-beef-1c6bff793184"
}
}, - "project": {
- "data": {
- "id": "a0cae1fd-7d24-4d45-aab8-a01a219ef27a",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "adc4c421-1e4d-4bbe-8aaf-d0f275524a72",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/adc4c421-1e4d-4bbe-8aaf-d0f275524a72"
}
}
]
}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": "fb2f31bf-42a1-4314-8ac6-3cc06df492ca",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "earum465",
- "description": "Laboriosam omnis earum aspernatur.",
- "archived": true,
- "created_by": "lucius.hessel",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3fb55d25-e06e-4ab0-89aa-0f5819f12bb6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3fb55d25-e06e-4ab0-89aa-0f5819f12bb6"
}
}, - "parents": {
- "data": [
- {
- "id": "1ca41b43-a999-46cb-af16-e66519350eb7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "9bc4ba13-0671-4b51-9d37-9b1bc9384f95",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9bc4ba13-0671-4b51-9d37-9b1bc9384f95"
}
}, - "parent": {
- "data": {
- "id": "1ca41b43-a999-46cb-af16-e66519350eb7",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "1ca41b43-a999-46cb-af16-e66519350eb7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "77e7a995-6a5a-474c-a440-dc2029002f3c",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/c8a50f6c-a3b4-46a4-9bbd-154bd98380bc/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "cbee315c-56f6-496e-8348-eb2a673fb92f",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "c8a50f6c-a3b4-46a4-9bbd-154bd98380bc",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/c8a50f6c-a3b4-46a4-9bbd-154bd98380bc"
}
}, - "current_node_background_task": {
- "data": {
- "id": "634bbd2d-5731-4f65-aa50-ecae2be59cfa",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/634bbd2d-5731-4f65-aa50-ecae2be59cfa"
}
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}
}Archives an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| ignore_in_use | boolean When true and the requesting user is a superuser, bypasses in use checks and force-destroys the asset. |
Show the converged settings for this asset, merged from all settings sources in the hierarchy (global, project, environment, and asset settings).
The response includes a setting_sources meta object that attributes each setting value to its originating source.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2026-06-29T07:52:21+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-06-29T07:52:21+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": "2f9e5561-ad1e-4a49-9299-1545f288314d",
- "type": "properties_version"
}, - {
- "id": "f954a55f-e08d-46a7-927a-011ccbbc9519",
- "type": "properties_version"
}, - {
- "id": "bb594ac6-1d6a-4416-a1ed-0646a69e4b77",
- "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": "2f9e5561-ad1e-4a49-9299-1545f288314d",
- "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-06-29T07:53:23.601066Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ddb1daaf-4284-46dc-8727-4cdb41a8a811",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ddb1daaf-4284-46dc-8727-4cdb41a8a811"
}
}
}, - "links": {
- "versions": "/api/properties/ddb1daaf-4284-46dc-8727-4cdb41a8a811/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/ddb1daaf-4284-46dc-8727-4cdb41a8a811/versions/1"
}, - "meta": { }
}, - {
- "id": "f954a55f-e08d-46a7-927a-011ccbbc9519",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:23.641558Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "94c4f132-53b4-44f3-a749-9ba3a2781cc6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/94c4f132-53b4-44f3-a749-9ba3a2781cc6"
}
}
}, - "links": {
- "versions": "/api/properties/94c4f132-53b4-44f3-a749-9ba3a2781cc6/versions",
- "owner": "/api/projects/opc/templates/d6cb3b5e-15ba-4200-8ba8-61700ecdcaa2/versions/2023_Q4_2",
- "self": "/api/properties/94c4f132-53b4-44f3-a749-9ba3a2781cc6/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "7d5b6187-0d91-41ca-a655-28e0d3f93d61"
}
}
}, - {
- "id": "bb594ac6-1d6a-4416-a1ed-0646a69e4b77",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:23.669993Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "aeac1ff6-9c66-4cd7-90e1-dbfd8308e8d2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/aeac1ff6-9c66-4cd7-90e1-dbfd8308e8d2"
}
}
}, - "links": {
- "versions": "/api/properties/aeac1ff6-9c66-4cd7-90e1-dbfd8308e8d2/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/aeac1ff6-9c66-4cd7-90e1-dbfd8308e8d2/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "7d5b6187-0d91-41ca-a655-28e0d3f93d61"
}
}
}, - {
- "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: 3e7426c3-60b6-47be-85f2-6a30668abeef |
| 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": "9f2d75ec-8eae-4b6e-bb70-a432b78c6fa4",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Quos et repellendus ducimus.",
- "category": "action",
- "template_version_history_id": "534eaec8-c482-476b-98d5-d67b0ab4dde2",
- "node_background_task_id": "e785d81a-994b-4078-9947-e46c1759752f",
- "logged_at": "2026-06-28T00: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": "43e3ff66-65ad-4287-8d29-d11fcd29dc9c",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "logged_in_user",
- "actions": [ ],
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-29T07:53:24.793044Z",
- "updated_at": "2026-06-29T07:53:24.793044Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "f4e81594-f44d-4d0c-bf71-b6df6c0c9c52",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "aab347ab-6433-4c39-9263-9aaa0e0516c4",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/926023a2-23b6-49a9-aeb3-f696fb1901a6/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/43e3ff66-65ad-4287-8d29-d11fcd29dc9c",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=43e3ff66-65ad-4287-8d29-d11fcd29dc9c"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "3c2ad164-6963-4268-a117-baccae6ab699",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "aldo.fritsch",
- "actions": [
- {
- "name": "copy",
- "children": [ ],
- "full_path": "copy",
- "stage_step": false,
- "description": "We need to input the primary JBOD microchip!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "program",
- "children": [ ],
- "full_path": "program",
- "stage_step": false,
- "description": "You can't navigate the matrix without parsing the redundant CSS system!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-29T07:53:25.090620Z",
- "updated_at": "2026-06-29T07:53:25.106291Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "d9cf9f4c-bf8c-45c9-a266-dbf324282fda",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "74e52dc8-8900-4879-aa8d-1c86474d6868",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/add23ddf-0c6f-44a1-9dd8-2e8ac607905e/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/3c2ad164-6963-4268-a117-baccae6ab699",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=3c2ad164-6963-4268-a117-baccae6ab699"
}
}
], - "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: 3e7426c3-60b6-47be-85f2-6a30668abeef generate actions request id |
{- "data": {
- "id": "611f378b-c01c-4d24-b357-3e1180d129bb",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "florinda",
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "You can't index the monitor without quantifying the auxiliary SCSI driver!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "calculate",
- "children": [ ],
- "full_path": "calculate",
- "stage_step": false,
- "description": "If we parse the monitor, we can get to the XML matrix through the bluetooth PCI pixel!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-06-29T07:53:25.436281Z",
- "updated_at": "2026-06-29T07:53:25.446363Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "5aba9d89-28b5-43d1-9cbf-ce574e5706ac",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "0b0207ae-c4cd-4397-a6c6-fc9baab64580",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/651bd6b9-3bd5-446e-9efd-b33a9c6d8ba8/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/611f378b-c01c-4d24-b357-3e1180d129bb",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=611f378b-c01c-4d24-b357-3e1180d129bb"
}
}
}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: 3e7426c3-60b6-47be-85f2-6a30668abeef 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": "128ccff8-b0cb-4534-8894-c3642b4f6201",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-06-29T07:53:37Z"
}
]
}
}, - {
- "id": "e75b2e9d-4dc1-44e3-b444-686d45549edf",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-06-29T07:53:37Z"
}
], - "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": "437fc7f5-3790-48b0-8a25-9b857de2fe77",
- "type": "template_version_history",
- "attributes": {
- "created_by": "shaun",
- "active_from": "2026-06-29T07:53:49.625041Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "405e79d2-95e6-4072-9015-193a7f5806de",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "6fa9ca3e-a46f-4ecb-af12-71f1705508ee",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "75d0b3d6-665e-4fa6-a774-724ff0e74739",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/63b17488-3179-4aa2-a62d-22541fff800c/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/437fc7f5-3790-48b0-8a25-9b857de2fe77",
- "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: 3c0494e0-b39e-43a6-b3c7-a5e6d47a5ce6 version history id |
{- "data": {
- "id": "03921596-f6b7-4b2e-a84b-850327f25707",
- "type": "template_version_history",
- "attributes": {
- "created_by": "yong.medhurst",
- "active_from": "2026-06-29T07:53:50.040415Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "eec58057-017d-4593-a2ec-8d4ee50126d1",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "9e62a458-bbb0-4d1e-a428-3cba64ff1eaa",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "e951b6cd-9b4a-44e1-b8bc-5ce7bf112bcc",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/48a3efab-53d4-423b-80e0-4a6bcaf443ae/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/03921596-f6b7-4b2e-a84b-850327f25707",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "eec58057-017d-4593-a2ec-8d4ee50126d1",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "yong.medhurst",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "50e2aba5-b72c-4aa7-a540-5248067066d0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/50e2aba5-b72c-4aa7-a540-5248067066d0"
}
}, - "parents": {
- "data": [
- {
- "id": "c0a5dfa1-e869-49f4-bccf-abb1e2bf7052",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "25ca5f14-1e1e-466a-a8ef-c45a1feabed2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/25ca5f14-1e1e-466a-a8ef-c45a1feabed2"
}
}, - "parent": {
- "data": {
- "id": "c0a5dfa1-e869-49f4-bccf-abb1e2bf7052",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "c0a5dfa1-e869-49f4-bccf-abb1e2bf7052",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "9e62a458-bbb0-4d1e-a428-3cba64ff1eaa",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/48a3efab-53d4-423b-80e0-4a6bcaf443ae/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "97530200-a0cf-4e30-98e7-6b1fd409616b",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "48a3efab-53d4-423b-80e0-4a6bcaf443ae",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/48a3efab-53d4-423b-80e0-4a6bcaf443ae"
}
}, - "current_node_background_task": {
- "data": {
- "id": "e951b6cd-9b4a-44e1-b8bc-5ce7bf112bcc",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/e951b6cd-9b4a-44e1-b8bc-5ce7bf112bcc"
}
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "9e62a458-bbb0-4d1e-a428-3cba64ff1eaa",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "orval",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:49.949740Z",
- "updated_at": "2026-06-29T07:53:49.949740Z",
- "has_mintmodel": true,
- "git_rev": "haptic",
- "commit_sha": "bdf1a60ff4facb4f60f1014271b5a7ffe065e536",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e00391eb-e788-4c3b-8d43-e9ef0c93390e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e00391eb-e788-4c3b-8d43-e9ef0c93390e"
}
}, - "settings": {
- "data": {
- "id": "81bc6782-4a68-417a-b8c4-03da8b21bc4a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/81bc6782-4a68-417a-b8c4-03da8b21bc4a"
}
}, - "project": {
- "data": {
- "id": "c0a5dfa1-e869-49f4-bccf-abb1e2bf7052",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "48a3efab-53d4-423b-80e0-4a6bcaf443ae",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/48a3efab-53d4-423b-80e0-4a6bcaf443ae/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/48a3efab-53d4-423b-80e0-4a6bcaf443ae"
}
}
]
}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: 949944df-9da9-4904-8f9b-ac9753164aae template id |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "1b5ed5b1-b947-42e5-98e4-c21dea2375eb",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "travis",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:50.615278Z",
- "updated_at": "2026-06-29T07:53:50.615278Z",
- "has_mintmodel": true,
- "git_rev": "1080p",
- "commit_sha": "464afa680c789e790b05f382b21ddaf3dfbb65dc",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "800f8a32-2340-4154-88c5-7e51a0df78e2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/800f8a32-2340-4154-88c5-7e51a0df78e2"
}
}, - "settings": {
- "data": {
- "id": "5b716d28-9bbe-45cb-8cf7-316bc75a302a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5b716d28-9bbe-45cb-8cf7-316bc75a302a"
}
}, - "project": {
- "data": {
- "id": "a8c652b3-a0e6-44de-a506-1aebbf136430",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "d8f5542a-516c-4e8e-9fe4-ada4ea590fdb",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/d8f5542a-516c-4e8e-9fe4-ada4ea590fdb/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/d8f5542a-516c-4e8e-9fe4-ada4ea590fdb"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 949944df-9da9-4904-8f9b-ac9753164aae template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "virtual",
- "archived": "false",
- "locked": "false"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "4c13953f-2ad5-495f-ac60-38a9479a402e",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Aut perspiciatis quae aspernatur porro quidem eveniet voluptatum",
- "state": "initializing",
- "created_by": "logged_in_user",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:51.266449Z",
- "updated_at": "2026-06-29T07:53:51.266449Z",
- "has_mintmodel": false,
- "git_rev": "bluetooth",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "09e880be-92ab-4fa7-b662-6c15c0707f90",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/09e880be-92ab-4fa7-b662-6c15c0707f90"
}
}, - "settings": {
- "data": {
- "id": "3f0d3feb-d533-403d-86fe-59959b6116d1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3f0d3feb-d533-403d-86fe-59959b6116d1"
}
}, - "project": {
- "data": {
- "id": "574069cc-f399-4f68-bb50-79ece85dd3ff",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "91592476-9c54-4939-b675-eebb692664d6",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/91592476-9c54-4939-b675-eebb692664d6/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/91592476-9c54-4939-b675-eebb692664d6"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 949944df-9da9-4904-8f9b-ac9753164aae template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "c327296f-2ec9-4c18-9995-41fafe12905c",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "tasha_cremin",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:51.849981Z",
- "updated_at": "2026-06-29T07:53:51.849981Z",
- "has_mintmodel": true,
- "git_rev": "haptic",
- "commit_sha": "bc30aa46b91b87eff7c04bc2b9f0cd7d3b66cf69",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "251c9484-1355-40da-ae68-40c78202d9b3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/251c9484-1355-40da-ae68-40c78202d9b3"
}
}, - "settings": {
- "data": {
- "id": "168bf532-8f5f-406a-9368-6e39daef2d08",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/168bf532-8f5f-406a-9368-6e39daef2d08"
}
}, - "project": {
- "data": {
- "id": "c29bf6a3-129b-4ae8-a6ab-6d24b00f8b3c",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "fea29b33-9995-4918-8495-cf12a999a10d",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/fea29b33-9995-4918-8495-cf12a999a10d/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/fea29b33-9995-4918-8495-cf12a999a10d"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 949944df-9da9-4904-8f9b-ac9753164aae template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "73c5505c-4e4b-44ef-b58e-d5aab2b3bcd9",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "renaldo",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-06-29T07:53:52.135239Z",
- "updated_at": "2026-06-29T07:53:52.135239Z",
- "has_mintmodel": true,
- "git_rev": "optical",
- "commit_sha": "70f03ba8b6a0084da1bcc67432a266b0621624f4",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5c41185b-bbdb-429f-b866-3c7c956152fd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5c41185b-bbdb-429f-b866-3c7c956152fd"
}
}, - "settings": {
- "data": {
- "id": "e81ecae8-f2de-42c9-9c5e-2a466f3d4a70",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e81ecae8-f2de-42c9-9c5e-2a466f3d4a70"
}
}, - "project": {
- "data": {
- "id": "15e4a5f6-46e8-46f5-9715-2613b6f3ccc8",
- "type": "project"
}
}, - "template": {
- "data": {
- "id": "7144f94e-c2f4-4143-a0ca-ed99b6382478",
- "type": "template"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/7144f94e-c2f4-4143-a0ca-ed99b6382478/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/7144f94e-c2f4-4143-a0ca-ed99b6382478"
}
}
}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": "6bb98a62-ae4e-436a-ba8c-82e6e94737f9",
- "type": "template",
- "attributes": {
- "code": "64gza",
- "name": "danilo_turner",
- "description": "Unde ut quod at.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-29T07:53:52.844519Z",
- "updated_at": "2026-06-29T07:53:52.844519Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "c63e9836-597b-48f5-8275-6af298e3f483",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "d82502b5-a085-4946-9299-705acc5d2019",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/6bb98a62-ae4e-436a-ba8c-82e6e94737f9",
- "template_versions": "/api/projects/opc/templates/6bb98a62-ae4e-436a-ba8c-82e6e94737f9/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": [
- {
- "id": "ee11bd4e-f150-420a-b645-f14de0754de2",
- "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-06-29T07:53:53.316250Z",
- "updated_at": "2026-06-29T07:53:53.316250Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "8adb2445-37b2-4f51-9f4b-c224aa44882d",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "612ab0b8-8bd6-475d-8c11-2348e5bb425a",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/ee11bd4e-f150-420a-b645-f14de0754de2",
- "template_versions": "/api/projects/opc/templates/ee11bd4e-f150-420a-b645-f14de0754de2/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: 949944df-9da9-4904-8f9b-ac9753164aae template id |
| exclude_archived_nodes | boolean Example: exclude_archived_nodes=true when true, excludes archived nodes from each template's nodes relationship |
{- "data": {
- "id": "4a38f3d8-9878-49cc-a450-a6a8c587e285",
- "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-06-29T07:53:53.552501Z",
- "updated_at": "2026-06-29T07:53:53.552501Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5f5b435d-9c13-472b-93a0-69daa3bb7a54",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "6bdbc766-8059-41b8-b299-ea64eaf57d57",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/4a38f3d8-9878-49cc-a450-a6a8c587e285",
- "template_versions": "/api/projects/opc/templates/4a38f3d8-9878-49cc-a450-a6a8c587e285/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: 949944df-9da9-4904-8f9b-ac9753164aae template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "40ae4297-bdcf-4122-82e9-b79eaf162474",
- "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-06-29T07:53:53.763806Z",
- "updated_at": "2026-06-29T07:53:53.790894Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "7459c6f6-5083-4868-812c-9c9f213dbde3",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "ed4decef-6baa-4e64-b3a7-05cd49d8924d",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/40ae4297-bdcf-4122-82e9-b79eaf162474",
- "template_versions": "/api/projects/opc/templates/40ae4297-bdcf-4122-82e9-b79eaf162474/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 949944df-9da9-4904-8f9b-ac9753164aae 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": "cd27b7e6-458b-4668-81fd-d37a72c63185",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-06-29T07:53:54.096209Z",
- "updated_at": "2026-06-29T07:53:54.118633Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "f874af4d-8e32-477e-ab75-800c39396bc7",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "3e1f552f-d756-47b2-8e9d-a2e32a8e5461",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/cd27b7e6-458b-4668-81fd-d37a72c63185",
- "template_versions": "/api/projects/opc/templates/cd27b7e6-458b-4668-81fd-d37a72c63185/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
For HTTP(S) remotes provide the user and password credentials. For SSH remotes provide the ssh_key_data private key and, if the key is encrypted, its passphrase. Supplying password for an SSH remote (or passphrase for an HTTP(S) remote) is rejected.
When meta.add_known_host is true and the remote uses an SSH URL, OpsChain scans the host with ssh-keyscan and stores the fetched host key in the global known_hosts setting before validating the connection, so the same request - and all future fetches - trust the host. On success the response meta.known_hosts_added lists the registered host key lines. This requires superuser access (a non-superuser receives a 403). The scanned key is trusted on first use (TOFU); verify the reported host key out of band.
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "passphrase": "ssh-key-passphrase",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}, - "meta": {
- "add_known_host": false
}
}{- "data": {
- "id": "48669258-3ca6-4ad8-911e-13bcaaf8c2b4",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-29T07:53:07.694711Z",
- "updated_at": "2026-06-29T07:53:07.694711Z",
- "user": null,
- "ssh_key_data": null,
- "password": null,
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "10db4573-427c-4550-a226-747a020efb84",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/48669258-3ca6-4ad8-911e-13bcaaf8c2b4"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "3d7b7a8a-1c54-4bc2-b72f-75781bc991c4",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-29T07:53:09.024031Z",
- "updated_at": "2026-06-29T07:53:09.024031Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "b49017be-62b7-4797-9ed9-ac76fb136d43",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/3d7b7a8a-1c54-4bc2-b72f-75781bc991c4"
}, - "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: 49d51471-b041-4c10-ac88-0dc5b3fc2500 remote id |
{- "data": {
- "id": "67f40bfb-960f-440c-8b2b-0ffb84c611a0",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-29T07:53:09.365121Z",
- "updated_at": "2026-06-29T07:53:09.365121Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "53a72845-0b29-44a8-b773-786165e07f92",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/67f40bfb-960f-440c-8b2b-0ffb84c611a0"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 49d51471-b041-4c10-ac88-0dc5b3fc2500 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "490eaf53-89f0-4ef1-9307-ee6c8d3946fd",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-06-29T07:53:09.709275Z",
- "updated_at": "2026-06-29T07:53:09.766933Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "be1f184a-7b96-407a-96b9-c102c932a585",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/490eaf53-89f0-4ef1-9307-ee6c8d3946fd"
}, - "meta": null
}
}Update the URL and/or credentials of a project Git remote. The remote must be active (not archived), and OpsChain verifies the remote is reachable with the updated values before saving. The URL may only be edited to change its credentials, scheme, or port - the host and path cannot change (delete and recreate the remote to point at a different repository).
For HTTP(S) remotes provide the user and password credentials. For SSH remotes provide the ssh_key_data private key and, if the key is encrypted, its passphrase. Supplying password for an SSH remote (or passphrase for an HTTP(S) remote) is rejected. Changing a remote's protocol clears the existing credentials - supply the new protocol's credentials in the same request.
When meta.add_known_host is true and the request changes the URL to an SSH URL, OpsChain scans the new host with ssh-keyscan and stores the fetched host key in the global known_hosts setting before validating the connection. On success the response meta.known_hosts_added lists the registered host key lines. This requires superuser access (a non-superuser receives a 403). The scanned key is trusted on first use (TOFU); verify the reported host key out of band.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 49d51471-b041-4c10-ac88-0dc5b3fc2500 remote id |
required | object |
object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "passphrase": "ssh-key-passphrase",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}, - "meta": {
- "add_known_host": false
}
}{- "data": {
- "id": "e40d472b-c67d-4715-8df4-df0f3cfab556",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-06-29T07:53:10.330653Z",
- "updated_at": "2026-06-29T07:53:10.363449Z",
- "user": "{{hidden}}",
- "ssh_key_data": null,
- "password": "{{hidden}}",
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "7e17fc73-9de5-4587-b114-3aacedd1bb15",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/e40d472b-c67d-4715-8df4-df0f3cfab556"
}, - "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: 49d51471-b041-4c10-ac88-0dc5b3fc2500 remote id |
{- "data": {
- "id": "031b1302-9bd5-4c10-9755-cd02edd42b50",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-06-29T07:53:11.122681Z",
- "updated_at": "2026-06-29T07:53:11.280895Z",
- "user": null,
- "ssh_key_data": null,
- "password": null,
- "passphrase": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}, - "project": {
- "data": {
- "id": "1e898680-4f81-4a4f-884e-816dd2ea697b",
- "type": "project"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/031b1302-9bd5-4c10-9755-cd02edd42b50"
}, - "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": "b2657306-1c78-4ac7-aca8-843a003d44af",
- "type": "bookmark",
- "attributes": {
- "description": "Perferendis sit ut maxime.",
- "created_by": "logged_in_user",
- "created_at": "2026-06-29T07:52:48.851146Z",
- "updated_at": "2026-06-29T07:52:48.851146Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "7a675d1a-bd14-49eb-9ae5-eb188a7528e2",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/b2657306-1c78-4ac7-aca8-843a003d44af",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "b600d715-d3f2-466f-b460-c3141dd84847",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "lesha",
- "created_at": "2026-06-29T07:52:49.567783Z",
- "updated_at": "2026-06-29T07:52:49.567783Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "33e8127d-06f6-4d4f-96cb-4708325f3ce4",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/b600d715-d3f2-466f-b460-c3141dd84847",
- "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: 700994f5-ed61-4234-b2c3-b3a433fc6e15 bookmark id |
{- "data": {
- "id": "89a34982-70d0-4876-8a14-5bbd591703df",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "florentino.hagenes",
- "created_at": "2026-06-29T07:52:49.825354Z",
- "updated_at": "2026-06-29T07:52:49.825354Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "622c08f0-6622-4fb7-9c24-ca12273106d3",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/89a34982-70d0-4876-8a14-5bbd591703df",
- "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: 700994f5-ed61-4234-b2c3-b3a433fc6e15 bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "7bc5ff5d-f766-4e15-aa94-876073e24c76",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "amos",
- "created_at": "2026-06-29T07:52:50.464936Z",
- "updated_at": "2026-06-29T07:52:50.505082Z"
}, - "relationships": {
- "parent": {
- "data": {
- "id": "43adab82-0dc0-421a-9244-dde17844a6a3",
- "type": "asset"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/7bc5ff5d-f766-4e15-aa94-876073e24c76",
- "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: 700994f5-ed61-4234-b2c3-b3a433fc6e15 bookmark id |
Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
{- "data": [
- {
- "id": "531d4a6b-9961-4bde-8205-bae19b036e6d",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-06-29T07:53:12.617214Z",
- "updated_at": "2026-06-29T07:53:12.617214Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "78407e46-a671-43bd-a6f8-b58ab24d0747",
- "type": "project"
}, - {
- "id": "f4fb7491-b9f3-4582-8996-42ef11d03e56",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "91b92de3-a81a-4bea-97a3-a480f63a716d",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/91b92de3-a81a-4bea-97a3-a480f63a716d"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "831a0bae-a45a-4d7c-9171-62e80e006ae2",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/531d4a6b-9961-4bde-8205-bae19b036e6d"
}
}
], - "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: 998ce234-9f32-41a7-afa1-c7ffd55674b0 MintModel history id |
{- "data": {
- "id": "6c26ffb9-dafe-43b7-af29-79958d5ac2cd",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-06-29T07:53:12.918670Z",
- "updated_at": "2026-06-29T07:53:12.918670Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "aff19d42-641f-4d71-b6bc-e2e1506da4ff",
- "type": "project"
}, - {
- "id": "0846dc26-a80e-4ab2-b6bd-95c54ede3dc0",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "ceab3346-2dce-4e9e-89cc-7608fb252ba8",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/ceab3346-2dce-4e9e-89cc-7608fb252ba8"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "9900f3ac-0abb-43ef-9aae-aaa7a5d5de00",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/6c26ffb9-dafe-43b7-af29-79958d5ac2cd"
}
}, - "included": [
- {
- "id": "ceab3346-2dce-4e9e-89cc-7608fb252ba8",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-29T07:53:12.911152Z",
- "updated_at": "2026-06-29T07:53:12.911152Z",
- "render_logs": [
- "MintPress renderer output"
], - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "6c26ffb9-dafe-43b7-af29-79958d5ac2cd",
- "type": "mintmodel_history"
}, - {
- "id": "dd5b2407-019b-4f21-ac74-337ec37e11f4",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/ceab3346-2dce-4e9e-89cc-7608fb252ba8",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[created_at_gteq]=2026-01-01 |
{- "data": [
- {
- "id": "067d4f89-da92-4c1c-8b96-ff858a4f98f1",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-29T07:53:13.071597Z",
- "updated_at": "2026-06-29T07:53:13.071597Z",
- "render_logs": [
- "MintPress renderer output"
], - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "2c16d8b0-964c-49b6-ae5f-7e18be1503ee",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/067d4f89-da92-4c1c-8b96-ff858a4f98f1",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| old_mintmodel_id required | string Example: c20d6888-6468-4fbb-b934-420c2bb211ca old MintModel id |
| new_mintmodel_id required | string Example: eacbca83-d5f8-4167-9eb8-3f95ae521c32 new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "298c9c91-39a3-40e3-91da-48db76adfac4",
- "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-06-29T07:53:13.625Z",
- "updated_at": "2026-06-29T07:53:13.625Z",
- "render_logs": [
- "Generated by deriving the difference between Mintmodel 04444ff2-57b7-4a77-8aaf-84c500dc97f2 and MintModel 9c55fdf3-708b-4d07-ac1c-90535a895095"
], - "phase_output": { }
}, - "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": "mintmodel:binaries/mintmodel:install_software_binaries",
- "full_name": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "mintmodel:binaries",
- "full_name": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/04444ff2-57b7-4a77-8aaf-84c500dc97f2",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/9c55fdf3-708b-4d07-ac1c-90535a895095",
- "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: 79c61314-ab7c-4333-a420-8059407d764c MintModel id |
{- "data": {
- "id": "1f887dd2-41c8-4810-8e5b-097ed82d2a09",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-29T07:53:14.158993Z",
- "updated_at": "2026-06-29T07:53:14.158993Z",
- "render_logs": [
- "MintPress renderer output"
], - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "deea12a7-3df3-44ec-9da7-f434cffc645c",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/1f887dd2-41c8-4810-8e5b-097ed82d2a09",
- "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": "18d7e9f8-31cd-48ad-890d-c83796a84b48",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-06-29T07:53:14.796687Z",
- "updated_at": "2026-06-29T07:53:14.796687Z",
- "render_logs": [
- "MintPress renderer output"
], - "phase_output": { }
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "641a3051-5fb2-41e6-96f9-db9fd83931eb",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/18d7e9f8-31cd-48ad-890d-c83796a84b48",
- "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 |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "a71c2a45-bca5-4689-8d5f-c38c1038e036",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "vernon_fay",
- "created_at": "2026-06-29T07:55:00.728404Z",
- "updated_at": "2026-06-29T07:55:00.728404Z",
- "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": "6bc228cc-4685-400f-a454-fb02948fda90",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "4d68c764-6396-47d8-b0bd-175e1b901f1a",
- "type": "workflow_version"
}, - {
- "id": "d83e4200-1e4b-40f4-96c8-6a640ab38c98",
- "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": "hukxu",
- "archived": false,
- "name": "pthc4kxmym",
- "description": "If we copy the driver, we can get to the HDD panel through the cross-platform HTTP port!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/yfacf/environments/07dtn/assets/tanyv",
- "/projects/e6jmc/environments/guoyk/assets/rtiue"
], - "action": "input",
- "template_versions": [
- "vsdc6",
- "51g03"
], - "run_as": "parallel",
- "name": "iste"
}, - {
- "type": "wait",
- "name": "qui"
}, - {
- "type": "workflow",
- "target": "/projects/upzac/workflows/q02vh",
- "version": 1,
- "name": "nihil",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "quia",
- "children": [
- {
- "type": "change",
- "target": "/projects/tcvrl/environments/n0qud/assets/co5g6",
- "action": "override",
- "template_version": "n1vo5",
- "name": "dolor",
- "start_time": "2026-06-30T07:52:24Z"
}, - {
- "type": "wait",
- "name": "est"
}, - {
- "type": "workflow",
- "target": "/projects/avchz/workflows/moaq5",
- "version": null,
- "name": "est",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sequi",
- "children": [
- {
- "type": "change",
- "target": "/projects/hr2n4/environments/9hmdm/assets/vfw0q",
- "action": "quantify",
- "template_version": "9n0os",
- "name": "ex",
- "start_time": "2026-06-30T07:52:25Z"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/u3xqm/workflows/qbggv",
- "version": 1,
- "name": "repellendus",
- "start_time": "2026-06-30T07:52:25Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "3b09bb4e-9a99-4be0-b300-026e571a7ef9",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "logged_in_user",
- "created_at": "2026-06-29T07:55:01.347868Z",
- "updated_at": "2026-06-29T07:55:01.347868Z",
- "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": "ee156eb3-67f9-42e2-8ed0-0bb37ff8a78e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "70668a1c-d64c-4030-b454-fb01e4180ae0",
- "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": "24de767e-68e2-4f86-b1d7-ff2419e2e693",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "shirl",
- "created_at": "2026-06-29T07:55:02.538798Z",
- "updated_at": "2026-06-29T07:55:02.538798Z",
- "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": "40f0e18b-4d28-4aa7-99e2-5b1d1770eb39",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "0565e174-5975-4bea-b0ea-b10d0a28896d",
- "type": "workflow_version"
}, - {
- "id": "46810365-f470-49b0-9f94-b53f38f84925",
- "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": "tlzvkceixa",
- "description": "Use the digital PCI card, then you can navigate the open-source matrix!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/yfacf/environments/07dtn/assets/tanyv",
- "/projects/e6jmc/environments/guoyk/assets/rtiue"
], - "action": "input",
- "template_versions": [
- "vsdc6",
- "51g03"
], - "run_as": "parallel",
- "name": "iste"
}, - {
- "type": "wait",
- "name": "qui"
}, - {
- "type": "workflow",
- "target": "/projects/upzac/workflows/q02vh",
- "version": 1,
- "name": "nihil",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "quia",
- "children": [
- {
- "type": "change",
- "target": "/projects/tcvrl/environments/n0qud/assets/co5g6",
- "action": "override",
- "template_version": "n1vo5",
- "name": "dolor",
- "start_time": "2026-06-30T07:52:24Z"
}, - {
- "type": "wait",
- "name": "est"
}, - {
- "type": "workflow",
- "target": "/projects/avchz/workflows/moaq5",
- "version": null,
- "name": "est",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sequi",
- "children": [
- {
- "type": "change",
- "target": "/projects/hr2n4/environments/9hmdm/assets/vfw0q",
- "action": "quantify",
- "template_version": "9n0os",
- "name": "ex",
- "start_time": "2026-06-30T07:52:25Z"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/u3xqm/workflows/qbggv",
- "version": 1,
- "name": "repellendus",
- "start_time": "2026-06-30T07:52:25Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "a09285e1-ee39-4ab6-93cb-58605adcb3e4",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "sara_mcglynn",
- "created_at": "2026-06-29T07:55:03.311939Z",
- "updated_at": "2026-06-29T07:55:03.378161Z",
- "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": "4783196a-6736-4dd6-bfc0-340f72ccdfea",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "0f4496fa-ec57-4e27-a723-f3cd52fe3495",
- "node_type": "asset",
- "parent_id": "0f4496fa-ec57-4e27-a723-f3cd52fe3495",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-29T07:55:03.247Z",
- "updated_at": "2026-06-29T07:55:03.247Z",
- "project_type": null,
- "template_version_id": "b4398f40-b0ee-4871-b8fc-613c91ce8964",
- "created_by": "natashia.armstrong"
}, - "action_template_version": {
- "id": "b4398f40-b0ee-4871-b8fc-613c91ce8964",
- "commit_id": "d3d1fbc9-d615-47b3-b7bc-cdaa3f781c51",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-29T07:55:03.222Z",
- "updated_at": "2026-06-29T07:55:03.222Z",
- "state": "ready",
- "created_by": "alfonzo.hintz",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "4347d3f5-15ab-4a27-9b70-7d4976ba765e",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "0f4496fa-ec57-4e27-a723-f3cd52fe3495",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "66d6af75-4f43-4317-bfb6-0c9634cc04bf",
- "type": "workflow_version"
}, - {
- "id": "0db21162-b52f-4756-9fdd-f03ab5391c40",
- "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": "f6511a35-bb6a-482c-a3a8-04f28649b6b0",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "chassidy",
- "created_at": "2026-06-29T07:54:54.927318Z",
- "updated_at": "2026-06-29T07:54:54.942905Z",
- "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": "0725a397-873e-4e3f-b3e0-7b27c60cc70b",
- "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": "8b4e7999-38a2-49d7-a68c-99f59838e9df",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "aracely",
- "created_at": "2026-06-29T07:54:54.888811Z",
- "updated_at": "2026-06-29T07:54:54.888838Z",
- "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": "0725a397-873e-4e3f-b3e0-7b27c60cc70b",
- "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": "0d59e9a6-fa36-4484-899e-a133505cb100",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "katia.kulas",
- "created_at": "2026-06-29T07:54:56.283161Z",
- "updated_at": "2026-06-29T07:54:56.283161Z",
- "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": "d1f4bc8b-57cc-470f-9377-90767f2fc910",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "9da3b0e7-8c73-4f32-8302-14e12fec630c",
- "type": "workflow_version"
}, - {
- "id": "17d46f57-8c88-4882-9e96-5a74db0595ba",
- "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": "5328aa5d-9cac-4a96-b897-11ff72ce2a73",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "sharmaine.pfannerstill",
- "created_at": "2026-06-29T07:54:57.150111Z",
- "updated_at": "2026-06-29T07:54:57.164412Z",
- "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": "62c683bd-7f7c-4a5c-8878-76dc3899ce3c",
- "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": "wiefz",
- "node_id": "97e9fc0e-7ffd-496f-9ea1-2083f92844c4",
- "archived": false,
- "name": "gtximmyazb",
- "description": "Compressing the program won't do anything, we need to synthesize the online http bus!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/yfacf/environments/07dtn/assets/tanyv",
- "/projects/e6jmc/environments/guoyk/assets/rtiue"
], - "action": "input",
- "template_versions": [
- "vsdc6",
- "51g03"
], - "run_as": "parallel",
- "name": "iste"
}, - {
- "type": "wait",
- "name": "qui"
}, - {
- "type": "workflow",
- "target": "/projects/upzac/workflows/q02vh",
- "version": 1,
- "name": "nihil",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "quia",
- "children": [
- {
- "type": "change",
- "target": "/projects/tcvrl/environments/n0qud/assets/co5g6",
- "action": "override",
- "template_version": "n1vo5",
- "name": "dolor",
- "start_time": "2026-06-30T07:52:24Z"
}, - {
- "type": "wait",
- "name": "est"
}, - {
- "type": "workflow",
- "target": "/projects/avchz/workflows/moaq5",
- "version": null,
- "name": "est",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sequi",
- "children": [
- {
- "type": "change",
- "target": "/projects/hr2n4/environments/9hmdm/assets/vfw0q",
- "action": "quantify",
- "template_version": "9n0os",
- "name": "ex",
- "start_time": "2026-06-30T07:52:25Z"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/u3xqm/workflows/qbggv",
- "version": 1,
- "name": "repellendus",
- "start_time": "2026-06-30T07:52:25Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "3d1de421-616f-4721-9957-ae7860dddf8b",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "rina.haag",
- "created_at": "2026-06-29T07:54:58.567159Z",
- "updated_at": "2026-06-29T07:54:58.613797Z",
- "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/yfacf/environments/07dtn/assets/tanyv",
- "/projects/e6jmc/environments/guoyk/assets/rtiue"
], - "action": "input",
- "template_versions": [
- "vsdc6",
- "51g03"
], - "run_as": "parallel",
- "name": "iste"
}, - {
- "type": "wait",
- "name": "qui"
}, - {
- "type": "workflow",
- "target": "/projects/upzac/workflows/q02vh",
- "version": 1,
- "name": "nihil",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "quia",
- "children": [
- {
- "type": "change",
- "target": "/projects/tcvrl/environments/n0qud/assets/co5g6",
- "action": "override",
- "template_version": "n1vo5",
- "name": "dolor",
- "start_time": "2026-06-30T07:52:24Z"
}, - {
- "type": "wait",
- "name": "est"
}, - {
- "type": "workflow",
- "target": "/projects/avchz/workflows/moaq5",
- "version": null,
- "name": "est",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "sequi",
- "children": [
- {
- "type": "change",
- "target": "/projects/hr2n4/environments/9hmdm/assets/vfw0q",
- "action": "quantify",
- "template_version": "9n0os",
- "name": "ex",
- "start_time": "2026-06-30T07:52:25Z"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/u3xqm/workflows/qbggv",
- "version": 1,
- "name": "repellendus",
- "start_time": "2026-06-30T07:52:25Z"
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "26eea90d-f5ba-4b58-a66b-c47d926317b9",
- "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: 4acc59d6-a293-416f-a847-9c812cc0a2c0 properties id |
{- "data": {
- "id": "02e57f53-e38a-42a7-8e7d-1325da62cf00",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-06-29T07:53:38.050977Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/02e57f53-e38a-42a7-8e7d-1325da62cf00",
- "current_version": "/api/properties/02e57f53-e38a-42a7-8e7d-1325da62cf00/versions/1",
- "versions": "/api/properties/02e57f53-e38a-42a7-8e7d-1325da62cf00/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: 4acc59d6-a293-416f-a847-9c812cc0a2c0 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": "a8c6f4b6-fc7f-4ed4-839f-6cf7f290b322",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-06-29T07:53:38.266765Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/a8c6f4b6-fc7f-4ed4-839f-6cf7f290b322",
- "current_version": "/api/properties/a8c6f4b6-fc7f-4ed4-839f-6cf7f290b322/versions/2",
- "versions": "/api/properties/a8c6f4b6-fc7f-4ed4-839f-6cf7f290b322/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: 4acc59d6-a293-416f-a847-9c812cc0a2c0 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "47e40e26-e144-48f4-9a19-d7f27a48f6e2",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-06-29T07:53:38.723069Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/47e40e26-e144-48f4-9a19-d7f27a48f6e2",
- "current_version": "/api/properties/47e40e26-e144-48f4-9a19-d7f27a48f6e2/versions/2",
- "versions": "/api/properties/47e40e26-e144-48f4-9a19-d7f27a48f6e2/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: 4acc59d6-a293-416f-a847-9c812cc0a2c0 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": "992855fd-3ab9-467a-852a-43d9da8ec7c4",
- "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-06-29T07:53:39.045609Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/992855fd-3ab9-467a-852a-43d9da8ec7c4",
- "current_version": "/api/properties/992855fd-3ab9-467a-852a-43d9da8ec7c4/versions/2",
- "versions": "/api/properties/992855fd-3ab9-467a-852a-43d9da8ec7c4/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: 4acc59d6-a293-416f-a847-9c812cc0a2c0 properties id |
{- "data": [
- {
- "id": "ef4e3ec6-167e-4650-80dd-7e44a6718350",
- "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-06-29T07:53:39.165051Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7a8ccc74-10d5-47f4-a056-a22c0983a187",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7a8ccc74-10d5-47f4-a056-a22c0983a187"
}
}
}, - "links": {
- "versions": "/api/properties/7a8ccc74-10d5-47f4-a056-a22c0983a187/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/7a8ccc74-10d5-47f4-a056-a22c0983a187/versions/1"
}, - "meta": { }
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the properties JSON for this properties version.
| properties_id required | string Example: 4acc59d6-a293-416f-a847-9c812cc0a2c0 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "4dd5fbb0-e43d-4be2-ab22-b1d6c9da8cf9",
- "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-06-29T07:53:39.384489Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e31b6e52-40b9-4e9c-8782-092cfa465769",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e31b6e52-40b9-4e9c-8782-092cfa465769"
}
}
}, - "links": {
- "versions": "/api/properties/e31b6e52-40b9-4e9c-8782-092cfa465769/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/e31b6e52-40b9-4e9c-8782-092cfa465769/versions/1"
}, - "meta": { }
}
}Lists all activities (changes and workflow runs) accessible to the user.
| limit | integer Example: limit=100 The maximum number of activities to return (defaults to 100, maximum 1000). |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "f68b00c3-2e32-4a14-80c7-ae82726a96f2",
- "type": "workflow_run",
- "attributes": {
- "scheduled": false,
- "created_by": "mariette",
- "id": "f68b00c3-2e32-4a14-80c7-ae82726a96f2",
- "project_name": "OpsChain",
- "scheduled_activity_id": null,
- "created_at": "2026-06-29T07:52:28.863483Z",
- "updated_at": "2026-06-29T07:52:28.883086Z",
- "started_at": "2026-06-29T07:44:19.498303Z",
- "finished_at": "2026-06-29T07:45:03.863124Z",
- "status_code": "success",
- "metadata": {
- "Asoka": "0.94",
- "Subin": "0.3.5",
- "Andalax": "5.4.0",
- "Cardify": "5.7",
- "Prodder": "5.10",
- "Aerified": "0.67",
- "Home Ing": "5.59",
- "Voyatouch": "7.38",
- "Y-Solowarm": "7.9"
}, - "parents": [
- {
- "id": "1bfa970a-cf5f-42a9-a897-2ef808cf4bac",
- "code": "opc",
- "name": "OpsChain",
- "type": "project",
- "links": {
- "self": "/projects/opc"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}
], - "workflow_version": {
- "version": 2,
- "links": {
- "self": "/projects/opc/workflows/assets/versions/2"
}
}, - "workflow": {
- "code": "assets",
- "name": "assets workflow"
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f68b00c3-2e32-4a14-80c7-ae82726a96f2",
- "parent": "/api/projects/opc",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}, - {
- "id": "a8bb35c0-e4de-4c46-af7b-db6d4a6898c1",
- "type": "change",
- "attributes": {
- "scheduled": false,
- "created_by": "robbi_cremin",
- "id": "a8bb35c0-e4de-4c46-af7b-db6d4a6898c1",
- "project_name": "OpsChain",
- "scheduled_activity_id": null,
- "created_at": "2026-06-29T07:52:28.492579Z",
- "updated_at": "2026-06-29T07:52:28.523402Z",
- "started_at": "2026-06-29T07:46:44.186587Z",
- "finished_at": "2026-06-29T07:48:33.583334Z",
- "status_code": "success",
- "metadata": {
- "pixel": "connecting"
}, - "parents": [
- {
- "id": "1bfa970a-cf5f-42a9-a897-2ef808cf4bac",
- "code": "opc",
- "name": "OpsChain",
- "type": "project",
- "links": {
- "self": "/projects/opc"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}, - {
- "id": "43109026-ee69-4888-8759-5c453745421e",
- "code": "dev",
- "name": "Development",
- "type": "environment",
- "links": {
- "self": "/projects/opc/environments/dev"
}, - "template": {
- "code": null,
- "name": null
}, - "template_version": {
- "version": null
}
}
], - "action": "generate",
- "commit_sha": "4a6f123e8470fc88f45d456027ba47a38c6abf0e",
- "git_remote_name": "github",
- "git_rev": "main"
}, - "links": {
- "self": "/api/projects/opc/environments/dev/changes/a8bb35c0-e4de-4c46-af7b-db6d4a6898c1",
- "parent": "/api/projects/opc/environments/dev"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 2
}
}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 |
| fields[<resource_type>] |
{- "data": [
- {
- "id": "0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "type": "change",
- "attributes": {
- "created_by": "tomas",
- "name": "compress",
- "action": "compress",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "program": "navigating"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:52:51.958486Z",
- "started_at": "2026-06-29T07:52:51.958486Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-06-29T07:52:51.952879Z",
- "started_at": "2026-06-29T07:44:18.918461Z",
- "finished_at": "2026-06-29T07:47:45.536097Z",
- "updated_at": "2026-06-29T07:52:51.964653Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "706540eb04d39e3388484106340ad438e1f471bf",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6af3d79-2cda-43da-a641-1d44e30fc76f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6af3d79-2cda-43da-a641-1d44e30fc76f"
}
}, - "parents": {
- "data": [
- {
- "id": "9c6dde3c-b4de-440e-80cf-ad67b32b72d7",
- "type": "project"
}, - {
- "id": "3d0040c3-dbcc-42b3-96a6-0e3ec5986471",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "d705d97b-00cd-4987-8b81-52faa8d2ebd2",
- "type": "step"
}, - "links": {
- "related": "/api/steps/d705d97b-00cd-4987-8b81-52faa8d2ebd2"
}
}, - "steps": {
- "data": [
- {
- "id": "d705d97b-00cd-4987-8b81-52faa8d2ebd2",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "f7cbca4d-44ee-458a-9f9e-2b5bda6e6477",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f7cbca4d-44ee-458a-9f9e-2b5bda6e6477"
}
}, - "override_settings": {
- "data": {
- "id": "e4ad97f8-b46b-450b-9ce2-2abd58625ae9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e4ad97f8-b46b-450b-9ce2-2abd58625ae9"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/21006a3d-f730-4136-ba71-fe6b6a009add",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "log_lines": "/api/changes/0f7014d2-32c1-43ae-ac1f-9c4c84183bec/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "d705d97b-00cd-4987-8b81-52faa8d2ebd2",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "compress",
- "change_id": "0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "child_execution_strategy": "sequential",
- "full_path": "compress",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:52:51.958486Z",
- "started_at": "2026-06-29T07:52:51.958486Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "compress",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:43:18.918461Z",
- "started_at": "2026-06-29T07:44:18.918461Z",
- "finished_at": "2026-06-29T07:47:45.536097Z",
- "updated_at": "2026-06-29T07:52:51.964653Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f6af3d79-2cda-43da-a641-1d44e30fc76f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f6af3d79-2cda-43da-a641-1d44e30fc76f"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "ad8bfa27-0525-4e7c-919e-4a0cae95ea42",
- "type": "properties_version"
}, - {
- "id": "d234cb62-db03-4cd0-903d-0387cb3a4aae",
- "type": "properties_version"
}, - {
- "id": "ca5f3ac3-8483-452f-a54a-0c88ab5a83ef",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "change": "/api/projects/opc/environments/dev/changes/0f7014d2-32c1-43ae-ac1f-9c4c84183bec",
- "log_lines": "/api/steps/d705d97b-00cd-4987-8b81-52faa8d2ebd2/log_lines",
- "self": "/api/steps/d705d97b-00cd-4987-8b81-52faa8d2ebd2"
}, - "meta": { }
}, - {
- "id": "9c6dde3c-b4de-440e-80cf-ad67b32b72d7",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "jermaine.hackett",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e0557d65-5c0f-4f1e-aa6b-9adf93a1845a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e0557d65-5c0f-4f1e-aa6b-9adf93a1845a"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "dcbcc868-f177-4525-bf70-591fd7030692",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dcbcc868-f177-4525-bf70-591fd7030692"
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "3d0040c3-dbcc-42b3-96a6-0e3ec5986471",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "jonathan.johnston"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b98ccd54-fdb3-4de6-8610-676736c1623a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b98ccd54-fdb3-4de6-8610-676736c1623a"
}
}, - "parents": {
- "data": [
- {
- "id": "9c6dde3c-b4de-440e-80cf-ad67b32b72d7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "18ef0ea2-169e-4cd3-9175-be46528aee81",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/18ef0ea2-169e-4cd3-9175-be46528aee81"
}
}, - "parent": {
- "data": {
- "id": "9c6dde3c-b4de-440e-80cf-ad67b32b72d7",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "9c6dde3c-b4de-440e-80cf-ad67b32b72d7",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": {
- "feed": "overriding"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "static_settings": { },
- "state_timing_summary": { },
- "notify": { },
- "api_key_id": null,
- "skip_steps": [ ],
- "action": "index",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "type": "change",
- "attributes": {
- "created_by": "logged_in_user",
- "name": null,
- "action": "program",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "alarm": "generating"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-06-29T07:52:52.963818Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-06-29T07:52:52.959341Z",
- "started_at": "2026-06-29T07:52:52.956881Z",
- "finished_at": null,
- "updated_at": "2026-06-29T07:52:52.969926Z",
- "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": "b6bf3e17-d60d-45fc-962d-2879bdf5bf25",
- "type": "project"
}, - {
- "id": "69956b5e-91b4-4adb-adca-e0f81bb1b056",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "f8e9fbfb-871e-4f77-bf42-d648e63c1d87",
- "type": "step"
}, - "links": {
- "related": "/api/steps/f8e9fbfb-871e-4f77-bf42-d648e63c1d87"
}
}, - "steps": {
- "data": [
- {
- "id": "f8e9fbfb-871e-4f77-bf42-d648e63c1d87",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "e37d65c9-732f-4a3c-ae4a-f6678933ef3a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e37d65c9-732f-4a3c-ae4a-f6678933ef3a"
}
}, - "override_settings": {
- "data": {
- "id": "bb285bd6-c674-4f59-9658-f45f5b1c4197",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/bb285bd6-c674-4f59-9658-f45f5b1c4197"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/81cafdb7-8a82-473f-acdb-de038c3ffe42",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "log_lines": "/api/changes/9030b19b-f96e-43db-8f1c-14ae3f87464d/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "f8e9fbfb-871e-4f77-bf42-d648e63c1d87",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "program",
- "change_id": "9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "child_execution_strategy": "sequential",
- "full_path": "program",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "initializing": {
- "ended_at": null,
- "started_at": "2026-06-29T07:52:52.963818Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "program",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:52:52.963818Z",
- "started_at": "2026-06-29T07:52:52.956881Z",
- "finished_at": null,
- "updated_at": "2026-06-29T07:52:52.969926Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "change": "/api/projects/opc/environments/dev/changes/9030b19b-f96e-43db-8f1c-14ae3f87464d",
- "log_lines": "/api/steps/f8e9fbfb-871e-4f77-bf42-d648e63c1d87/log_lines",
- "self": "/api/steps/f8e9fbfb-871e-4f77-bf42-d648e63c1d87"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: ed4c881c-5d67-463f-8831-f4acb62721a8 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "type": "change",
- "attributes": {
- "created_by": "yoko",
- "name": "parse",
- "action": "parse",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "sensor": "programming"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:52:53.790784Z",
- "started_at": "2026-06-29T07:52:53.790784Z"
}
}, - "state_timing_summary": { },
- "notify": { },
- "skip_steps": [ ],
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-06-29T07:52:53.784270Z",
- "started_at": "2026-06-29T07:47:46.480228Z",
- "finished_at": "2026-06-29T07:48:15.321061Z",
- "updated_at": "2026-06-29T07:52:53.801701Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "e59440c9720c177b4bf1d9e985a421d3fd65d0fc",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0ffc79ba-5fb4-4637-9c3d-03bfe9e9c230",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0ffc79ba-5fb4-4637-9c3d-03bfe9e9c230"
}
}, - "parents": {
- "data": [
- {
- "id": "ae9b7462-24fc-4b30-b8d2-71ef3ab56b74",
- "type": "project"
}, - {
- "id": "e5667ecb-86be-4ccd-b64b-3c6c82732ff1",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "ae828b69-dae0-4946-b8ce-2c6b45ce2245",
- "type": "step"
}, - "links": {
- "related": "/api/steps/ae828b69-dae0-4946-b8ce-2c6b45ce2245"
}
}, - "steps": {
- "data": [
- {
- "id": "ae828b69-dae0-4946-b8ce-2c6b45ce2245",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "2b72a295-a982-4bd4-aa69-7d0ec468d0d0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2b72a295-a982-4bd4-aa69-7d0ec468d0d0"
}
}, - "override_settings": {
- "data": {
- "id": "e4b29bf3-7765-47e2-a085-e9e74b27bf21",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e4b29bf3-7765-47e2-a085-e9e74b27bf21"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/1d9b6f6c-a0b6-48a6-976d-cb2288a18ad9",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "log_lines": "/api/changes/fbb1015f-cafa-4164-9dcf-5179c12e5832/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "ae828b69-dae0-4946-b8ce-2c6b45ce2245",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "parse",
- "change_id": "fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "child_execution_strategy": "sequential",
- "full_path": "parse",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:52:53.790784Z",
- "started_at": "2026-06-29T07:52:53.790784Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "parse",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:46:46.480228Z",
- "started_at": "2026-06-29T07:47:46.480228Z",
- "finished_at": "2026-06-29T07:48:15.321061Z",
- "updated_at": "2026-06-29T07:52:53.801701Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0ffc79ba-5fb4-4637-9c3d-03bfe9e9c230",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0ffc79ba-5fb4-4637-9c3d-03bfe9e9c230"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "6dfb6a47-bc73-466f-a01a-136966793841",
- "type": "properties_version"
}, - {
- "id": "0642065f-84f2-41e3-bad4-dcd62d4f0bdc",
- "type": "properties_version"
}, - {
- "id": "9bbbed0c-1bd3-4699-83f1-0cb90c9d1c4f",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "change": "/api/projects/opc/environments/dev/changes/fbb1015f-cafa-4164-9dcf-5179c12e5832",
- "log_lines": "/api/steps/ae828b69-dae0-4946-b8ce-2c6b45ce2245/log_lines",
- "self": "/api/steps/ae828b69-dae0-4946-b8ce-2c6b45ce2245"
}, - "meta": { }
}, - {
- "id": "ae9b7462-24fc-4b30-b8d2-71ef3ab56b74",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "marco_lowe",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e54deeb7-933e-4d2c-bd23-a0f5055b04a8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e54deeb7-933e-4d2c-bd23-a0f5055b04a8"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "019472f6-934d-4b02-bbe9-312d3a8745e8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/019472f6-934d-4b02-bbe9-312d3a8745e8"
}
}, - "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "e5667ecb-86be-4ccd-b64b-3c6c82732ff1",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "stanton"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "684498af-0aec-4779-9019-5ac5b5752834",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/684498af-0aec-4779-9019-5ac5b5752834"
}
}, - "parents": {
- "data": [
- {
- "id": "ae9b7462-24fc-4b30-b8d2-71ef3ab56b74",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "f7f7bba5-3844-41de-80a1-d8bac47170b4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f7f7bba5-3844-41de-80a1-d8bac47170b4"
}
}, - "parent": {
- "data": {
- "id": "ae9b7462-24fc-4b30-b8d2-71ef3ab56b74",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "ae9b7462-24fc-4b30-b8d2-71ef3ab56b74",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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: ed4c881c-5d67-463f-8831-f4acb62721a8 change id |
{- "data": {
- "id": "80d56a4a-3263-455b-af95-bf94944e2360",
- "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: ed4c881c-5d67-463f-8831-f4acb62721a8 change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "transmit (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "array": "compressing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "6e8ffa56-7496-4c90-be17-0e0d25fad7a1",
- "type": "properties_version"
}, - {
- "id": "434ad5e5-80e3-4443-a96f-3a2167de683c",
- "type": "properties_version"
}, - {
- "id": "3434999b-3556-40f9-90d7-e502dc651501",
- "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)"
}, - "array": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "6e8ffa56-7496-4c90-be17-0e0d25fad7a1",
- "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-06-29T07:52:56.011689Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ab4dfe4c-64a9-4ddf-8569-b8693c9aabda",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ab4dfe4c-64a9-4ddf-8569-b8693c9aabda"
}
}
}, - "links": {
- "versions": "/api/properties/ab4dfe4c-64a9-4ddf-8569-b8693c9aabda/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/ab4dfe4c-64a9-4ddf-8569-b8693c9aabda/versions/1"
}, - "meta": { }
}, - {
- "id": "434ad5e5-80e3-4443-a96f-3a2167de683c",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:52:56.039641Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "310cfd4a-466e-489f-82da-f2f49915aab4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/310cfd4a-466e-489f-82da-f2f49915aab4"
}
}
}, - "links": {
- "versions": "/api/properties/310cfd4a-466e-489f-82da-f2f49915aab4/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/310cfd4a-466e-489f-82da-f2f49915aab4/versions/1"
}, - "meta": { }
}, - {
- "id": "3434999b-3556-40f9-90d7-e502dc651501",
- "type": "properties_version",
- "attributes": {
- "data": {
- "array": "compressing"
}, - "version": 1,
- "created_at": "2026-06-29T07:52:56.094263Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9622ddb0-13ee-4914-999c-c5bcf7398819",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9622ddb0-13ee-4914-999c-c5bcf7398819"
}
}
}, - "links": {
- "versions": "/api/properties/9622ddb0-13ee-4914-999c-c5bcf7398819/versions",
- "owner": "/api/projects/opc/environments/dev/changes/e687928b-eed2-421b-ab36-c163a8a0049c",
- "self": "/api/properties/9622ddb0-13ee-4914-999c-c5bcf7398819/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": [
- {
- "id": "ebec3d4c-33b8-44e0-85b2-3effb68c3516",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "bennie",
- "cron_schedule": "11 15 7 4 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "capacitor": "connecting"
}, - "property_overrides": {
- "pixel": "bypassing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-06-29T07:52:42.210636Z",
- "updated_at": "2026-06-29T07:52:42.210636Z",
- "next_run_at": "2027-04-07T05:11:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "quantify",
- "new_commits_only": false,
- "git_rev": "solid-state",
- "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": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "type": "project"
}, - {
- "id": "816be779-7799-4577-81c2-9d2b3a6a59f3",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/45cb4234-22a8-4141-b17c-4bf37b11bf90",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/ebec3d4c-33b8-44e0-85b2-3effb68c3516"
}
}, - {
- "id": "cee0daf3-8591-47c1-9ede-7473b90c9816",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "dallas_labadie",
- "cron_schedule": "44 4 16 10 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "calculating"
}, - "property_overrides": {
- "array": "programming"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-06-29T07:52:42.575365Z",
- "updated_at": "2026-06-29T07:52:42.575365Z",
- "next_run_at": "2026-10-15T17:44:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/cee0daf3-8591-47c1-9ede-7473b90c9816",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "tajuana.pacocha",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "53c7b67c-2969-4f70-89b6-dc4acbcc30db",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/53c7b67c-2969-4f70-89b6-dc4acbcc30db"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "dcdc5d41-971d-4f87-9ecc-d840204f94ee",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dcdc5d41-971d-4f87-9ecc-d840204f94ee"
}
}, - "children": {
- "data": [
- {
- "id": "816be779-7799-4577-81c2-9d2b3a6a59f3",
- "type": "environment"
}, - {
- "id": "11b1b143-418c-450a-a219-655b236a2ce2",
- "type": "asset"
}, - {
- "id": "a7261904-bd43-4cd4-9993-c1d3f1c6a0d1",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "816be779-7799-4577-81c2-9d2b3a6a59f3",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "hans_welch"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e2ba7e6d-7155-488e-bcd4-2a6b5ea1df04",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e2ba7e6d-7155-488e-bcd4-2a6b5ea1df04"
}
}, - "parents": {
- "data": [
- {
- "id": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fde3c73b-2d94-49da-af47-785b619c5cd2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fde3c73b-2d94-49da-af47-785b619c5cd2"
}
}, - "parent": {
- "data": {
- "id": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "e9cde789-3879-41c7-b9e7-6eb53b1456db",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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": "20 1 28 5 *",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "transmitter": "connecting"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "circuit": "synthesizing"
}, - "settings_overrides": {
- "repo_folder": "connecting"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "3df2d601-2caf-4921-9739-08e42227aed3",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "logged_in_user",
- "cron_schedule": "36 13 9 7 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "port": "backing up"
}, - "property_overrides": {
- "microchip": "backing up"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-06-29T07:52:43.419668Z",
- "updated_at": "2026-06-29T07:52:43.419668Z",
- "next_run_at": "2026-07-01T03:36:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "virtual",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "repo_folder": "calculating"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "b20156db-d00a-405c-8d14-69b9956c7852",
- "type": "project"
}, - {
- "id": "53fbc44f-a5ea-4999-bef6-662df4521cf4",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/6fe7204e-47a9-435a-9ac1-14a4dca6a9a0",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/3df2d601-2caf-4921-9739-08e42227aed3"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 11fab180-bf41-46a7-a164-d6e973855cca scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "efae7f27-b266-48ea-86db-fece7c8f9df3",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "danette",
- "cron_schedule": "16 13 7 9 3",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "panel": "indexing"
}, - "property_overrides": {
- "system": "copying"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-06-29T07:52:44.106391Z",
- "updated_at": "2026-06-29T07:52:44.106391Z",
- "next_run_at": "2026-09-02T03:16:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "connect",
- "new_commits_only": true,
- "git_rev": "online",
- "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": "5ad7f1f1-6adb-4a3d-8111-5255037c6d9a",
- "type": "project"
}, - {
- "id": "a0216a4b-ecca-4422-8804-82746986f2af",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/1d060f5a-6c29-4b3e-9219-f627615bfcfe",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/efae7f27-b266-48ea-86db-fece7c8f9df3"
}
}, - "included": [
- {
- "id": "5ad7f1f1-6adb-4a3d-8111-5255037c6d9a",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "diane_bartoletti",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "44d38ae5-ccbb-4468-9cc9-fed9fcdda17e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/44d38ae5-ccbb-4468-9cc9-fed9fcdda17e"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "d3491d9c-567c-482e-bffd-7b8aaccd613b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d3491d9c-567c-482e-bffd-7b8aaccd613b"
}
}, - "children": {
- "data": [
- {
- "id": "a0216a4b-ecca-4422-8804-82746986f2af",
- "type": "environment"
}, - {
- "id": "db0dbf66-7a90-4c54-98d2-ba48e17b7482",
- "type": "asset"
}, - {
- "id": "a2e9b44e-7561-4482-b19c-f00cbb06e814",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "a0216a4b-ecca-4422-8804-82746986f2af",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "candi"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "23362466-0593-4bca-b9a3-fcd096a69969",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/23362466-0593-4bca-b9a3-fcd096a69969"
}
}, - "parents": {
- "data": [
- {
- "id": "5ad7f1f1-6adb-4a3d-8111-5255037c6d9a",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7516700d-6da9-4c38-be82-a14b26b6ad3f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7516700d-6da9-4c38-be82-a14b26b6ad3f"
}
}, - "parent": {
- "data": {
- "id": "5ad7f1f1-6adb-4a3d-8111-5255037c6d9a",
- "type": "project"
}
}, - "project": {
- "data": {
- "id": "5ad7f1f1-6adb-4a3d-8111-5255037c6d9a",
- "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": true,
- "properties": true,
- "mintmodel": true
}, - "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: 11fab180-bf41-46a7-a164-d6e973855cca scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "59 12 26 3 4",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "capacitor": "quantifying"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "application": "overriding"
}, - "settings_overrides": {
- "repo_folder": "bypassing"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "4a08a0bf-b5f4-43bf-a67d-b950d44c2382",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "edgardo_trantow",
- "cron_schedule": "56 22 12 11 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "card": "navigating"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "notify": {
- "events": [
- "success"
], - "ldap_groups": [
- "admin"
]
}, - "skip_steps": [ ],
- "created_at": "2026-06-29T07:52:45.256594Z",
- "updated_at": "2026-06-29T07:52:45.937301Z",
- "next_run_at": "2026-11-02T11:56:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": false,
- "git_rev": "wireless",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "84c4065d-3f2a-42a9-94c9-172a8ca4d0e0",
- "type": "project"
}, - {
- "id": "ad97297e-f994-418e-9571-9f39db716267",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/335eb916-c77b-43fb-92fb-f6ef9bafe56e",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/4a08a0bf-b5f4-43bf-a67d-b950d44c2382"
}
}
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "4faaa076-58e2-47cd-866e-cc3b25d90667",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "back_up",
- "change_id": "b3457e4a-e105-468d-8cca-474a5573871c",
- "child_execution_strategy": "sequential",
- "full_path": "back_up",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:53:43.087605Z",
- "started_at": "2026-06-29T07:53:43.087605Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "back_up",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:45:00.454053Z",
- "started_at": "2026-06-29T07:46:00.454053Z",
- "finished_at": "2026-06-29T07:47:00.906189Z",
- "updated_at": "2026-06-29T07:53:43.140184Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "aa2c49b1-3983-49e6-8ea3-91cbff9c5a7f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/aa2c49b1-3983-49e6-8ea3-91cbff9c5a7f"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "a9543f82-1605-419b-94f5-e62c0afde77a",
- "type": "properties_version"
}, - {
- "id": "15064484-170b-45e3-b880-33e2bea60758",
- "type": "properties_version"
}, - {
- "id": "0ddb6f02-dbff-49db-b3cb-f8e5cfc21f26",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "b3457e4a-e105-468d-8cca-474a5573871c",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/b3457e4a-e105-468d-8cca-474a5573871c",
- "change": "/api/projects/opc/environments/dev/changes/b3457e4a-e105-468d-8cca-474a5573871c",
- "log_lines": "/api/steps/4faaa076-58e2-47cd-866e-cc3b25d90667/log_lines",
- "self": "/api/steps/4faaa076-58e2-47cd-866e-cc3b25d90667"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 1849304b-6953-487a-88ed-9630129c2e9e step id |
{- "data": {
- "id": "0b5ece63-2923-445a-a3ae-1233cd1a0877",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "change_id": "d8bc8301-5dd4-462e-8b49-0d342e26a5a2",
- "child_execution_strategy": "sequential",
- "full_path": "reboot",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:53:43.292793Z",
- "started_at": "2026-06-29T07:53:43.292793Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "reboot",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:46:31.814821Z",
- "started_at": "2026-06-29T07:47:31.814821Z",
- "finished_at": "2026-06-29T07:52:27.156195Z",
- "updated_at": "2026-06-29T07:53:43.336013Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9228c2f5-de5d-4fb1-b2cf-25b5100c327d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9228c2f5-de5d-4fb1-b2cf-25b5100c327d"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "2e58bec2-77e1-4cf5-8cc2-c191860adb40",
- "type": "properties_version"
}, - {
- "id": "7c348e62-f924-44b0-be8d-e6507e98be89",
- "type": "properties_version"
}, - {
- "id": "ea22807e-ff38-48b1-acc5-e64ba8bd4681",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "d8bc8301-5dd4-462e-8b49-0d342e26a5a2",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/d8bc8301-5dd4-462e-8b49-0d342e26a5a2",
- "change": "/api/projects/opc/environments/dev/changes/d8bc8301-5dd4-462e-8b49-0d342e26a5a2",
- "log_lines": "/api/steps/0b5ece63-2923-445a-a3ae-1233cd1a0877/log_lines",
- "self": "/api/steps/0b5ece63-2923-445a-a3ae-1233cd1a0877"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "program": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "2e58bec2-77e1-4cf5-8cc2-c191860adb40",
- "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-06-29T07:53:43.245419Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "95cf444e-09ec-4460-a8e8-6d7b7ec492b2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/95cf444e-09ec-4460-a8e8-6d7b7ec492b2"
}
}
}, - "links": {
- "versions": "/api/properties/95cf444e-09ec-4460-a8e8-6d7b7ec492b2/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/95cf444e-09ec-4460-a8e8-6d7b7ec492b2/versions/1"
}, - "meta": { }
}, - {
- "id": "7c348e62-f924-44b0-be8d-e6507e98be89",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:43.265008Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f70e51e2-9686-4e28-8721-6daf289ff5ad",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f70e51e2-9686-4e28-8721-6daf289ff5ad"
}
}
}, - "links": {
- "versions": "/api/properties/f70e51e2-9686-4e28-8721-6daf289ff5ad/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/f70e51e2-9686-4e28-8721-6daf289ff5ad/versions/1"
}, - "meta": { }
}, - {
- "id": "ea22807e-ff38-48b1-acc5-e64ba8bd4681",
- "type": "properties_version",
- "attributes": {
- "data": {
- "program": "synthesizing"
}, - "version": 1,
- "created_at": "2026-06-29T07:53:43.302132Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ab02b0b5-de04-43d8-a362-5ab3349f172c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ab02b0b5-de04-43d8-a362-5ab3349f172c"
}
}
}, - "links": {
- "versions": "/api/properties/ab02b0b5-de04-43d8-a362-5ab3349f172c/versions",
- "owner": "/api/projects/opc/environments/dev/changes/d8bc8301-5dd4-462e-8b49-0d342e26a5a2",
- "self": "/api/properties/ab02b0b5-de04-43d8-a362-5ab3349f172c/versions/1"
}, - "meta": { }
}, - {
- "id": "9228c2f5-de5d-4fb1-b2cf-25b5100c327d",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "program": "synthesizing"
}, - "version": 1,
- "created_at": "2026-06-29T07:53:43.329816Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/0b5ece63-2923-445a-a3ae-1233cd1a0877"
}
}
}, - "links": {
- "self": "/api/properties/9228c2f5-de5d-4fb1-b2cf-25b5100c327d",
- "current_version": "/api/properties/9228c2f5-de5d-4fb1-b2cf-25b5100c327d/versions/1",
- "versions": "/api/properties/9228c2f5-de5d-4fb1-b2cf-25b5100c327d/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 1849304b-6953-487a-88ed-9630129c2e9e step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "c116efd1-5d34-4ad7-8027-954474a2f6ea",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "parse",
- "change_id": "a42fd1c4-f85a-4f47-842b-860116ee5691",
- "child_execution_strategy": "sequential",
- "full_path": "parse",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "error": {
- "ended_at": "2026-06-29T07:53:43.815486Z",
- "started_at": "2026-06-29T07:53:43.815486Z"
}
}, - "step_sequence": 1,
- "step_type": "standard",
- "description": null,
- "name": "parse",
- "skip_requested": true,
- "skip_on_retry": true,
- "created_at": "2026-06-29T07:44:41.255276Z",
- "started_at": "2026-06-29T07:45:41.255276Z",
- "finished_at": "2026-06-29T07:49:36.719776Z",
- "updated_at": "2026-06-29T07:53:43.867089Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b47bdbc0-5a74-4cf4-8c95-ab2bdc5e4970",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b47bdbc0-5a74-4cf4-8c95-ab2bdc5e4970"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "47c5cd9a-e13c-4d44-86be-64ca1a7379c6",
- "type": "properties_version"
}, - {
- "id": "9a2eb4e7-85a3-45f9-b060-05ccaeab2ff4",
- "type": "properties_version"
}, - {
- "id": "9a11dbdf-2fcc-4b6c-97e5-500a23f27dbb",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "a42fd1c4-f85a-4f47-842b-860116ee5691",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/a42fd1c4-f85a-4f47-842b-860116ee5691",
- "change": "/api/projects/opc/environments/dev/changes/a42fd1c4-f85a-4f47-842b-860116ee5691",
- "log_lines": "/api/steps/c116efd1-5d34-4ad7-8027-954474a2f6ea/log_lines",
- "self": "/api/steps/c116efd1-5d34-4ad7-8027-954474a2f6ea"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: 0b7a3b1f-5a1f-4af6-b9a7-4a131a440a37 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "dcad86d0-8fb9-497f-bbef-4abb62ae2ee3",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "opschain_wait_step_2",
- "change_id": "571cc996-26ee-455e-8672-79dbce1a18ab",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_2",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "success": {
- "ended_at": "2026-06-29T07:53:44.733355Z",
- "started_at": "2026-06-29T07:53:44.733355Z"
}, - "waiting": {
- "ended_at": "2026-06-29T07:53:44.733355Z",
- "started_at": "2026-06-29T07:53:44.652344Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_2",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:46:50.137926Z",
- "started_at": "2026-06-29T07:47:50.137926Z",
- "finished_at": "2026-06-29T07:53:45.738493Z",
- "updated_at": "2026-06-29T07:53:45.768916Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f01de6da-dbd5-4442-876f-a6e7b7492a62",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f01de6da-dbd5-4442-876f-a6e7b7492a62"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "8f97af67-4b9a-4de2-9668-61a28de63ce8",
- "type": "properties_version"
}, - {
- "id": "527a4c9e-4285-4dd0-92fa-ed648074c35f",
- "type": "properties_version"
}, - {
- "id": "f65386d9-7088-4814-95f5-dff1c63e7696",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "571cc996-26ee-455e-8672-79dbce1a18ab",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/571cc996-26ee-455e-8672-79dbce1a18ab",
- "change": "/api/projects/opc/environments/dev/changes/571cc996-26ee-455e-8672-79dbce1a18ab",
- "log_lines": "/api/steps/dcad86d0-8fb9-497f-bbef-4abb62ae2ee3/log_lines",
- "self": "/api/steps/dcad86d0-8fb9-497f-bbef-4abb62ae2ee3"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 0b7a3b1f-5a1f-4af6-b9a7-4a131a440a37 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "0093f47d-47e0-4829-a7d0-3152dfe5c53e",
- "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": "af542975-8ab2-4fd6-b0c9-eafa61b5a94c",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_4",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "queued": {
- "ended_at": null,
- "started_at": "2026-06-29T07:53:46.533676Z"
}, - "waiting": {
- "ended_at": "2026-06-29T07:53:46.533676Z",
- "started_at": "2026-06-29T07:53:46.441076Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_4",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:46:30.359839Z",
- "started_at": "2026-06-29T07:47:30.359839Z",
- "finished_at": null,
- "updated_at": "2026-06-29T07:53:46.559903Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c503d9c4-7ceb-46d6-aecd-ff0b5ab1e928",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c503d9c4-7ceb-46d6-aecd-ff0b5ab1e928"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "52d6b9c8-e0cc-4f16-a433-7af83aab14a4",
- "type": "properties_version"
}, - {
- "id": "99bc2cce-ed98-43d1-8c15-e27f64984d69",
- "type": "properties_version"
}, - {
- "id": "a4c22174-412c-432f-9f23-397c355d75c0",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "af542975-8ab2-4fd6-b0c9-eafa61b5a94c",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/af542975-8ab2-4fd6-b0c9-eafa61b5a94c",
- "change": "/api/projects/opc/environments/dev/changes/af542975-8ab2-4fd6-b0c9-eafa61b5a94c",
- "log_lines": "/api/steps/0093f47d-47e0-4829-a7d0-3152dfe5c53e/log_lines",
- "self": "/api/steps/0093f47d-47e0-4829-a7d0-3152dfe5c53e"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 0b7a3b1f-5a1f-4af6-b9a7-4a131a440a37 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "e4b05c0a-94f0-4d36-866d-5f2ff12cc2de",
- "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": "c85767b8-e1d6-49a9-8c88-eae441de65c4",
- "child_execution_strategy": "sequential",
- "full_path": "opschain_wait_step_7",
- "ignore_failure": false,
- "input_arguments": [ ],
- "state_timing": {
- "aborted": {
- "ended_at": "2026-06-29T07:53:47.589516Z",
- "started_at": "2026-06-29T07:53:47.589516Z"
}, - "waiting": {
- "ended_at": "2026-06-29T07:53:47.589516Z",
- "started_at": "2026-06-29T07:53:47.495191Z"
}
}, - "step_sequence": 1,
- "step_type": "wait_step",
- "description": null,
- "name": "opschain_wait_step_7",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:47:13.090103Z",
- "started_at": "2026-06-29T07:48:13.090103Z",
- "finished_at": "2026-06-29T07:53:47.590669Z",
- "updated_at": "2026-06-29T07:53:47.600931Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ea554baf-5088-4a09-84e7-5eb803d6fc7c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ea554baf-5088-4a09-84e7-5eb803d6fc7c"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "ffde49d3-71da-4ead-b7f8-cb748eb885c8",
- "type": "properties_version"
}, - {
- "id": "cc24dedf-2361-4f70-b478-a831bcd179ea",
- "type": "properties_version"
}, - {
- "id": "75dcca54-5f53-459e-89cd-1ce24bcb9d3f",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "c85767b8-e1d6-49a9-8c88-eae441de65c4",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/c85767b8-e1d6-49a9-8c88-eae441de65c4",
- "change": "/api/projects/opc/environments/dev/changes/c85767b8-e1d6-49a9-8c88-eae441de65c4",
- "log_lines": "/api/steps/e4b05c0a-94f0-4d36-866d-5f2ff12cc2de/log_lines",
- "self": "/api/steps/e4b05c0a-94f0-4d36-866d-5f2ff12cc2de"
}, - "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: 1849304b-6953-487a-88ed-9630129c2e9e step id |
{- "data": {
- "id": "4ede2372-ae1a-4cf5-98b4-e6e0ab86efc2",
- "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: 1849304b-6953-487a-88ed-9630129c2e9e step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "copy (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "system": "parsing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "82d8e2b1-d9be-44ef-9f51-4fe5f44911dd",
- "type": "properties_version"
}, - {
- "id": "09ce8cfc-27af-41c8-9c27-7f9a8e9c044a",
- "type": "properties_version"
}, - {
- "id": "61b51342-379e-47eb-9b71-05b45fbbb812",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "system": "Change: Change properties"
}
}
}
}, - "included": [
- {
- "id": "82d8e2b1-d9be-44ef-9f51-4fe5f44911dd",
- "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-06-29T07:53:48.936654Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "dbcabb72-3f3f-435f-9562-b226726f7a15",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/dbcabb72-3f3f-435f-9562-b226726f7a15"
}
}
}, - "links": {
- "versions": "/api/properties/dbcabb72-3f3f-435f-9562-b226726f7a15/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/dbcabb72-3f3f-435f-9562-b226726f7a15/versions/1"
}, - "meta": { }
}, - {
- "id": "09ce8cfc-27af-41c8-9c27-7f9a8e9c044a",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-06-29T07:53:48.961111Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9bfa58bb-08d8-43de-a7b8-3bc4af0772a2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9bfa58bb-08d8-43de-a7b8-3bc4af0772a2"
}
}
}, - "links": {
- "versions": "/api/properties/9bfa58bb-08d8-43de-a7b8-3bc4af0772a2/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/9bfa58bb-08d8-43de-a7b8-3bc4af0772a2/versions/1"
}, - "meta": { }
}, - {
- "id": "61b51342-379e-47eb-9b71-05b45fbbb812",
- "type": "properties_version",
- "attributes": {
- "data": {
- "system": "parsing"
}, - "version": 1,
- "created_at": "2026-06-29T07:53:49.007381Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "43a146ce-5b7b-4e7f-9f65-810466edded5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/43a146ce-5b7b-4e7f-9f65-810466edded5"
}
}
}, - "links": {
- "versions": "/api/properties/43a146ce-5b7b-4e7f-9f65-810466edded5/versions",
- "owner": "/api/projects/opc/environments/dev/changes/bbd782cd-904f-4e5e-93f9-580a613ff69c",
- "self": "/api/properties/43a146ce-5b7b-4e7f-9f65-810466edded5/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: ed4c881c-5d67-463f-8831-f4acb62721a8 |
| 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": "6238aaca-5bef-49d8-9f17-18fa2528afa4",
- "type": "log_line",
- "attributes": {
- "message": "Ullam vitae dolore et.",
- "category": "action",
- "change_id": "f012df44-24f9-4442-bbfb-a21371b0718b",
- "step_id": "33149d3d-84e7-4604-805f-906ba1c4b483",
- "logged_at": "2026-06-28T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 1849304b-6953-487a-88ed-9630129c2e9e |
| 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": "c856f179-0039-4f0f-9e63-ca962cdf873f",
- "type": "log_line",
- "attributes": {
- "message": "Deserunt sed veritatis voluptas.",
- "category": "action",
- "change_id": "b4c5e2f4-06db-4cf7-a10f-0d44043872c4",
- "step_id": "2adcc99f-2cc4-4790-bb2d-239207b36f7c",
- "logged_at": "2026-06-28T00: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": "7c49666c-d25d-4e61-bbde-e4e0e7022395",
- "type": "log_line",
- "attributes": {
- "message": "Distinctio qui architecto repellat.",
- "category": "action",
- "change_id": "fb7c7f21-be24-4571-9a2d-a48d3443a0c7",
- "step_id": "80496a18-c0ef-44ae-b982-d74672722439",
- "logged_at": "2026-06-28T00: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: 6cc73d95-8f70-4920-9a43-604caecee6b9 |
| 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": "f20635a9-e4cb-4450-8218-1f5c929c278a",
- "type": "log_line",
- "attributes": {
- "message": "Accusamus quas voluptas sit.",
- "category": "action",
- "workflow_run_id": "d008e4bc-6868-40b1-8a1d-4c1881cb1828",
- "workflow_step_id": "3f2897b1-5439-4259-8a07-361e0cd02fcb",
- "logged_at": "2026-06-28T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: cc1524a7-f7bb-489b-a794-55d27964ed30 |
| 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": "9a0e639b-4deb-44df-907e-eeb66cac9727",
- "type": "log_line",
- "attributes": {
- "message": "Deserunt nostrum molestiae aut.",
- "category": "action",
- "workflow_run_id": "129399f0-7da1-4944-a991-48521eca0755",
- "workflow_step_id": "443bf585-2f03-4cdf-9ce4-14409f2ab86c",
- "logged_at": "2026-06-28T00: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": "cadff1e1-e211-41b0-b8ac-4d69c22c5e00",
- "type": "log_line",
- "attributes": {
- "message": "Minima repudiandae incidunt recusandae.",
- "category": "action",
- "workflow_run_id": "0494679c-5e5e-4e09-ae72-4411726f9176",
- "workflow_step_id": "9bfa67b8-91b8-4485-a0c9-021f76cc2a08",
- "logged_at": "2026-06-28T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.Lists all workflow runs.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "d5c1f9d4-6e92-4cff-baf2-dd4af1276dc5",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "819b3c43-a395-4258-afba-d31c0df427be",
- "name": "dolor",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "efca1673-bcb2-4c55-a42e-15554cca2512",
- "name": "exercitationem",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "e6474f94-eb08-4b4b-a3ce-eba21e418ba6",
- "name": "parse",
- "type": "workflow_change_step",
- "action": "parse",
- "target": "/projects/iaftv/environments/bitc6/assets/qenny"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "5511dc56-27f9-426e-810e-0a9229f6936b",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/got2m/environments/hibzl/assets/famlo"
}, - {
- "id": "70598663-5ad6-4afa-aed4-649a5608dd97",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "beaa4102-b876-4a26-b8a4-14e7fee40dd4",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/ecwxk/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "0.78",
- "Bitwolf": "0.8.7",
- "Flexidy": "5.1.7",
- "Konklux": "6.82",
- "Matsoft": "0.5.9",
- "Regrant": "2.9.2",
- "Tampflex": "0.9.6",
- "Tres-Zap": "0.2.4",
- "Gembucket": "2.3"
}, - "created_by": "chi",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-06-29T07:54:00.462278Z",
- "started_at": "2026-06-29T07:45:30.250935Z",
- "finished_at": "2026-06-29T07:47:17.266645Z",
- "updated_at": "2026-06-29T07:54:00.477091Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "b969994f-f1e8-4c3c-bdfc-c30e215117e6",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "67a22845-5a11-45f2-9631-a96cff904037",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "819b3c43-a395-4258-afba-d31c0df427be",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "beaa4102-b876-4a26-b8a4-14e7fee40dd4",
- "type": "workflow_workflow_step"
}, - {
- "id": "efca1673-bcb2-4c55-a42e-15554cca2512",
- "type": "workflow_noop_step"
}, - {
- "id": "819b3c43-a395-4258-afba-d31c0df427be",
- "type": "workflow_noop_step"
}, - {
- "id": "70598663-5ad6-4afa-aed4-649a5608dd97",
- "type": "workflow_wait_step"
}, - {
- "id": "5511dc56-27f9-426e-810e-0a9229f6936b",
- "type": "workflow_change_step"
}, - {
- "id": "e6474f94-eb08-4b4b-a3ce-eba21e418ba6",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "6af5e689-b3ea-4510-9e91-c2602d580d21",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6af5e689-b3ea-4510-9e91-c2602d580d21"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/d5c1f9d4-6e92-4cff-baf2-dd4af1276dc5",
- "log_lines": "/api/workflow_runs/d5c1f9d4-6e92-4cff-baf2-dd4af1276dc5/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "b969994f-f1e8-4c3c-bdfc-c30e215117e6",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "abby",
- "created_at": "2026-06-29T07:54:00.403064Z",
- "updated_at": "2026-06-29T07:54:00.416872Z",
- "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": "296cdb75-0681-46b5-b418-fa381234b74d",
- "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": [
- "cb2a16a7-1c50-42f4-acb2-c83e5a1a3254"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}
}
}
}{- "data": {
- "id": "8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "93ddd165-7bd4-4e89-b36f-a564260facd0",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "logged_in_user",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "pending",
- "created_at": "2026-06-29T07:54:01.670732Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:01.689345Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "548dd3df-5662-43a7-9253-5530b7696d0c",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "e6e1797f-a186-4fa7-a4cb-9a95c245e71b",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "93ddd165-7bd4-4e89-b36f-a564260facd0",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "93ddd165-7bd4-4e89-b36f-a564260facd0",
- "type": "workflow_noop_step"
}, - {
- "id": "3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "1ff7e964-b2b3-437c-879e-9e698d5ca2bd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1ff7e964-b2b3-437c-879e-9e698d5ca2bd"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d",
- "log_lines": "/api/workflow_runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "548dd3df-5662-43a7-9253-5530b7696d0c",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jeraldine_koelpin",
- "created_at": "2026-06-29T07:54:01.188214Z",
- "updated_at": "2026-06-29T07:54:01.203508Z",
- "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": "265a7b97-bf75-4286-b679-1487bec77624",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "192f8a76-fb9c-4437-9a5f-7fdf34070004",
- "node_type": "asset",
- "parent_id": "192f8a76-fb9c-4437-9a5f-7fdf34070004",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-29T07:54:01.097Z",
- "updated_at": "2026-06-29T07:54:01.097Z",
- "project_type": null,
- "template_version_id": "69597603-c9ce-4f9e-9af6-95a48353ea71",
- "created_by": "melvin.lind"
}, - "action_template_version": {
- "id": "69597603-c9ce-4f9e-9af6-95a48353ea71",
- "commit_id": "9abde7bd-df56-467c-a860-32a2ee41f726",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-29T07:54:01.062Z",
- "updated_at": "2026-06-29T07:54:01.062Z",
- "state": "ready",
- "created_by": "denisha",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "918f98da-ef86-4f60-83e3-805e81c8a6e7",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "192f8a76-fb9c-4437-9a5f-7fdf34070004",
- "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": "93ddd165-7bd4-4e89-b36f-a564260facd0",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:01.682734Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:01.689345Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d/steps/93ddd165-7bd4-4e89-b36f-a564260facd0",
- "log_lines": "/api/workflow_steps/93ddd165-7bd4-4e89-b36f-a564260facd0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d"
}
}, - {
- "id": "3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:01.694592Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:01.702074Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "265a7b97-bf75-4286-b679-1487bec77624",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "69597603-c9ce-4f9e-9af6-95a48353ea71",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d/steps/3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7",
- "log_lines": "/api/workflow_steps/3a4d73cf-f952-44f9-9f9c-e5a487cc3cd7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d/steps/93ddd165-7bd4-4e89-b36f-a564260facd0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8699048f-a7c9-4ea4-bec0-5d1cbcde1d5d"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
{- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "name": "harum",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "name": "ab",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "00b5391b-d4e2-4706-8616-899a81bd371a",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/80aj5/environments/4rmxr/assets/yhhsu"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "38d7600d-3172-43fd-bc8d-1b4c621f64b9",
- "name": "hack",
- "type": "workflow_change_step",
- "action": "hack",
- "target": "/projects/hrqig/environments/2xkyp/assets/jzoq8"
}, - {
- "id": "ba34a817-c27a-446a-bd30-55ea227c652a",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "81635b47-5bf9-411f-8e13-cd1535cea033",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/qvbfp/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Alpha": "8.21",
- "Lotlux": "0.53",
- "Tresom": "5.12",
- "Bitchip": "2.7",
- "Bitwolf": "4.3",
- "Flexidy": "8.5",
- "Pannier": "1.7",
- "Transcof": "1.36",
- "Treeflex": "3.6.1",
- "Stringtough": "9.8"
}, - "created_by": "huey",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-06-29T07:54:03.670386Z",
- "started_at": "2026-06-29T07:44:50.772961Z",
- "finished_at": "2026-06-29T07:46:05.755788Z",
- "updated_at": "2026-06-29T07:54:03.679735Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "9403c75f-bf96-48d6-894d-93d99f9dda6b",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "6ca121bb-4bc0-4f1d-a6bd-591e3f68b0f4",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "38d7600d-3172-43fd-bc8d-1b4c621f64b9",
- "type": "workflow_change_step"
}, - {
- "id": "ba34a817-c27a-446a-bd30-55ea227c652a",
- "type": "workflow_wait_step"
}, - {
- "id": "81635b47-5bf9-411f-8e13-cd1535cea033",
- "type": "workflow_workflow_step"
}, - {
- "id": "7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "type": "workflow_noop_step"
}, - {
- "id": "7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "type": "workflow_noop_step"
}, - {
- "id": "00b5391b-d4e2-4706-8616-899a81bd371a",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "34b063dd-4eab-4c68-93f2-c556d795bc47",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/34b063dd-4eab-4c68-93f2-c556d795bc47"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "log_lines": "/api/workflow_runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "9403c75f-bf96-48d6-894d-93d99f9dda6b",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "brooke.moen",
- "created_at": "2026-06-29T07:54:03.621504Z",
- "updated_at": "2026-06-29T07:54:03.636683Z",
- "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": "8a0cb36e-77c9-4015-8b60-3fec38102016",
- "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": "38d7600d-3172-43fd-bc8d-1b4c621f64b9",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "huey",
- "name": "hack",
- "step_sequence": 2,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:04.044610Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:04.052621Z",
- "action": "hack",
- "property_overrides": {
- "interface": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c19da55a-2366-4274-afc6-70962166b80d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "777dbd6a-a936-424c-81a7-08848c78487d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/38d7600d-3172-43fd-bc8d-1b4c621f64b9",
- "log_lines": "/api/workflow_steps/38d7600d-3172-43fd-bc8d-1b4c621f64b9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}, - {
- "id": "ba34a817-c27a-446a-bd30-55ea227c652a",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "huey",
- "name": "Wait",
- "step_sequence": 3,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:04.058908Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:04.065918Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/ba34a817-c27a-446a-bd30-55ea227c652a",
- "log_lines": "/api/workflow_steps/ba34a817-c27a-446a-bd30-55ea227c652a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}, - {
- "id": "81635b47-5bf9-411f-8e13-cd1535cea033",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "huey",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:04.133396Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:04.141354Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "ef581971-60f3-4450-9950-c0a9e7cc7b34",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/81635b47-5bf9-411f-8e13-cd1535cea033",
- "log_lines": "/api/workflow_steps/81635b47-5bf9-411f-8e13-cd1535cea033/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}, - {
- "id": "7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "huey",
- "name": "harum",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:03.675419Z",
- "started_at": "2026-06-29T07:44:50.772961Z",
- "finished_at": "2026-06-29T07:46:05.755788Z",
- "updated_at": "2026-06-29T07:54:03.679735Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "type": "workflow_noop_step"
}, - {
- "id": "38d7600d-3172-43fd-bc8d-1b4c621f64b9",
- "type": "workflow_change_step"
}, - {
- "id": "ba34a817-c27a-446a-bd30-55ea227c652a",
- "type": "workflow_wait_step"
}, - {
- "id": "81635b47-5bf9-411f-8e13-cd1535cea033",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "log_lines": "/api/workflow_steps/7df5553f-11e4-43af-a951-c8ebf90cfef0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}, - {
- "id": "7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "huey",
- "name": "ab",
- "step_sequence": 1,
- "status_code": "running",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:03.682888Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:03.816812Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "00b5391b-d4e2-4706-8616-899a81bd371a",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "log_lines": "/api/workflow_steps/7a43ce1c-1382-4152-96bc-6f7f396ba9e1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7df5553f-11e4-43af-a951-c8ebf90cfef0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}, - {
- "id": "00b5391b-d4e2-4706-8616-899a81bd371a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "huey",
- "name": "bypass",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:03.819176Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:03.825791Z",
- "action": "bypass",
- "property_overrides": {
- "sensor": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "e128a4b7-400f-47a3-a39e-b2bc916a1d12",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "a3ae67de-6c34-45cc-ad7e-439d2b9b969d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "5f04ce79-880e-4c3d-9397-5281f92d9e91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/00b5391b-d4e2-4706-8616-899a81bd371a",
- "log_lines": "/api/workflow_steps/00b5391b-d4e2-4706-8616-899a81bd371a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91/steps/7a43ce1c-1382-4152-96bc-6f7f396ba9e1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/5f04ce79-880e-4c3d-9397-5281f92d9e91"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "3a219047-deda-47f3-8252-aac702de14e2",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "e35d03e0-ef94-47e4-98f2-e0bae666659e",
- "name": "doloremque",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7e7b093b-1089-4af8-8668-4625119b1eff",
- "name": "est",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7f11de43-53bf-49f2-896e-60fc6e3cb31b",
- "name": "reboot",
- "type": "workflow_change_step",
- "action": "reboot",
- "target": "/projects/hbfho/environments/gyaug/assets/0nasv"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "c5560d9f-bf86-473c-ad68-514496c0130d",
- "name": "compress",
- "type": "workflow_change_step",
- "action": "compress",
- "target": "/projects/c5aqt/environments/3hb7s/assets/m6bos"
}, - {
- "id": "52678f01-3d57-4d5b-8578-36756e09ee22",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "eec303cc-3ec9-4278-a5f7-d79bfede0d77",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/dehyu/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Rank": "0.68",
- "Asoka": "4.61",
- "Otcom": "3.8.1",
- "Andalax": "0.8.5",
- "Konklab": "6.20",
- "Matsoft": "8.7.2",
- "Regrant": "7.8.4",
- "Zontrax": "5.8.1",
- "Ronstring": "4.4",
- "Stringtough": "0.6.6"
}, - "created_by": "stevie.watsica",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-06-29T07:54:07.291284Z",
- "started_at": "2026-06-29T07:45:16.547020Z",
- "finished_at": "2026-06-29T07:51:51.684857Z",
- "updated_at": "2026-06-29T07:54:07.305310Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "7d3c89c3-f07d-40cb-9d07-a11d76ecdc3a",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "10614e1a-fb27-48b4-8ce0-8d1fbd347a4a",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "e35d03e0-ef94-47e4-98f2-e0bae666659e",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "7e7b093b-1089-4af8-8668-4625119b1eff",
- "type": "workflow_noop_step"
}, - {
- "id": "7f11de43-53bf-49f2-896e-60fc6e3cb31b",
- "type": "workflow_change_step"
}, - {
- "id": "e35d03e0-ef94-47e4-98f2-e0bae666659e",
- "type": "workflow_noop_step"
}, - {
- "id": "c5560d9f-bf86-473c-ad68-514496c0130d",
- "type": "workflow_change_step"
}, - {
- "id": "52678f01-3d57-4d5b-8578-36756e09ee22",
- "type": "workflow_wait_step"
}, - {
- "id": "eec303cc-3ec9-4278-a5f7-d79bfede0d77",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "7bdc7ef1-76ab-401d-af1b-07402bbe43d3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7bdc7ef1-76ab-401d-af1b-07402bbe43d3"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/3a219047-deda-47f3-8252-aac702de14e2",
- "log_lines": "/api/workflow_runs/3a219047-deda-47f3-8252-aac702de14e2/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "7d3c89c3-f07d-40cb-9d07-a11d76ecdc3a",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "tamatha.hettinger",
- "created_at": "2026-06-29T07:54:07.234630Z",
- "updated_at": "2026-06-29T07:54:07.248203Z",
- "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": "d5139da4-60de-4150-914f-17f198f53d35",
- "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": "231ae198-2ad5-4206-9a46-130acff91c20",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "ee271530-6582-4e77-891d-a8236bad353a",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "61fef55a-99ff-4750-9040-a6e94f34d6cd",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "logged_in_user",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "pending",
- "created_at": "2026-06-29T07:54:10.590622Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:10.607731Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "6535d2cc-8a3b-4866-8f0e-35a838d4a8b7",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "8c834e75-847f-4eda-940d-68adbcb12475",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "ee271530-6582-4e77-891d-a8236bad353a",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "ee271530-6582-4e77-891d-a8236bad353a",
- "type": "workflow_noop_step"
}, - {
- "id": "61fef55a-99ff-4750-9040-a6e94f34d6cd",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "4652e86e-2026-4948-8fd0-f5b34d02b7e0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4652e86e-2026-4948-8fd0-f5b34d02b7e0"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20",
- "log_lines": "/api/workflow_runs/231ae198-2ad5-4206-9a46-130acff91c20/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "6535d2cc-8a3b-4866-8f0e-35a838d4a8b7",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "estefana",
- "created_at": "2026-06-29T07:54:09.135353Z",
- "updated_at": "2026-06-29T07:54:09.147653Z",
- "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": "a6b11c58-9a7d-4101-b002-1a60080a375a",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "c58ddae8-334f-40d9-b25f-9ce72e962d21",
- "node_type": "asset",
- "parent_id": "c58ddae8-334f-40d9-b25f-9ce72e962d21",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-06-29T07:54:09.038Z",
- "updated_at": "2026-06-29T07:54:09.038Z",
- "project_type": null,
- "template_version_id": "336d54e7-05bb-4f36-8a5e-ad74a7baccca",
- "created_by": "frank"
}, - "action_template_version": {
- "id": "336d54e7-05bb-4f36-8a5e-ad74a7baccca",
- "commit_id": "cf358bdf-930e-47b9-83ac-484410feef26",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-06-29T07:54:09.003Z",
- "updated_at": "2026-06-29T07:54:09.003Z",
- "state": "ready",
- "created_by": "jim",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "3a4a6caf-52d9-4691-b775-b6162e1f1ccf",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "c58ddae8-334f-40d9-b25f-9ce72e962d21",
- "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": "ee271530-6582-4e77-891d-a8236bad353a",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "assets workflow",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:10.600728Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:10.607731Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "231ae198-2ad5-4206-9a46-130acff91c20",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "61fef55a-99ff-4750-9040-a6e94f34d6cd",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20/steps/ee271530-6582-4e77-891d-a8236bad353a",
- "log_lines": "/api/workflow_steps/ee271530-6582-4e77-891d-a8236bad353a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20"
}
}, - {
- "id": "61fef55a-99ff-4750-9040-a6e94f34d6cd",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "logged_in_user",
- "name": "run asset action",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:10.614124Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:10.625134Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "a6b11c58-9a7d-4101-b002-1a60080a375a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "336d54e7-05bb-4f36-8a5e-ad74a7baccca",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "231ae198-2ad5-4206-9a46-130acff91c20",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20/steps/61fef55a-99ff-4750-9040-a6e94f34d6cd",
- "log_lines": "/api/workflow_steps/61fef55a-99ff-4750-9040-a6e94f34d6cd/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20/steps/ee271530-6582-4e77-891d-a8236bad353a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/231ae198-2ad5-4206-9a46-130acff91c20"
}
}
]
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
{- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "name": "dolores",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "dac231eb-8824-41a2-b203-144e3c963d16",
- "name": "nesciunt",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "09b67dac-67bc-4927-b22b-303e850ea1ec",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/hl0rs/environments/xczk6/assets/dzksn"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "0ed57e9c-b6b1-4ed6-9769-513d3de1f253",
- "name": "index",
- "type": "workflow_change_step",
- "action": "index",
- "target": "/projects/xvfzz/environments/9sr1u/assets/uchia"
}, - {
- "id": "94b1af9a-e808-4a18-9ab3-26b0a48a01a3",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "2292a772-6b4e-4924-9404-69fb4fd33d34",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/neb76/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Span": "0.83",
- "Kanlam": "4.3",
- "Latlux": "0.7.6",
- "Sub-Ex": "0.35",
- "Zoolab": "9.78",
- "Prodder": "4.36",
- "Tempsoft": "1.3.8",
- "Treeflex": "1.9.0",
- "Cardguard": "0.8.7",
- "Ventosanzap": "0.4.5"
}, - "created_by": "denita.blick",
- "cancelled_by": null,
- "skip_steps": [ ],
- "status_code": "success",
- "created_at": "2026-06-29T07:54:13.660930Z",
- "started_at": "2026-06-29T07:46:58.439238Z",
- "finished_at": "2026-06-29T07:47:51.900187Z",
- "updated_at": "2026-06-29T07:54:13.672226Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "2327d33c-e75d-49f7-96a5-6997c7183b1f",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "94b0daeb-4eaa-4f1c-9822-b512301c6d7a",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "0ed57e9c-b6b1-4ed6-9769-513d3de1f253",
- "type": "workflow_change_step"
}, - {
- "id": "94b1af9a-e808-4a18-9ab3-26b0a48a01a3",
- "type": "workflow_wait_step"
}, - {
- "id": "2292a772-6b4e-4924-9404-69fb4fd33d34",
- "type": "workflow_workflow_step"
}, - {
- "id": "09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "type": "workflow_noop_step"
}, - {
- "id": "dac231eb-8824-41a2-b203-144e3c963d16",
- "type": "workflow_noop_step"
}, - {
- "id": "09b67dac-67bc-4927-b22b-303e850ea1ec",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "3aca29f4-a333-4a6f-a68b-b78d10c8839d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3aca29f4-a333-4a6f-a68b-b78d10c8839d"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6",
- "log_lines": "/api/workflow_runs/e6e984da-0076-4420-8081-7dd657a551f6/log_lines"
}, - "meta": {
- "wait_queue": [ ],
- "blocking_queue": [ ]
}
}, - "included": [
- {
- "id": "2327d33c-e75d-49f7-96a5-6997c7183b1f",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "shante_nader",
- "created_at": "2026-06-29T07:54:13.604921Z",
- "updated_at": "2026-06-29T07:54:13.621859Z",
- "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": "cbe6df94-6fad-4ed3-a58f-bbab8b37f7d5",
- "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": "0ed57e9c-b6b1-4ed6-9769-513d3de1f253",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "denita.blick",
- "name": "index",
- "step_sequence": 2,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:14.022533Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:14.031183Z",
- "action": "index",
- "property_overrides": {
- "capacitor": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ee098c49-178c-4882-bd57-dd019e05296b",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "6c9e30e7-f50c-49ea-8361-b5ea2562b47a",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/0ed57e9c-b6b1-4ed6-9769-513d3de1f253",
- "log_lines": "/api/workflow_steps/0ed57e9c-b6b1-4ed6-9769-513d3de1f253/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}, - {
- "id": "94b1af9a-e808-4a18-9ab3-26b0a48a01a3",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "denita.blick",
- "name": "Wait",
- "step_sequence": 3,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:14.036419Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:14.045577Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/94b1af9a-e808-4a18-9ab3-26b0a48a01a3",
- "log_lines": "/api/workflow_steps/94b1af9a-e808-4a18-9ab3-26b0a48a01a3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}, - {
- "id": "2292a772-6b4e-4924-9404-69fb4fd33d34",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "denita.blick",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:14.117269Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:14.123894Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "c72faacb-3fdc-47ab-8439-015ac259a871",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/2292a772-6b4e-4924-9404-69fb4fd33d34",
- "log_lines": "/api/workflow_steps/2292a772-6b4e-4924-9404-69fb4fd33d34/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}, - {
- "id": "09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "denita.blick",
- "name": "dolores",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:13.666368Z",
- "started_at": "2026-06-29T07:46:58.439238Z",
- "finished_at": "2026-06-29T07:47:51.900187Z",
- "updated_at": "2026-06-29T07:54:13.672226Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "dac231eb-8824-41a2-b203-144e3c963d16",
- "type": "workflow_noop_step"
}, - {
- "id": "0ed57e9c-b6b1-4ed6-9769-513d3de1f253",
- "type": "workflow_change_step"
}, - {
- "id": "94b1af9a-e808-4a18-9ab3-26b0a48a01a3",
- "type": "workflow_wait_step"
}, - {
- "id": "2292a772-6b4e-4924-9404-69fb4fd33d34",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "log_lines": "/api/workflow_steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}, - {
- "id": "dac231eb-8824-41a2-b203-144e3c963d16",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "denita.blick",
- "name": "nesciunt",
- "step_sequence": 1,
- "status_code": "running",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:13.675835Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:13.842135Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "09b67dac-67bc-4927-b22b-303e850ea1ec",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/dac231eb-8824-41a2-b203-144e3c963d16",
- "log_lines": "/api/workflow_steps/dac231eb-8824-41a2-b203-144e3c963d16/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09eb5406-ed8b-4186-a7a3-6312fd92dbca",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}, - {
- "id": "09b67dac-67bc-4927-b22b-303e850ea1ec",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "denita.blick",
- "name": "synthesize",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:13.844471Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:13.851641Z",
- "action": "synthesize",
- "property_overrides": {
- "monitor": "connecting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "92e3ed5e-7e53-4f0f-b89c-d8b96dd2bb58",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "6590c02c-cd05-4a30-8e8a-8f4377aabebe",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e6e984da-0076-4420-8081-7dd657a551f6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/09b67dac-67bc-4927-b22b-303e850ea1ec",
- "log_lines": "/api/workflow_steps/09b67dac-67bc-4927-b22b-303e850ea1ec/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6/steps/dac231eb-8824-41a2-b203-144e3c963d16",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e6e984da-0076-4420-8081-7dd657a551f6"
}
}
]
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
Lists all workflow steps.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "6593c7df-af3f-427b-bb63-0a684157dcf7",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "program",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.067586Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.076824Z",
- "action": "program",
- "property_overrides": {
- "circuit": "connecting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c8ad9d17-cb28-4c55-98ae-3cc1fb3fd006",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "47e0be73-e397-484b-9880-3431a28fc179",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/6593c7df-af3f-427b-bb63-0a684157dcf7",
- "log_lines": "/api/workflow_steps/6593c7df-af3f-427b-bb63-0a684157dcf7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/05859e0f-31b8-40de-916f-946e78f7c28d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "05859e0f-31b8-40de-916f-946e78f7c28d",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "aaron",
- "name": "tempora",
- "step_sequence": 1,
- "status_code": "running",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:18.929868Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.065108Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "6593c7df-af3f-427b-bb63-0a684157dcf7",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/05859e0f-31b8-40de-916f-946e78f7c28d",
- "log_lines": "/api/workflow_steps/05859e0f-31b8-40de-916f-946e78f7c28d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "9970605e-962b-4058-97ce-98cd89b16425",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "input",
- "step_sequence": 2,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.214013Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.221031Z",
- "action": "input",
- "property_overrides": {
- "program": "calculating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "e0d5f99c-b8e6-4681-8c5a-06c4c3b12844",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "76b0d5f7-3aee-4940-b884-da9924149d8b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/9970605e-962b-4058-97ce-98cd89b16425",
- "log_lines": "/api/workflow_steps/9970605e-962b-4058-97ce-98cd89b16425/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "e467285e-2ea3-4ada-8e61-267366b61a89",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "aaron",
- "name": "Wait",
- "step_sequence": 3,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.225984Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.232122Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/e467285e-2ea3-4ada-8e61-267366b61a89",
- "log_lines": "/api/workflow_steps/e467285e-2ea3-4ada-8e61-267366b61a89/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "ae127aff-dcf4-4560-993a-eebc96c3405e",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.292057Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.298864Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "79a84f70-fdb4-41e2-b35e-6e7f0b5535bc",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ae127aff-dcf4-4560-993a-eebc96c3405e",
- "log_lines": "/api/workflow_steps/ae127aff-dcf4-4560-993a-eebc96c3405e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "52a9f6a7-3f5d-48d2-ad77-4b6fd5c3bea0",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "navigate",
- "step_sequence": 5,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.443597Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.450262Z",
- "action": "navigate",
- "property_overrides": {
- "application": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "5a40184a-343f-438a-82ae-a3f05070c5dd",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "dff48055-7bee-471e-9b1c-b9d4029658da",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/52a9f6a7-3f5d-48d2-ad77-4b6fd5c3bea0",
- "log_lines": "/api/workflow_steps/52a9f6a7-3f5d-48d2-ad77-4b6fd5c3bea0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "410167fe-bc17-424a-9c34-90f721f1c803",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "aaron",
- "name": "Wait",
- "step_sequence": 6,
- "status_code": "continued",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:43:20.652275Z",
- "started_at": "2026-06-29T07:44:20.652275Z",
- "finished_at": "2026-06-29T07:47:40.118329Z",
- "updated_at": "2026-06-29T07:54:19.464584Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/410167fe-bc17-424a-9c34-90f721f1c803",
- "log_lines": "/api/workflow_steps/410167fe-bc17-424a-9c34-90f721f1c803/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "f4f48162-5f4e-4d79-bef5-7107ebf0e5d1",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "child workflow",
- "step_sequence": 7,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.473671Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:19.481287Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "79a84f70-fdb4-41e2-b35e-6e7f0b5535bc",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/f4f48162-5f4e-4d79-bef5-7107ebf0e5d1",
- "log_lines": "/api/workflow_steps/f4f48162-5f4e-4d79-bef5-7107ebf0e5d1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}, - {
- "id": "ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "aaron",
- "name": "laborum",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:18.921003Z",
- "started_at": "2026-06-29T07:46:47.523745Z",
- "finished_at": "2026-06-29T07:50:25.876502Z",
- "updated_at": "2026-06-29T07:54:18.925689Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "05859e0f-31b8-40de-916f-946e78f7c28d",
- "type": "workflow_noop_step"
}, - {
- "id": "9970605e-962b-4058-97ce-98cd89b16425",
- "type": "workflow_change_step"
}, - {
- "id": "e467285e-2ea3-4ada-8e61-267366b61a89",
- "type": "workflow_wait_step"
}, - {
- "id": "ae127aff-dcf4-4560-993a-eebc96c3405e",
- "type": "workflow_workflow_step"
}, - {
- "id": "52a9f6a7-3f5d-48d2-ad77-4b6fd5c3bea0",
- "type": "workflow_change_step"
}, - {
- "id": "410167fe-bc17-424a-9c34-90f721f1c803",
- "type": "workflow_wait_step"
}, - {
- "id": "f4f48162-5f4e-4d79-bef5-7107ebf0e5d1",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded/steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f",
- "log_lines": "/api/workflow_steps/ec0c2bf2-1637-48e1-b8ab-df5ce78b4b0f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f999e6b3-f3e3-448a-8e06-a25e7012dded"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: f18cfc6e-ff6a-481d-9735-f989419e651f workflow step id |
{- "data": {
- "id": "e214e813-5352-47df-8fbb-e78d58f18f0d",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "mohammed.ankunding",
- "name": "molestiae",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:19.837639Z",
- "started_at": "2026-06-29T07:47:24.575832Z",
- "finished_at": "2026-06-29T07:52:25.331529Z",
- "updated_at": "2026-06-29T07:54:19.842452Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3c762f29-e169-4393-8e01-9b36d6da2294",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "9acfe697-cf57-4270-96ed-7d8098db7842",
- "type": "workflow_noop_step"
}, - {
- "id": "c3eb5084-98c0-42c2-902a-b693d91b31cc",
- "type": "workflow_change_step"
}, - {
- "id": "f5f2ead6-9eac-47af-bdfe-86b5bc1d79a4",
- "type": "workflow_wait_step"
}, - {
- "id": "40e9b1f1-6e52-40b4-a3fb-eebb47387461",
- "type": "workflow_workflow_step"
}, - {
- "id": "ef2f0a09-c2ba-4b12-8ce8-7da5164cf7a7",
- "type": "workflow_change_step"
}, - {
- "id": "dc849b63-7017-40ec-8978-618682251958",
- "type": "workflow_wait_step"
}, - {
- "id": "eea253fe-e67e-47d5-a0c9-45ad2f3e9dc9",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3c762f29-e169-4393-8e01-9b36d6da2294/steps/e214e813-5352-47df-8fbb-e78d58f18f0d",
- "log_lines": "/api/workflow_steps/e214e813-5352-47df-8fbb-e78d58f18f0d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3c762f29-e169-4393-8e01-9b36d6da2294",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3c762f29-e169-4393-8e01-9b36d6da2294"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: f18cfc6e-ff6a-481d-9735-f989419e651f workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "58109564-fdb0-473f-9704-4029a359a1cb",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "rayford",
- "name": "transmit",
- "step_sequence": 5,
- "status_code": "error",
- "skip_requested": true,
- "skip_on_retry": true,
- "created_at": "2026-06-29T07:54:22.941887Z",
- "started_at": "2026-06-29T07:54:22.986239Z",
- "finished_at": "2026-06-29T07:55:22.986244Z",
- "updated_at": "2026-06-29T07:54:22.987297Z",
- "action": "transmit",
- "property_overrides": {
- "port": "parsing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "3b75b2c3-5b8d-4e40-8cec-3a619368b20d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "df04a929-7c91-4dfc-a85f-03ac1f937aef",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e8d2a956-0545-44e1-85be-60f3c700285a",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e8d2a956-0545-44e1-85be-60f3c700285a/steps/58109564-fdb0-473f-9704-4029a359a1cb",
- "log_lines": "/api/workflow_steps/58109564-fdb0-473f-9704-4029a359a1cb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e8d2a956-0545-44e1-85be-60f3c700285a/steps/85f24384-f416-465e-8fce-37e0c415a827",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e8d2a956-0545-44e1-85be-60f3c700285a"
}
}
}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: c24ec840-f03e-4473-a14e-2208a5c93f77 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "25181584-9de2-4e98-848f-77a1885840e8",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:26Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "dorsey",
- "name": "Wait",
- "step_sequence": 8,
- "status_code": "continued",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:43:32.788180Z",
- "started_at": "2026-06-29T07:44:32.788180Z",
- "finished_at": "2026-06-29T07:54:25.981279Z",
- "updated_at": "2026-06-29T07:54:26.011281Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ed5736b7-b8a4-4fce-aeb5-1e274536b148",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ed5736b7-b8a4-4fce-aeb5-1e274536b148/steps/25181584-9de2-4e98-848f-77a1885840e8",
- "log_lines": "/api/workflow_steps/25181584-9de2-4e98-848f-77a1885840e8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ed5736b7-b8a4-4fce-aeb5-1e274536b148/steps/ea6e83bf-c69f-4c77-92ab-494b2d2ffa8f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ed5736b7-b8a4-4fce-aeb5-1e274536b148"
}
}
}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: ebf59e6b-763a-4cc6-8bfd-8e96366df20c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "76023fa2-d602-4e18-be5a-ba37a1ad0a26",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:29Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "suzann_leannon",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "approved",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:47:07.682568Z",
- "started_at": "2026-06-29T07:48:07.682568Z",
- "finished_at": "2026-06-29T07:54:29.265530Z",
- "updated_at": "2026-06-29T07:54:29.347633Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9adc6871-2173-44d5-8074-d3e576327dc7",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9adc6871-2173-44d5-8074-d3e576327dc7/steps/76023fa2-d602-4e18-be5a-ba37a1ad0a26",
- "log_lines": "/api/workflow_steps/76023fa2-d602-4e18-be5a-ba37a1ad0a26/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9adc6871-2173-44d5-8074-d3e576327dc7/steps/dd7bac54-b7d8-44e5-9218-edca748d9f70",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9adc6871-2173-44d5-8074-d3e576327dc7"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: e4e44480-d9ba-4e83-a47d-5383d5ada4e5 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "a5083fd9-7a29-4b04-a36a-663dfd4736b4",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:33Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "lawanda.howe",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "rejected",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:48:18.720576Z",
- "started_at": "2026-06-29T07:49:18.720576Z",
- "finished_at": "2026-06-29T07:54:33.453782Z",
- "updated_at": "2026-06-29T07:54:33.461984Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "deec6b68-b1a3-4c66-aa3d-9065b49b2193",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/deec6b68-b1a3-4c66-aa3d-9065b49b2193/steps/a5083fd9-7a29-4b04-a36a-663dfd4736b4",
- "log_lines": "/api/workflow_steps/a5083fd9-7a29-4b04-a36a-663dfd4736b4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/deec6b68-b1a3-4c66-aa3d-9065b49b2193/steps/52f9f63d-1111-4157-8ad3-c2b730ad575b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/deec6b68-b1a3-4c66-aa3d-9065b49b2193"
}
}
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
{- "data": [
- {
- "id": "bbe08054-950d-4ba0-854c-8a8d2ea9e1ab",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "generate",
- "step_sequence": 1,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:36.918432Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:36.925501Z",
- "action": "generate",
- "property_overrides": {
- "interface": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "f777f7b6-7a78-4ab5-9227-80c31461abfb",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b7fb6aac-04a8-422a-aa44-4a1f974a1173",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/bbe08054-950d-4ba0-854c-8a8d2ea9e1ab",
- "log_lines": "/api/workflow_steps/bbe08054-950d-4ba0-854c-8a8d2ea9e1ab/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/35c5c19f-64b8-41c6-9dc9-d882c42bda6e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "f156cecb-2481-43ea-8829-3202eef5d161",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "quam",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:36.769284Z",
- "started_at": "2026-06-29T07:47:28.606050Z",
- "finished_at": "2026-06-29T07:47:41.045795Z",
- "updated_at": "2026-06-29T07:54:36.774310Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "35c5c19f-64b8-41c6-9dc9-d882c42bda6e",
- "type": "workflow_noop_step"
}, - {
- "id": "b2635fac-4376-429f-97b0-1532b718ecc7",
- "type": "workflow_change_step"
}, - {
- "id": "70e42c00-1a07-4be1-9d35-7aba4003b332",
- "type": "workflow_wait_step"
}, - {
- "id": "184baa8b-9924-46a8-96b2-08d512df6964",
- "type": "workflow_workflow_step"
}, - {
- "id": "344614bc-fe29-454b-8163-607a92c4ab21",
- "type": "workflow_change_step"
}, - {
- "id": "c0e9ad4f-4be1-421a-85cd-b810ea6b5085",
- "type": "workflow_wait_step"
}, - {
- "id": "718343bf-fb38-4531-b51f-ebba2548a140",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "log_lines": "/api/workflow_steps/f156cecb-2481-43ea-8829-3202eef5d161/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "35c5c19f-64b8-41c6-9dc9-d882c42bda6e",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "jeromy",
- "name": "qui",
- "step_sequence": 1,
- "status_code": "running",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:36.777536Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:36.916110Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "bbe08054-950d-4ba0-854c-8a8d2ea9e1ab",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/35c5c19f-64b8-41c6-9dc9-d882c42bda6e",
- "log_lines": "/api/workflow_steps/35c5c19f-64b8-41c6-9dc9-d882c42bda6e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "b2635fac-4376-429f-97b0-1532b718ecc7",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "quantify",
- "step_sequence": 2,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:37.150258Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:37.219715Z",
- "action": "quantify",
- "property_overrides": {
- "protocol": "parsing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "3f4a5d93-6fa9-4152-9559-b828263efe9d",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "e402c78f-5a46-4a70-ad80-ff94b28dc9eb",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/b2635fac-4376-429f-97b0-1532b718ecc7",
- "log_lines": "/api/workflow_steps/b2635fac-4376-429f-97b0-1532b718ecc7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "70e42c00-1a07-4be1-9d35-7aba4003b332",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "Wait",
- "step_sequence": 3,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:37.247172Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:37.292734Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/70e42c00-1a07-4be1-9d35-7aba4003b332",
- "log_lines": "/api/workflow_steps/70e42c00-1a07-4be1-9d35-7aba4003b332/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "184baa8b-9924-46a8-96b2-08d512df6964",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "child workflow",
- "step_sequence": 4,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:37.507668Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:37.523675Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "cc62da66-948c-4f2e-865c-7f56c7869666",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/184baa8b-9924-46a8-96b2-08d512df6964",
- "log_lines": "/api/workflow_steps/184baa8b-9924-46a8-96b2-08d512df6964/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "344614bc-fe29-454b-8163-607a92c4ab21",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "input",
- "step_sequence": 5,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:38.068746Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:38.090758Z",
- "action": "input",
- "property_overrides": {
- "monitor": "parsing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "23fe2fa8-e235-44c9-b72a-5abce8ae2953",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "0121607c-ebda-4597-adb4-5d435d052414",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/344614bc-fe29-454b-8163-607a92c4ab21",
- "log_lines": "/api/workflow_steps/344614bc-fe29-454b-8163-607a92c4ab21/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "c0e9ad4f-4be1-421a-85cd-b810ea6b5085",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "Wait",
- "step_sequence": 6,
- "status_code": "continued",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:47:17.360177Z",
- "started_at": "2026-06-29T07:48:17.360177Z",
- "finished_at": "2026-06-29T07:49:53.735065Z",
- "updated_at": "2026-06-29T07:54:38.126462Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/c0e9ad4f-4be1-421a-85cd-b810ea6b5085",
- "log_lines": "/api/workflow_steps/c0e9ad4f-4be1-421a-85cd-b810ea6b5085/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}, - {
- "id": "718343bf-fb38-4531-b51f-ebba2548a140",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jeromy",
- "name": "child workflow",
- "step_sequence": 7,
- "status_code": "pending",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:38.147107Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-06-29T07:54:38.163809Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "cc62da66-948c-4f2e-865c-7f56c7869666",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "b81b212d-9631-40fe-a4e0-decda831fbfd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/718343bf-fb38-4531-b51f-ebba2548a140",
- "log_lines": "/api/workflow_steps/718343bf-fb38-4531-b51f-ebba2548a140/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd/steps/f156cecb-2481-43ea-8829-3202eef5d161",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b81b212d-9631-40fe-a4e0-decda831fbfd"
}
}
], - "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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
| step_id required | string Example: f18cfc6e-ff6a-481d-9735-f989419e651f workflow step id |
{- "data": {
- "id": "6705ca8d-7c59-4eae-a7de-0dc6fb6bf702",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "quinton",
- "name": "officia",
- "step_sequence": 1,
- "status_code": "success",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:54:39.719080Z",
- "started_at": "2026-06-29T07:48:20.053404Z",
- "finished_at": "2026-06-29T07:53:01.828137Z",
- "updated_at": "2026-06-29T07:54:39.725468Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "172c8a07-7524-4d08-b3c1-1e147d9ef3ef",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "c2cc7ea8-e181-4457-94ef-7a2a571ece05",
- "type": "workflow_noop_step"
}, - {
- "id": "7f000863-35fa-4a36-aaf4-782b2dd89f7e",
- "type": "workflow_change_step"
}, - {
- "id": "770b7d71-2f5a-4209-bf4c-5d5788cde199",
- "type": "workflow_wait_step"
}, - {
- "id": "2f213dd7-8ce5-4ac6-a32e-4176c820ac85",
- "type": "workflow_workflow_step"
}, - {
- "id": "e4be0fa7-c485-4a68-bc03-6f86d27d8ed4",
- "type": "workflow_change_step"
}, - {
- "id": "108da71b-20f0-48a2-a1bd-2297ab19cd2f",
- "type": "workflow_wait_step"
}, - {
- "id": "83269b3f-86c5-4208-af7c-59fef77799c5",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/172c8a07-7524-4d08-b3c1-1e147d9ef3ef/steps/6705ca8d-7c59-4eae-a7de-0dc6fb6bf702",
- "log_lines": "/api/workflow_steps/6705ca8d-7c59-4eae-a7de-0dc6fb6bf702/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/172c8a07-7524-4d08-b3c1-1e147d9ef3ef",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/172c8a07-7524-4d08-b3c1-1e147d9ef3ef"
}
}
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
| step_id required | string Example: c24ec840-f03e-4473-a14e-2208a5c93f77 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "2e001b60-e7f2-4424-9d52-4f52582ec962",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:43Z"
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "trish_boehm",
- "name": "Wait",
- "step_sequence": 8,
- "status_code": "continued",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:47:05.704451Z",
- "started_at": "2026-06-29T07:48:05.704451Z",
- "finished_at": "2026-06-29T07:54:43.441461Z",
- "updated_at": "2026-06-29T07:54:43.465358Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "58795c0d-fd28-439c-b424-f5db36210e19",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/58795c0d-fd28-439c-b424-f5db36210e19/steps/2e001b60-e7f2-4424-9d52-4f52582ec962",
- "log_lines": "/api/workflow_steps/2e001b60-e7f2-4424-9d52-4f52582ec962/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/58795c0d-fd28-439c-b424-f5db36210e19/steps/da015206-9724-4da1-a604-43f4cdb92fcb",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/58795c0d-fd28-439c-b424-f5db36210e19"
}
}
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
| step_id required | string Example: ebf59e6b-763a-4cc6-8bfd-8e96366df20c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "edaee97a-743f-4882-99b6-610a3abcfa00",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:46Z"
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "elton",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "approved",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:48:11.457689Z",
- "started_at": "2026-06-29T07:49:11.457689Z",
- "finished_at": "2026-06-29T07:54:46.589259Z",
- "updated_at": "2026-06-29T07:54:46.616581Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "7edf1ee6-bbe8-4239-bbe0-055c0e7b4698",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7edf1ee6-bbe8-4239-bbe0-055c0e7b4698/steps/edaee97a-743f-4882-99b6-610a3abcfa00",
- "log_lines": "/api/workflow_steps/edaee97a-743f-4882-99b6-610a3abcfa00/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7edf1ee6-bbe8-4239-bbe0-055c0e7b4698/steps/934273f2-77c1-4557-a320-ca93b81576d9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7edf1ee6-bbe8-4239-bbe0-055c0e7b4698"
}
}
}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: 6cc73d95-8f70-4920-9a43-604caecee6b9 workflow run id |
| step_id required | string Example: e4e44480-d9ba-4e83-a47d-5383d5ada4e5 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "c983f584-3c30-402b-b6d9-fb461e1ef7fb",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "logged_in_user",
- "message": null,
- "date": "2026-06-29T07:54:50Z"
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "hyman.lemke",
- "name": "Approval",
- "step_sequence": 8,
- "status_code": "rejected",
- "skip_requested": false,
- "skip_on_retry": false,
- "created_at": "2026-06-29T07:45:51.179710Z",
- "started_at": "2026-06-29T07:46:51.179710Z",
- "finished_at": "2026-06-29T07:54:50.807069Z",
- "updated_at": "2026-06-29T07:54:50.815136Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "1be78263-f465-4dd4-b246-de029fe37373",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/1be78263-f465-4dd4-b246-de029fe37373/steps/c983f584-3c30-402b-b6d9-fb461e1ef7fb",
- "log_lines": "/api/workflow_steps/c983f584-3c30-402b-b6d9-fb461e1ef7fb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/1be78263-f465-4dd4-b246-de029fe37373/steps/ebfac607-7ff0-432b-aab0-fae0315358f4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/1be78263-f465-4dd4-b246-de029fe37373"
}
}
}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": "13f0ba1a-ea75-4235-b95b-586212eebcf5",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "merrill.stehr",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-06-29T07:53:06.512101Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "f8dcbdd1-fd4a-4c14-ae17-4a8f70cd2d00",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/13f0ba1a-ea75-4235-b95b-586212eebcf5"
}
}
], - "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": "05e6347a-fcc5-4a9a-adf9-8d7465999afe",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "logged_in_user",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-06-29T07:53:06.700991Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/05e6347a-fcc5-4a9a-adf9-8d7465999afe"
}
}
}Shows an event.
| event_id required | string Example: a2e3949a-3e3b-4d7b-984e-e8193ee7f84a event id |
{- "data": {
- "id": "12a4d820-3e50-447d-97b1-38572ce3c8ff",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "cathy_farrell",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-06-29T07:53:07.157730Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "5f70c600-826d-4c50-872c-b26096a204d3",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/12a4d820-3e50-447d-97b1-38572ce3c8ff"
}
}
}{- "data": [
- {
- "id": "7664d03c-3a86-432b-96c3-ac794dc5c01e",
- "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:0x00007fabc2fe7d18>",
- "created_at": "2026-06-29T07:53:01.101912Z",
- "updated_at": "2026-06-29T07:53:01.101912Z"
}, - "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": "e3103cb4-3198-4bf7-9f22-557b45e169ed",
- "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": "4miu1",
- "description": "Consectetur reprehenderit sequi nihil.",
- "created_by": "logged_in_user",
- "created_at": "2026-06-29T07:53:01.289888Z",
- "updated_at": "2026-06-29T07:53:01.289888Z"
}, - "links": {
- "self": "/api/event_filters/4miu1",
- "subscribers": "/api/event_filters/4miu1/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "86273cfe-3509-4c6f-9e2c-d05bc4c72cca",
- "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:0x00007fabc37ba8d8>",
- "created_at": "2026-06-29T07:53:01.787350Z",
- "updated_at": "2026-06-29T07:53:01.787350Z"
}, - "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": "9ecc06ff-d3f2-4c90-a475-cb78e2216301",
- "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:0x00007fabc37d43a0>",
- "created_at": "2026-06-29T07:53:02.133122Z",
- "updated_at": "2026-06-29T07:53:02.149693Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}Lists all event subscribers.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "f11f1697-1290-4597-80d5-e76ff868de64",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "roni",
- "created_at": "2026-06-29T07:53:03.170258Z",
- "updated_at": "2026-06-29T07:53:03.170258Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "6755b5fd-6a99-4fbd-95d4-c830d0cd2ce9",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "7cf4349c-9570-424d-aea9-e32b5ac5a0cf",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/f11f1697-1290-4597-80d5-e76ff868de64"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}List event subscribers for a specific project, environment or asset.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "8be45bde-f025-4d06-a0c7-9db13ceb77b0",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "janice.cummings",
- "created_at": "2026-06-29T07:53:03.401225Z",
- "updated_at": "2026-06-29T07:53:03.401225Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "77286e1e-cc91-48fd-8607-1c24add86910",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "4089c839-d619-4038-b474-06f4430df2dd",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/8be45bde-f025-4d06-a0c7-9db13ceb77b0"
}
}
], - "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": "c6d2cc7a-0412-4151-a578-6d44f7a5c38b",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "#<User:0x00007fabc3179898>",
- "created_at": "2026-06-29T07:53:03.786504Z",
- "updated_at": "2026-06-29T07:53:03.786504Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "857aa47a-dec3-4f9c-85bf-17a2cdcedb04",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/lzf9q"
}
}, - "notification_channel": {
- "data": {
- "id": "9ead17ce-394f-462e-8713-d6906180c414",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/3ik4q"
}
}
}, - "links": {
- "self": "/api/event_subscribers/c6d2cc7a-0412-4151-a578-6d44f7a5c38b"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: 9bda5771-e56e-4291-8143-7131cf009c24 event subscriber id |
{- "data": {
- "id": "72eec34f-4a91-4890-97cd-54384f54ee88",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "damion.wintheiser",
- "created_at": "2026-06-29T07:53:04.646113Z",
- "updated_at": "2026-06-29T07:53:04.646113Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "3e1b8fae-ea5f-45c0-af6f-5718759667b2",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "e6573b34-8b2b-4b8a-ae3f-3c26d9c2f8d4",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/72eec34f-4a91-4890-97cd-54384f54ee88"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: 9bda5771-e56e-4291-8143-7131cf009c24 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": "9e51d195-7286-4890-ba2b-621ef914ce9b",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "noelle_lindgren",
- "created_at": "2026-06-29T07:53:05.280746Z",
- "updated_at": "2026-06-29T07:53:05.329230Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "5db576ff-2f32-4339-af38-90be99a89618",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "aac94933-0e56-4612-82ad-16aea750dc13",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/9e51d195-7286-4890-ba2b-621ef914ce9b"
}
}
}Lists all global notification channels.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "1b51209f-6ced-4bcb-a874-340217469e80",
- "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": "minnie_klocko",
- "created_at": "2026-06-29T07:53:29.591465Z",
- "updated_at": "2026-06-29T07:53:29.591465Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "86f77202-403c-4b52-86c2-5c2b4b449c84",
- "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": "2a234bdc-8b1b-408b-bc0a-4930cabaf2f2",
- "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": "anjanette.oconnell",
- "created_at": "2026-06-29T07:53:29.717644Z",
- "updated_at": "2026-06-29T07:53:29.717644Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "d9e48e84-038b-40db-b7e0-2231d20b337f",
- "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": "aef6be35-b6c6-468d-931e-7e715c72df74",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "edgar",
- "created_at": "2026-06-29T07:53:29.992206Z",
- "updated_at": "2026-06-29T07:53:30.011587Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "d9e41e96-6fc6-4de9-8495-412e872712d0",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}List notification channels for a specific project, environment or asset.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "2eb8f542-13d4-4c4d-bef7-e945ffa31593",
- "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": "kaylene_considine",
- "created_at": "2026-06-29T07:53:30.598307Z",
- "updated_at": "2026-06-29T07:53:30.598307Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "6500cf93-6203-4750-b353-c55af956bc23",
- "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": "fd762de9-b60e-4eec-81b9-d95bde0ccfe6",
- "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": "rhett",
- "created_at": "2026-06-29T07:53:30.722092Z",
- "updated_at": "2026-06-29T07:53:30.722092Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "72f916ba-0f5a-412e-9171-1badc2f0bc02",
- "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": "96b57dc7-d640-4ef3-8f73-7198107a1909",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "leighann.lindgren",
- "created_at": "2026-06-29T07:53:30.968018Z",
- "updated_at": "2026-06-29T07:53:30.990658Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "fc659cea-785a-43e9-8614-439aa5f4391c",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}Lists all notification jobs.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "d8a516b3-e694-4631-932d-7d7203097ae2",
- "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-06-29T07:53:31.668773Z",
- "updated_at": "2026-06-29T07:53:31.668773Z",
- "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": "8ca1adce-3754-4e40-a327-9b2dae32594f",
- "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-06-29T07:53:31.747997Z",
- "updated_at": "2026-06-29T07:53:31.747997Z",
- "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": "578284",
- "type": "job",
- "attributes": {
- "priority": 34,
- "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": "6bb51cf1-c2ca-4a15-8d68-18eb98200fe8",
- "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-06-28T19:26:10.167378Z",
- "finished_at": "2026-06-29T07:53:12.000916Z",
- "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: 17c98828-c426-4c0a-802a-62450bb3ec11 settings id |
{- "data": {
- "id": "bd0c9cdd-d4bc-4f44-82bf-a41911f20840",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-29T07:53:39.814730Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/bd0c9cdd-d4bc-4f44-82bf-a41911f20840",
- "current_version": "/api/settings/bd0c9cdd-d4bc-4f44-82bf-a41911f20840/versions/1",
- "versions": "/api/settings/bd0c9cdd-d4bc-4f44-82bf-a41911f20840/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: 17c98828-c426-4c0a-802a-62450bb3ec11 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1
}
}
}{- "data": {
- "id": "bd712d8e-72ee-405b-8e8b-c5c6f9e2be80",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-29T07:53:40.035221Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/bd712d8e-72ee-405b-8e8b-c5c6f9e2be80",
- "current_version": "/api/settings/bd712d8e-72ee-405b-8e8b-c5c6f9e2be80/versions/1",
- "versions": "/api/settings/bd712d8e-72ee-405b-8e8b-c5c6f9e2be80/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: 17c98828-c426-4c0a-802a-62450bb3ec11 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}
}
}
}{- "data": {
- "id": "c0ae7c83-8bbd-4897-93db-e3d0d6575a7d",
- "type": "settings",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-29T07:53:40.526445Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/c0ae7c83-8bbd-4897-93db-e3d0d6575a7d",
- "current_version": "/api/settings/c0ae7c83-8bbd-4897-93db-e3d0d6575a7d/versions/1",
- "versions": "/api/settings/c0ae7c83-8bbd-4897-93db-e3d0d6575a7d/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: 17c98828-c426-4c0a-802a-62450bb3ec11 settings id |
{- "data": [
- {
- "id": "5b655ff7-ecb8-4673-aec5-22855735f469",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-29T07:53:40.894917Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "b992b9b5-daa1-4b1e-bb29-364581a7e9fd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b992b9b5-daa1-4b1e-bb29-364581a7e9fd"
}
}
}, - "links": {
- "versions": "/api/settings/b992b9b5-daa1-4b1e-bb29-364581a7e9fd/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/b992b9b5-daa1-4b1e-bb29-364581a7e9fd/versions/1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows the settings values for this settings version.
| settings_id required | string Example: 17c98828-c426-4c0a-802a-62450bb3ec11 settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "5a1b0fb6-b0f6-4cde-99ce-cd02a6d77d59",
- "type": "settings_version",
- "attributes": {
- "data": {
- "repo_folder": ".opschain",
- "requires_approval_from": [
- {
- "change_filter": {
- "actions": "all"
}, - "user_names": [
- "opschain"
]
}
]
}, - "version": 1,
- "created_at": "2026-06-29T07:53:41.084074Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "65ab3b14-20d7-4c07-a123-f9c5172cc7fb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/65ab3b14-20d7-4c07-a123-f9c5172cc7fb"
}
}
}, - "links": {
- "versions": "/api/settings/65ab3b14-20d7-4c07-a123-f9c5172cc7fb/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/65ab3b14-20d7-4c07-a123-f9c5172cc7fb/versions/1"
}
}
}List all authorisation tokens.
| filter[<query/sort filter>]= | string Example: filter[<query/sort filter>]==> filter[description_cont]=automation |
{- "data": [
- {
- "id": "3a960840-48e7-43f5-acf6-81a0923e38d4",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-29T11:52:32.000000Z",
- "created_at": "2026-06-29T07:52:32.946739Z",
- "updated_at": "2026-06-29T07:52:32.946739Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "55c53e15-5e50-4337-9da2-c55c7d01ca23",
- "type": "user"
}, - "links": {
- "owner": "/api/users/55c53e15-5e50-4337-9da2-c55c7d01ca23"
}
}
}, - "links": {
- "self": "/api/tokens/3a960840-48e7-43f5-acf6-81a0923e38d4"
}
}, - {
- "id": "4ce28659-fe45-4942-8f45-a305ab4e1b2a",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-12-29T23:59:59.999999Z",
- "created_at": "2026-06-29T07:52:32.941569Z",
- "updated_at": "2026-06-29T07:52:32.941569Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "55c53e15-5e50-4337-9da2-c55c7d01ca23",
- "type": "user"
}, - "links": {
- "owner": "/api/users/55c53e15-5e50-4337-9da2-c55c7d01ca23"
}
}
}, - "links": {
- "self": "/api/tokens/4ce28659-fe45-4942-8f45-a305ab4e1b2a"
}
}
], - "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": "c58efec1-6a1e-4e02-b660-a4fae70d667b",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-29T11:52:33.000000Z",
- "created_at": "2026-06-29T07:52:33.145784Z",
- "updated_at": "2026-06-29T07:52:33.145784Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "967e624d-52b8-4162-99f7-dba83b262fe1",
- "type": "user"
}, - "links": {
- "owner": "/api/users/967e624d-52b8-4162-99f7-dba83b262fe1"
}
}
}, - "links": {
- "self": "/api/tokens/c58efec1-6a1e-4e02-b660-a4fae70d667b"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjNThlZmVjMS02YTFlLTRlMDItYjY2MC1hNGZhZTcwZDY2N2IiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4MjczMzk1MywiaWF0IjoxNzgyNzE5NTUzfQ.JWHZ4KnXsBe68x2ROd9c1Ms8dwn3Umb_8PJW2d0dFKM"
}
}
}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-12-29T07:52:14.203104Z"
}
}
}{- "data": {
- "id": "a3be86be-c23b-40fd-833d-8745c10ecba5",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "Eius doloribus hic molestiae.",
- "expires_at": "2026-07-13T23:59:59.999999Z",
- "created_at": "2026-06-29T07:52:33.368911Z",
- "updated_at": "2026-06-29T07:52:33.368911Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "473f0c04-406c-463e-8153-fe0b9d8d3f9a",
- "type": "user"
}, - "links": {
- "owner": "/api/users/473f0c04-406c-463e-8153-fe0b9d8d3f9a"
}
}
}, - "links": {
- "self": "/api/tokens/a3be86be-c23b-40fd-833d-8745c10ecba5"
}, - "meta": {
- "bearer_token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhM2JlODZiZS1jMjNiLTQwZmQtODMzZC04NzQ1YzEwZWNiYTUiLCJpc3MiOiJPcHNDaGFpbiIsImF1ZCI6Im9wc2NoYWluX2FwaSIsImV4cCI6MTc4Mzk4NzE5OSwiaWF0IjoxNzgyNzE5NTUzfQ.N_6rMz45FYVBCdk55IYHP-mp104QxQMX8xwJX1dExgo"
}
}
}Show an authorisation token.
| token_id required | string Example: 829ffed6-6666-4e93-be31-ee52fbb27a66 authorisation token id |
{- "data": {
- "id": "aaf1fec6-93b1-42d0-8f66-18848ebb9755",
- "type": "authentication_token",
- "attributes": {
- "type": "ApiKeyToken",
- "description": "CI token for API access",
- "expires_at": "2026-12-29T23:59:59.999999Z",
- "created_at": "2026-06-29T07:52:33.536070Z",
- "updated_at": "2026-06-29T07:52:33.536070Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "26fc1557-35e2-49b1-bbd1-ac933b8aaef2",
- "type": "user"
}, - "links": {
- "owner": "/api/users/26fc1557-35e2-49b1-bbd1-ac933b8aaef2"
}
}
}, - "links": {
- "self": "/api/tokens/aaf1fec6-93b1-42d0-8f66-18848ebb9755"
}
}
}{- "data": {
- "id": "f26473a8-7811-41d7-a477-ef8ba6ee8886",
- "type": "authentication_token",
- "attributes": {
- "type": "AccessToken",
- "expires_at": "2026-06-29T11:52:33.000000Z",
- "created_at": "2026-06-29T07:52:33.892365Z",
- "updated_at": "2026-06-29T07:52:33.892365Z"
}, - "relationships": {
- "owner": {
- "data": {
- "id": "6ca9167d-d6ef-4828-a7f9-8788a2d82603",
- "type": "user"
}, - "links": {
- "owner": "/api/users/6ca9167d-d6ef-4828-a7f9-8788a2d82603"
}
}
}, - "links": {
- "self": "/api/tokens/f26473a8-7811-41d7-a477-ef8ba6ee8886"
}
}
}{- "data": [
- {
- "id": "f55edf78-2680-4f0f-ba3c-e86d94890bee",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "9FEFIGVSF",
- "teams": "TBONJVI4K"
}, - "created_at": "2026-06-29T07:53:55.079922Z",
- "updated_at": "2026-06-29T07:53:55.079922Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/f55edf78-2680-4f0f-ba3c-e86d94890bee"
}
}
]
}Show a user.
| user_id required | string Example: cb2a16a7-1c50-42f4-acb2-c83e5a1a3254 user id |
{- "data": {
- "id": "896a2273-82fa-42a3-a128-285bcc50ea50",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "IIO7FRAM5",
- "teams": "F27PR0TTD"
}, - "created_at": "2026-06-29T07:53:55.149720Z",
- "updated_at": "2026-06-29T07:53:55.149720Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/896a2273-82fa-42a3-a128-285bcc50ea50"
}
}
}Update a user's notification preferences.
| user_id required | string Example: cb2a16a7-1c50-42f4-acb2-c83e5a1a3254 user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "6f29dcdb-9c75-4a0f-b1d5-9b87a9b3dff4",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-06-29T07:53:55.291883Z",
- "updated_at": "2026-06-29T07:53:55.358393Z"
}, - "meta": { },
- "links": {
- "self": "/api/users/6f29dcdb-9c75-4a0f-b1d5-9b87a9b3dff4"
}
}
}{- "data": {
- "id": "ad45c1ef-df68-414b-8b5a-cb45db11a878",
- "type": "user",
- "attributes": {
- "username": "logged_in_user",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "logged_in_user@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "QPNAGY9R9",
- "teams": "X4S0AIC6D"
}, - "created_at": "2026-06-29T07:53:55.505573Z",
- "updated_at": "2026-06-29T07:53:55.505573Z"
}, - "meta": {
- "superuser": true
}, - "links": {
- "self": "/api/users/ad45c1ef-df68-414b-8b5a-cb45db11a878"
}
}
}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": "6cae9c5a-de6e-4e5f-b136-bf13622fb59d",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "6cae9c5a-de6e-4e5f-b136-bf13622fb59d",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "6cae9c5a-de6e-4e5f-b136-bf13622fb59d",
- "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": "f4b6d235-1ca9-43f4-8cfd-d0dc50c21ca4",
- "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": "ae256e68-cffd-45fb-a826-b9694a59c9fe",
- "type": "workflow_run_notifications",
- "attributes": { }
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "ae7ff3b8-8136-4195-8e76-70639c126d56",
- "source": "settings",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-06-29T07:52:21.755923Z",
- "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": {
- "cluster_name": "opschain-db",
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "superuser": true,
- "secrets": {
- "global_decrypt": true,
- "global_encrypt": true
}
}
}
}
}Lists certificates in the trust store.
| filter[<query/sort filter>]= |
{- "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-06-29T07:53:54.466082Z",
- "updated_at": "2026-06-29T07:53:54.466082Z"
}, - "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-06-29T07:53:54.565031Z",
- "updated_at": "2026-06-29T07:53:54.565031Z"
}, - "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-06-29T07:53:54.647068Z",
- "updated_at": "2026-06-29T07:53:54.647068Z"
}, - "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-06-29T07:53:55.059676Z",
- "updated_at": "2026-06-29T07:53:55.059676Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
| fields[<resource_type>] |
{- "data": {
- "id": "9dbe39a9-4496-415f-babc-b392c0d2c7b6",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "f5f91e33-fdfb-43b2-bf7a-c923e6839a7c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f5f91e33-fdfb-43b2-bf7a-c923e6839a7c"
}
}, - "properties": {
- "data": {
- "id": "0805af51-20e5-4c4d-b60a-ca89142582bb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0805af51-20e5-4c4d-b60a-ca89142582bb"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/f5f91e33-fdfb-43b2-bf7a-c923e6839a7c",
- "properties": "/api/properties/0805af51-20e5-4c4d-b60a-ca89142582bb"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "f5f91e33-fdfb-43b2-bf7a-c923e6839a7c",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "auth_strategy": "ldap",
- "enable_basic_auth": true,
- "token": {
- "secret_key": "{AES2}cIyA5jKocWkK1g4We3FDBA=={/IV}UPXk8dYdPoMa55DxkaAhfW9TDIiivPMlIa3cZsH8zgFiBgzVhzuLfJLTWuYnWchtDoqhpQAfjGwS2OfeYnH7MvIWCm6xV+EDqcitE9MuiydYtA+jdJIunh3tTC/ptD2k4hkDJ91H9A7Xvx9cyd+4mGAHVd6iRFDaB4HJubVmUU8hSTDVhz3CORGRJChDS/hSE",
- "access_expiry": 240,
- "refresh_expiry": 10080,
- "change_api_key_expiry_days": 0,
- "agent_api_key_expiry_days": 0,
- "enable_cookies": true
}, - "product_name": "OpsChain",
- "build_service": {
- "max_image_build_retries": 3,
- "max_concurrent_image_builds": 8,
- "image_build_throttle_delay": 2
}, - "git_remote": {
- "fetch_stale_threshold": 3
}, - "docker": {
- "password": "{AES2}EOeUUaSf7NZdbfPRPzvdkw=={/IV}Us1BojZc6P1ulj+5NjwaDeg==",
- "user": "{AES2}AyFcp059Yjl6AriNSd47eg=={/IV}UdxM/zRx3hkYJm4lz7P1r5g=="
}, - "image_registry": {
- "password": "{AES2}3eq9f2PO1XqA4us9jOU3NA=={/IV}Ud/THaBSQY7/ckFG4N8O2Bg==",
- "user": "{AES2}gpfVgazzrk5XLCNdt1l8iA=={/IV}US1dh1ftcliy79E04ZmGfGw=="
}, - "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": "{}",
- "reuse_actions_rb": true,
- "use_fork_for_mintpress_ctl_rb": true
}, - "parallel_change_worker_steps": 10,
- "ldap": {
- "cache_ttl": 60,
- "refresh_interval": 14400,
- "search_timeout": 30,
- "refresh_search_timeout": 300,
- "hc_user": "{AES2}KyuXCSki1PwOhjUtMQ1Jlg=={/IV}Uq5Grso9t8zdfJ/JKoJZAew==",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}BwAW6SUKFNu4i6JcSkaPLQ=={/IV}UGkpbC15mfRzlZjKxUf+eEg==",
- "mail_attribute": "mail",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "logging_enabled": true,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "known_hosts": [ ],
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "requires_approval_from": [ ],
- "vault": { },
- "version": "local"
}, - "version": 1,
- "created_at": "2026-06-29T07:53:49.449952Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/f5f91e33-fdfb-43b2-bf7a-c923e6839a7c",
- "current_version": "/api/settings/f5f91e33-fdfb-43b2-bf7a-c923e6839a7c/versions/1",
- "versions": "/api/settings/f5f91e33-fdfb-43b2-bf7a-c923e6839a7c/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "18.3",
- "uptime": 1405,
- "database_size": "13 MB",
- "connections": {
- "active": 1,
- "idle": 2,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "workflow_steps",
- "size": "176 kB"
}, - {
- "name": "nodes",
- "size": "168 kB"
}, - {
- "name": "changes",
- "size": "160 kB"
}, - {
- "name": "steps",
- "size": "136 kB"
}, - {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "templates",
- "size": "96 kB"
}, - {
- "name": "node_background_tasks",
- "size": "88 kB"
}, - {
- "name": "mintmodel_history",
- "size": "88 kB"
}, - {
- "name": "schema_migrations",
- "size": "88 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "template_version_history",
- "size": "80 kB"
}, - {
- "name": "workflows",
- "size": "80 kB"
}, - {
- "name": "step_properties_versions",
- "size": "72 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "workflow_runs",
- "size": "64 kB"
}, - {
- "name": "events",
- "size": "64 kB"
}, - {
- "name": "template_versions",
- "size": "64 kB"
}, - {
- "name": "workflow_versions",
- "size": "64 kB"
}, - {
- "name": "commits",
- "size": "64 kB"
}, - {
- "name": "bookmarks",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "git_remotes",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "mintmodels",
- "size": "48 kB"
}, - {
- "name": "properties",
- "size": "48 kB"
}, - {
- "name": "settings",
- "size": "48 kB"
}, - {
- "name": "settings_versions",
- "size": "48 kB"
}, - {
- "name": "properties_versions",
- "size": "48 kB"
}, - {
- "name": "notification_channels",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "agent_statuses",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "ldap_directory_entries",
- "size": "24 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "24 kB"
}, - {
- "name": "rule_change_matches",
- "size": "24 kB"
}, - {
- "name": "user_preferences",
- "size": "24 kB"
}, - {
- "name": "background_schema_migrations",
- "size": "24 kB"
}, - {
- "name": "background_data_migrations",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "rule_workflow_matches",
- "size": "16 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "authentication_tokens",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "rule_node_matches",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}, - {
- "name": "node_background_task_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "log_lines_incoming",
- "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-06-29T18:52:30.246+10:00",
- "last_run_at": "2026-06-29T16:52:30.246+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-06-29T18:52:30.246+10:00",
- "last_run_at": "2026-06-29T15:52:30.246+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": "eed4bf81-d41c-4286-97ed-bb113c2936f0",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "protocol",
- "enabled": true,
- "created_by": "lucy.okon",
- "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-06-22T07:52:57.613Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-29T07:52:57.618504Z",
- "updated_at": "2026-06-29T07:52:57.618504Z",
- "next_run_at": "2026-07-06T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/eed4bf81-d41c-4286-97ed-bb113c2936f0"
}
}
], - "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": true,
- "purge_events": false,
- "purge_jobs": true,
- "cron_schedule": "0 0 * * *",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "a2a19a5d-ae24-4f3f-bd11-45149bb25931",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "hard drive",
- "enabled": true,
- "created_by": "logged_in_user",
- "cron_schedule": "39 16 25 9 1",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-06-29T07:52:58.914156Z",
- "updated_at": "2026-06-29T07:52:58.914156Z",
- "next_run_at": "2026-09-07T06:39:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/a2a19a5d-ae24-4f3f-bd11-45149bb25931"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 741058b8-5a7b-4199-bcb1-517b27bf04fa data cleanup definition id |
{- "data": {
- "id": "767cb23a-2672-4441-868e-77b6a14a1ed2",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "card",
- "enabled": true,
- "created_by": "brent",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": false,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-06-22T07:52:59.303Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-29T07:52:59.307251Z",
- "updated_at": "2026-06-29T07:52:59.307251Z",
- "next_run_at": "2026-07-06T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/767cb23a-2672-4441-868e-77b6a14a1ed2"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 741058b8-5a7b-4199-bcb1-517b27bf04fa 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": "7 15 28 11 1",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": true
}
}
}{- "data": {
- "id": "2c013f25-9e9d-4095-86d9-8493c5c1b176",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "nyla",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": true,
- "purge_agent_images": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-06-22T07:52:59.655Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-06-29T07:52:59.676800Z",
- "updated_at": "2026-06-29T07:52:59.757097Z",
- "next_run_at": "2026-07-06T14:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/2c013f25-9e9d-4095-86d9-8493c5c1b176"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Extracts the converged properties, converged settings, and relevant asset MintModel for the two nodes supplied. Also includes environments and assets summaries, and most recent change for each node.
required | object |
{- "data": {
- "attributes": {
- "node_path_a": "/projects/opc/environments/dev/assets/env_soa",
- "node_path_b": "/projects/opc/assets/prj_soa"
}
}
}{- "data": {
- "id": "env_soa:prj_soa",
- "type": "node_comparison",
- "attributes": {
- "nodes": {
- "node_a": {
- "name": "Environment asset (env_soa)",
- "path": "/projects/opc/environments/dev/assets/env_soa",
- "created_at": "2026-06-29T07:52:56.761019Z",
- "updated_at": "2026-06-29T07:52:56.761019Z",
- "properties": {
- "updated_at": "2026-06-29T07:52:56.764766Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-06-29T07:52:56.771589Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "Development (dev)"
}, - "node_b": {
- "name": "Project asset (prj_soa)",
- "path": "/projects/opc/assets/prj_soa",
- "created_at": "2026-06-29T07:52:56.831559Z",
- "updated_at": "2026-06-29T07:52:56.831559Z",
- "properties": {
- "updated_at": "2026-06-29T07:52:56.836873Z",
- "version": 1
}, - "settings": {
- "updated_at": "2026-06-29T07:52:56.844939Z",
- "version": 1
}, - "mintmodel": {
- "filename": "soa.json.erb",
- "valid?": true
}, - "latest_change": null,
- "parent": "OpsChain (opc)"
}
}, - "properties": {
- "node_a": {
- "data": {
- "example_property": "value_a"
}, - "sources": {
- "example_property": "Development (dev)"
}
}, - "node_b": {
- "data": {
- "example_property": "value_b",
- "another_property": "extra"
}, - "sources": {
- "example_property": "OpsChain (opc)",
- "another_property": "OpsChain (opc)"
}
}
}, - "settings": {
- "node_a": {
- "data": {
- "example_setting": "value_a"
}, - "sources": null
}, - "node_b": {
- "data": {
- "example_setting": "value_b"
}, - "sources": null
}
}, - "mintmodel": {
- "node_a": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "node_b": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "diff": { }
}, - "environments": {
- "node_a": null,
- "node_b": null
}, - "assets": {
- "node_a": null,
- "node_b": null
}, - "agents": {
- "node_a": null,
- "node_b": null
}
}
}
}