Download OpenAPI specification:Download
OpsChain is an orchestration and change automation platform based in GitOps principles with a core objective to Unify Change. Connect, automate, and orchestrate people, processes, and tools across your on-premise and cloud platforms.
Endpoints to interact with projects.
Notes:
show and list response payloads include links to the project's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all projects (including archived projects).
Each project in the response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| filter[<query/sort filter>]= | |
| download | string Example: download=projects.csv Download the projects in CSV format with the specified file name. The projects will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "22f58190-fa4d-4e5c-9ae5-ff4ec99a3a89",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "veronica_hahn",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "603ef408-213e-4b17-9ab2-071ed86f7efa",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/603ef408-213e-4b17-9ab2-071ed86f7efa"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a3d9da0c-85d4-4750-b98d-73f77f1ddf2b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a3d9da0c-85d4-4750-b98d-73f77f1ddf2b"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "e00d697f-69d2-4efc-8337-dadc06f8a8f6",
- "type": "project",
- "attributes": {
- "code": "tlo8c",
- "name": "consequatur564",
- "description": "Ullam et amet aliquam.",
- "archived": false,
- "created_by": "modesta.strosin",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "68082655-f4bd-4a23-b817-8ed52c463d29",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/68082655-f4bd-4a23-b817-8ed52c463d29"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "88b6f247-11f8-4e21-9bf2-62afbf493e66",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/88b6f247-11f8-4e21-9bf2-62afbf493e66"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/tlo8c",
- "bookmarks": "/api/projects/tlo8c/bookmarks",
- "git_remotes": "/api/projects/tlo8c/git_remotes",
- "environments": "/api/projects/tlo8c/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows a project, including any direct children.
The response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
{- "data": {
- "id": "7cb47228-7c82-4f4d-8c0c-e618714605fb",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "livia",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1e69e490-654a-4d00-833d-06d5cab3700f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1e69e490-654a-4d00-833d-06d5cab3700f"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "fb25dcea-332d-43eb-9824-c8241159c802",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fb25dcea-332d-43eb-9824-c8241159c802"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}Updates a project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}{- "data": {
- "id": "96e2fab8-3333-46f2-84c7-1e7ef2d23172",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "dolore573",
- "description": "Dolorem est omnis qui.",
- "archived": true,
- "created_by": "iola",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c0b73d14-497b-432d-9fbd-fc615cc8eba4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c0b73d14-497b-432d-9fbd-fc615cc8eba4"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "90548c16-4292-4f4e-abc0-465a0ef8a9be",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/90548c16-4292-4f4e-abc0-465a0ef8a9be"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "git_remotes": "/api/projects/opc/git_remotes",
- "environments": "/api/projects/opc/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=environments.csv Download the project environments in CSV format with the specified file name. The environments will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "1014a6ac-4baf-438f-a564-72db88d4946b",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "mac"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8c6a4370-064f-4838-842b-80a39e47779e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8c6a4370-064f-4838-842b-80a39e47779e"
}
}, - "parents": {
- "data": [
- {
- "id": "6f4b387e-4a5d-4b39-8466-5847c977ea12",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2dccde79-7c6d-4278-9b59-607ec88b7972",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2dccde79-7c6d-4278-9b59-607ec88b7972"
}
}, - "project": {
- "data": {
- "id": "6f4b387e-4a5d-4b39-8466-5847c977ea12",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an environment.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment"
}
}
}{- "data": {
- "id": "9cdadca0-11e7-45e0-8bd7-e0c3c9ee773f",
- "type": "environment",
- "attributes": {
- "code": "bjhja",
- "name": "corporis500",
- "description": "Et excepturi eveniet voluptatum.",
- "archived": false,
- "created_by": "clarine"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d766c22f-79c7-4b4b-a06c-ec3dc304cc77",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d766c22f-79c7-4b4b-a06c-ec3dc304cc77"
}
}, - "parents": {
- "data": [
- {
- "id": "df949371-97c3-41a4-9186-ec88c9369f86",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c3180b23-c6b4-451a-bd48-75346cdd98f7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c3180b23-c6b4-451a-bd48-75346cdd98f7"
}
}, - "project": {
- "data": {
- "id": "df949371-97c3-41a4-9186-ec88c9369f86",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/bjhja",
- "bookmarks": "/api/projects/opc/environments/bjhja/bookmarks",
- "changes": "/api/projects/opc/environments/bjhja/changes",
- "scheduled_activities": "/api/projects/opc/environments/bjhja/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/bjhja/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an environment.
The response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "4d266700-0fce-4b3f-86e2-dbfe7f137774",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "dwight"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c9a06213-9c87-4acc-8c2c-f389bd6dc408",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c9a06213-9c87-4acc-8c2c-f389bd6dc408"
}
}, - "parents": {
- "data": [
- {
- "id": "ca42d0cf-0c65-44e3-8d71-0eb3ec6cf8cf",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "4819fbe8-518e-467b-b91d-cf2445e0e965",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4819fbe8-518e-467b-b91d-cf2445e0e965"
}
}, - "project": {
- "data": {
- "id": "ca42d0cf-0c65-44e3-8d71-0eb3ec6cf8cf",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "ca42d0cf-0c65-44e3-8d71-0eb3ec6cf8cf",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "skye.cronin",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c0fb8a62-ef80-4d46-a562-9d729e50087d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c0fb8a62-ef80-4d46-a562-9d729e50087d"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "534f8044-60a2-4887-962c-3a611beeb6e3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/534f8044-60a2-4887-962c-3a611beeb6e3"
}
}, - "children": {
- "data": [
- {
- "id": "4d266700-0fce-4b3f-86e2-dbfe7f137774",
- "type": "environment"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}{- "data": {
- "id": "f4fcdd38-5bd8-4d47-9c9c-9b86b04180ea",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "doloribus510",
- "description": "Odio sed voluptates aut.",
- "archived": true,
- "created_by": "chung_gleason"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "34574805-c7dd-4728-a5b3-b7d4ab390dbb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/34574805-c7dd-4728-a5b3-b7d4ab390dbb"
}
}, - "parents": {
- "data": [
- {
- "id": "feae3abc-b36d-4e88-9895-12c453a7e250",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "3655f3cc-911d-4fb2-9db4-63849c7f44d2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3655f3cc-911d-4fb2-9db4-63849c7f44d2"
}
}, - "project": {
- "data": {
- "id": "feae3abc-b36d-4e88-9895-12c453a7e250",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Endpoints to interact with agents.
Notes:
show and list response payloads include links to the agent's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Builds the container image for an agent. Note, this does not restart the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "b3d3ccf6-c401-4adc-b3e7-62390cb4a8f0",
- "type": "node_background_task",
- "attributes": {
- "request_number": 2,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "alisha.cormier",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-13T09:33:02.245509Z",
- "updated_at": "2026-03-13T09:33:02.245509Z",
- "image_sha": null,
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "e67a3a96-a99b-4949-b4b5-e3d469270b5b",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "296dd11c-7718-400f-9e95-e9de11fbe5c7",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/dfeba359-b94b-4ad7-b374-3f023cdf980b/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/b3d3ccf6-c401-4adc-b3e7-62390cb4a8f0",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=b3d3ccf6-c401-4adc-b3e7-62390cb4a8f0"
}
}
}Shows the status for an agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "175e322c-2cf3-4f59-a0bf-47e380607f85",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "0b53bdad-ae7f-45ef-9da9-5a5d589b2b53",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "0b53bdad-ae7f-45ef-9da9-5a5d589b2b53",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "0b53bdad-ae7f-45ef-9da9-5a5d589b2b53",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "melissia",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-13T09:33:02.430524Z",
- "updated_at": "2026-03-13T09:33:02.439734Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "9e888460-e3d4-4242-b049-2ecbd6e04389",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "7ecb0fbf-902a-443c-9df4-d301eaa0910a",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/0bbcf2a2-acaa-4338-bb61-4020cd774d5c/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/0b53bdad-ae7f-45ef-9da9-5a5d589b2b53",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=0b53bdad-ae7f-45ef-9da9-5a5d589b2b53"
}
}
]
}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": "34667a8a-574f-4697-8bfb-ff91bcb56c17",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": null
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "1a7a64d1-e2d4-42e2-a2a3-723817b3c15a",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}, - "included": [
- {
- "id": "1a7a64d1-e2d4-42e2-a2a3-723817b3c15a",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "helaine_quigley",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-13T09:33:02.742995Z",
- "updated_at": "2026-03-13T09:33:02.752481Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": false
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "644acd37-c184-4122-b825-a5e489d9e456",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "a7405564-833b-4c1e-aacd-31d4458e4eed",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/e5f2beb0-26cc-4d0e-b981-01d10786a422/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/1a7a64d1-e2d4-42e2-a2a3-723817b3c15a",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=1a7a64d1-e2d4-42e2-a2a3-723817b3c15a"
}
}
]
}Shows log lines for the agent.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": [
- {
- "id": "54f3a5b4-6dcb-4738-b6fe-32184834bf84",
- "type": "agent_log_line",
- "attributes": {
- "message": "Agents running on OpsChain :-)",
- "category": "action",
- "agent_path": "/projects/opc/agents/agent1",
- "logged_at": "2026-03-12T00: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": "25ab6ed0-53f0-4d1a-af7d-6abcdce67bc4",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "delores",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d6196d09-36e0-4f76-9e2a-8af0b1c4f8f5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d6196d09-36e0-4f76-9e2a-8af0b1c4f8f5"
}
}, - "parents": {
- "data": [
- {
- "id": "0ed459a2-527e-42cf-98be-4ce4b77dedc8",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c1fe72e9-0bc8-4b17-8f0b-683b4a1a2ac3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c1fe72e9-0bc8-4b17-8f0b-683b4a1a2ac3"
}
}, - "project": {
- "data": {
- "id": "0ed459a2-527e-42cf-98be-4ce4b77dedc8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "34e8d7a9-1ac2-4268-97ad-7af046ce6812",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/c6ef5aa2-6ad1-4c0d-a53e-1c09143b0a1d/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "c6ef5aa2-6ad1-4c0d-a53e-1c09143b0a1d",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/c6ef5aa2-6ad1-4c0d-a53e-1c09143b0a1d"
}
}, - "current_node_background_task": {
- "data": {
- "id": "21f1e7a2-1ceb-407e-812d-852977fa4b85",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/21f1e7a2-1ceb-407e-812d-852977fa4b85"
}
}, - "agent_status": {
- "data": {
- "id": "0100be76-65ea-4f1e-90af-a2329db6c3d4",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an agent.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "template_code": "agn",
- "template_version": "2026_Q1_2"
}
}
}{- "data": {
- "id": "065b38cd-d065-4cec-8cb1-ea0261a9b4db",
- "type": "agent",
- "attributes": {
- "code": "e5eag",
- "name": "cupiditate428",
- "description": "Optio commodi qui nulla.",
- "archived": false,
- "created_by": "charmaine_beatty",
- "actions": [ ],
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "be7c1a35-9791-4a6c-99ca-900769a37555",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/be7c1a35-9791-4a6c-99ca-900769a37555"
}
}, - "parents": {
- "data": [
- {
- "id": "18c5e1f6-a4d5-48de-be57-5d029d83da58",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b4a3d519-bb1d-4340-bf87-651683cf201a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b4a3d519-bb1d-4340-bf87-651683cf201a"
}
}, - "project": {
- "data": {
- "id": "18c5e1f6-a4d5-48de-be57-5d029d83da58",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "e9074d81-3142-4848-b3ab-0eaca0ff9122",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/dd5345a6-d527-45be-a21d-30b1fad08df1/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "dd5345a6-d527-45be-a21d-30b1fad08df1",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/dd5345a6-d527-45be-a21d-30b1fad08df1"
}
}, - "current_node_background_task": {
- "data": {
- "id": "3b772f1d-96b0-4cbd-b709-451fb62f0903",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/e5eag/node_background_tasks/3b772f1d-96b0-4cbd-b709-451fb62f0903"
}
}, - "agent_status": {
- "data": {
- "id": "50adf000-e317-4b4d-b7aa-c1833399ebfd",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/e5eag/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/e5eag",
- "bookmarks": "/api/projects/opc/agents/e5eag/bookmarks",
- "converged_properties": "/api/projects/opc/agents/e5eag/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/e5eag/node_background_tasks",
- "version_history": "/api/projects/opc/agents/e5eag/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an agent belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this agent. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this agent. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this agent. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this agent. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this agent's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this agent's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
{- "data": {
- "id": "45714073-4896-473f-bedf-eab1596311bc",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "Agent",
- "description": "Asset description",
- "archived": false,
- "created_by": "wendy_kovacek",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2026f5a1-540f-4f20-9bdb-544c297d2fab",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2026f5a1-540f-4f20-9bdb-544c297d2fab"
}
}, - "parents": {
- "data": [
- {
- "id": "aa860c63-c534-48ef-8fbd-b992876f8281",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7d20b775-812a-4547-afc9-e9120cb01718",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7d20b775-812a-4547-afc9-e9120cb01718"
}
}, - "project": {
- "data": {
- "id": "aa860c63-c534-48ef-8fbd-b992876f8281",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "dac8e367-59a4-46d0-99ec-c91d3c27155b",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "1591c574-9017-4882-b738-24db8e22f187",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187"
}
}, - "current_node_background_task": {
- "data": {
- "id": "5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2"
}
}, - "agent_status": {
- "data": {
- "id": "fee59c4c-7336-4d01-a881-ad5b71ad35d7",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "aa860c63-c534-48ef-8fbd-b992876f8281",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "bee",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6a13d5a3-f2b9-4fb8-97d1-ef9ae87fd460",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6a13d5a3-f2b9-4fb8-97d1-ef9ae87fd460"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "63693492-91ec-4fd7-a786-87d54c5b94d3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/63693492-91ec-4fd7-a786-87d54c5b94d3"
}
}, - "children": {
- "data": [
- {
- "id": "45714073-4896-473f-bedf-eab1596311bc",
- "type": "agent"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "1591c574-9017-4882-b738-24db8e22f187",
- "type": "template",
- "attributes": {
- "code": "agn",
- "name": "Agent example",
- "description": null,
- "archived": false,
- "disabled": false,
- "template_type": "agent",
- "created_at": "2026-03-13T09:33:32.443035Z",
- "updated_at": "2026-03-13T09:33:32.443035Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "6115d3a7-5f0e-43cc-a0f3-18eb7bccd605",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "dac8e367-59a4-46d0-99ec-c91d3c27155b",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "45714073-4896-473f-bedf-eab1596311bc",
- "type": "agent"
}, - {
- "id": "45714073-4896-473f-bedf-eab1596311bc",
- "type": "agent"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187",
- "template_versions": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "dac8e367-59a4-46d0-99ec-c91d3c27155b",
- "type": "template_version",
- "attributes": {
- "version": "2026_Q1_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "osvaldo",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:32.455635Z",
- "updated_at": "2026-03-13T09:33:32.455635Z",
- "git_rev": "1080p",
- "commit_sha": "5499cd0255c97c432869289f8bfb47d9cd8d5b04",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5b036270-77fb-4072-88a8-5ef98be5df64",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5b036270-77fb-4072-88a8-5ef98be5df64"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187/versions/2026_Q1_2",
- "template": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187"
}
}, - {
- "id": "5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "april_miller",
- "task_type": "BuildAgentImageTask",
- "created_at": "2026-03-13T09:33:32.494387Z",
- "updated_at": "2026-03-13T09:33:32.504075Z",
- "image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082",
- "image_purged": false,
- "image_in_use": true
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "0aa95c19-7738-4182-a646-13f8bd4a4b28",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "45714073-4896-473f-bedf-eab1596311bc",
- "type": "agent"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/1591c574-9017-4882-b738-24db8e22f187/versions/2026_Q1_2",
- "self": "/api/projects/opc/agents/agent1/node_background_tasks/5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2",
- "agent": "/api/projects/opc/agents/agent1",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2"
}
}, - {
- "id": "fee59c4c-7336-4d01-a881-ad5b71ad35d7",
- "type": "agent_status",
- "attributes": {
- "desired_status": "running",
- "status": "initializing",
- "image_build_status": "ready",
- "active_image_sha": null,
- "newest_image_sha": "sha256:7655e0d4a9fe96130dc9e62dd8d85536e3ba743398d5e5ba5801a9fb0bbd2082"
}, - "relationships": {
- "referenced_build_agent_image_task": {
- "data": {
- "id": "5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2",
- "type": "node_background_task"
}
}, - "available_build_agent_image_tasks": {
- "data": [
- {
- "id": "5762d0ae-66fb-4f2e-bb82-7ab6a74b46f2",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/status",
- "log_lines": "/api/projects/opc/agents/agent1/status/log_lines"
}
}
]
}Updates an agent belonging to a project.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated agent",
- "archived": false,
- "regenerate_actions": true
}
}
}{- "data": {
- "id": "ce16fbad-d074-4b91-877f-a97da7832700",
- "type": "agent",
- "attributes": {
- "code": "agent1",
- "name": "consequatur438",
- "description": "Occaecati voluptate sequi eaque.",
- "archived": true,
- "created_by": "eliseo",
- "actions": [ ],
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9c072257-dd68-4a82-beeb-24edf09549f0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9c072257-dd68-4a82-beeb-24edf09549f0"
}
}, - "parents": {
- "data": [
- {
- "id": "45ae2fd8-56a1-4035-905e-0b47add62def",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "47a5f681-ae99-4ef7-af74-4972a521741f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/47a5f681-ae99-4ef7-af74-4972a521741f"
}
}, - "project": {
- "data": {
- "id": "45ae2fd8-56a1-4035-905e-0b47add62def",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "1ac60ba2-aade-4a4a-a0dc-c2f5b8a20991",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/69a44b1f-87f0-49fa-87f4-8102031686d1/versions/2026_Q1_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "69a44b1f-87f0-49fa-87f4-8102031686d1",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/69a44b1f-87f0-49fa-87f4-8102031686d1"
}
}, - "current_node_background_task": {
- "data": {
- "id": "b8e8390d-5811-4729-a44d-cbc606303860",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/node_background_tasks/b8e8390d-5811-4729-a44d-cbc606303860"
}
}, - "agent_status": {
- "data": {
- "id": "61009abc-0d4f-415c-a471-6029cf1254ce",
- "type": "agent_status"
}, - "links": {
- "related": "/api/projects/opc/agents/agent1/status"
}
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1",
- "bookmarks": "/api/projects/opc/agents/agent1/bookmarks",
- "converged_properties": "/api/projects/opc/agents/agent1/converged_properties",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/agents/agent1/node_background_tasks",
- "version_history": "/api/projects/opc/agents/agent1/version_history"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Show the converged properties as they will appear for this agent. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| agent_code required | string Example: agent1 agent code |
| converge_date | string Example: converge_date=2026-03-13T09:32:56+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": "6d743836-7602-4a85-9125-6e4ea71882bd",
- "type": "properties_version"
}, - {
- "id": "05b7764c-0ad5-453f-8eed-3a929b3e1189",
- "type": "properties_version"
}, - {
- "id": "2698ffec-1d28-4832-91eb-bc6d0d0f4382",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/agents/agent1/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "6d743836-7602-4a85-9125-6e4ea71882bd",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:34.624677Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c67d201a-ca0f-432a-87f8-1ee540c55b64",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c67d201a-ca0f-432a-87f8-1ee540c55b64"
}
}
}, - "links": {
- "versions": "/api/properties/c67d201a-ca0f-432a-87f8-1ee540c55b64/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/c67d201a-ca0f-432a-87f8-1ee540c55b64/versions/1"
}, - "meta": { }
}, - {
- "id": "05b7764c-0ad5-453f-8eed-3a929b3e1189",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:34.658510Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b5a3d525-adf8-44c6-b7c1-4e371eb326c0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b5a3d525-adf8-44c6-b7c1-4e371eb326c0"
}
}
}, - "links": {
- "versions": "/api/properties/b5a3d525-adf8-44c6-b7c1-4e371eb326c0/versions",
- "owner": "/api/projects/opc/templates/b5904869-01f2-4c89-8e28-55ac63323689/versions/2026_Q1_2",
- "self": "/api/properties/b5a3d525-adf8-44c6-b7c1-4e371eb326c0/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0504fc6d-d6cb-459f-921d-20712890587c"
}
}
}, - {
- "id": "2698ffec-1d28-4832-91eb-bc6d0d0f4382",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:34.686906Z",
- "owner_type": "Agent"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "43b8a105-e32c-48f8-8f4e-f4b3512ce3af",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/43b8a105-e32c-48f8-8f4e-f4b3512ce3af"
}
}
}, - "links": {
- "versions": "/api/properties/43b8a105-e32c-48f8-8f4e-f4b3512ce3af/versions",
- "owner": "/api/projects/opc/agents/agent1",
- "self": "/api/properties/43b8a105-e32c-48f8-8f4e-f4b3512ce3af/versions/1"
}, - "meta": {
- "template_versions": {
- "2026_Q1_2": "0504fc6d-d6cb-459f-921d-20712890587c"
}
}
}, - {
- "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": "92eeb885-a15b-4330-b86b-bfb4ede7797e",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "elaine",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1b77d75d-6bf3-4d04-8974-58bd8b466cbb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1b77d75d-6bf3-4d04-8974-58bd8b466cbb"
}
}, - "parents": {
- "data": [
- {
- "id": "dda03ad9-30c8-4e4e-aa17-8d9b37126739",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "93b96b07-a34e-4ea3-a875-6c18bd0c607f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/93b96b07-a34e-4ea3-a875-6c18bd0c607f"
}
}, - "project": {
- "data": {
- "id": "dda03ad9-30c8-4e4e-aa17-8d9b37126739",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "87f89f79-9fc8-4d16-b4bd-58a429c4eadf",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/e16d3214-635d-486e-8068-e1e01a9fc396/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "c2fb5446-897a-4e91-a1ee-e0fae451883e",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "e16d3214-635d-486e-8068-e1e01a9fc396",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/e16d3214-635d-486e-8068-e1e01a9fc396"
}
}, - "current_node_background_task": {
- "data": {
- "id": "66697b8b-0cbb-4472-bfd5-ef46d92cefce",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/66697b8b-0cbb-4472-bfd5-ef46d92cefce"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an asset belonging to the project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "template_code": "soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "580ed0c9-ac86-4bb4-badf-779830095a49",
- "type": "asset",
- "attributes": {
- "code": "aswnp",
- "name": "eius456",
- "description": "Et eum expedita eos.",
- "archived": false,
- "created_by": "karie.mohr",
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "task_active": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "407e85ff-171a-41dc-b7dd-b9e9e98a90c0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/407e85ff-171a-41dc-b7dd-b9e9e98a90c0"
}
}, - "parents": {
- "data": [
- {
- "id": "da7a17f1-a1a2-418d-adb1-03eb4642c27e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "eebe51a0-9103-43c5-b8aa-588563007cc1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/eebe51a0-9103-43c5-b8aa-588563007cc1"
}
}, - "project": {
- "data": {
- "id": "da7a17f1-a1a2-418d-adb1-03eb4642c27e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "ba3f0688-9bc9-4a97-8b8a-7df8b5af7655",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/8ec5d183-1750-4b94-a408-bfc4388d06b9/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "8ec5d183-1750-4b94-a408-bfc4388d06b9",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/8ec5d183-1750-4b94-a408-bfc4388d06b9"
}
}, - "current_node_background_task": {
- "data": {
- "id": "a2be6096-0920-4ee8-a804-35e7f957b632",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/aswnp/node_background_tasks/a2be6096-0920-4ee8-a804-35e7f957b632"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/aswnp",
- "bookmarks": "/api/projects/opc/assets/aswnp/bookmarks",
- "changes": "/api/projects/opc/assets/aswnp/changes",
- "scheduled_activities": "/api/projects/opc/assets/aswnp/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/aswnp/converged_properties",
- "mintmodels": "/api/projects/opc/assets/aswnp/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/aswnp/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/aswnp/node_background_tasks",
- "version_history": "/api/projects/opc/assets/aswnp/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an asset belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "48191f97-12ba-492d-94d7-dcb9a57ef6ec",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "merilyn",
- "actions": [
- {
- "name": "bypass",
- "children": [ ],
- "full_path": "bypass",
- "stage_step": false,
- "description": "You can't synthesize the hard drive without synthesizing the multi-byte FTP port!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "reboot",
- "children": [ ],
- "full_path": "reboot",
- "stage_step": false,
- "description": "We need to hack the multi-byte COM bus!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "06774c36-a0f3-44fe-af47-96f0bb7bc74f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/06774c36-a0f3-44fe-af47-96f0bb7bc74f"
}
}, - "parents": {
- "data": [
- {
- "id": "5eacc40b-8597-46f5-b23e-5372132de0f7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "f1d97806-74ba-4c6f-a9bf-524459120c4d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f1d97806-74ba-4c6f-a9bf-524459120c4d"
}
}, - "project": {
- "data": {
- "id": "5eacc40b-8597-46f5-b23e-5372132de0f7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "6cf58547-1c46-4140-b5be-ef07ea0188e8",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "ec317d31-55aa-404f-bcd0-3f71d1cfb66e",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "f4846ebf-1198-40d1-9aec-17e07c525847",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847"
}
}, - "current_node_background_task": {
- "data": {
- "id": "22b62acf-6c78-447c-9e9c-04d5eff6e985",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/22b62acf-6c78-447c-9e9c-04d5eff6e985"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "5eacc40b-8597-46f5-b23e-5372132de0f7",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "patrick",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b4795b96-4b82-470c-9414-a9d6a6f9100b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b4795b96-4b82-470c-9414-a9d6a6f9100b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "775e6c75-acee-43aa-8505-94ca62e3b660",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/775e6c75-acee-43aa-8505-94ca62e3b660"
}
}, - "children": {
- "data": [
- {
- "id": "48191f97-12ba-492d-94d7-dcb9a57ef6ec",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "ec317d31-55aa-404f-bcd0-3f71d1cfb66e",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "vicente.weissnat",
- "created_at": "2026-03-13T09:33:35.682693Z",
- "updated_at": "2026-03-13T09:33:35.682693Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/ec317d31-55aa-404f-bcd0-3f71d1cfb66e",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "f4846ebf-1198-40d1-9aec-17e07c525847",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:35.619876Z",
- "updated_at": "2026-03-13T09:33:35.619876Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "ec53f6a5-1a11-4554-9f99-c4da6299abc6",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "6cf58547-1c46-4140-b5be-ef07ea0188e8",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "48191f97-12ba-492d-94d7-dcb9a57ef6ec",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847",
- "template_versions": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "6cf58547-1c46-4140-b5be-ef07ea0188e8",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "cortez_koelpin",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:35.630486Z",
- "updated_at": "2026-03-13T09:33:35.630486Z",
- "has_mintmodel": true,
- "git_rev": "digital",
- "commit_sha": "fef1f171362bfb55c8fb18621b0b9d5af50c5b18",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7e30e4f7-60f3-42d0-8626-ac4469331c59",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7e30e4f7-60f3-42d0-8626-ac4469331c59"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/f4846ebf-1198-40d1-9aec-17e07c525847"
}
}
]
}Updates an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated asset",
- "archived": false,
- "regenerate_actions": true
}
}
}{- "data": {
- "id": "3a9c3f30-80c4-4b79-988f-51c0dcc82338",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "exercitationem466",
- "description": "Reiciendis nostrum voluptas omnis.",
- "archived": true,
- "created_by": "beula",
- "actions": [
- {
- "name": "calculate",
- "children": [ ],
- "full_path": "calculate",
- "stage_step": false,
- "description": "Try to transmit the FTP bandwidth, maybe it will input the neural card!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "We need to back up the optical CSS bus!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0c905fab-f24a-49c8-b57d-a31d797609c7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0c905fab-f24a-49c8-b57d-a31d797609c7"
}
}, - "parents": {
- "data": [
- {
- "id": "5523a424-bfbf-4ae5-9e75-f5abc44c2b2b",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "d10a22f2-2cc0-487d-a910-694081fa7cbc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d10a22f2-2cc0-487d-a910-694081fa7cbc"
}
}, - "project": {
- "data": {
- "id": "5523a424-bfbf-4ae5-9e75-f5abc44c2b2b",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "8f3f27a0-555c-4d98-9fb0-51b2f097fe18",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/8b5e11a8-2e7d-4d7b-bcdc-bc5dc160f4cf/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "4ac40c7f-cf60-41b1-a8bf-7c7a3a811106",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "8b5e11a8-2e7d-4d7b-bcdc-bc5dc160f4cf",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/8b5e11a8-2e7d-4d7b-bcdc-bc5dc160f4cf"
}
}, - "current_node_background_task": {
- "data": {
- "id": "fe3572b0-9aab-4a97-bf64-eb5cc3505c2a",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/fe3572b0-9aab-4a97-bf64-eb5cc3505c2a"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Show the converged properties as they will appear to actions run on this asset. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2026-03-13T09:32:56+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": "3dfa5ea8-8140-451e-a8c5-4e8e30b91cb2",
- "type": "properties_version"
}, - {
- "id": "a4204d83-8246-4fd9-9e70-07103df5f8f8",
- "type": "properties_version"
}, - {
- "id": "5147c9c2-7460-41c6-911e-997e14c2d458",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: .opschain/projects/opc.yaml",
- "common": "Repository: .opschain/properties.yaml",
- "project": "Repository: .opschain/projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "3dfa5ea8-8140-451e-a8c5-4e8e30b91cb2",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:37.196658Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "668cca62-8867-448e-a3ed-b9327dbebb6e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/668cca62-8867-448e-a3ed-b9327dbebb6e"
}
}
}, - "links": {
- "versions": "/api/properties/668cca62-8867-448e-a3ed-b9327dbebb6e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/668cca62-8867-448e-a3ed-b9327dbebb6e/versions/1"
}, - "meta": { }
}, - {
- "id": "a4204d83-8246-4fd9-9e70-07103df5f8f8",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:37.229142Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ea4faa70-592d-4384-b21a-44617d778be9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ea4faa70-592d-4384-b21a-44617d778be9"
}
}
}, - "links": {
- "versions": "/api/properties/ea4faa70-592d-4384-b21a-44617d778be9/versions",
- "owner": "/api/projects/opc/templates/c07b170a-6a5f-4d1f-80ed-90707162bddc/versions/2023_Q4_2",
- "self": "/api/properties/ea4faa70-592d-4384-b21a-44617d778be9/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "e265b024-1cb8-4730-b7a5-b6a49388b627"
}
}
}, - {
- "id": "5147c9c2-7460-41c6-911e-997e14c2d458",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:37.245833Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "21f0c20a-21b3-4c95-b97f-545257e3d5db",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/21f0c20a-21b3-4c95-b97f-545257e3d5db"
}
}
}, - "links": {
- "versions": "/api/properties/21f0c20a-21b3-4c95-b97f-545257e3d5db/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/21f0c20a-21b3-4c95-b97f-545257e3d5db/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "e265b024-1cb8-4730-b7a5-b6a49388b627"
}
}
}, - {
- "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: 6e396369-8813-44e1-88aa-2545ea880201 |
| 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": "fc53f61b-95e8-435a-a13a-c75635b27d05",
- "type": "node_background_task_log_line",
- "attributes": {
- "message": "Voluptatem omnis ea cum.",
- "category": "action",
- "template_version_history_id": "6bd7b005-9799-4196-96f8-6f0eb7a2b2ea",
- "node_background_task_id": "098f941d-1e1d-41bb-bb1c-80b7855189ba",
- "logged_at": "2026-03-12T00: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": "b05e732c-ab29-40a4-b31d-9b3fdd3d74b0",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_by": "melita",
- "actions": [ ],
- "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-13T09:33:38.438687Z",
- "updated_at": "2026-03-13T09:33:38.438687Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "5c6aad86-c328-45ef-9b37-86955c587cde",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "29f4b64a-5e7c-4323-8c92-6e97f269df33",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/14490e86-fa12-45c5-a24e-0750472a913f/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/b05e732c-ab29-40a4-b31d-9b3fdd3d74b0",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=b05e732c-ab29-40a4-b31d-9b3fdd3d74b0"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "ae4c7783-f430-444c-9383-d7fed88c2922",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "gus.quigley",
- "actions": [
- {
- "name": "navigate",
- "children": [ ],
- "full_path": "navigate",
- "stage_step": false,
- "description": "You can't transmit the circuit without backing up the online PNG bandwidth!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "I'll parse the wireless AI matrix, that should matrix the JSON bandwidth!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-13T09:33:38.628577Z",
- "updated_at": "2026-03-13T09:33:38.635376Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "0f7c935b-023e-401e-8218-2b16e0f51174",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "88a3717a-67fa-41b5-af09-700a17cc8c9d",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/a099a39b-4e63-4e97-b3fb-9ca6636503f8/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/ae4c7783-f430-444c-9383-d7fed88c2922",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=ae4c7783-f430-444c-9383-d7fed88c2922"
}
}
], - "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: 6e396369-8813-44e1-88aa-2545ea880201 generate actions request id |
{- "data": {
- "id": "e1fa1c51-bcb1-40b7-882e-7d62698a4813",
- "type": "node_background_task",
- "attributes": {
- "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_by": "silvana.schinner",
- "actions": [
- {
- "name": "transmit",
- "children": [ ],
- "full_path": "transmit",
- "stage_step": false,
- "description": "The AGP alarm is down, reboot the back-end application so we can compress the AI capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "synthesize",
- "children": [ ],
- "full_path": "synthesize",
- "stage_step": false,
- "description": "The AI port is down, override the online bandwidth so we can hack the PNG array!",
- "child_execution_strategy": "sequential"
}
], - "task_type": "GenerateActionsRequest",
- "created_at": "2026-03-13T09:33:38.843399Z",
- "updated_at": "2026-03-13T09:33:38.849935Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "09d0f8de-f532-41ce-8750-23c2dcebc47b",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "5872f324-2463-49d5-b98f-e68a59d9956c",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/55425079-4f86-4618-ab5e-ff5898eceb57/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/node_background_tasks/e1fa1c51-bcb1-40b7-882e-7d62698a4813",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/node_background_task_log_lines?node_background_task_id=e1fa1c51-bcb1-40b7-882e-7d62698a4813"
}
}
}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: 6e396369-8813-44e1-88aa-2545ea880201 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": "0ae76997-612f-4d35-91c6-64b8c1d4792d",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-03-13T09:33:47Z"
}
]
}
}, - {
- "id": "f2ba17db-10f8-4b95-9500-52d8f989df1c",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-03-13T09:33:47Z"
}
], - "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": "8e044142-cb4e-46b9-ad78-03f10068a4a9",
- "type": "template_version_history",
- "attributes": {
- "created_by": "moon",
- "active_from": "2026-03-13T09:33:56.007827Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "bdbca81a-f813-4310-981b-8702222fd435",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "26cfbb19-fcf2-4b6a-ad28-bb4eece6a86f",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "6b9d7952-cbcf-4563-9438-f2356114ace3",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/922c7966-b08f-4ec0-89fd-7cc49263dc00/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/8e044142-cb4e-46b9-ad78-03f10068a4a9",
- "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: 85dcac9f-d00a-44cc-bc02-6c355c4c1d4d version history id |
{- "data": {
- "id": "c538df81-de48-4ff6-9bcb-10dc534e2e15",
- "type": "template_version_history",
- "attributes": {
- "created_by": "denita",
- "active_from": "2026-03-13T09:33:56.146260Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "4e42379c-3775-4177-b1e7-95bbf278020a",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "2b03e79c-2099-4347-a95b-b02f412df4a1",
- "type": "template_version"
}
}, - "node_background_tasks": {
- "data": [
- {
- "id": "9e979d65-9d90-4a8f-bd27-a8987794ccf1",
- "type": "node_background_task"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/4ad68986-56ce-415d-9576-346add6c8798/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/c538df81-de48-4ff6-9bcb-10dc534e2e15",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "4e42379c-3775-4177-b1e7-95bbf278020a",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "denita",
- "actions": [
- {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "You can't connect the program without generating the virtual RAM application!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "I'll back up the redundant HTTP bus, that should alarm the RSS application!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "task_active": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9531c21c-2565-4f93-b0fc-3991dc6513fe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9531c21c-2565-4f93-b0fc-3991dc6513fe"
}
}, - "parents": {
- "data": [
- {
- "id": "b6461742-dec7-4862-888d-d6de3d382500",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "150d69aa-d569-4095-a6a6-9fc636ea035f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/150d69aa-d569-4095-a6a6-9fc636ea035f"
}
}, - "project": {
- "data": {
- "id": "b6461742-dec7-4862-888d-d6de3d382500",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "2b03e79c-2099-4347-a95b-b02f412df4a1",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/4ad68986-56ce-415d-9576-346add6c8798/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "02962f5f-6282-4502-9816-4a6f684db9e2",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "4ad68986-56ce-415d-9576-346add6c8798",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/4ad68986-56ce-415d-9576-346add6c8798"
}
}, - "current_node_background_task": {
- "data": {
- "id": "9e979d65-9d90-4a8f-bd27-a8987794ccf1",
- "type": "node_background_task"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/node_background_tasks/9e979d65-9d90-4a8f-bd27-a8987794ccf1"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "node_background_tasks": "/api/projects/opc/assets/prj_soa/node_background_tasks",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "2b03e79c-2099-4347-a95b-b02f412df4a1",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "hershel_reynolds",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:56.123063Z",
- "updated_at": "2026-03-13T09:33:56.123063Z",
- "has_mintmodel": true,
- "git_rev": "online",
- "commit_sha": "c8b8faf97b4ce5712fdcb4b45b6d3fc668c2fb1f",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a5f66e18-acb1-4fed-a45f-4dfed93286ac",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a5f66e18-acb1-4fed-a45f-4dfed93286ac"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/4ad68986-56ce-415d-9576-346add6c8798/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/4ad68986-56ce-415d-9576-346add6c8798"
}
}
]
}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: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
{- "data": [
- {
- "id": "7c3455d1-0319-4618-9fdf-804002f899a3",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "lakeesha.collier",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:56.287273Z",
- "updated_at": "2026-03-13T09:33:56.287273Z",
- "has_mintmodel": true,
- "git_rev": "virtual",
- "commit_sha": "89f7001b52025c41d7072c3fb3c12a3be44a3a3a",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "722f605f-6a74-4b5c-b260-5ba3e16caca6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/722f605f-6a74-4b5c-b260-5ba3e16caca6"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/5138b366-0c5d-41df-81c8-7985d215dd7c/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/5138b366-0c5d-41df-81c8-7985d215dd7c"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "back-end",
- "archived": "false",
- "locked": "false"
}
}, - "meta": {
- "ignore_in_use": false,
- "fetch_revision": false
}
}{- "data": {
- "id": "d2d4f225-743c-4351-abc0-c62540784a4d",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Sapiente eligendi quia provident deleniti blanditiis rerum tenetur",
- "state": "initializing",
- "created_by": "darrick_romaguera",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:56.554453Z",
- "updated_at": "2026-03-13T09:33:56.554453Z",
- "has_mintmodel": false,
- "git_rev": "redundant",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "099a526d-e602-4f2a-af91-fab9c1e1361f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/099a526d-e602-4f2a-af91-fab9c1e1361f"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/91a827a5-2931-4388-8fdd-99cabb669cdd/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/91a827a5-2931-4388-8fdd-99cabb669cdd"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "95110659-e9e4-4d78-81be-075313aca65b",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "amber.heidenreich",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:56.884653Z",
- "updated_at": "2026-03-13T09:33:56.884653Z",
- "has_mintmodel": true,
- "git_rev": "auxiliary",
- "commit_sha": "3a65d46f790cdaf055fbe22e834ed5e0524f7ffd",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e78b91f2-3ec0-4771-9c25-e4f563eccb70",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e78b91f2-3ec0-4771-9c25-e4f563eccb70"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/e324b4b2-7419-4152-afd6-0b9c8238bfa0/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/e324b4b2-7419-4152-afd6-0b9c8238bfa0"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "0c4b6c75-8e00-44d4-8a9a-6185124e9f6f",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "ingeborg.dooley",
- "archived": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-03-13T09:33:57.039044Z",
- "updated_at": "2026-03-13T09:33:57.039044Z",
- "has_mintmodel": true,
- "git_rev": "solid-state",
- "commit_sha": "3695030f64b50f9b3ac8a88681c54bcc04583d88",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4c14694f-0526-4bbc-b1dc-81777fa58e17",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4c14694f-0526-4bbc-b1dc-81777fa58e17"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/cc580f8f-f072-4028-93fe-3086cffd80f1/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/cc580f8f-f072-4028-93fe-3086cffd80f1"
}
}
}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": "65c48baf-a337-4380-8462-b03009b3c713",
- "type": "template",
- "attributes": {
- "code": "vyr6p",
- "name": "rea",
- "description": "Repellendus consequatur recusandae fuga.",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:57.542835Z",
- "updated_at": "2026-03-13T09:33:57.542835Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "d6ab1615-5196-4551-a91a-8cd50c3a9469",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/65c48baf-a337-4380-8462-b03009b3c713",
- "template_versions": "/api/projects/opc/templates/65c48baf-a337-4380-8462-b03009b3c713/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "1ccdc83b-af89-4be1-a7b4-0b10c2fbe9d4",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:57.827312Z",
- "updated_at": "2026-03-13T09:33:57.827312Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "947e65a1-3d1e-46ac-98a8-4ef67bbe493a",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/1ccdc83b-af89-4be1-a7b4-0b10c2fbe9d4",
- "template_versions": "/api/projects/opc/templates/1ccdc83b-af89-4be1-a7b4-0b10c2fbe9d4/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: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
{- "data": {
- "id": "4a7ddaf6-c87f-417f-bef1-7481d3a25963",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:57.982883Z",
- "updated_at": "2026-03-13T09:33:57.982883Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "d8e12ee2-eb59-4b48-982c-d8db69ce8d36",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/4a7ddaf6-c87f-417f-bef1-7481d3a25963",
- "template_versions": "/api/projects/opc/templates/4a7ddaf6-c87f-417f-bef1-7481d3a25963/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: e4381d03-fee1-4294-a83e-91386bcb15ff template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "b3e769c5-b90d-49ea-a712-47f816b623df",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:58.152719Z",
- "updated_at": "2026-03-13T09:33:58.181269Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "68b15532-fd6d-4f8a-87fd-f36f7bf387f3",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/b3e769c5-b90d-49ea-a712-47f816b623df",
- "template_versions": "/api/projects/opc/templates/b3e769c5-b90d-49ea-a712-47f816b623df/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: e4381d03-fee1-4294-a83e-91386bcb15ff 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": "ece9d0db-91d3-424e-b67b-a1da64fcd24b",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "template_type": "asset",
- "created_at": "2026-03-13T09:33:58.396368Z",
- "updated_at": "2026-03-13T09:33:58.418824Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "696ca0ac-5138-4a59-9f10-0504ab38242d",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/ece9d0db-91d3-424e-b67b-a1da64fcd24b",
- "template_versions": "/api/projects/opc/templates/ece9d0db-91d3-424e-b67b-a1da64fcd24b/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "1ced1881-4b57-444d-8782-aaadcbdd1400",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-13T09:33:26.476399Z",
- "updated_at": "2026-03-13T09:33:26.476399Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/1ced1881-4b57-444d-8782-aaadcbdd1400"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "f892d23d-7788-4ca1-aab3-3fb9d83c97c4",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-13T09:33:26.914931Z",
- "updated_at": "2026-03-13T09:33:26.914931Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/f892d23d-7788-4ca1-aab3-3fb9d83c97c4"
}, - "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: 50cc8bcf-77c0-43cd-8aed-eafa7d31083d remote id |
{- "data": {
- "id": "ceb13969-aef1-44c8-aebf-79976d02c369",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-13T09:33:27.149511Z",
- "updated_at": "2026-03-13T09:33:27.149511Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/ceb13969-aef1-44c8-aebf-79976d02c369"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 50cc8bcf-77c0-43cd-8aed-eafa7d31083d remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "95a380ea-126f-419f-b09e-f4018215cdb7",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-03-13T09:33:27.362878Z",
- "updated_at": "2026-03-13T09:33:27.397808Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/95a380ea-126f-419f-b09e-f4018215cdb7"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 50cc8bcf-77c0-43cd-8aed-eafa7d31083d remote id |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "6ed4067a-c845-429e-9f33-43b87f963081",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-03-13T09:33:27.767268Z",
- "updated_at": "2026-03-13T09:33:27.796160Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/6ed4067a-c845-429e-9f33-43b87f963081"
}, - "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: 50cc8bcf-77c0-43cd-8aed-eafa7d31083d remote id |
{- "data": {
- "id": "a1b56902-2715-408b-8ed0-ea2caed44308",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-03-13T09:33:28.463886Z",
- "updated_at": "2026-03-13T09:33:28.668562Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/a1b56902-2715-408b-8ed0-ea2caed44308"
}, - "meta": {
- "credentials_removed": true,
- "messages": [
- "This Git remote cannot be deleted as it is used by a change, its credentials have been removed."
]
}
}
}Endpoints to interact with bookmarks.
Notes:
/<path/to/bookmark/owner>/bookmarks path. The example endpoints in this section reflect bookmarks owned
by a project asset.Create a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "description": "SOA administration console",
- "created_by": "ezekiel"
}
}
}{- "data": {
- "id": "b4d54102-3adb-4b8a-8c0c-e28db34714bb",
- "type": "bookmark",
- "attributes": {
- "description": "Minus dolor quia possimus.",
- "created_by": "karl",
- "created_at": "2026-03-13T09:33:13.858448Z",
- "updated_at": "2026-03-13T09:33:13.858448Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/b4d54102-3adb-4b8a-8c0c-e28db34714bb",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "16a83271-da33-4f1e-8f0a-70ae42e39f76",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "breanne",
- "created_at": "2026-03-13T09:33:14.457803Z",
- "updated_at": "2026-03-13T09:33:14.457803Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/16a83271-da33-4f1e-8f0a-70ae42e39f76",
- "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: 93d86fb9-8704-4cdd-a87b-ed3ac7175d84 bookmark id |
{- "data": {
- "id": "a20e4fc4-7c3f-49c1-9ecd-cc52058ce558",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "shanice",
- "created_at": "2026-03-13T09:33:14.656473Z",
- "updated_at": "2026-03-13T09:33:14.656473Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/a20e4fc4-7c3f-49c1-9ecd-cc52058ce558",
- "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: 93d86fb9-8704-4cdd-a87b-ed3ac7175d84 bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "df7ce3dc-146f-4ef6-82ff-7e345de3e35a",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "edwardo",
- "created_at": "2026-03-13T09:33:15.073623Z",
- "updated_at": "2026-03-13T09:33:15.115125Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/df7ce3dc-146f-4ef6-82ff-7e345de3e35a",
- "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: 93d86fb9-8704-4cdd-a87b-ed3ac7175d84 bookmark id |
Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "5f699df8-f8ab-4d91-a0cb-fd78aeea2f8e",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-03-13T09:33:29.807704Z",
- "updated_at": "2026-03-13T09:33:29.807704Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "9976f16b-b770-4778-ad16-71264d56ece3",
- "type": "project"
}, - {
- "id": "39580077-2a94-4243-9235-c21eea740068",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "61443635-3c87-4ba3-a01f-a75a207258d5",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/61443635-3c87-4ba3-a01f-a75a207258d5"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "c427896f-3226-4d5e-9160-b98a2bc6c5d8",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/5f699df8-f8ab-4d91-a0cb-fd78aeea2f8e"
}
}
], - "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: 0236f491-518d-44b2-a5b1-6c7552f8a54d MintModel history id |
{- "data": {
- "id": "9b44d14e-28f5-480a-9e0d-87dc9343c7a9",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-03-13T09:33:30.073927Z",
- "updated_at": "2026-03-13T09:33:30.073927Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "f1b10ff5-7154-4912-8051-dfc8c2a694fa",
- "type": "project"
}, - {
- "id": "52395ced-060d-4af1-ab0b-18b8805e13cb",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "ad69e851-17a1-450a-9880-d5d84b834780",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/ad69e851-17a1-450a-9880-d5d84b834780"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "6a01df9c-3146-468b-b299-07d66168e5b5",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/9b44d14e-28f5-480a-9e0d-87dc9343c7a9"
}
}, - "included": [
- {
- "id": "ad69e851-17a1-450a-9880-d5d84b834780",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-13T09:33:30.066114Z",
- "updated_at": "2026-03-13T09:33:30.066114Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "9b44d14e-28f5-480a-9e0d-87dc9343c7a9",
- "type": "mintmodel_history"
}, - {
- "id": "bbf1ca98-cced-485d-bd9b-b38eada76d41",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/ad69e851-17a1-450a-9880-d5d84b834780",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "85370f7a-2358-48c0-849d-ac27f6031e3b",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-13T09:33:30.215985Z",
- "updated_at": "2026-03-13T09:33:30.215985Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "ac65c116-daf4-47d9-bece-8b9dcb0592d0",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/85370f7a-2358-48c0-849d-ac27f6031e3b",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| old_mintmodel_id required | string Example: 244d7972-15db-48d6-9787-501619cc9732 old MintModel id |
| new_mintmodel_id required | string Example: 5161ca43-2498-4048-b84a-e9adbbdf1c2f new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "6ea8671f-ada9-4dfd-9836-cfb4054ff8f3",
- "data": {
- "internalVariables": {
- "environmentName": "d1",
- "assetCode": "obpodi",
- "stageRootDir": "/oracle/stage",
- "autoBaseline": "true",
- "projectUri": "D1OBPODI2025MAY301254"
}, - "projectName": "d1_obpodi2025May30_1254",
- "site": {
- "hostList": [
- {
- "id": "custwprd1odi01",
- "address": "custwprd1odi01.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi01",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "db_server",
- "address": "custwprd1db.limepoint.engineering",
- "attributes": {
- "scaleout": "false",
- "basename": "custwprd1db",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "custwprd1odi02",
- "address": "custwprd1odi02.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi02",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}
], - "installationList": [
- {
- "name": "jdk",
- "product": "OracleJava",
- "version": "1.8.0_341",
- "installPath": "/oracle/app/binaries/obpodi/java",
- "softwareStage": "/oracle/stage/jdk/jdk-8u341-linux-x64.tar.gz",
- "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleJava": {
- "java_home": "/oracle/app/binaries/obpodi/java",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "fmwinfra",
- "product": "OracleFMWInfrastructure",
- "version": "12.2.1.4",
- "softwareStage": "/oracle/stage/fmwinfra/12.2.1.4/fmw_12.2.1.4.0_infrastructure.jar",
- "installPath": "/oracle/app/binaries/obpodi/fmw",
- "dependsonList": [
- "jdk"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "3774133",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "oracleInstallGroup": "oinstall",
- "OracleFMWInfrastructure": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}, - {
- "name": "oracleclient",
- "product": "OracleDatabaseClient",
- "version": "12.2.0.1",
- "installPath": "/oracle/app/binaries/obpodi/dbclient",
- "softwareStage": "/oracle/stage/rdbms/12.2.0.1/client",
- "dependsonList": [
- "jdk"
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDatabaseClient": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "owner": "oracle",
- "group": "oinstall",
- "oracle_home": "/oracle/app/binaries/obpodi/dbclient",
- "oracle_base": "/oracle/app/binaries/obpodi",
- "install_type": "Administrator"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "odi",
- "product": "OracleDataIntegrator",
- "version": "12.2.1.4",
- "installPath": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/odi/12.2.1.4/fmw_12.2.1.4.0_odi.jar",
- "dependsonList": [
- "fmwinfra",
- "oracleclient"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "37741316",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDataIntegrator": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "java_home": "/oracle/app/binaries/obpodi/java",
- "database_client_home": "/oracle/app/binaries/obpodi/dbclient",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}
], - "databaseList": [
- {
- "name": "d1obpodidb",
- "port": "1521",
- "serviceName": "CUSTWPD1_INT_PRIM",
- "hostIdentifier": "db_server",
- "schemaList": [
- {
- "name": "SYS",
- "password": "{AES2}TBg8KMlIiNzASfnaMO9iww=={/IV}ThoJT1+ps+2NtkzPjniGrRKwOu9f0fmuKS2GJPG0/LbU="
}
], - "attributes": {
- "jdbcUrl": "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=custwprd1db.limepoint.engineering)(Port=1521))(CONNECT_DATA=(SERVER = DEDICATED)(SERVICE_NAME=CUSTWPD1_INT_PRIM)))",
- "rcu": {
- "datafile.initialsize": "200M",
- "extra.parameters": " -encryptTablespace false"
}
}
}
], - "resourceList": [
- {
- "name": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "name": "wlsmonitor",
- "password": "{AES2}cSYn1SEsZCScuAK+fj8vVQ=={/IV}T89zXOBEdWngdxqJ9rihn+uy2lgiqJx5J6fGDfPbHsys=",
- "description": "User with Weblogic Monitor Role",
- "groupList": "monitors"
}
}, - {
- "name": "AdminStartupParameter",
- "type": "StartupParameter",
- "attributes": {
- "1": "-Xms1g -Xmx4g",
- "2": "",
- "3": "",
- "4": "-Dweblogic.ProductionModeEnabled=true",
- "5": "-Dappdynamics.agent.tierName=OBP-ADMIN",
- "c1": "-Dweblogic.Stdout=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.out",
- "c2": "-Dweblogic.Stderr=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.err",
- "c3": "-Xloggc:/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%_gc.out -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+ScavengeBeforeFullGC -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseGCLogFileRotation -XX:GCLogFileSize=300M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+UnlockCommercialFeatures -XX:+FlightRecorder",
- "c4": "-Djava.security.debug=failure -Djava.net.preferIPv4Stack=true -Doracle.ons.maxconnections=2 -Dweblogic.security.disableNullCipher=true",
- "c5": "-Dweblogic.MaxMessageSize=500000000 -Dweblogic.Chunksize=65536 -Djava.security.egd=file:///dev/urandom",
- "s1": "-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2",
- "s2": "-Dweblogic.management.disableManagedServerNotifications=true",
- "s3": "-Dweblogic.security.SSL.allowUnencryptedNullCipher=false",
- "s4": "-Dweblogic.security.SSL.enableJSSE=true",
- "s4a": "-Dweblogic.security.SSL.nojce=true -Dweblogic.jdbc.remoteEnabled=true",
- "s5": "-Dweblogic.ssl.JSSEEnabled=true -Dweblogic.rjvm.enableprotocolswitch=true",
- "s6": "-Dweblogic.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s7": "-Djavax.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s8": "-Dweblogic.webservice.client.ssl.trustedcertfile=/oracle/app/runtime/d1/certs/cacerts.pem",
- "s9": "-Dweblogic.security.audit.auditLogDir=/oracle/app/logs/obpodi/obpodi_domain",
- "s10": "-Dweblogic.ssl.SSLv2HelloEnabled=false",
- "Auto22": "-Dweblogic.MuxerClass=weblogic.socket.PosixSocketMuxer"
}
}
], - "environmentName": "d1",
- "mwTopologyList": [
- {
- "attributes": {
- "targetPlatform": "x86-64"
}
}
], - "topologyName": "obpodi",
- "hostInstallationList": [
- {
- "installationName": "odi",
- "hostIdentifierList": [
- "custwprd1odi01",
- "custwprd1odi02"
]
}
], - "transferList": [
- {
- "name": "d1_obpodi_keystores",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/stage/customer/wp/csh/certs/d1/custwprd1odi.jks",
- "destinationFile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "permissions": "600",
- "transferWhenList": [
- "pre-online"
], - "attributes": {
- "scaleout": "false"
}
}
], - "executeList": [
- {
- "name": "DeployHealthCheck",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/app/binaries/obpodi/fmw/oracle_common/common/bin/wlst.sh /oracle/stage/customer/wp/csh/scripts/common/deployApplication.py weblogic {AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os= t3://custwprd1odi-padm.limepoint.engineering:17001 HealthCheck /oracle/app/runtime/obpodi/domains/applications/obpodi_domain/HealthCheck.war obpodi_cluster nostage 650",
- "executeWhenList": [
- "pre-online"
], - "attributes": {
- "execute.weblogicAdminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "scaleout": "false"
}
}
], - "domainList": [
- {
- "name": "obpodi_domain",
- "locationPath": "/oracle/app/runtime/obpodi/domains",
- "adminUser": "weblogic",
- "adminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "adminServer": {
- "name": "AdminServer",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddress": "custwprd1odi-padm.limepoint.engineering",
- "listenAddressPort": "17001",
- "listenAddressPortSSL": "18001",
- "targetName": "odiAdminServer"
}, - "machineList": [
- {
- "name": "custwprd1odi01-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi01"
}, - {
- "name": "custwprd1odi02-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi02"
}
], - "clusterList": [
- {
- "name": "obpodi_cluster",
- "messageMode": "Unicast"
}
], - "managedServerList": [
- {
- "name": "ODI_server1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddressPort": "17002",
- "listenAddressPortSSL": "18002",
- "targetName": "ODI_server1",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1"
}
}, - {
- "name": "ODI_server2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenAddressPort": "17003",
- "listenAddressPortSSL": "18003",
- "targetName": "ODI_server2",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1"
}
}
], - "systemComponentList": [
- {
- "name": "OracleDISAgent1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi01-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi01",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}, - {
- "name": "OracleDISAgent2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi02-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi02",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
], - "middlewareList": [
- {
- "installationName": "odi",
- "targetList": [
- {
- "type": "Cluster",
- "names": [
- "obpodi_cluster"
]
}
]
}
], - "configurationList": [
- {
- "resourceName": "AdminStartupParameter",
- "type": "StartupParameter",
- "targets": [
- {
- "type": "SERVER",
- "names": [
- "AdminServer"
]
}
]
}, - {
- "resourceName": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "authenticatorName": "DefaultAuthenticator"
}
}
], - "templateList": [
- {
- "name": "OracleDataIntegrator::CombinedTemplateSet",
- "attributes": {
- "OracleDataIntegrator::CombinedTemplateSet": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryName": "workrep1",
- "WorkRepositoryPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryType": "E",
- "AgentHostname": "custwpd1odi.limepoint.engineering",
- "AgentPort": "18002",
- "AgentProtocol": "https"
}
}
}
], - "repositoryList": [
- {
- "componentList": [
- "ODI"
], - "id": "rcu01",
- "dbName": "d1obpodidb",
- "prefix": "OBPODI",
- "dbUser": "SYS",
- "schemaPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "defaultRepository": "true"
}
], - "attributes": {
- "serverStartMode": "prod",
- "backupEnvironmentName": "d1",
- "environment.name": "d1",
- "tlogsLocationPath": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "odlLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "defaultJMSLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "managedTopLocation": "/oracle/app/binaries/runtime/obpodi/domains",
- "nodeid": "1",
- "nodeonserver": "1",
- "serverid": "1",
- "wls": {
- "production.mode": "prod",
- "tlogs.location.path": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "admin.listen.port.admin": "19001",
- "domain.managed.top": "/oracle/app/binaries/runtime/obpodi/domains",
- "odl": {
- "log": {
- "location": "/oracle/app/logs/obpodi/obpodi_domain",
- "retentionPeriod": "5d"
}
}
}, - "mintpress": {
- "startup.server_exclude": "OracleDISAgent*",
- "startup_parallel": "10"
}
}
}
], - "nodeManagerList": [
- {
- "name": "nm-custwprd1odi01",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi01",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi01",
- "identityname": "custwprd1odi01",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}, - {
- "name": "nm-custwprd1odi02",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi02",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi02",
- "identityname": "custwprd1odi02",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}
]
}
}, - "sha256": "901ad813694fa591bd0c6c9ec172f1d97e35daaa14c1c9010cbef45f44338483",
- "created_at": "2026-03-13T09:33:30.688Z",
- "updated_at": "2026-03-13T09:33:30.688Z",
- "render_logs": "Generated by deriving the difference between Mintmodel b368feec-2070-4ebc-b2f6-ee6303cd92d1 and MintModel ce875a10-78af-4d08-baec-8e932f1dbc5f"
}, - "step_trees": [
- {
- "name": "Binaries",
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "name": "Install Software Binaries",
- "action": "mintmodel:install_software_binaries",
- "description": null,
- "full_path": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/b368feec-2070-4ebc-b2f6-ee6303cd92d1",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/ce875a10-78af-4d08-baec-8e932f1dbc5f",
- "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: c2c44082-d922-4ba0-a761-f8ef2b92d34e MintModel id |
{- "data": {
- "id": "ba492956-2cb3-4f06-b99f-8c701a72f9cc",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-13T09:33:31.049905Z",
- "updated_at": "2026-03-13T09:33:31.049905Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "3c9f8400-f057-4420-a4cb-7ffd53efd871",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/ba492956-2cb3-4f06-b99f-8c701a72f9cc",
- "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": "7ffcde7a-e691-479f-92f3-58cf72755281",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-03-13T09:33:31.448765Z",
- "updated_at": "2026-03-13T09:33:31.448765Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "4035ca2f-e977-488a-8ce9-c3e4bc44057d",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/7ffcde7a-e691-479f-92f3-58cf72755281",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "bf2ab12b-7f64-411e-951a-af7cd783e74b",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "myrtice",
- "created_at": "2026-03-13T09:34:44.225817Z",
- "updated_at": "2026-03-13T09:34:44.225817Z",
- "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": "4d8302fa-16d1-4846-b7a8-40eb84e3fcac",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "60e1f35c-cb4f-4328-bdcf-76162cc060d0",
- "type": "workflow_version"
}, - {
- "id": "017d143c-4860-4bdf-8352-ff9f87ac6a90",
- "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": "v4sco",
- "archived": false,
- "name": "2gnzupq3sq",
- "description": "I'll generate the haptic JBOD protocol, that should microchip the RAM microchip!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/zppsk/environments/lv4ky/assets/5lhgf",
- "/projects/6cymp/environments/lpcyq/assets/kwmqo"
], - "action": "input",
- "template_versions": [
- "cb7ty",
- "7j85d"
], - "run_as": "parallel",
- "name": "voluptates"
}, - {
- "type": "wait",
- "name": "porro"
}, - {
- "type": "workflow",
- "target": "/projects/ouv1b/workflows/eek8w",
- "version": 1,
- "name": "sit",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "officia",
- "children": [
- {
- "type": "change",
- "target": "/projects/dp727/environments/iyvfq/assets/ljryw",
- "action": "generate",
- "template_version": "095tx",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "quis"
}, - {
- "type": "workflow",
- "target": "/projects/fnzug/workflows/mjhro",
- "version": 1,
- "name": "consequatur",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "et",
- "children": [
- {
- "type": "change",
- "target": "/projects/to9ih/environments/c9zvi/assets/2zto6",
- "action": "quantify",
- "template_version": "y9r90",
- "name": "nobis",
- "start_time": null
}, - {
- "type": "wait",
- "name": "labore"
}, - {
- "type": "workflow",
- "target": "/projects/tgihd/workflows/tyeqg",
- "version": null,
- "name": "debitis",
- "start_time": "2026-03-14T09:32:59Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "7bd372c5-5a88-4866-b7ce-a2c904bd5d19",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "genevive.hansen",
- "created_at": "2026-03-13T09:34:44.683088Z",
- "updated_at": "2026-03-13T09:34:44.683088Z",
- "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": "631c93ef-1554-416f-bf7e-ef7ed9b34e9d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "88e6ddc4-a341-4f3c-b886-628d550ccfca",
- "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": "b6d9400a-7ba7-4550-ab9a-3c3918caf596",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "jess.pouros",
- "created_at": "2026-03-13T09:34:45.413033Z",
- "updated_at": "2026-03-13T09:34:45.413033Z",
- "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": "17f2cffe-a839-47b4-bbf9-cbd37ae76906",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "c712a2c7-b1d2-4cd8-9562-c40d8eef12c3",
- "type": "workflow_version"
}, - {
- "id": "8459c04f-c1c4-4657-a06d-24a73bd806ed",
- "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": "lxtm7cvuen",
- "description": "We need to input the auxiliary AI array!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/zppsk/environments/lv4ky/assets/5lhgf",
- "/projects/6cymp/environments/lpcyq/assets/kwmqo"
], - "action": "input",
- "template_versions": [
- "cb7ty",
- "7j85d"
], - "run_as": "parallel",
- "name": "voluptates"
}, - {
- "type": "wait",
- "name": "porro"
}, - {
- "type": "workflow",
- "target": "/projects/ouv1b/workflows/eek8w",
- "version": 1,
- "name": "sit",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "officia",
- "children": [
- {
- "type": "change",
- "target": "/projects/dp727/environments/iyvfq/assets/ljryw",
- "action": "generate",
- "template_version": "095tx",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "quis"
}, - {
- "type": "workflow",
- "target": "/projects/fnzug/workflows/mjhro",
- "version": 1,
- "name": "consequatur",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "et",
- "children": [
- {
- "type": "change",
- "target": "/projects/to9ih/environments/c9zvi/assets/2zto6",
- "action": "quantify",
- "template_version": "y9r90",
- "name": "nobis",
- "start_time": null
}, - {
- "type": "wait",
- "name": "labore"
}, - {
- "type": "workflow",
- "target": "/projects/tgihd/workflows/tyeqg",
- "version": null,
- "name": "debitis",
- "start_time": "2026-03-14T09:32:59Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "42fdeb7f-7cb9-48da-a22c-14c5f26ddb99",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "lyndon",
- "created_at": "2026-03-13T09:34:46.080702Z",
- "updated_at": "2026-03-13T09:34:46.156774Z",
- "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": "f9b60ff6-3980-43fe-92f4-54f6cff3dbad",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "ea8c2863-a246-4a78-82e9-aacae98660a3",
- "node_type": "asset",
- "parent_id": "ea8c2863-a246-4a78-82e9-aacae98660a3",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-13T09:34:46.013Z",
- "updated_at": "2026-03-13T09:34:46.013Z",
- "project_type": null,
- "template_version_id": "4a0b5c09-02eb-42ae-99f9-6cd9d180e218",
- "created_by": "verdie_mosciski"
}, - "action_template_version": {
- "id": "4a0b5c09-02eb-42ae-99f9-6cd9d180e218",
- "commit_id": "a0542eff-6dd1-42d5-b87c-cc67dabeaff4",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-13T09:34:45.994Z",
- "updated_at": "2026-03-13T09:34:45.994Z",
- "state": "ready",
- "created_by": "brock",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "e8a24a33-9e8b-40a2-b15f-f65ff95d9972",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "ea8c2863-a246-4a78-82e9-aacae98660a3",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "760dce3f-84c3-45d3-9d01-944bfde4578d",
- "type": "workflow_version"
}, - {
- "id": "cfada487-2a2b-469a-9218-e6ec6bfc1b91",
- "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": "7931d47d-05ce-4b9b-9964-399301dee541",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "tim",
- "created_at": "2026-03-13T09:34:39.952370Z",
- "updated_at": "2026-03-13T09:34:39.964321Z",
- "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": "84efbe95-2631-46d3-9e82-4c70b01058f9",
- "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": "f66a3e22-5936-4a1c-967c-2171db88c364",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "maurice.spinka",
- "created_at": "2026-03-13T09:34:39.923560Z",
- "updated_at": "2026-03-13T09:34:39.923581Z",
- "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": "84efbe95-2631-46d3-9e82-4c70b01058f9",
- "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": "abfa947e-938b-44eb-a012-f389a690157f",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "willia_fahey",
- "created_at": "2026-03-13T09:34:40.756635Z",
- "updated_at": "2026-03-13T09:34:40.756635Z",
- "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": "a337d368-f8ca-4e8f-a193-6d489a40c125",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "036aab77-c39a-4695-b5a1-fa865b2f5de1",
- "type": "workflow_version"
}, - {
- "id": "392b5e96-f5d7-476a-84c9-f9386dab8ce7",
- "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": "1d736056-66f7-4e1c-8ff6-d99daf360015",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "andrea",
- "created_at": "2026-03-13T09:34:41.396021Z",
- "updated_at": "2026-03-13T09:34:41.409275Z",
- "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": "a75e8a92-0073-4ad8-96f7-b943dfc392ba",
- "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": "lojod",
- "node_id": "d087918b-379c-407c-90e9-826aaa2d786c",
- "archived": false,
- "name": "kywhmfutlv",
- "description": "Try to connect the TCP interface, maybe it will input the 1080p hard drive!",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/zppsk/environments/lv4ky/assets/5lhgf",
- "/projects/6cymp/environments/lpcyq/assets/kwmqo"
], - "action": "input",
- "template_versions": [
- "cb7ty",
- "7j85d"
], - "run_as": "parallel",
- "name": "voluptates"
}, - {
- "type": "wait",
- "name": "porro"
}, - {
- "type": "workflow",
- "target": "/projects/ouv1b/workflows/eek8w",
- "version": 1,
- "name": "sit",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "officia",
- "children": [
- {
- "type": "change",
- "target": "/projects/dp727/environments/iyvfq/assets/ljryw",
- "action": "generate",
- "template_version": "095tx",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "quis"
}, - {
- "type": "workflow",
- "target": "/projects/fnzug/workflows/mjhro",
- "version": 1,
- "name": "consequatur",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "et",
- "children": [
- {
- "type": "change",
- "target": "/projects/to9ih/environments/c9zvi/assets/2zto6",
- "action": "quantify",
- "template_version": "y9r90",
- "name": "nobis",
- "start_time": null
}, - {
- "type": "wait",
- "name": "labore"
}, - {
- "type": "workflow",
- "target": "/projects/tgihd/workflows/tyeqg",
- "version": null,
- "name": "debitis",
- "start_time": "2026-03-14T09:32:59Z"
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "125dce1b-4bb2-4965-a49c-bee33a6e40ad",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "eldon",
- "created_at": "2026-03-13T09:34:42.853048Z",
- "updated_at": "2026-03-13T09:34:42.894679Z",
- "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/zppsk/environments/lv4ky/assets/5lhgf",
- "/projects/6cymp/environments/lpcyq/assets/kwmqo"
], - "action": "input",
- "template_versions": [
- "cb7ty",
- "7j85d"
], - "run_as": "parallel",
- "name": "voluptates"
}, - {
- "type": "wait",
- "name": "porro"
}, - {
- "type": "workflow",
- "target": "/projects/ouv1b/workflows/eek8w",
- "version": 1,
- "name": "sit",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "officia",
- "children": [
- {
- "type": "change",
- "target": "/projects/dp727/environments/iyvfq/assets/ljryw",
- "action": "generate",
- "template_version": "095tx",
- "name": "et",
- "start_time": null
}, - {
- "type": "wait",
- "name": "quis"
}, - {
- "type": "workflow",
- "target": "/projects/fnzug/workflows/mjhro",
- "version": 1,
- "name": "consequatur",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "et",
- "children": [
- {
- "type": "change",
- "target": "/projects/to9ih/environments/c9zvi/assets/2zto6",
- "action": "quantify",
- "template_version": "y9r90",
- "name": "nobis",
- "start_time": null
}, - {
- "type": "wait",
- "name": "labore"
}, - {
- "type": "workflow",
- "target": "/projects/tgihd/workflows/tyeqg",
- "version": null,
- "name": "debitis",
- "start_time": "2026-03-14T09:32:59Z"
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1aeb88be-9444-4179-bbbc-74e2eafb7306",
- "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: c4d3e36a-b32e-4ada-abca-45b66e90be49 properties id |
{- "data": {
- "id": "9d57de26-e66d-4191-bacd-3004f2e657ef",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:47.224256Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/9d57de26-e66d-4191-bacd-3004f2e657ef",
- "current_version": "/api/properties/9d57de26-e66d-4191-bacd-3004f2e657ef/versions/1",
- "versions": "/api/properties/9d57de26-e66d-4191-bacd-3004f2e657ef/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: c4d3e36a-b32e-4ada-abca-45b66e90be49 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": "caeb9b19-64c1-4008-8766-e4ca7d4b9d43",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-03-13T09:33:47.353051Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/caeb9b19-64c1-4008-8766-e4ca7d4b9d43",
- "current_version": "/api/properties/caeb9b19-64c1-4008-8766-e4ca7d4b9d43/versions/2",
- "versions": "/api/properties/caeb9b19-64c1-4008-8766-e4ca7d4b9d43/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: c4d3e36a-b32e-4ada-abca-45b66e90be49 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "fc29fac9-70dc-4714-abfc-3eea8bbbaff6",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-03-13T09:33:47.608000Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/fc29fac9-70dc-4714-abfc-3eea8bbbaff6",
- "current_version": "/api/properties/fc29fac9-70dc-4714-abfc-3eea8bbbaff6/versions/2",
- "versions": "/api/properties/fc29fac9-70dc-4714-abfc-3eea8bbbaff6/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: c4d3e36a-b32e-4ada-abca-45b66e90be49 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": "a5456d23-dbdb-4ee9-86c6-6f65df9d6d1e",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "opschain": {
- "files": {
- "/opt/opschain/sample.txt": {
- "mode": "0600",
- "format": "raw",
- "content": "Sample file property\n"
}
}
}
}, - "version": 2,
- "created_at": "2026-03-13T09:33:47.876213Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/a5456d23-dbdb-4ee9-86c6-6f65df9d6d1e",
- "current_version": "/api/properties/a5456d23-dbdb-4ee9-86c6-6f65df9d6d1e/versions/2",
- "versions": "/api/properties/a5456d23-dbdb-4ee9-86c6-6f65df9d6d1e/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: c4d3e36a-b32e-4ada-abca-45b66e90be49 properties id |
{- "data": [
- {
- "id": "16230562-d298-4472-b4d8-390329c6644e",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:47.981680Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "94e9db48-eeed-43d6-9ec7-79eb0a2d053a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/94e9db48-eeed-43d6-9ec7-79eb0a2d053a"
}
}
}, - "links": {
- "versions": "/api/properties/94e9db48-eeed-43d6-9ec7-79eb0a2d053a/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/94e9db48-eeed-43d6-9ec7-79eb0a2d053a/versions/1"
}, - "meta": { }
}
]
}Shows the properties JSON for this properties version.
| properties_id required | string Example: c4d3e36a-b32e-4ada-abca-45b66e90be49 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "03776a89-99d5-4b03-b938-51cd3ee1e1cd",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:48.127257Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c36438f8-4278-4f9c-90b2-9fb0391b7f66",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c36438f8-4278-4f9c-90b2-9fb0391b7f66"
}
}
}, - "links": {
- "versions": "/api/properties/c36438f8-4278-4f9c-90b2-9fb0391b7f66/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/c36438f8-4278-4f9c-90b2-9fb0391b7f66/versions/1"
}, - "meta": { }
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | |
| download | string Example: download=changes.csv Download changes in CSV format with the specified file name. The changes will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": [
- {
- "id": "2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "type": "change",
- "attributes": {
- "created_by": "caroll_gutkowski",
- "name": "navigate",
- "action": "navigate",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "firewall": "compressing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-03-13T09:33:16.111815Z",
- "started_at": "2026-03-13T09:26:03.938800Z",
- "finished_at": "2026-03-13T09:29:02.525084Z",
- "updated_at": "2026-03-13T09:33:16.152325Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "a81ad2fd14c356c64c64e640b95c4045a159edb8",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "786e153d-8230-4270-8efb-60fa6db9ab6b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/786e153d-8230-4270-8efb-60fa6db9ab6b"
}
}, - "parents": {
- "data": [
- {
- "id": "04841149-9d55-4664-b77b-02553c9c492c",
- "type": "project"
}, - {
- "id": "b5a3c04e-868b-4ddf-91e1-aafb53e31dd7",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "dc89dfb8-2517-4f55-81e0-c04873b5f08f",
- "type": "step"
}, - "links": {
- "related": "/api/steps/dc89dfb8-2517-4f55-81e0-c04873b5f08f"
}
}, - "steps": {
- "data": [
- {
- "id": "dc89dfb8-2517-4f55-81e0-c04873b5f08f",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "f4772061-e2a2-45ab-8756-921ee41a4841",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f4772061-e2a2-45ab-8756-921ee41a4841"
}
}, - "override_settings": {
- "data": {
- "id": "49b06404-d5dc-4087-8651-2fd9309d1f05",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/49b06404-d5dc-4087-8651-2fd9309d1f05"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/e6e52732-cf19-4055-ac5e-3b002371b5e3",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "log_lines": "/api/changes/2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "dc89dfb8-2517-4f55-81e0-c04873b5f08f",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "navigate",
- "name": "navigate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:25:03.938800Z",
- "started_at": "2026-03-13T09:26:03.938800Z",
- "finished_at": "2026-03-13T09:29:02.525084Z",
- "updated_at": "2026-03-13T09:33:16.152325Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "786e153d-8230-4270-8efb-60fa6db9ab6b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/786e153d-8230-4270-8efb-60fa6db9ab6b"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "b34f93c4-4bee-474c-aff8-57fc5b37257f",
- "type": "properties_version"
}, - {
- "id": "dfb2c5bb-bf1d-43f5-9088-6fc2a07b3bb3",
- "type": "properties_version"
}, - {
- "id": "9e3d70fa-0278-4934-9215-443c75f0cd2c",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "change": "/api/projects/opc/environments/dev/changes/2129c8ce-7e51-4e4b-a8ef-9e81847b5ec2",
- "log_lines": "/api/steps/dc89dfb8-2517-4f55-81e0-c04873b5f08f/log_lines",
- "self": "/api/steps/dc89dfb8-2517-4f55-81e0-c04873b5f08f"
}, - "meta": { }
}, - {
- "id": "04841149-9d55-4664-b77b-02553c9c492c",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "wilton.russel",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4d1c639d-267f-4143-8fda-47a4af227f26",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4d1c639d-267f-4143-8fda-47a4af227f26"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5e5a60c5-cc56-4ceb-9ad6-d2aaf7eb7540",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5e5a60c5-cc56-4ceb-9ad6-d2aaf7eb7540"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "b5a3c04e-868b-4ddf-91e1-aafb53e31dd7",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "stuart"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "40fd5b2b-e3a1-4d9b-9349-8359a1eec1cd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/40fd5b2b-e3a1-4d9b-9349-8359a1eec1cd"
}
}, - "parents": {
- "data": [
- {
- "id": "04841149-9d55-4664-b77b-02553c9c492c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b9f044e1-cc46-40f1-be59-9e66e816a91d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b9f044e1-cc46-40f1-be59-9e66e816a91d"
}
}, - "project": {
- "data": {
- "id": "04841149-9d55-4664-b77b-02553c9c492c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true
}
}Creates a change in a specific project, environment or asset.
Notes:
changes path
(e.g. POST to /api/projects/{project_code}/changes) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/changes)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "capacitor": "programming"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "action": "index",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "type": "change",
- "attributes": {
- "created_by": "crista_von",
- "name": null,
- "action": "index",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "capacitor": "bypassing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-03-13T09:33:16.885517Z",
- "started_at": "2026-03-13T09:33:16.876288Z",
- "finished_at": null,
- "updated_at": "2026-03-13T09:33:16.895953Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "3abfcfc1-64d8-4c80-bbd6-873bdb696f44",
- "type": "project"
}, - {
- "id": "915f34ab-bd36-478f-8678-25ebde43f803",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "67283e3b-fa5a-406e-a29e-86f4934e5358",
- "type": "step"
}, - "links": {
- "related": "/api/steps/67283e3b-fa5a-406e-a29e-86f4934e5358"
}
}, - "steps": {
- "data": [
- {
- "id": "67283e3b-fa5a-406e-a29e-86f4934e5358",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "9c7f3bf9-ec2a-4959-9ea1-3f73dffa7c8f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9c7f3bf9-ec2a-4959-9ea1-3f73dffa7c8f"
}
}, - "override_settings": {
- "data": {
- "id": "fc350f4a-983b-4468-8a6b-b7529458bc84",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fc350f4a-983b-4468-8a6b-b7529458bc84"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/fe77860d-463d-49e6-869f-3612a0d48c51",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "log_lines": "/api/changes/63089bcf-f1a2-41c0-9547-6ba4c39740de/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "67283e3b-fa5a-406e-a29e-86f4934e5358",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "action": "index",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:33:16.888292Z",
- "started_at": "2026-03-13T09:33:16.876288Z",
- "finished_at": null,
- "updated_at": "2026-03-13T09:33:16.895953Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "change": "/api/projects/opc/environments/dev/changes/63089bcf-f1a2-41c0-9547-6ba4c39740de",
- "log_lines": "/api/steps/67283e3b-fa5a-406e-a29e-86f4934e5358/log_lines",
- "self": "/api/steps/67283e3b-fa5a-406e-a29e-86f4934e5358"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: cacf1d55-667b-4c3d-8648-9440dfb828db change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "b4094e1f-52e3-4d32-995e-6295e8425157",
- "type": "change",
- "attributes": {
- "created_by": "devin",
- "name": "reboot",
- "action": "reboot",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "circuit": "copying"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-03-13T09:33:17.364890Z",
- "started_at": "2026-03-13T09:26:00.310249Z",
- "finished_at": "2026-03-13T09:29:36.905138Z",
- "updated_at": "2026-03-13T09:33:17.372769Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "eaee97408a2d39b0866d3f503fb3691541a09592",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "acfea73b-8d35-4f0f-a28c-5b79eceb4dac",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/acfea73b-8d35-4f0f-a28c-5b79eceb4dac"
}
}, - "parents": {
- "data": [
- {
- "id": "0e87b1c4-22e3-42fa-b583-f19608047fff",
- "type": "project"
}, - {
- "id": "84a8f707-47c8-4359-91d5-fc10cee02396",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "aac01947-1eda-4cf2-a38d-136fb0d84da3",
- "type": "step"
}, - "links": {
- "related": "/api/steps/aac01947-1eda-4cf2-a38d-136fb0d84da3"
}
}, - "steps": {
- "data": [
- {
- "id": "aac01947-1eda-4cf2-a38d-136fb0d84da3",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "85fb5905-fc59-4a59-bb1c-ba650378f56d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/85fb5905-fc59-4a59-bb1c-ba650378f56d"
}
}, - "override_settings": {
- "data": {
- "id": "067e47b2-f353-4688-b0ee-f05c0f3eaa7c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/067e47b2-f353-4688-b0ee-f05c0f3eaa7c"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/83c9ee79-ddf3-45ac-ab10-e798a8fd7a8b",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/b4094e1f-52e3-4d32-995e-6295e8425157",
- "log_lines": "/api/changes/b4094e1f-52e3-4d32-995e-6295e8425157/log_lines"
}, - "meta": {
- "parallel_changes_allowed": true,
- "parallel_runs_of_same_change_allowed": false,
- "blocked_by_change_in_same_parent": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "aac01947-1eda-4cf2-a38d-136fb0d84da3",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "name": "reboot",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "b4094e1f-52e3-4d32-995e-6295e8425157",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:25:00.310249Z",
- "started_at": "2026-03-13T09:26:00.310249Z",
- "finished_at": "2026-03-13T09:29:36.905138Z",
- "updated_at": "2026-03-13T09:33:17.372769Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "acfea73b-8d35-4f0f-a28c-5b79eceb4dac",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/acfea73b-8d35-4f0f-a28c-5b79eceb4dac"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "0ea038ca-73d5-4da6-8ac6-5a5a7d7547b3",
- "type": "properties_version"
}, - {
- "id": "e8433dce-560e-4568-a475-828c61ed6718",
- "type": "properties_version"
}, - {
- "id": "043f3cfa-5f3f-49f0-b884-61a1fe704232",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "b4094e1f-52e3-4d32-995e-6295e8425157",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/b4094e1f-52e3-4d32-995e-6295e8425157",
- "change": "/api/projects/opc/environments/dev/changes/b4094e1f-52e3-4d32-995e-6295e8425157",
- "log_lines": "/api/steps/aac01947-1eda-4cf2-a38d-136fb0d84da3/log_lines",
- "self": "/api/steps/aac01947-1eda-4cf2-a38d-136fb0d84da3"
}, - "meta": { }
}, - {
- "id": "0e87b1c4-22e3-42fa-b583-f19608047fff",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "adrian",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9eab07fd-4747-4680-89c2-e1ccf9e6f859",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9eab07fd-4747-4680-89c2-e1ccf9e6f859"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "161eae3b-2025-4432-ac3a-3e240e333e82",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/161eae3b-2025-4432-ac3a-3e240e333e82"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "84a8f707-47c8-4359-91d5-fc10cee02396",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "aura_rowe"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "29160450-16be-49d6-a096-8828ae79ff27",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/29160450-16be-49d6-a096-8828ae79ff27"
}
}, - "parents": {
- "data": [
- {
- "id": "0e87b1c4-22e3-42fa-b583-f19608047fff",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c233fe07-03a7-495f-ba94-aca5c948e6d9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c233fe07-03a7-495f-ba94-aca5c948e6d9"
}
}, - "project": {
- "data": {
- "id": "0e87b1c4-22e3-42fa-b583-f19608047fff",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: cacf1d55-667b-4c3d-8648-9440dfb828db change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "program (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "transmitter": "copying"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "8afb3284-ddff-49d2-86ef-06a5e6296aa0",
- "type": "properties_version"
}, - {
- "id": "d7310d48-efb8-457f-af91-fc3da0eb4d3a",
- "type": "properties_version"
}, - {
- "id": "91db8992-e75c-4ff7-a5d3-5eca015c5971",
- "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)"
}, - "transmitter": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "8afb3284-ddff-49d2-86ef-06a5e6296aa0",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:18.691477Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "bfc6b021-b01e-4110-85de-eb85322d4fc0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/bfc6b021-b01e-4110-85de-eb85322d4fc0"
}
}
}, - "links": {
- "versions": "/api/properties/bfc6b021-b01e-4110-85de-eb85322d4fc0/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/bfc6b021-b01e-4110-85de-eb85322d4fc0/versions/1"
}, - "meta": { }
}, - {
- "id": "d7310d48-efb8-457f-af91-fc3da0eb4d3a",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:18.710673Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "66fc1319-0186-4405-8b7f-581149faba12",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/66fc1319-0186-4405-8b7f-581149faba12"
}
}
}, - "links": {
- "versions": "/api/properties/66fc1319-0186-4405-8b7f-581149faba12/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/66fc1319-0186-4405-8b7f-581149faba12/versions/1"
}, - "meta": { }
}, - {
- "id": "91db8992-e75c-4ff7-a5d3-5eca015c5971",
- "type": "properties_version",
- "attributes": {
- "data": {
- "transmitter": "copying"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:18.775350Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f8742f1c-40ab-4e8d-bdf2-79446ba0915c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f8742f1c-40ab-4e8d-bdf2-79446ba0915c"
}
}
}, - "links": {
- "versions": "/api/properties/f8742f1c-40ab-4e8d-bdf2-79446ba0915c/versions",
- "owner": "/api/projects/opc/environments/dev/changes/6ebdafb9-e363-40b6-ad02-22e5bd903c63",
- "self": "/api/properties/f8742f1c-40ab-4e8d-bdf2-79446ba0915c/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": [
- {
- "id": "f0667ada-42b4-4b8f-80f8-d043f5834a7b",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "jayson.farrell",
- "cron_schedule": "39 11 4 7 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "system": "backing up"
}, - "property_overrides": {
- "array": "navigating"
}, - "created_at": "2026-03-13T09:33:08.995125Z",
- "updated_at": "2026-03-13T09:33:08.995125Z",
- "next_run_at": "2026-07-04T01:39:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "override",
- "new_commits_only": true,
- "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": "c9993d4b-608a-4b8a-92ba-5565e319b0c4",
- "type": "project"
}, - {
- "id": "3a345a48-5b25-4ae6-aebd-1a223efd8d3a",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/91c0a81c-b08e-432e-9fc7-989c78d05f71",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/f0667ada-42b4-4b8f-80f8-d043f5834a7b"
}
}, - {
- "id": "621d9ffc-e564-4152-8d68-7406bdd0929e",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "leopoldo_turner",
- "cron_schedule": "57 22 25 7 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "indexing"
}, - "property_overrides": {
- "hard drive": "copying"
}, - "created_at": "2026-03-13T09:33:09.354212Z",
- "updated_at": "2026-03-13T09:33:09.354212Z",
- "next_run_at": "2026-07-06T12:57:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "c9993d4b-608a-4b8a-92ba-5565e319b0c4",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/621d9ffc-e564-4152-8d68-7406bdd0929e",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "c9993d4b-608a-4b8a-92ba-5565e319b0c4",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "josue",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0197bcac-daa3-4023-ac2c-beb11ff51bee",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0197bcac-daa3-4023-ac2c-beb11ff51bee"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "e29d10d8-df74-42d1-bed6-4a43820e0ee6",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/e29d10d8-df74-42d1-bed6-4a43820e0ee6"
}
}, - "children": {
- "data": [
- {
- "id": "3a345a48-5b25-4ae6-aebd-1a223efd8d3a",
- "type": "environment"
}, - {
- "id": "6d3a714b-acde-45ae-8307-406e22514d92",
- "type": "asset"
}, - {
- "id": "97350cb3-8911-4b5c-b431-a66d2462b14c",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "3a345a48-5b25-4ae6-aebd-1a223efd8d3a",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "catherine"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e31d3b3c-1769-45a6-ad3b-f169bcd10785",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e31d3b3c-1769-45a6-ad3b-f169bcd10785"
}
}, - "parents": {
- "data": [
- {
- "id": "c9993d4b-608a-4b8a-92ba-5565e319b0c4",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "79eb57f5-6ecd-40bb-80a6-e505383d23ad",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/79eb57f5-6ecd-40bb-80a6-e505383d23ad"
}
}, - "project": {
- "data": {
- "id": "c9993d4b-608a-4b8a-92ba-5565e319b0c4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "28 15 9 2 1",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "monitor": "backing up"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "feed": "navigating"
}, - "settings_overrides": {
- "repo_folder": "generating"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "0469c241-fc2d-4c8f-8a44-f465d9566eb0",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "sabrina",
- "cron_schedule": "10 11 20 12 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "protocol": "hacking"
}, - "property_overrides": {
- "driver": "indexing"
}, - "created_at": "2026-03-13T09:33:10.044537Z",
- "updated_at": "2026-03-13T09:33:10.044537Z",
- "next_run_at": "2026-12-07T00:10:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "neural",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "connecting"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "a8d22518-9dd8-4c86-b795-358eb84d4d42",
- "type": "project"
}, - {
- "id": "6df30ed3-7f9b-4d76-8b29-09ead50df082",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/eecce074-951c-4aaf-9803-fff37b1e2a75",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/0469c241-fc2d-4c8f-8a44-f465d9566eb0"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 406ef8db-647b-4a25-be88-241c04722438 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "22f55081-3c55-495f-b0bd-27de2bb372bd",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "ellyn",
- "cron_schedule": "57 14 8 12 0",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "matrix": "quantifying"
}, - "property_overrides": {
- "circuit": "bypassing"
}, - "created_at": "2026-03-13T09:33:10.553756Z",
- "updated_at": "2026-03-13T09:33:10.553756Z",
- "next_run_at": "2026-12-06T03:57:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "quantify",
- "new_commits_only": false,
- "git_rev": "mobile",
- "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": "f889cf1e-ff44-4bad-9299-c324486fe53d",
- "type": "project"
}, - {
- "id": "791345d1-b4a1-403c-9b42-a0ee3800c5ae",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/2cf55fa8-3df0-4f8f-9f06-1023f360c808",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/22f55081-3c55-495f-b0bd-27de2bb372bd"
}
}, - "included": [
- {
- "id": "f889cf1e-ff44-4bad-9299-c324486fe53d",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "kimberli",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8da3c05c-b592-44cb-9b83-8f5a6abb4d58",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8da3c05c-b592-44cb-9b83-8f5a6abb4d58"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a7320cd8-e8a8-4f86-a8f6-2a9865171763",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a7320cd8-e8a8-4f86-a8f6-2a9865171763"
}
}, - "children": {
- "data": [
- {
- "id": "a29b7dbc-fd7e-4923-b6c1-9595cc687822",
- "type": "asset"
}, - {
- "id": "791345d1-b4a1-403c-9b42-a0ee3800c5ae",
- "type": "environment"
}, - {
- "id": "8483eb9e-759b-4324-b4d7-aae34fa8bb98",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets",
- "agents": "/api/projects/opc/agents"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset",
- "agent"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "agents": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "791345d1-b4a1-403c-9b42-a0ee3800c5ae",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "grady"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6c1978b4-b0a8-456f-bcd1-b72e7aeaca1e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6c1978b4-b0a8-456f-bcd1-b72e7aeaca1e"
}
}, - "parents": {
- "data": [
- {
- "id": "f889cf1e-ff44-4bad-9299-c324486fe53d",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "407de48e-56b2-4380-a717-d427e977ca45",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/407de48e-56b2-4380-a717-d427e977ca45"
}
}, - "project": {
- "data": {
- "id": "f889cf1e-ff44-4bad-9299-c324486fe53d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.| scheduled_change_id required | string Example: 406ef8db-647b-4a25-be88-241c04722438 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "52 19 7 1 6",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "port": "programming"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "pixel": "compressing"
}, - "settings_overrides": {
- "repo_folder": "generating"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "1011b24c-1454-4cfc-af6f-5833efb45fdd",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "oda_hirthe",
- "cron_schedule": "52 12 8 4 4",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "application": "calculating"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "created_at": "2026-03-13T09:33:11.461031Z",
- "updated_at": "2026-03-13T09:33:11.779528Z",
- "next_run_at": "2026-04-02T01:52:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": true,
- "git_rev": "mobile",
- "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": "28c3f47b-d5e7-44f6-a4ca-5ef8a1ab7577",
- "type": "project"
}, - {
- "id": "13c50393-2ab8-43cb-a370-0b5d6e2f0174",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/09120efc-d941-4f68-9849-90a9bbe660b4",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/1011b24c-1454-4cfc-af6f-5833efb45fdd"
}
}
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "cd41ac43-2793-4233-ab20-45fd09f572db",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "back_up",
- "name": "back_up",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "4238d33a-4f7c-41e6-bdb7-027708461085",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:25:32.788725Z",
- "started_at": "2026-03-13T09:26:32.788725Z",
- "finished_at": "2026-03-13T09:32:06.207966Z",
- "updated_at": "2026-03-13T09:33:50.568419Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "00147865-99c2-4996-a7e3-a2a8790274d1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/00147865-99c2-4996-a7e3-a2a8790274d1"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "e49ac57e-9b88-43d2-9cab-0339fea54be4",
- "type": "properties_version"
}, - {
- "id": "d0a2ee67-bbbe-4afa-8611-4452f24c6f26",
- "type": "properties_version"
}, - {
- "id": "f061b99c-d988-4c4c-8486-8289405ea791",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "4238d33a-4f7c-41e6-bdb7-027708461085",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/4238d33a-4f7c-41e6-bdb7-027708461085",
- "change": "/api/projects/opc/environments/dev/changes/4238d33a-4f7c-41e6-bdb7-027708461085",
- "log_lines": "/api/steps/cd41ac43-2793-4233-ab20-45fd09f572db/log_lines",
- "self": "/api/steps/cd41ac43-2793-4233-ab20-45fd09f572db"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 144350b9-94e9-4256-92d8-eeeb4923b11f step id |
{- "data": {
- "id": "f60c7771-fff8-4461-8f52-b80b427eac51",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "bypass",
- "name": "bypass",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "d738c4a3-6bb2-42e2-9edc-fc74b1a9e399",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:26:14.753721Z",
- "started_at": "2026-03-13T09:27:14.753721Z",
- "finished_at": "2026-03-13T09:29:29.980065Z",
- "updated_at": "2026-03-13T09:33:50.781892Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c17b79ee-b6bf-4d22-97c7-381b11369607",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c17b79ee-b6bf-4d22-97c7-381b11369607"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "4a22f9fb-a014-4f36-9309-39f1e3d594e2",
- "type": "properties_version"
}, - {
- "id": "d179b005-c1d6-4637-b404-47b99ebe9e31",
- "type": "properties_version"
}, - {
- "id": "50d87bff-b339-4aff-a883-ddcdd031d7e7",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "d738c4a3-6bb2-42e2-9edc-fc74b1a9e399",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/d738c4a3-6bb2-42e2-9edc-fc74b1a9e399",
- "change": "/api/projects/opc/environments/dev/changes/d738c4a3-6bb2-42e2-9edc-fc74b1a9e399",
- "log_lines": "/api/steps/f60c7771-fff8-4461-8f52-b80b427eac51/log_lines",
- "self": "/api/steps/f60c7771-fff8-4461-8f52-b80b427eac51"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "port": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "4a22f9fb-a014-4f36-9309-39f1e3d594e2",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:50.683113Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "26296d28-24b8-4629-9b97-7e5cd3d8b808",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/26296d28-24b8-4629-9b97-7e5cd3d8b808"
}
}
}, - "links": {
- "versions": "/api/properties/26296d28-24b8-4629-9b97-7e5cd3d8b808/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/26296d28-24b8-4629-9b97-7e5cd3d8b808/versions/1"
}, - "meta": { }
}, - {
- "id": "d179b005-c1d6-4637-b404-47b99ebe9e31",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:50.703881Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3de11f52-a927-443b-a101-ffbf20907894",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3de11f52-a927-443b-a101-ffbf20907894"
}
}
}, - "links": {
- "versions": "/api/properties/3de11f52-a927-443b-a101-ffbf20907894/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/3de11f52-a927-443b-a101-ffbf20907894/versions/1"
}, - "meta": { }
}, - {
- "id": "50d87bff-b339-4aff-a883-ddcdd031d7e7",
- "type": "properties_version",
- "attributes": {
- "data": {
- "port": "backing up"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:50.768117Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "783393b4-21dd-4d0d-9c43-11941bf1730e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/783393b4-21dd-4d0d-9c43-11941bf1730e"
}
}
}, - "links": {
- "versions": "/api/properties/783393b4-21dd-4d0d-9c43-11941bf1730e/versions",
- "owner": "/api/projects/opc/environments/dev/changes/d738c4a3-6bb2-42e2-9edc-fc74b1a9e399",
- "self": "/api/properties/783393b4-21dd-4d0d-9c43-11941bf1730e/versions/1"
}, - "meta": { }
}, - {
- "id": "c17b79ee-b6bf-4d22-97c7-381b11369607",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "port": "backing up"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:50.814476Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/f60c7771-fff8-4461-8f52-b80b427eac51"
}
}
}, - "links": {
- "self": "/api/properties/c17b79ee-b6bf-4d22-97c7-381b11369607",
- "current_version": "/api/properties/c17b79ee-b6bf-4d22-97c7-381b11369607/versions/1",
- "versions": "/api/properties/c17b79ee-b6bf-4d22-97c7-381b11369607/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 144350b9-94e9-4256-92d8-eeeb4923b11f step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "61b5a358-c8e7-45e7-bba3-a10d04844e0f",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "copy",
- "name": "copy",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "93a30b23-449b-453f-8b31-d7496648153f",
- "skip_on_retry": true,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:24:17.542345Z",
- "started_at": "2026-03-13T09:25:17.542345Z",
- "finished_at": "2026-03-13T09:29:06.034495Z",
- "updated_at": "2026-03-13T09:33:51.338669Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "072287e0-2e35-4d45-9505-7a08baced9b2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/072287e0-2e35-4d45-9505-7a08baced9b2"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "64bdfbf8-9219-423c-8854-e1123d8484b3",
- "type": "properties_version"
}, - {
- "id": "e1de05d3-02af-4c84-a6df-10b15365fbfe",
- "type": "properties_version"
}, - {
- "id": "d459193c-afd4-4a4a-97c4-9f6373c7a4d2",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "93a30b23-449b-453f-8b31-d7496648153f",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/93a30b23-449b-453f-8b31-d7496648153f",
- "change": "/api/projects/opc/environments/dev/changes/93a30b23-449b-453f-8b31-d7496648153f",
- "log_lines": "/api/steps/61b5a358-c8e7-45e7-bba3-a10d04844e0f/log_lines",
- "self": "/api/steps/61b5a358-c8e7-45e7-bba3-a10d04844e0f"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: ad8c4eb4-767f-410a-bab6-a5014e479b82 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "08907122-0226-4353-9570-3c8db51aa9d4",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "hack",
- "name": "hack",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "ab8ce6f9-959a-4c8a-a6cf-4af5a01578cb",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:23:39.346237Z",
- "started_at": "2026-03-13T09:24:39.346237Z",
- "finished_at": "2026-03-13T09:33:53.005989Z",
- "updated_at": "2026-03-13T09:33:53.029306Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "beb72678-d48b-4888-ba43-3d077ab0675c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/beb72678-d48b-4888-ba43-3d077ab0675c"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "9778269f-000f-431b-a2fc-0013983c341d",
- "type": "properties_version"
}, - {
- "id": "c75e1bc8-b972-44b1-a8f6-5d631ea96ce7",
- "type": "properties_version"
}, - {
- "id": "1036788b-6800-4b84-a562-65dab3e670dc",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "ab8ce6f9-959a-4c8a-a6cf-4af5a01578cb",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/ab8ce6f9-959a-4c8a-a6cf-4af5a01578cb",
- "change": "/api/projects/opc/environments/dev/changes/ab8ce6f9-959a-4c8a-a6cf-4af5a01578cb",
- "log_lines": "/api/steps/08907122-0226-4353-9570-3c8db51aa9d4/log_lines",
- "self": "/api/steps/08907122-0226-4353-9570-3c8db51aa9d4"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: ad8c4eb4-767f-410a-bab6-a5014e479b82 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "c3623f69-2433-4112-8585-4a9a942920ea",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "action": "input",
- "name": "input",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "3f19f122-8866-41cb-8266-a13ebfc5d761",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:25:09.119971Z",
- "started_at": "2026-03-13T09:26:09.119971Z",
- "finished_at": null,
- "updated_at": "2026-03-13T09:33:53.717573Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b596a9d3-6058-4914-b75a-4d74ebdc1f79",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b596a9d3-6058-4914-b75a-4d74ebdc1f79"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "d6db2a8f-8bcc-4f55-811f-c164638e9bc2",
- "type": "properties_version"
}, - {
- "id": "b3ce88bb-6fa6-4239-af48-6791a5c53d55",
- "type": "properties_version"
}, - {
- "id": "50160486-1736-45f1-b287-65b130386e87",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "3f19f122-8866-41cb-8266-a13ebfc5d761",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/3f19f122-8866-41cb-8266-a13ebfc5d761",
- "change": "/api/projects/opc/environments/dev/changes/3f19f122-8866-41cb-8266-a13ebfc5d761",
- "log_lines": "/api/steps/c3623f69-2433-4112-8585-4a9a942920ea/log_lines",
- "self": "/api/steps/c3623f69-2433-4112-8585-4a9a942920ea"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: ad8c4eb4-767f-410a-bab6-a5014e479b82 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "cfa2c411-aebb-4aa6-8df2-8291423ab576",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "action": "override",
- "name": "override",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "89c0e0e9-fb8c-4357-874d-3e85b5eab735",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-03-13T09:23:44.405505Z",
- "started_at": "2026-03-13T09:24:44.405505Z",
- "finished_at": "2026-03-13T09:33:54.648490Z",
- "updated_at": "2026-03-13T09:33:54.657901Z",
- "status_code": "aborted"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "912e3945-d783-4306-ad23-c8a153041387",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/912e3945-d783-4306-ad23-c8a153041387"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "adb115f4-0dfa-46ad-a2fb-cabb505ce5ad",
- "type": "properties_version"
}, - {
- "id": "19b7429c-9ea8-4fb4-bb07-bf0ad9aa555c",
- "type": "properties_version"
}, - {
- "id": "ffddb53c-a336-4c1c-8dc0-f45e6bd997e3",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "89c0e0e9-fb8c-4357-874d-3e85b5eab735",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/89c0e0e9-fb8c-4357-874d-3e85b5eab735",
- "change": "/api/projects/opc/environments/dev/changes/89c0e0e9-fb8c-4357-874d-3e85b5eab735",
- "log_lines": "/api/steps/cfa2c411-aebb-4aa6-8df2-8291423ab576/log_lines",
- "self": "/api/steps/cfa2c411-aebb-4aa6-8df2-8291423ab576"
}, - "meta": { }
}
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 144350b9-94e9-4256-92d8-eeeb4923b11f step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "parse (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "monitor": "programming"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "8895dc56-deb7-42b2-b014-3c322f061902",
- "type": "properties_version"
}, - {
- "id": "98bbf619-e56d-4848-b44c-8837f2ff6e4c",
- "type": "properties_version"
}, - {
- "id": "13e3c370-2071-4e44-b1f7-39c72fbaf52c",
- "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)"
}, - "monitor": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "8895dc56-deb7-42b2-b014-3c322f061902",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-03-13T09:33:55.388399Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "03d91868-3cf2-4f27-9c6b-a4a11cc4b80e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/03d91868-3cf2-4f27-9c6b-a4a11cc4b80e"
}
}
}, - "links": {
- "versions": "/api/properties/03d91868-3cf2-4f27-9c6b-a4a11cc4b80e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/03d91868-3cf2-4f27-9c6b-a4a11cc4b80e/versions/1"
}, - "meta": { }
}, - {
- "id": "98bbf619-e56d-4848-b44c-8837f2ff6e4c",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-03-13T09:33:55.410413Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5648c3e4-a9f2-4e0a-a7e5-ff6cc0a72f31",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5648c3e4-a9f2-4e0a-a7e5-ff6cc0a72f31"
}
}
}, - "links": {
- "versions": "/api/properties/5648c3e4-a9f2-4e0a-a7e5-ff6cc0a72f31/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/5648c3e4-a9f2-4e0a-a7e5-ff6cc0a72f31/versions/1"
}, - "meta": { }
}, - {
- "id": "13e3c370-2071-4e44-b1f7-39c72fbaf52c",
- "type": "properties_version",
- "attributes": {
- "data": {
- "monitor": "programming"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:55.473897Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2bb43a71-17ec-4e4a-85d2-ab1c6186e3b4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2bb43a71-17ec-4e4a-85d2-ab1c6186e3b4"
}
}
}, - "links": {
- "versions": "/api/properties/2bb43a71-17ec-4e4a-85d2-ab1c6186e3b4/versions",
- "owner": "/api/projects/opc/environments/dev/changes/bc06cf7e-5754-4dce-a3b1-298353116f69",
- "self": "/api/properties/2bb43a71-17ec-4e4a-85d2-ab1c6186e3b4/versions/1"
}, - "meta": { }
}
]
}List the log lines for a change.
| change_id required | string Example: cacf1d55-667b-4c3d-8648-9440dfb828db |
| 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": "2b723179-ab0a-4809-be66-f49177665e1d",
- "type": "log_line",
- "attributes": {
- "message": "Corrupti doloremque sunt nisi.",
- "category": "action",
- "change_id": "b7157370-724d-4699-b9b2-d392281ecbf3",
- "step_id": "1c710c7d-aa38-48bf-9911-75a99f73247c",
- "logged_at": "2026-03-12T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 144350b9-94e9-4256-92d8-eeeb4923b11f |
| 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": "63ee4711-fb7e-4488-a328-38e265b916fa",
- "type": "log_line",
- "attributes": {
- "message": "Consequatur quasi aspernatur fuga.",
- "category": "action",
- "change_id": "9e56748c-a364-49f1-9d71-354866aaaa8d",
- "step_id": "0a27abd3-5d04-4855-abc7-2438404e886f",
- "logged_at": "2026-03-12T00: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": "34dc3c8b-46d9-4ab6-a623-dfb7c83a9928",
- "type": "log_line",
- "attributes": {
- "message": "Excepturi eum accusamus neque.",
- "category": "action",
- "change_id": "e43d5cab-6a38-452e-8f2b-b0daa4e3a950",
- "step_id": "ffb92107-cfbd-44f6-a51b-54055da65bde",
- "logged_at": "2026-03-12T00: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: 825be1a6-ded7-4093-9831-e75cb6a1af75 |
| 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": "88544fec-eaf9-44da-abb5-a41187130251",
- "type": "log_line",
- "attributes": {
- "message": "Quo sunt qui itaque.",
- "category": "action",
- "workflow_run_id": "3f9dc201-e322-45bc-9b79-827e2c1f5bfa",
- "workflow_step_id": "491d4d66-f3d2-4694-9d50-fe7618ee5d71",
- "logged_at": "2026-03-12T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: 7b17a030-1718-4f9d-91ea-742ad597e438 |
| 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": "a3914f62-173a-4f18-88ae-9fff8b25c5de",
- "type": "log_line",
- "attributes": {
- "message": "Veniam suscipit velit id.",
- "category": "action",
- "workflow_run_id": "f2473c73-8b4d-466c-81b2-5569157aef4a",
- "workflow_step_id": "4bb81f6b-61f2-41f0-9173-550bb0b523a0",
- "logged_at": "2026-03-12T00: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": "e780931b-e6e0-48a1-a362-b066c290c66c",
- "type": "log_line",
- "attributes": {
- "message": "Incidunt quia doloremque dignissimos.",
- "category": "action",
- "workflow_run_id": "fb476a59-d1a6-4e71-bf6f-3b77dc942149",
- "workflow_step_id": "5fc92331-80c5-48c3-97d4-b3d00ea26554",
- "logged_at": "2026-03-12T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.{- "data": [
- {
- "id": "ae6300d6-7a93-4aa9-bb4e-091f1a5c81b1",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "57713d34-2613-481f-ad72-923b4d62f3c8",
- "name": "minima",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "96e6f4e5-964c-4d63-b8b4-294ce1118480",
- "name": "nesciunt",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "c289bdd8-7578-4981-92fd-9e61cfa606bf",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/ksmkx/environments/pakhb/assets/g6dfi"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "c5ba6a74-6d10-4ca8-bfd7-8c4f8c69eb8d",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/pymcd/environments/7swxn/assets/e5t1x"
}, - {
- "id": "6a30cfd7-023a-428f-9aa4-82428131f858",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "eaacac33-e13d-4d00-9360-19200228e0f7",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/idjxf/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Viva": "0.30",
- "Zoolab": "2.1",
- "Konklab": "7.1",
- "Transcof": "5.5.7",
- "Zaam-Dox": "8.7",
- "Lotstring": "1.4",
- "Ronstring": "2.3.7",
- "Stronghold": "1.45",
- "Voltsillam": "2.7",
- "Toughjoyfax": "4.8.4"
}, - "created_by": "donnell",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:01.980372Z",
- "started_at": "2026-03-13T09:25:35.744454Z",
- "finished_at": "2026-03-13T09:32:25.086219Z",
- "updated_at": "2026-03-13T09:34:01.989721Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "6b4d4d91-42ec-4f4d-8d08-257fc0ce48cc",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "98fedbc1-f11a-4107-ba6a-52d7433e1f5f",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "57713d34-2613-481f-ad72-923b4d62f3c8",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "eaacac33-e13d-4d00-9360-19200228e0f7",
- "type": "workflow_workflow_step"
}, - {
- "id": "96e6f4e5-964c-4d63-b8b4-294ce1118480",
- "type": "workflow_noop_step"
}, - {
- "id": "57713d34-2613-481f-ad72-923b4d62f3c8",
- "type": "workflow_noop_step"
}, - {
- "id": "6a30cfd7-023a-428f-9aa4-82428131f858",
- "type": "workflow_wait_step"
}, - {
- "id": "c5ba6a74-6d10-4ca8-bfd7-8c4f8c69eb8d",
- "type": "workflow_change_step"
}, - {
- "id": "c289bdd8-7578-4981-92fd-9e61cfa606bf",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "f65e1d1f-47f3-45be-a3e7-ed95b82eb0b9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f65e1d1f-47f3-45be-a3e7-ed95b82eb0b9"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/ae6300d6-7a93-4aa9-bb4e-091f1a5c81b1",
- "log_lines": "/api/workflow_runs/ae6300d6-7a93-4aa9-bb4e-091f1a5c81b1/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "6b4d4d91-42ec-4f4d-8d08-257fc0ce48cc",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "aaron.gerhold",
- "created_at": "2026-03-13T09:34:01.937839Z",
- "updated_at": "2026-03-13T09:34:01.950570Z",
- "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": "6e8904d1-d87d-4c51-9c22-a9218423fcf6",
- "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": [
- "f418e68d-7936-40e4-91d5-83863b4c9800"
], - "ldap_groups": [
- "ldap_group_name"
], - "email_addresses": [
- "limepoint@opschain.com"
], - "events": "cancel"
}
}
}
}{- "data": {
- "id": "6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7048f4fd-39ef-4137-b3f2-736b0c55cbf0",
- "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": "rick",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:02.872715Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:02.884256Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "e925018c-1613-41a4-88e1-06d47ee53179",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "eeb0dd05-f634-46ad-9ebe-67e492f3451e",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "type": "workflow_noop_step"
}, - {
- "id": "7048f4fd-39ef-4137-b3f2-736b0c55cbf0",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "011233be-d18f-4b4e-9dbf-b0631dc7fe4b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/011233be-d18f-4b4e-9dbf-b0631dc7fe4b"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5",
- "log_lines": "/api/workflow_runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "e925018c-1613-41a4-88e1-06d47ee53179",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "conrad",
- "created_at": "2026-03-13T09:34:02.472677Z",
- "updated_at": "2026-03-13T09:34:02.483199Z",
- "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": "da1f31c2-3427-4a1d-aa3c-ba2f8eb92e28",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "6b42eb6e-2fa7-43e1-b3d0-6d18448792ba",
- "node_type": "asset",
- "parent_id": "6b42eb6e-2fa7-43e1-b3d0-6d18448792ba",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-13T09:34:02.414Z",
- "updated_at": "2026-03-13T09:34:02.414Z",
- "project_type": null,
- "template_version_id": "45eb6bcb-a96b-448f-b8c7-b8c5d807384d",
- "created_by": "leida_kuhlman"
}, - "action_template_version": {
- "id": "45eb6bcb-a96b-448f-b8c7-b8c5d807384d",
- "commit_id": "e3a215ae-58c2-49aa-8b70-d46afc665aa1",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-13T09:34:02.399Z",
- "updated_at": "2026-03-13T09:34:02.399Z",
- "state": "ready",
- "created_by": "ruben",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "eb3da9cb-be8d-4f61-89d3-51eb7e053795",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "6b42eb6e-2fa7-43e1-b3d0-6d18448792ba",
- "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": "ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "rick",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:02.878812Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:02.884256Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "7048f4fd-39ef-4137-b3f2-736b0c55cbf0",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5/steps/ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "log_lines": "/api/workflow_steps/ed0e8673-5d61-44ea-bb72-8ad4fdae29f0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5"
}
}, - {
- "id": "7048f4fd-39ef-4137-b3f2-736b0c55cbf0",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "rick",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:02.888038Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:02.893994Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "da1f31c2-3427-4a1d-aa3c-ba2f8eb92e28",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "45eb6bcb-a96b-448f-b8c7-b8c5d807384d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5/steps/7048f4fd-39ef-4137-b3f2-736b0c55cbf0",
- "log_lines": "/api/workflow_steps/7048f4fd-39ef-4137-b3f2-736b0c55cbf0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5/steps/ed0e8673-5d61-44ea-bb72-8ad4fdae29f0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6dd86d20-7ed4-4ebf-b75c-17fcf4e73bc5"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
{- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "name": "dolore",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "f074d46e-2efe-4633-9451-d799aeb3c39f",
- "name": "quia",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "83ed4e6e-c9c3-4753-a50f-9f33eccdc66e",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/jjkf1/environments/4pcjw/assets/tadup"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "c15a5787-eac9-435b-ba69-e627c3b3f636",
- "name": "parse",
- "type": "workflow_change_step",
- "action": "parse",
- "target": "/projects/kpjlf/environments/7cfl6/assets/few30"
}, - {
- "id": "ead7feb0-cf8c-4f26-a391-e6768ef7a945",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "6bd3da52-066d-4a58-82fc-5a8edb75f359",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/wmlbx/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Duobam": "7.8.3",
- "Keylex": "0.97",
- "Bitchip": "9.4",
- "Fix San": "4.6",
- "Zontrax": "2.77",
- "Overhold": "6.5",
- "Transcof": "1.83",
- "Wrapsafe": "8.2.4",
- "Daltfresh": "1.0.5",
- "Ventosanzap": "0.39"
}, - "created_by": "michael",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:04.341268Z",
- "started_at": "2026-03-13T09:26:12.671041Z",
- "finished_at": "2026-03-13T09:26:25.319425Z",
- "updated_at": "2026-03-13T09:34:04.350251Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "d42e17a5-dbe9-4354-b1d0-6b82bdf4a368",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "7c7da39d-378c-4baa-9a52-51dc94a2caeb",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "c15a5787-eac9-435b-ba69-e627c3b3f636",
- "type": "workflow_change_step"
}, - {
- "id": "ead7feb0-cf8c-4f26-a391-e6768ef7a945",
- "type": "workflow_wait_step"
}, - {
- "id": "6bd3da52-066d-4a58-82fc-5a8edb75f359",
- "type": "workflow_workflow_step"
}, - {
- "id": "2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "type": "workflow_noop_step"
}, - {
- "id": "f074d46e-2efe-4633-9451-d799aeb3c39f",
- "type": "workflow_noop_step"
}, - {
- "id": "83ed4e6e-c9c3-4753-a50f-9f33eccdc66e",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "1d22c1c3-c076-40f8-9a32-687137c346b7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1d22c1c3-c076-40f8-9a32-687137c346b7"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "log_lines": "/api/workflow_runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "d42e17a5-dbe9-4354-b1d0-6b82bdf4a368",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "shin",
- "created_at": "2026-03-13T09:34:04.295253Z",
- "updated_at": "2026-03-13T09:34:04.310953Z",
- "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": "8fe9ab3f-bdf4-4a79-bb1e-5aadad1c9a56",
- "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": "c15a5787-eac9-435b-ba69-e627c3b3f636",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "michael",
- "name": "parse",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:04.556020Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:04.596921Z",
- "action": "parse",
- "property_overrides": {
- "firewall": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "59f4e6f8-2872-4efa-9119-785cd10db722",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "08c3cf21-41bb-4b8f-a1f8-e881489e26ba",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/c15a5787-eac9-435b-ba69-e627c3b3f636",
- "log_lines": "/api/workflow_steps/c15a5787-eac9-435b-ba69-e627c3b3f636/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}, - {
- "id": "ead7feb0-cf8c-4f26-a391-e6768ef7a945",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "michael",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:04.604038Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:04.612969Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/ead7feb0-cf8c-4f26-a391-e6768ef7a945",
- "log_lines": "/api/workflow_steps/ead7feb0-cf8c-4f26-a391-e6768ef7a945/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}, - {
- "id": "6bd3da52-066d-4a58-82fc-5a8edb75f359",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "michael",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:04.667542Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:04.674652Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "c5620763-d0f1-422b-a39e-3eed30b7f66d",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/6bd3da52-066d-4a58-82fc-5a8edb75f359",
- "log_lines": "/api/workflow_steps/6bd3da52-066d-4a58-82fc-5a8edb75f359/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}, - {
- "id": "2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "michael",
- "name": "dolore",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:04.345670Z",
- "started_at": "2026-03-13T09:26:12.671041Z",
- "finished_at": "2026-03-13T09:26:25.319425Z",
- "updated_at": "2026-03-13T09:34:04.350251Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f074d46e-2efe-4633-9451-d799aeb3c39f",
- "type": "workflow_noop_step"
}, - {
- "id": "c15a5787-eac9-435b-ba69-e627c3b3f636",
- "type": "workflow_change_step"
}, - {
- "id": "ead7feb0-cf8c-4f26-a391-e6768ef7a945",
- "type": "workflow_wait_step"
}, - {
- "id": "6bd3da52-066d-4a58-82fc-5a8edb75f359",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "log_lines": "/api/workflow_steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}, - {
- "id": "f074d46e-2efe-4633-9451-d799aeb3c39f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "michael",
- "name": "quia",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-13T09:34:04.353632Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:04.449561Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "83ed4e6e-c9c3-4753-a50f-9f33eccdc66e",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/f074d46e-2efe-4633-9451-d799aeb3c39f",
- "log_lines": "/api/workflow_steps/f074d46e-2efe-4633-9451-d799aeb3c39f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/2a8f6090-afde-4d55-a51d-e8c6156b7a48",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}, - {
- "id": "83ed4e6e-c9c3-4753-a50f-9f33eccdc66e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "michael",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:04.451476Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:04.457242Z",
- "action": "transmit",
- "property_overrides": {
- "bus": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "58e324ae-c84d-442f-8841-51477a067ce4",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f775c4b0-3582-48cd-b7cd-5ea30a4976ff",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "800b1a5b-3520-4b9b-b9a4-1b6f6d612b59",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/83ed4e6e-c9c3-4753-a50f-9f33eccdc66e",
- "log_lines": "/api/workflow_steps/83ed4e6e-c9c3-4753-a50f-9f33eccdc66e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59/steps/f074d46e-2efe-4633-9451-d799aeb3c39f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/800b1a5b-3520-4b9b-b9a4-1b6f6d612b59"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "d7f544e7-533a-4dd3-ad38-ac3376a121ef",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "b378f251-c669-44f0-b0af-5c99284d476e",
- "name": "ut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "02170239-b65b-486e-8322-be1899d1efdb",
- "name": "eos",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "10a97325-4dcd-4a1c-8fe7-48d83d2adbbc",
- "name": "copy",
- "type": "workflow_change_step",
- "action": "copy",
- "target": "/projects/ujpx5/environments/y4lpx/assets/endia"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "b8017e07-ec5b-43f6-8ef6-ac6142536894",
- "name": "navigate",
- "type": "workflow_change_step",
- "action": "navigate",
- "target": "/projects/bhsi4/environments/vfv2n/assets/wdluk"
}, - {
- "id": "3439b0e7-3c03-46bc-a453-dace074632f5",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "7829af84-06bb-46b2-af5a-ff4a6328b14a",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/cx3uz/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Tin": "9.70",
- "Viva": "4.5",
- "Alpha": "4.0",
- "Asoka": "4.9.9",
- "Vagram": "0.2.0",
- "Quo Lux": "6.4",
- "Veribet": "3.47",
- "Treeflex": "6.5",
- "Lotstring": "6.75"
}, - "created_by": "kacie",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:07.329416Z",
- "started_at": "2026-03-13T09:28:37.135683Z",
- "finished_at": "2026-03-13T09:33:00.002832Z",
- "updated_at": "2026-03-13T09:34:07.337883Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "0210ab3f-ec33-4089-be35-13321297f78c",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "1d42def5-fade-4f8e-9cb9-583ace3f7384",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "b378f251-c669-44f0-b0af-5c99284d476e",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "02170239-b65b-486e-8322-be1899d1efdb",
- "type": "workflow_noop_step"
}, - {
- "id": "10a97325-4dcd-4a1c-8fe7-48d83d2adbbc",
- "type": "workflow_change_step"
}, - {
- "id": "b378f251-c669-44f0-b0af-5c99284d476e",
- "type": "workflow_noop_step"
}, - {
- "id": "b8017e07-ec5b-43f6-8ef6-ac6142536894",
- "type": "workflow_change_step"
}, - {
- "id": "3439b0e7-3c03-46bc-a453-dace074632f5",
- "type": "workflow_wait_step"
}, - {
- "id": "7829af84-06bb-46b2-af5a-ff4a6328b14a",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "a8b977fb-4bf6-4d93-b37e-800547279b48",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a8b977fb-4bf6-4d93-b37e-800547279b48"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/d7f544e7-533a-4dd3-ad38-ac3376a121ef",
- "log_lines": "/api/workflow_runs/d7f544e7-533a-4dd3-ad38-ac3376a121ef/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "0210ab3f-ec33-4089-be35-13321297f78c",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "travis",
- "created_at": "2026-03-13T09:34:07.289731Z",
- "updated_at": "2026-03-13T09:34:07.301415Z",
- "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": "d82e0e67-46fa-43fa-8baa-1bfca2c9960b",
- "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": "83a6b44f-08ce-43aa-81d8-a137d9ac6395",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "9cddd840-705e-44c8-b4e5-0e01a300fca4",
- "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": "teressa",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:08.779394Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:08.791026Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "42dea632-7c5e-4fac-81c0-1d6c6f18a52c",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "cd74c0ec-ec6d-421e-b401-d9e33b969e0c",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "type": "workflow_noop_step"
}, - {
- "id": "9cddd840-705e-44c8-b4e5-0e01a300fca4",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "9250494a-92e6-465a-b388-2c65c3ce0ecd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9250494a-92e6-465a-b388-2c65c3ce0ecd"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395",
- "log_lines": "/api/workflow_runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "42dea632-7c5e-4fac-81c0-1d6c6f18a52c",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "alyce_mclaughlin",
- "created_at": "2026-03-13T09:34:08.409472Z",
- "updated_at": "2026-03-13T09:34:08.421862Z",
- "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": "052bee05-10b6-420a-8203-56fed30fe365",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "1ca70866-fb84-4516-ad1c-328bad9f94b7",
- "node_type": "asset",
- "parent_id": "1ca70866-fb84-4516-ad1c-328bad9f94b7",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-03-13T09:34:08.347Z",
- "updated_at": "2026-03-13T09:34:08.347Z",
- "project_type": null,
- "template_version_id": "846f6b45-74c2-405c-b18e-64ae9cd72b38",
- "created_by": "laure_raynor"
}, - "action_template_version": {
- "id": "846f6b45-74c2-405c-b18e-64ae9cd72b38",
- "commit_id": "a77b9f57-a1ac-463d-a81c-84dd42d5a903",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-03-13T09:34:08.331Z",
- "updated_at": "2026-03-13T09:34:08.331Z",
- "state": "ready",
- "created_by": "delcie_satterfield",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "410c064c-168f-42a5-8059-3ede31c8be70",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1ca70866-fb84-4516-ad1c-328bad9f94b7",
- "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": "9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "teressa",
- "name": "assets workflow",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:08.785959Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:08.791026Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "83a6b44f-08ce-43aa-81d8-a137d9ac6395",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "9cddd840-705e-44c8-b4e5-0e01a300fca4",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395/steps/9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "log_lines": "/api/workflow_steps/9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395"
}
}, - {
- "id": "9cddd840-705e-44c8-b4e5-0e01a300fca4",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "teressa",
- "name": "run asset action",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:08.794817Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:08.799981Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "052bee05-10b6-420a-8203-56fed30fe365",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "846f6b45-74c2-405c-b18e-64ae9cd72b38",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "83a6b44f-08ce-43aa-81d8-a137d9ac6395",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395/steps/9cddd840-705e-44c8-b4e5-0e01a300fca4",
- "log_lines": "/api/workflow_steps/9cddd840-705e-44c8-b4e5-0e01a300fca4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395/steps/9ca1e6a9-4545-4f9a-83b0-ba39eec7b49b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/83a6b44f-08ce-43aa-81d8-a137d9ac6395"
}
}
]
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
{- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "name": "ducimus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "729529a3-9005-4a49-ab32-e29aab81743c",
- "name": "non",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "11f3888b-8bb7-445e-87d2-138a4a5884a3",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/poyzp/environments/ci50d/assets/z4n8w"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "23b0a0f3-28db-4e4b-9400-9723cb3987c2",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/n0yw0/environments/55gml/assets/ninlm"
}, - {
- "id": "bda9e087-80f5-4bb6-bb1b-54e08dc077d3",
- "name": "Wait",
- "type": "workflow_wait_step",
- "requires_approval_from": { }
}, - {
- "id": "96730413-597f-49e7-8ce1-acf994304409",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/4aqwj/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Span": "9.65",
- "Kanlam": "3.0",
- "Latlux": "0.69",
- "Tresom": "0.57",
- "Zaam-Dox": "0.76",
- "Daltfresh": "0.82",
- "Gembucket": "2.49",
- "Trippledex": "0.4.0"
}, - "created_by": "vicente",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:10.615382Z",
- "started_at": "2026-03-13T09:27:12.506645Z",
- "finished_at": "2026-03-13T09:30:01.983811Z",
- "updated_at": "2026-03-13T09:34:10.623734Z",
- "project_name": "OpsChain",
- "workflow_code": "assets"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "e29de8bc-c136-46b2-ad37-4dc4034dd44b",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "3b869bd7-74d8-49ec-948b-05e571326681",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "23b0a0f3-28db-4e4b-9400-9723cb3987c2",
- "type": "workflow_change_step"
}, - {
- "id": "bda9e087-80f5-4bb6-bb1b-54e08dc077d3",
- "type": "workflow_wait_step"
}, - {
- "id": "96730413-597f-49e7-8ce1-acf994304409",
- "type": "workflow_workflow_step"
}, - {
- "id": "3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "type": "workflow_noop_step"
}, - {
- "id": "729529a3-9005-4a49-ab32-e29aab81743c",
- "type": "workflow_noop_step"
}, - {
- "id": "11f3888b-8bb7-445e-87d2-138a4a5884a3",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "43669072-4604-4cf5-a683-4afba3e84afd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/43669072-4604-4cf5-a683-4afba3e84afd"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081",
- "log_lines": "/api/workflow_runs/d479d414-65e7-4803-997f-ea9abe6e9081/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "e29de8bc-c136-46b2-ad37-4dc4034dd44b",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "janae",
- "created_at": "2026-03-13T09:34:10.575400Z",
- "updated_at": "2026-03-13T09:34:10.588217Z",
- "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": "e1ab61bc-0049-4554-92ca-f0e65fbda679",
- "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": "23b0a0f3-28db-4e4b-9400-9723cb3987c2",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vicente",
- "name": "transmit",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:10.860537Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:10.866684Z",
- "action": "transmit",
- "property_overrides": {
- "card": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "0fec3927-4bbf-43eb-8180-d8f691305c31",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "88492be3-575d-4596-8059-92a3467ae191",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/23b0a0f3-28db-4e4b-9400-9723cb3987c2",
- "log_lines": "/api/workflow_steps/23b0a0f3-28db-4e4b-9400-9723cb3987c2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}, - {
- "id": "bda9e087-80f5-4bb6-bb1b-54e08dc077d3",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "vicente",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:10.872014Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:10.878316Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/bda9e087-80f5-4bb6-bb1b-54e08dc077d3",
- "log_lines": "/api/workflow_steps/bda9e087-80f5-4bb6-bb1b-54e08dc077d3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}, - {
- "id": "96730413-597f-49e7-8ce1-acf994304409",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vicente",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:10.935972Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:10.942021Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "aaae0e57-a047-4989-931e-a4bb282a356d",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/96730413-597f-49e7-8ce1-acf994304409",
- "log_lines": "/api/workflow_steps/96730413-597f-49e7-8ce1-acf994304409/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}, - {
- "id": "3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vicente",
- "name": "ducimus",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:10.619385Z",
- "started_at": "2026-03-13T09:27:12.506645Z",
- "finished_at": "2026-03-13T09:30:01.983811Z",
- "updated_at": "2026-03-13T09:34:10.623734Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "729529a3-9005-4a49-ab32-e29aab81743c",
- "type": "workflow_noop_step"
}, - {
- "id": "23b0a0f3-28db-4e4b-9400-9723cb3987c2",
- "type": "workflow_change_step"
}, - {
- "id": "bda9e087-80f5-4bb6-bb1b-54e08dc077d3",
- "type": "workflow_wait_step"
}, - {
- "id": "96730413-597f-49e7-8ce1-acf994304409",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "log_lines": "/api/workflow_steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}, - {
- "id": "729529a3-9005-4a49-ab32-e29aab81743c",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "vicente",
- "name": "non",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-13T09:34:10.626967Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:10.726133Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "11f3888b-8bb7-445e-87d2-138a4a5884a3",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/729529a3-9005-4a49-ab32-e29aab81743c",
- "log_lines": "/api/workflow_steps/729529a3-9005-4a49-ab32-e29aab81743c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/3077ea0e-e1ad-4077-91f5-04d4d7d81c75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}, - {
- "id": "11f3888b-8bb7-445e-87d2-138a4a5884a3",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vicente",
- "name": "bypass",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:10.727916Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:10.733798Z",
- "action": "bypass",
- "property_overrides": {
- "sensor": "connecting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "5c6c8ebf-27c3-40c6-9583-60e3f2f9cec0",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f52f6892-aac3-4824-b1d4-98ff7b1605ec",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "d479d414-65e7-4803-997f-ea9abe6e9081",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/11f3888b-8bb7-445e-87d2-138a4a5884a3",
- "log_lines": "/api/workflow_steps/11f3888b-8bb7-445e-87d2-138a4a5884a3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081/steps/729529a3-9005-4a49-ab32-e29aab81743c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d479d414-65e7-4803-997f-ea9abe6e9081"
}
}
]
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
{- "data": [
- {
- "id": "f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "enim",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:14.232163Z",
- "started_at": "2026-03-13T09:27:33.094491Z",
- "finished_at": "2026-03-13T09:29:34.613843Z",
- "updated_at": "2026-03-13T09:34:14.237035Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4ccd0d01-4df9-479e-a873-ef887e4644c6",
- "type": "workflow_noop_step"
}, - {
- "id": "cb4fdb12-f772-4448-97ca-7d4e8a404951",
- "type": "workflow_change_step"
}, - {
- "id": "b9d8bd55-76b5-4685-952a-daf88a01565d",
- "type": "workflow_wait_step"
}, - {
- "id": "42f64b7a-423c-496d-8260-902565308bc1",
- "type": "workflow_workflow_step"
}, - {
- "id": "bbd8a8e6-1409-46ce-ba3c-ef8bd563802f",
- "type": "workflow_change_step"
}, - {
- "id": "49df87cf-c302-4eec-a6ed-aeb97d900e11",
- "type": "workflow_wait_step"
}, - {
- "id": "96e35450-a03d-49aa-a0e1-8d5cbc03aaa0",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "log_lines": "/api/workflow_steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "c77b8e2f-716c-4735-a7d6-4843597b1a6f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "copy",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.356697Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.364013Z",
- "action": "copy",
- "property_overrides": {
- "hard drive": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "462df95d-eb36-4730-afb5-5798a488aea2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "4a1f390c-259b-4444-a0aa-c40949845ac8",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/c77b8e2f-716c-4735-a7d6-4843597b1a6f",
- "log_lines": "/api/workflow_steps/c77b8e2f-716c-4735-a7d6-4843597b1a6f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/4ccd0d01-4df9-479e-a873-ef887e4644c6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "4ccd0d01-4df9-479e-a873-ef887e4644c6",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "marlene",
- "name": "at",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-13T09:34:14.240251Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.354588Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "c77b8e2f-716c-4735-a7d6-4843597b1a6f",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/4ccd0d01-4df9-479e-a873-ef887e4644c6",
- "log_lines": "/api/workflow_steps/4ccd0d01-4df9-479e-a873-ef887e4644c6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "cb4fdb12-f772-4448-97ca-7d4e8a404951",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "connect",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.494984Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.501893Z",
- "action": "connect",
- "property_overrides": {
- "panel": "indexing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "52966a54-45f9-4fb2-9297-1b64b4cc0693",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "e9734ad6-6a32-467a-b6b1-bafd4d8193e8",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/cb4fdb12-f772-4448-97ca-7d4e8a404951",
- "log_lines": "/api/workflow_steps/cb4fdb12-f772-4448-97ca-7d4e8a404951/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "b9d8bd55-76b5-4685-952a-daf88a01565d",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marlene",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.506471Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.511703Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/b9d8bd55-76b5-4685-952a-daf88a01565d",
- "log_lines": "/api/workflow_steps/b9d8bd55-76b5-4685-952a-daf88a01565d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "42f64b7a-423c-496d-8260-902565308bc1",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.560868Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.567008Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "8f11abbd-8d4e-452d-b38d-5395ee948e36",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/42f64b7a-423c-496d-8260-902565308bc1",
- "log_lines": "/api/workflow_steps/42f64b7a-423c-496d-8260-902565308bc1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "bbd8a8e6-1409-46ce-ba3c-ef8bd563802f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "program",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.737922Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.745906Z",
- "action": "program",
- "property_overrides": {
- "bus": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "37be8f40-cf2c-4a57-9ab0-6d93cdc5fad1",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "8c9ca9a1-bd83-4a91-9f12-fd6416ce80d5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/bbd8a8e6-1409-46ce-ba3c-ef8bd563802f",
- "log_lines": "/api/workflow_steps/bbd8a8e6-1409-46ce-ba3c-ef8bd563802f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "49df87cf-c302-4eec-a6ed-aeb97d900e11",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marlene",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-03-13T09:24:52.013945Z",
- "started_at": "2026-03-13T09:25:52.013945Z",
- "finished_at": "2026-03-13T09:26:54.066855Z",
- "updated_at": "2026-03-13T09:34:14.759572Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/49df87cf-c302-4eec-a6ed-aeb97d900e11",
- "log_lines": "/api/workflow_steps/49df87cf-c302-4eec-a6ed-aeb97d900e11/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}, - {
- "id": "96e35450-a03d-49aa-a0e1-8d5cbc03aaa0",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marlene",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:14.765978Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:14.773168Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "8f11abbd-8d4e-452d-b38d-5395ee948e36",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "2f96b338-8d05-4e36-b6bf-8f5f42178a91",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/96e35450-a03d-49aa-a0e1-8d5cbc03aaa0",
- "log_lines": "/api/workflow_steps/96e35450-a03d-49aa-a0e1-8d5cbc03aaa0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91/steps/f5f87c71-b07d-4c3f-8cde-2bd26d19298c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2f96b338-8d05-4e36-b6bf-8f5f42178a91"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: e6a80e70-a82e-49da-a4d3-336992c2d029 workflow step id |
{- "data": {
- "id": "4b293964-9c4b-46a3-95ae-d2970c4919eb",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "stella",
- "name": "eos",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:15.104683Z",
- "started_at": "2026-03-13T09:26:18.506187Z",
- "finished_at": "2026-03-13T09:29:04.796192Z",
- "updated_at": "2026-03-13T09:34:15.112835Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "1da32af6-b57a-41e4-a649-df7c03a09c2c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "aa83f2b5-69f7-4cdf-85a6-e6ef6396c608",
- "type": "workflow_noop_step"
}, - {
- "id": "89d410c7-0355-4094-b24b-18b4789fd5fe",
- "type": "workflow_change_step"
}, - {
- "id": "4fe9fa14-cf3d-4bd0-a736-0f021149f6f3",
- "type": "workflow_wait_step"
}, - {
- "id": "7a65e87c-f071-4dc6-b9d9-470af115cba4",
- "type": "workflow_workflow_step"
}, - {
- "id": "363ecbcf-c921-48b3-bd8e-e903d201bbee",
- "type": "workflow_change_step"
}, - {
- "id": "ef79b4c3-3aeb-45c3-aee2-1c50574d3533",
- "type": "workflow_wait_step"
}, - {
- "id": "ed8de46f-c643-4908-a261-af1a8370ab7f",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/1da32af6-b57a-41e4-a649-df7c03a09c2c/steps/4b293964-9c4b-46a3-95ae-d2970c4919eb",
- "log_lines": "/api/workflow_steps/4b293964-9c4b-46a3-95ae-d2970c4919eb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/1da32af6-b57a-41e4-a649-df7c03a09c2c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/1da32af6-b57a-41e4-a649-df7c03a09c2c"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: e6a80e70-a82e-49da-a4d3-336992c2d029 workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "42902142-76c5-4d52-bb88-0c7e1026d20a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "houston",
- "name": "quantify",
- "skip_on_retry": true,
- "step_sequence": 5,
- "status_code": "error",
- "created_at": "2026-03-13T09:34:17.609078Z",
- "started_at": "2026-03-13T09:34:17.639665Z",
- "finished_at": "2026-03-13T09:35:17.639672Z",
- "updated_at": "2026-03-13T09:34:17.665793Z",
- "action": "quantify",
- "property_overrides": {
- "panel": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "eaed06df-a420-460f-ba55-3a2a5fd62ef2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "6081832a-2628-4417-b47d-7755e6c6059d",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a4a870b8-ee80-40ea-b69f-1dc531b8356e",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a4a870b8-ee80-40ea-b69f-1dc531b8356e/steps/42902142-76c5-4d52-bb88-0c7e1026d20a",
- "log_lines": "/api/workflow_steps/42902142-76c5-4d52-bb88-0c7e1026d20a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a4a870b8-ee80-40ea-b69f-1dc531b8356e/steps/8fc7e08c-ea77-40c4-9d98-9615c1c32a38",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a4a870b8-ee80-40ea-b69f-1dc531b8356e"
}
}
}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: 1b653332-707d-4ca0-8d29-7bef6786793d workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "05981a9a-49cf-47ec-a76e-5c244001a6c9",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "nancie.volkman",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "veronica",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-03-13T09:24:20.802487Z",
- "started_at": "2026-03-13T09:25:20.802487Z",
- "finished_at": "2026-03-13T09:34:19.725301Z",
- "updated_at": "2026-03-13T09:34:19.743683Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "447f91a2-2e55-45be-bcd4-d3a4f37890ef",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/447f91a2-2e55-45be-bcd4-d3a4f37890ef/steps/05981a9a-49cf-47ec-a76e-5c244001a6c9",
- "log_lines": "/api/workflow_steps/05981a9a-49cf-47ec-a76e-5c244001a6c9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/447f91a2-2e55-45be-bcd4-d3a4f37890ef/steps/5a075f46-81cb-4d87-bd83-d73487bd481c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/447f91a2-2e55-45be-bcd4-d3a4f37890ef"
}
}
}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: 97132fce-cb3f-4cf2-979c-fb4743b9eec1 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "ad3aa0ef-3bf4-40ae-8c02-638947cf2220",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "gilbert_kreiger",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "rueben",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-03-13T09:25:47.358072Z",
- "started_at": "2026-03-13T09:26:47.358072Z",
- "finished_at": "2026-03-13T09:34:21.787573Z",
- "updated_at": "2026-03-13T09:34:21.806977Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8220bba2-83d8-4c44-95e5-82750c326e2c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8220bba2-83d8-4c44-95e5-82750c326e2c/steps/ad3aa0ef-3bf4-40ae-8c02-638947cf2220",
- "log_lines": "/api/workflow_steps/ad3aa0ef-3bf4-40ae-8c02-638947cf2220/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8220bba2-83d8-4c44-95e5-82750c326e2c/steps/0586fc10-42ad-446c-92f8-57e787c99c2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8220bba2-83d8-4c44-95e5-82750c326e2c"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 294e1765-5ff4-407a-95c9-63a6a8884d07 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "5b7592ce-194f-446d-89ea-605d8147adc9",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "riley",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "milan",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-03-13T09:25:11.619618Z",
- "started_at": "2026-03-13T09:26:11.619618Z",
- "finished_at": "2026-03-13T09:34:24.662886Z",
- "updated_at": "2026-03-13T09:34:24.670044Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "19b57abe-b28f-42b8-a420-85b0061c5626",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/19b57abe-b28f-42b8-a420-85b0061c5626/steps/5b7592ce-194f-446d-89ea-605d8147adc9",
- "log_lines": "/api/workflow_steps/5b7592ce-194f-446d-89ea-605d8147adc9/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/19b57abe-b28f-42b8-a420-85b0061c5626/steps/5fed3864-3acb-4513-9bd5-b4c9b40120d5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/19b57abe-b28f-42b8-a420-85b0061c5626"
}
}
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
{- "data": [
- {
- "id": "c86635b7-6aa0-4a1e-9949-784d44d70882",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "quam",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:26.998816Z",
- "started_at": "2026-03-13T09:27:34.440349Z",
- "finished_at": "2026-03-13T09:27:49.019445Z",
- "updated_at": "2026-03-13T09:34:27.003077Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "b7724278-42bc-4d79-8441-3e18fa967df6",
- "type": "workflow_noop_step"
}, - {
- "id": "e76a0e39-dca9-4266-9c6d-ef984a1f6774",
- "type": "workflow_change_step"
}, - {
- "id": "3c2ff77b-beeb-44e7-9766-bab4be0f4dfc",
- "type": "workflow_wait_step"
}, - {
- "id": "bfc59fa8-fc79-46f5-bb49-15f4f3a43197",
- "type": "workflow_workflow_step"
}, - {
- "id": "ce0d474c-6c33-4002-bfe5-402fcafd545d",
- "type": "workflow_change_step"
}, - {
- "id": "d78e1c99-e363-4a80-89ec-3175d0e6f463",
- "type": "workflow_wait_step"
}, - {
- "id": "43c1ef63-735c-4f25-ad25-fed4517e066b",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "log_lines": "/api/workflow_steps/c86635b7-6aa0-4a1e-9949-784d44d70882/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "677029ba-ed07-460d-94b3-166f98da4d2d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "connect",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.334731Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.348072Z",
- "action": "connect",
- "property_overrides": {
- "card": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "b8d31280-bcf1-417c-8b37-d14b20132068",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "6cd66b68-d906-4b70-a40b-3d54582f3072",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/677029ba-ed07-460d-94b3-166f98da4d2d",
- "log_lines": "/api/workflow_steps/677029ba-ed07-460d-94b3-166f98da4d2d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/b7724278-42bc-4d79-8441-3e18fa967df6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "b7724278-42bc-4d79-8441-3e18fa967df6",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "marisha_haley",
- "name": "vel",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-03-13T09:34:27.005953Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.331493Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "677029ba-ed07-460d-94b3-166f98da4d2d",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/b7724278-42bc-4d79-8441-3e18fa967df6",
- "log_lines": "/api/workflow_steps/b7724278-42bc-4d79-8441-3e18fa967df6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "e76a0e39-dca9-4266-9c6d-ef984a1f6774",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "calculate",
- "skip_on_retry": false,
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.654283Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.670598Z",
- "action": "calculate",
- "property_overrides": {
- "panel": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "d3b11d2a-8c37-497d-971c-40c8517503ca",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "51f236c3-8981-43f5-bb0b-125bf7526793",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/e76a0e39-dca9-4266-9c6d-ef984a1f6774",
- "log_lines": "/api/workflow_steps/e76a0e39-dca9-4266-9c6d-ef984a1f6774/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "3c2ff77b-beeb-44e7-9766-bab4be0f4dfc",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.680194Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.697653Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/3c2ff77b-beeb-44e7-9766-bab4be0f4dfc",
- "log_lines": "/api/workflow_steps/3c2ff77b-beeb-44e7-9766-bab4be0f4dfc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "bfc59fa8-fc79-46f5-bb49-15f4f3a43197",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.792410Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.799010Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "6e31f85b-9bd5-4969-acc3-6c128d501364",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/bfc59fa8-fc79-46f5-bb49-15f4f3a43197",
- "log_lines": "/api/workflow_steps/bfc59fa8-fc79-46f5-bb49-15f4f3a43197/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "ce0d474c-6c33-4002-bfe5-402fcafd545d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "index",
- "skip_on_retry": false,
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.913854Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.919970Z",
- "action": "index",
- "property_overrides": {
- "feed": "calculating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "45f62447-8590-4725-8e92-51d2dd9ed697",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c9fec65c-836d-4eb5-bb74-c6632237af50",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/ce0d474c-6c33-4002-bfe5-402fcafd545d",
- "log_lines": "/api/workflow_steps/ce0d474c-6c33-4002-bfe5-402fcafd545d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "d78e1c99-e363-4a80-89ec-3175d0e6f463",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-03-13T09:25:41.232418Z",
- "started_at": "2026-03-13T09:26:41.232418Z",
- "finished_at": "2026-03-13T09:27:11.393585Z",
- "updated_at": "2026-03-13T09:34:27.930881Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/d78e1c99-e363-4a80-89ec-3175d0e6f463",
- "log_lines": "/api/workflow_steps/d78e1c99-e363-4a80-89ec-3175d0e6f463/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}, - {
- "id": "43c1ef63-735c-4f25-ad25-fed4517e066b",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marisha_haley",
- "name": "child workflow",
- "skip_on_retry": false,
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-03-13T09:34:27.937213Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-03-13T09:34:27.943474Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "6e31f85b-9bd5-4969-acc3-6c128d501364",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "6a28d076-2d29-4b38-814f-2f6f3d2ed544",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/43c1ef63-735c-4f25-ad25-fed4517e066b",
- "log_lines": "/api/workflow_steps/43c1ef63-735c-4f25-ad25-fed4517e066b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544/steps/c86635b7-6aa0-4a1e-9949-784d44d70882",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6a28d076-2d29-4b38-814f-2f6f3d2ed544"
}
}
], - "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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
| step_id required | string Example: e6a80e70-a82e-49da-a4d3-336992c2d029 workflow step id |
{- "data": {
- "id": "b8e338e2-8f9a-43b2-ae7e-6d27552d81cc",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "lazaro.turner",
- "name": "maiores",
- "skip_on_retry": false,
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-03-13T09:34:29.017259Z",
- "started_at": "2026-03-13T09:27:23.252695Z",
- "finished_at": "2026-03-13T09:31:45.620999Z",
- "updated_at": "2026-03-13T09:34:29.022158Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "1065ae5d-9b66-41c1-84c7-e8b2fe76fb24",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "56b09722-0153-477a-9f66-e511ce9ccd21",
- "type": "workflow_noop_step"
}, - {
- "id": "65f222f4-36f4-4a07-964a-7a3ebf2c4143",
- "type": "workflow_change_step"
}, - {
- "id": "2bff80f6-9778-492a-ac83-587f108ca610",
- "type": "workflow_wait_step"
}, - {
- "id": "6b33c1c6-3edb-4774-a767-8b0680f67d59",
- "type": "workflow_workflow_step"
}, - {
- "id": "1f0919d9-a6d7-4723-a201-c39f62287248",
- "type": "workflow_change_step"
}, - {
- "id": "529ec00c-7d33-42b7-9139-a74901a39756",
- "type": "workflow_wait_step"
}, - {
- "id": "b72fb727-7061-41d4-97dc-90bd0c859744",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/1065ae5d-9b66-41c1-84c7-e8b2fe76fb24/steps/b8e338e2-8f9a-43b2-ae7e-6d27552d81cc",
- "log_lines": "/api/workflow_steps/b8e338e2-8f9a-43b2-ae7e-6d27552d81cc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/1065ae5d-9b66-41c1-84c7-e8b2fe76fb24",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/1065ae5d-9b66-41c1-84c7-e8b2fe76fb24"
}
}
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
| step_id required | string Example: 1b653332-707d-4ca0-8d29-7bef6786793d workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "0a55cdfe-9b04-4828-8be5-b5f186918bd7",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "lauren_lesch",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "chris",
- "name": "Wait",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-03-13T09:24:35.502764Z",
- "started_at": "2026-03-13T09:25:35.502764Z",
- "finished_at": "2026-03-13T09:34:31.563006Z",
- "updated_at": "2026-03-13T09:34:31.581143Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "27d4a5e1-73eb-4a17-a658-6907ef10e967",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/27d4a5e1-73eb-4a17-a658-6907ef10e967/steps/0a55cdfe-9b04-4828-8be5-b5f186918bd7",
- "log_lines": "/api/workflow_steps/0a55cdfe-9b04-4828-8be5-b5f186918bd7/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/27d4a5e1-73eb-4a17-a658-6907ef10e967/steps/07d98828-305d-4d5b-8ea1-a5e46c1c4ba0",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/27d4a5e1-73eb-4a17-a658-6907ef10e967"
}
}
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
| step_id required | string Example: 97132fce-cb3f-4cf2-979c-fb4743b9eec1 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "a66b5d37-ccaa-46e2-a24a-09a64a5bfb99",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "marlin",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "hosea.balistreri",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-03-13T09:25:59.525465Z",
- "started_at": "2026-03-13T09:26:59.525465Z",
- "finished_at": "2026-03-13T09:34:33.968635Z",
- "updated_at": "2026-03-13T09:34:33.993798Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2718c4e9-44ba-4b51-8e95-319d3f9456b6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2718c4e9-44ba-4b51-8e95-319d3f9456b6/steps/a66b5d37-ccaa-46e2-a24a-09a64a5bfb99",
- "log_lines": "/api/workflow_steps/a66b5d37-ccaa-46e2-a24a-09a64a5bfb99/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/2718c4e9-44ba-4b51-8e95-319d3f9456b6/steps/af039166-f53d-40b0-a4e1-593858b7a3ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2718c4e9-44ba-4b51-8e95-319d3f9456b6"
}
}
}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: 825be1a6-ded7-4093-9831-e75cb6a1af75 workflow run id |
| step_id required | string Example: 294e1765-5ff4-407a-95c9-63a6a8884d07 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "fc4b21a4-09a5-4fa1-9bb2-dc5240c1bee3",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "dana",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": {
- "ldap_groups": [
- "an-ldap-group"
]
}, - "lock_version": 3,
- "created_by": "charis",
- "name": "Approval",
- "skip_on_retry": false,
- "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-03-13T09:24:04.326071Z",
- "started_at": "2026-03-13T09:25:04.326071Z",
- "finished_at": "2026-03-13T09:34:36.975751Z",
- "updated_at": "2026-03-13T09:34:36.982812Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "c4e14c9e-21fc-4a20-9f06-dcb7d0fc5892",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/c4e14c9e-21fc-4a20-9f06-dcb7d0fc5892/steps/fc4b21a4-09a5-4fa1-9bb2-dc5240c1bee3",
- "log_lines": "/api/workflow_steps/fc4b21a4-09a5-4fa1-9bb2-dc5240c1bee3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/c4e14c9e-21fc-4a20-9f06-dcb7d0fc5892/steps/f5e7a419-f62b-4a48-bf88-4bfe0d5e42cc",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/c4e14c9e-21fc-4a20-9f06-dcb7d0fc5892"
}
}
}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": "84ef3ecd-0d65-431e-b75c-a3cd259e2885",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "leo",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-03-13T09:33:25.531040Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "e684a69d-8fd7-4299-b8d8-9d859ff3a67b",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/84ef3ecd-0d65-431e-b75c-a3cd259e2885"
}
}
], - "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": "487516c2-e695-45a0-b51c-eb740e532cd7",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "ruben",
- "system": false,
- "type": "my event",
- "event_node_path": null,
- "created_at": "2026-03-13T09:33:25.778286Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/487516c2-e695-45a0-b51c-eb740e532cd7"
}
}
}Shows an event.
| event_id required | string Example: 6a1000b6-cf7e-4f5d-b24b-b469f88357ca event id |
{- "data": {
- "id": "2f203fc5-cfa4-4b85-8abf-bf042b441467",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "miguel.pagac",
- "system": false,
- "type": "my custom event",
- "event_node_path": "/projects/opc",
- "created_at": "2026-03-13T09:33:26.075472Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "28a17892-848d-428e-96a0-705bd97c110b",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/2f203fc5-cfa4-4b85-8abf-bf042b441467"
}
}
}{- "data": [
- {
- "id": "45c5b1b9-ce0f-4522-b956-fc07c836e56e",
- "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:0x00007f029ce7a658>",
- "created_at": "2026-03-13T09:33:21.540229Z",
- "updated_at": "2026-03-13T09:33:21.540229Z"
}, - "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": "a4640a90-b6c3-4697-aadb-07e2ae22646d",
- "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": "qu88b",
- "description": "Consequatur nihil in iste.",
- "created_by": "elias",
- "created_at": "2026-03-13T09:33:21.705690Z",
- "updated_at": "2026-03-13T09:33:21.705690Z"
}, - "links": {
- "self": "/api/event_filters/qu88b",
- "subscribers": "/api/event_filters/qu88b/event_subscribers"
}
}
}Show an event filter.
| event_filter_code required | string Example: change_success event filter code |
{- "data": {
- "id": "2aeef37e-1bd1-49a1-b293-f9e0660d1c7c",
- "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:0x00007f029d0958c0>",
- "created_at": "2026-03-13T09:33:22.084445Z",
- "updated_at": "2026-03-13T09:33:22.084445Z"
}, - "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": "90706593-02d8-493b-a596-ce373da25944",
- "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:0x00007f029d156cc8>",
- "created_at": "2026-03-13T09:33:22.326259Z",
- "updated_at": "2026-03-13T09:33:22.347654Z"
}, - "links": {
- "self": "/api/event_filters/change_success",
- "subscribers": "/api/event_filters/change_success/event_subscribers"
}
}
}{- "data": [
- {
- "id": "a41bff4a-1eb4-49e2-ae2a-20a911c6d8d1",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "kenton",
- "created_at": "2026-03-13T09:33:23.109566Z",
- "updated_at": "2026-03-13T09:33:23.109566Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "beaff170-0a45-40ed-a9fc-120d5476dbef",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "dc63b359-81f1-4783-aabf-f4404fc4e48e",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/a41bff4a-1eb4-49e2-ae2a-20a911c6d8d1"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}List event subscribers for a specific project, environment or asset.
{- "data": [
- {
- "id": "16f1f28a-ed83-473e-9a8e-615826607cdd",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "josh",
- "created_at": "2026-03-13T09:33:23.301477Z",
- "updated_at": "2026-03-13T09:33:23.301477Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "364995d7-c0f8-4710-b5f2-481383f94856",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "38abe8d1-f9b0-4b3f-9d51-d9cc42eee851",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/16f1f28a-ed83-473e-9a8e-615826607cdd"
}
}
], - "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": "cf9a6bcc-ded0-4da5-a8a0-1b3bf380cd3c",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": true,
- "created_by": "#<User:0x00007f029cf19c58>",
- "created_at": "2026-03-13T09:33:23.609137Z",
- "updated_at": "2026-03-13T09:33:23.609137Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "a89facac-5c09-4a6d-a350-8c2089be45da",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/332jg"
}
}, - "notification_channel": {
- "data": {
- "id": "9e89fd0f-57e2-43e0-82de-c1b8c76b6b0a",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/notification_channels/wkr93"
}
}
}, - "links": {
- "self": "/api/event_subscribers/cf9a6bcc-ded0-4da5-a8a0-1b3bf380cd3c"
}
}
}Show an event subscriber.
| event_subscriber_id required | string Example: d5def5c0-23c4-4767-9f31-5e95af4fa8fb event subscriber id |
{- "data": {
- "id": "9e4a72dc-6d20-444f-9cae-ae482e2d88ed",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": { },
- "enabled": true,
- "created_by": "chi",
- "created_at": "2026-03-13T09:33:24.200598Z",
- "updated_at": "2026-03-13T09:33:24.200598Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "271cf700-3791-4cb2-a796-d4c7a6c774ce",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "25918088-d2c2-4d3f-bb06-652644713637",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/system_configuration/notification_channels/system_email"
}
}
}, - "links": {
- "self": "/api/event_subscribers/9e4a72dc-6d20-444f-9cae-ae482e2d88ed"
}
}
}Update an event subscriber.
| event_subscriber_id required | string Example: d5def5c0-23c4-4767-9f31-5e95af4fa8fb 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": "d757b3b2-a9aa-47ac-8850-2b1217b4bf10",
- "type": "event_subscriber",
- "attributes": {
- "channel_kwargs": {
- "hello": "world"
}, - "enabled": false,
- "created_by": "coleen.spencer",
- "created_at": "2026-03-13T09:33:24.569923Z",
- "updated_at": "2026-03-13T09:33:24.601501Z"
}, - "relationships": {
- "event_filter": {
- "data": {
- "id": "7e26029b-f7df-4685-a5ed-82494a3951e4",
- "type": "event_filter"
}, - "links": {
- "related": "/api/event_filters/change_success"
}
}, - "notification_channel": {
- "data": {
- "id": "40a9a015-65b7-4eda-8d7e-cafe161f8dec",
- "type": "notification_channel"
}, - "links": {
- "related": "/api/projects/opc/notification_channels/project_direct"
}
}
}, - "links": {
- "self": "/api/event_subscribers/d757b3b2-a9aa-47ac-8850-2b1217b4bf10"
}
}
}{- "data": [
- {
- "id": "67fd20aa-b1de-46a3-9b11-5381e3332401",
- "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": "caleb",
- "created_at": "2026-03-13T09:33:41.256724Z",
- "updated_at": "2026-03-13T09:33:41.256724Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "cf2afc96-aa47-4283-9bb7-da45d2d7b53c",
- "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": "98603ef6-f31c-4b34-90ca-257e8b1b90f6",
- "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": "yvonne",
- "created_at": "2026-03-13T09:33:41.393399Z",
- "updated_at": "2026-03-13T09:33:41.393399Z",
- "job_code": "email_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "6ae8756f-3e87-4eec-b065-1842f7f275d3",
- "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": "b08c8229-0bb5-434b-9650-01df35b81338",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "system_email",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "jeana_oreilly",
- "created_at": "2026-03-13T09:33:41.732673Z",
- "updated_at": "2026-03-13T09:33:41.764465Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "453090f5-4aec-4e22-b08c-fa7930093d32",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/system_configuration/notification_channels/system_email",
- "parent": "/api/system_configuration"
}
}
}List notification channels for a specific project, environment or asset.
{- "data": [
- {
- "id": "af6aa2c7-9371-4c11-bb39-8d153de3889f",
- "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": "franklyn",
- "created_at": "2026-03-13T09:33:42.409004Z",
- "updated_at": "2026-03-13T09:33:42.409004Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "0ebf8980-24a4-4692-a028-f8caef40a2d7",
- "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": "05d913fa-3b95-433d-a8b7-81953ad6f111",
- "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": "claudie",
- "created_at": "2026-03-13T09:33:42.549463Z",
- "updated_at": "2026-03-13T09:33:42.549463Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "7a0fd6b0-67b2-47c0-9f53-e2e25ba9190a",
- "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": "28cf993f-e15b-4af0-94cd-aa7d8f4242e0",
- "type": "notification_channel",
- "attributes": {
- "format": "slack",
- "code": "project_direct",
- "description": "New channel description",
- "default_channel": false,
- "internal": false,
- "enabled": false,
- "created_by": "lanie.rutherford",
- "created_at": "2026-03-13T09:33:42.809289Z",
- "updated_at": "2026-03-13T09:33:42.849132Z",
- "job_code": "direct_job"
}, - "relationships": {
- "notification_job": {
- "data": {
- "id": "931e4594-880e-4feb-bb29-bdfa5c93b4b1",
- "type": "notification_job"
}, - "links": {
- "related": "/api/notification_jobs/direct_job"
}
}
}, - "links": {
- "self": "/api/projects/opc/notification_channels/project_direct",
- "parent": "/api/projects/opc"
}
}
}{- "data": [
- {
- "id": "3c711f0f-da0e-4847-8d6e-d4a16063d19d",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-03-13T09:33:43.459536Z",
- "updated_at": "2026-03-13T09:33:43.459536Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "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": "83428c74-5775-49b5-8041-7a89c84761eb",
- "type": "notification_job",
- "attributes": {
- "job_class": "Notifications::SendEmailJob",
- "target_type": "smtp",
- "valid_formats": [
- "html",
- "text"
], - "code": "email_job",
- "description": "Send an email to the target user(s)",
- "created_at": "2026-03-13T09:33:43.622025Z",
- "updated_at": "2026-03-13T09:33:43.622025Z",
- "all_kwargs": [
- "address",
- "authentication",
- "bcc",
- "body",
- "cc",
- "content_type",
- "domain",
- "enable_starttls",
- "enable_starttls_auto",
- "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": "939112",
- "type": "job",
- "attributes": {
- "priority": 77,
- "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": "572ffdb9-32ec-4ee4-bc74-1f0343508b00",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "worker_hostname": null,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2026-03-12T14:08:49.719577Z",
- "finished_at": "2026-03-13T09:33:29.379601Z",
- "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: efeadf30-2c37-4218-903f-ad4779e28bc0 settings id |
{- "data": {
- "id": "3defe10c-536e-499c-a590-4cc2c4396c55",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:48.457246Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/3defe10c-536e-499c-a590-4cc2c4396c55",
- "current_version": "/api/settings/3defe10c-536e-499c-a590-4cc2c4396c55/versions/1",
- "versions": "/api/settings/3defe10c-536e-499c-a590-4cc2c4396c55/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: efeadf30-2c37-4218-903f-ad4779e28bc0 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1
}
}
}{- "data": {
- "id": "ebc5ee48-7280-4c4d-839a-effb2f7de3b1",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:48.589145Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/ebc5ee48-7280-4c4d-839a-effb2f7de3b1",
- "current_version": "/api/settings/ebc5ee48-7280-4c4d-839a-effb2f7de3b1/versions/1",
- "versions": "/api/settings/ebc5ee48-7280-4c4d-839a-effb2f7de3b1/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: efeadf30-2c37-4218-903f-ad4779e28bc0 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}
}
}
}{- "data": {
- "id": "6114b0b0-fc00-44aa-a065-bfdaf391db17",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:48.899280Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/6114b0b0-fc00-44aa-a065-bfdaf391db17",
- "current_version": "/api/settings/6114b0b0-fc00-44aa-a065-bfdaf391db17/versions/1",
- "versions": "/api/settings/6114b0b0-fc00-44aa-a065-bfdaf391db17/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: efeadf30-2c37-4218-903f-ad4779e28bc0 settings id |
{- "data": [
- {
- "id": "c2738b03-43f4-4884-bcf8-2765df151026",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:49.132908Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "f11cea59-9c29-4979-a903-a1dbda9f3940",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f11cea59-9c29-4979-a903-a1dbda9f3940"
}
}
}, - "links": {
- "versions": "/api/settings/f11cea59-9c29-4979-a903-a1dbda9f3940/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/f11cea59-9c29-4979-a903-a1dbda9f3940/versions/1"
}
}
]
}Shows the settings values for this settings version.
| settings_id required | string Example: efeadf30-2c37-4218-903f-ad4779e28bc0 settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "af739144-4f0c-4644-a693-d099e0aa6fb4",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": {
- "user_names": [
- "opschain"
]
}, - "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:49.262473Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "d8054ea6-b0a1-431d-a484-3ed8ea6773c2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d8054ea6-b0a1-431d-a484-3ed8ea6773c2"
}
}
}, - "links": {
- "versions": "/api/settings/d8054ea6-b0a1-431d-a484-3ed8ea6773c2/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/d8054ea6-b0a1-431d-a484-3ed8ea6773c2/versions/1"
}
}
}{- "data": [
- {
- "id": "0b14b869-b48b-4a13-bc89-9d735501e359",
- "type": "user",
- "attributes": {
- "username": "marcos.toy",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "marcos.toy@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "GLG8UISZA",
- "teams": "GSNLRDKXE"
}, - "created_at": "2026-03-13T09:33:58.895840Z",
- "updated_at": "2026-03-13T09:33:58.895840Z"
}, - "links": {
- "self": "/api/users/0b14b869-b48b-4a13-bc89-9d735501e359"
}
}
]
}Show a user.
| user_id required | string Example: f418e68d-7936-40e4-91d5-83863b4c9800 user id |
{- "data": {
- "id": "9e05c359-0daf-4243-8d01-2144742edd94",
- "type": "user",
- "attributes": {
- "username": "henry",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "henry@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "VVJV4SJ60",
- "teams": "9EBK4DQ1R"
}, - "created_at": "2026-03-13T09:33:58.930924Z",
- "updated_at": "2026-03-13T09:33:58.930924Z"
}, - "links": {
- "self": "/api/users/9e05c359-0daf-4243-8d01-2144742edd94"
}
}
}Update a user's notification preferences.
| user_id required | string Example: f418e68d-7936-40e4-91d5-83863b4c9800 user id |
required | object |
{- "data": {
- "attributes": {
- "email_address": "user@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}
}
}
}{- "data": {
- "id": "2c2f21fa-a29e-4254-80f8-5d9e843019ee",
- "type": "user",
- "attributes": {
- "username": "perla_howe",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "perla_howe@limepoint.com",
- "default_notification_methods": [
- "email",
- "slack"
], - "direct_message_ids": {
- "slack": "U12345678"
}, - "created_at": "2026-03-13T09:33:58.995858Z",
- "updated_at": "2026-03-13T09:33:59.008254Z"
}, - "links": {
- "self": "/api/users/2c2f21fa-a29e-4254-80f8-5d9e843019ee"
}
}
}{- "data": {
- "id": "0db6a656-2667-4136-a495-ebcc88f297ef",
- "type": "user",
- "attributes": {
- "username": "josh",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "email_address": "josh@limepoint.com",
- "default_notification_methods": [
- "slack"
], - "direct_message_ids": {
- "slack": "OCWZ2FD5A",
- "teams": "YLIR1B7CZ"
}, - "created_at": "2026-03-13T09:33:59.150657Z",
- "updated_at": "2026-03-13T09:33:59.150657Z"
}, - "links": {
- "self": "/api/users/0db6a656-2667-4136-a495-ebcc88f297ef"
}
}
}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": "9feb6551-f113-4b3d-946d-6a7173cf6599",
- "type": "change_notifications",
- "attributes": {
- "events": [
- "error",
- "success"
], - "include_children": false
}
}, - {
- "id": "9feb6551-f113-4b3d-946d-6a7173cf6599",
- "type": "settings_notifications",
- "attributes": {
- "events": [ ],
- "include_children": false
}
}, - {
- "id": "9feb6551-f113-4b3d-946d-6a7173cf6599",
- "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": "114645cb-906b-4fad-a77d-c18c582f2aa4",
- "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": "bfe7a428-e082-4280-b0ed-2b64e9f85d9b",
- "type": "workflow_run_notifications",
- "attributes": { }
}
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "500c3ba8-40dc-43b1-8100-df3c4ac471fe",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-03-13T09:32:56.825000Z",
- "values_to_decrypt": [
- "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
]
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}, - {
- "source": "secret-vault://csh/infrastructure/sshkeys/oci_new_key",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "superuser": false,
- "secrets": {
- "global_decrypt": false,
- "global_encrypt": false
}
}
}
}
}{- "data": [
- {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2026-03-13T09:33:58.592018Z",
- "updated_at": "2026-03-13T09:33:58.592018Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string or null |
| file | string <binary> certificate file, the uploaded file's filename is used to name the new certificate |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" New certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "New certificate description",
- "created_at": "2026-03-13T09:33:58.645433Z",
- "updated_at": "2026-03-13T09:33:58.645433Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Shows a certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "data": {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2026-03-13T09:33:58.679826Z",
- "updated_at": "2026-03-13T09:33:58.679826Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string or null |
| file | string <binary> certificate file (the filename is ignored) |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" Updated certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Updated certificate description",
- "created_at": "2026-03-13T09:33:58.868539Z",
- "updated_at": "2026-03-13T09:33:58.868539Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
{- "data": {
- "id": "6ce5239d-a86d-46ff-b369-3dc3164fead0",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "96387e7f-0e73-48a3-be56-7e6d77e79b77",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/96387e7f-0e73-48a3-be56-7e6d77e79b77"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/96387e7f-0e73-48a3-be56-7e6d77e79b77"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": false,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "settings": {
- "read": true,
- "update": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "96387e7f-0e73-48a3-be56-7e6d77e79b77",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000,
- "host_name": "opschain-api"
}, - "auth_strategy": "ldap",
- "product_name": "OpsChain",
- "rails": {
- "env": "test",
- "log_level": "info",
- "max_threads": 5
}, - "server_timing": false,
- "build_service": {
- "host": "opschain-build-service",
- "port": 50000
}, - "github": {
- "token": "{AES2}5lyJK8NYNcS5hNdsImqJSA=={/IV}UP3mS1WJmomDiFmfluZ4IAw==",
- "user": "{AES2}Ua0Fm47wvHFU0wxqbTbWfg=={/IV}U22niBH+muqs6w+OdiP298w=="
}, - "docker": {
- "password": "{AES2}K8J3iOK6znZura697BIxlw=={/IV}UR+UvBruNxJIYTJOUgcBf9A==",
- "user": "{AES2}kxPuGgmVCEpiTD5KjjvfeA=={/IV}UbagOFsVds4BKMgWNRdI5/g=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}tOZ1MxMrnY1u5lvsr6VosA=={/IV}UCxOFYnISOzwPgFPhyU/9sg==",
- "user": "{AES2}xOuKvBAYaPWK7Ni7me2nMg=={/IV}UHuAq8u0Je7jaaEkaM9W0zA=="
}, - "log_step_pod_events": false,
- "agent": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}",
- "script_path": "/opt/opschain/agent.sh",
- "disable_host_alias": false
}, - "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}"
}, - "worker": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "mintmodel_executor": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "parallel_change_worker_steps": 5,
- "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "hc_user": "healthcheck",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}CpgzmihP2Di0TtBHKagh0g=={/IV}UygGssiTpfthbDBJFpf09IQ==",
- "mail_attribute": "mail",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "log_level": 1024,
- "logging_enabled": true,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "organisation": "OpsChain",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "kubernetes_namespace": "opschain",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "threads_per_worker": 5,
- "requires_approval_from": { },
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2026-03-13T09:33:55.893824Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/96387e7f-0e73-48a3-be56-7e6d77e79b77",
- "current_version": "/api/settings/96387e7f-0e73-48a3-be56-7e6d77e79b77/versions/1",
- "versions": "/api/settings/96387e7f-0e73-48a3-be56-7e6d77e79b77/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "17.5",
- "uptime": 881,
- "database_size": "11 MB",
- "connections": {
- "active": 1,
- "idle": 2,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "nodes",
- "size": "88 kB"
}, - {
- "name": "workflow_steps",
- "size": "80 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "steps",
- "size": "72 kB"
}, - {
- "name": "changes",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "schema_migrations",
- "size": "64 kB"
}, - {
- "name": "events",
- "size": "56 kB"
}, - {
- "name": "notification_channels",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "templates",
- "size": "48 kB"
}, - {
- "name": "node_background_tasks",
- "size": "48 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "base_event_subscribers",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "base_event_filters",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "notification_jobs",
- "size": "32 kB"
}, - {
- "name": "agent_statuses",
- "size": "32 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "settings",
- "size": "24 kB"
}, - {
- "name": "template_versions",
- "size": "24 kB"
}, - {
- "name": "properties",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "properties_versions",
- "size": "24 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "workflows",
- "size": "24 kB"
}, - {
- "name": "settings_versions",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "workflow_runs",
- "size": "24 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "node_background_task_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}, - {
- "name": "log_lines_incoming",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}
]
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}{- "data": [
- {
- "id": "opschain.limepoint.engineering",
- "type": "node_status",
- "attributes": {
- "name": "opschain.limepoint.engineering",
- "creation_timestamp": "2024-03-05T00:03:56Z",
- "kubelet_version": "v1.29.6+k3s2",
- "container_runtime_version": "docker://24.0.2",
- "os": "linux",
- "os_image": "Fedora Linux 36 (Server Edition)",
- "architecture": "amd64",
- "roles": [
- "control-plane",
- "master"
], - "metrics": {
- "cpu": "100m",
- "memory": "100Mi"
}, - "conditions": [
- {
- "type": "MemoryPressure",
- "status": "False",
- "reason": "KubeletHasSufficientMemory",
- "message": "kubelet has sufficient memory available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "DiskPressure",
- "status": "False",
- "reason": "KubeletHasNoDiskPressure",
- "message": "kubelet has no disk pressure",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "PIDPressure",
- "status": "False",
- "reason": "KubeletHasSufficientPID",
- "message": "kubelet has sufficient PID available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "Ready",
- "status": "True",
- "reason": "KubeletReady",
- "message": "kubelet is posting ready status",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}
], - "capacity": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "103757316Ki"
}, - "allocatable": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "100935116926"
}, - "images": [
- {
- "names": [
- "registry.local.gd:3443/opschain/runner@sha256:256",
- "registry.local.gd:3443/opschain/runner:01234-id"
], - "size_bytes": 2615498231
}
]
}
}
]
}Returns the status of the OpsChain queues and details about their jobs.
{- "data": [
- {
- "id": "default",
- "type": "queue_status",
- "attributes": {
- "name": "default",
- "summary": {
- "total": 10,
- "running": 2,
- "failed": 1,
- "scheduled": 3,
- "finished": 4,
- "pending": 1
}, - "jobs": [
- {
- "job_class": "ChangeJob",
- "total": 5,
- "running": 1,
- "failed": 1,
- "scheduled": 2,
- "finished": 3,
- "pending": 0,
- "next_run_at": "2026-03-13T21:33:01.912+11:00",
- "last_run_at": "2026-03-13T19:33:01.913+11:00",
- "highest_error_count": 2,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it."
}, - {
- "job_class": "DataCleanupJob",
- "total": 5,
- "running": 0,
- "failed": 0,
- "scheduled": 0,
- "finished": 0,
- "pending": 0,
- "next_run_at": "2026-03-13T21:33:01.913+11:00",
- "last_run_at": "2026-03-13T18:33:01.913+11:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of all the OpsChain API workers in the configured namespace.
{- "data": [
- {
- "id": "opschain-api-worker-1",
- "type": "worker",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-api-worker-image",
- "restart_count": 0
}
}
]
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "2e1d53ef-c5d9-4f16-a619-6ccbef65dc11",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "hard drive",
- "enabled": true,
- "created_by": "hoyt",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": false,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-06T09:33:19.366Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-13T09:33:19.371478Z",
- "updated_at": "2026-03-13T09:33:19.371478Z",
- "next_run_at": "2026-03-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/2e1d53ef-c5d9-4f16-a619-6ccbef65dc11"
}
}
], - "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": "pixel",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "cron_schedule": "0 0 * * *",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": false
}
}
}{- "data": {
- "id": "b9dd48fb-f53f-45db-945b-d2a344337ffc",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "bandwidth",
- "enabled": true,
- "created_by": "marty.reichel",
- "cron_schedule": "36 13 2 5 6",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": true,
- "purge_agent_images": true,
- "filters": {
- "build_agent_image_tasks": {
- "created_at_days_ago_lteq": 30
}
}, - "node_paths": [
- "/projects%"
], - "run_count": 0,
- "created_at": "2026-03-13T09:33:20.296908Z",
- "updated_at": "2026-03-13T09:33:20.296908Z",
- "next_run_at": "2026-05-02T03:36:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/b9dd48fb-f53f-45db-945b-d2a344337ffc"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: f51d6902-6907-4b85-a8e2-cdb0a4092cd9 data cleanup definition id |
{- "data": {
- "id": "397dc7be-0493-4215-8f39-f6ab4e8d1ee5",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "protocol",
- "enabled": true,
- "created_by": "micah",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-06T09:33:20.556Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-13T09:33:20.560253Z",
- "updated_at": "2026-03-13T09:33:20.560253Z",
- "next_run_at": "2026-03-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/397dc7be-0493-4215-8f39-f6ab4e8d1ee5"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: f51d6902-6907-4b85-a8e2-cdb0a4092cd9 data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "cron_schedule": "11 23 19 6 1",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true,
- "purge_agent_images": false
}
}
}{- "data": {
- "id": "b1ea2058-be02-43e7-8869-d26c60965382",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "clifford.jacobson",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "purge_agent_images": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-03-06T09:33:20.813Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-03-13T09:33:20.817067Z",
- "updated_at": "2026-03-13T09:33:20.842778Z",
- "next_run_at": "2026-03-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/b1ea2058-be02-43e7-8869-d26c60965382"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}