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": "bb036e59-a3ed-4fff-92e5-8fe5a07cda98",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "alberta.tillman",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "fc3b1f31-55fd-4ba5-a726-66e8a20f9308",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/fc3b1f31-55fd-4ba5-a726-66e8a20f9308"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "8af4995c-3165-471f-a88c-bc63d0bbf1b3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8af4995c-3165-471f-a88c-bc63d0bbf1b3"
}
}, - "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"
}, - "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"
], - "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
}, - "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": "bc9fce90-3d5b-447d-8dec-ef148d9ea644",
- "type": "project",
- "attributes": {
- "code": "8xu1v",
- "name": "rerum446",
- "description": "Aut veritatis omnis ab.",
- "archived": false,
- "created_by": "calvin_ledner",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "dedf4469-54b6-46f5-8303-b431bef9afb9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/dedf4469-54b6-46f5-8303-b431bef9afb9"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "34f021fb-e2b3-4e5b-b962-75de66e5b8f5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/34f021fb-e2b3-4e5b-b962-75de66e5b8f5"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/8xu1v",
- "bookmarks": "/api/projects/8xu1v/bookmarks",
- "git_remotes": "/api/projects/8xu1v/git_remotes",
- "environments": "/api/projects/8xu1v/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": "4bd97be2-21fb-4c5f-8d78-bcc42dfd4ee6",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "cyrstal",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "21e919ee-4b96-47f6-823f-43d0c28afbcb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/21e919ee-4b96-47f6-823f-43d0c28afbcb"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "78ac7671-6389-4e03-893b-432e7377a6ca",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/78ac7671-6389-4e03-893b-432e7377a6ca"
}
}, - "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"
}, - "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"
], - "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
}, - "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": "a83205c1-d5d0-48e7-855b-905d41eec36f",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "ratione455",
- "description": "Quis qui magni non.",
- "archived": true,
- "created_by": "ian_mitchell",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7c82aea9-bd29-41e9-b997-31094fab660f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7c82aea9-bd29-41e9-b997-31094fab660f"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5b906794-c3f6-4795-b7ca-ba7c0fd75ad8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5b906794-c3f6-4795-b7ca-ba7c0fd75ad8"
}
}, - "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": "ee0aa776-0c6b-4f52-943a-cdf09507dbf8",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "nolan"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c2cf76c3-6bb7-467c-ab76-0e26f8cf9add",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c2cf76c3-6bb7-467c-ab76-0e26f8cf9add"
}
}, - "parents": {
- "data": [
- {
- "id": "14245e8c-98c1-4f7e-aad7-e67f494f1a28",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "809d99cc-b200-4185-8f57-579c80f8ffcc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/809d99cc-b200-4185-8f57-579c80f8ffcc"
}
}, - "project": {
- "data": {
- "id": "14245e8c-98c1-4f7e-aad7-e67f494f1a28",
- "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": "114f78c3-2f92-4afc-920b-e0e35a032ead",
- "type": "environment",
- "attributes": {
- "code": "kgnvs",
- "name": "fuga404",
- "description": "Nisi minus ipsa aperiam.",
- "archived": false,
- "created_by": "steven"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ecef39cc-df9c-4806-ae25-3a2cb8db0efd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ecef39cc-df9c-4806-ae25-3a2cb8db0efd"
}
}, - "parents": {
- "data": [
- {
- "id": "9a3e8f7f-e2b4-4308-bf36-93f2d4d833a7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "1fd425ec-403d-42a4-9fd2-38a725d4b75d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/1fd425ec-403d-42a4-9fd2-38a725d4b75d"
}
}, - "project": {
- "data": {
- "id": "9a3e8f7f-e2b4-4308-bf36-93f2d4d833a7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/kgnvs",
- "bookmarks": "/api/projects/opc/environments/kgnvs/bookmarks",
- "changes": "/api/projects/opc/environments/kgnvs/changes",
- "scheduled_activities": "/api/projects/opc/environments/kgnvs/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/kgnvs/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": "3aab03ff-2c42-474d-a7e9-9fc6b46c4865",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "neal_waters"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "678d1691-10a1-4605-bee4-ed5dbb108fa4",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/678d1691-10a1-4605-bee4-ed5dbb108fa4"
}
}, - "parents": {
- "data": [
- {
- "id": "bcb66cbd-9414-46e3-83b7-34bfc4a3585b",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "a708cea2-3329-43a7-be25-a19246228a77",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a708cea2-3329-43a7-be25-a19246228a77"
}
}, - "project": {
- "data": {
- "id": "bcb66cbd-9414-46e3-83b7-34bfc4a3585b",
- "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": "bcb66cbd-9414-46e3-83b7-34bfc4a3585b",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "libby",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7725bce4-a357-4bf9-9a4a-21e1d01d9931",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7725bce4-a357-4bf9-9a4a-21e1d01d9931"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "08a3e386-6746-4281-992a-f9966fb63fb8",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/08a3e386-6746-4281-992a-f9966fb63fb8"
}
}, - "children": {
- "data": [
- {
- "id": "3aab03ff-2c42-474d-a7e9-9fc6b46c4865",
- "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"
}, - "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"
], - "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
}, - "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": "7286a862-3c4c-45a3-b1b7-5839c22eb90d",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "in414",
- "description": "Ut voluptate dolorem voluptatibus.",
- "archived": true,
- "created_by": "cora"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "85922fd0-d082-4964-831f-d6e733eff463",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/85922fd0-d082-4964-831f-d6e733eff463"
}
}, - "parents": {
- "data": [
- {
- "id": "c414dd67-1431-42af-b541-b9f8d44caf27",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "2def4c16-378f-42f5-8118-1512fa5afdf9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2def4c16-378f-42f5-8118-1512fa5afdf9"
}
}, - "project": {
- "data": {
- "id": "c414dd67-1431-42af-b541-b9f8d44caf27",
- "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
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}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.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.
| generate_actions_request_id required | string Example: 224d01da-8d0a-40ec-a51d-06a00074fda8 |
| 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": "03bb07ac-8a19-4f9e-9e6b-9d563edf65ea",
- "type": "generate_actions_request_log_line",
- "attributes": {
- "message": "In molestias ipsam quibusdam.",
- "category": "action",
- "template_version_history_id": "9b0c0417-1b23-4ef3-b5bc-b6851371f693",
- "generate_actions_request_id": "e2162f63-3cdd-46f7-9831-50e75e895928",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a request to refresh the actions list for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "40fc8959-bbd5-4224-89e4-38cbb643f919",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [ ],
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_at": "2026-01-27T08:27:56.543150Z",
- "updated_at": "2026-01-27T08:27:56.543150Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "98ff6404-bf9e-4c48-a656-c2be9baaea06",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "b9ec8501-5407-460f-9273-501088ad1a59",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/4539e41d-717c-4f22-af8b-925f8d6951dc/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/40fc8959-bbd5-4224-89e4-38cbb643f919",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=40fc8959-bbd5-4224-89e4-38cbb643f919"
}
}
}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": "8ca19775-bc59-4dd3-adf2-879e1f1a162f",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "I'll hack the wireless SQL microchip, that should microchip the ADP array!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "If we copy the system, we can get to the SQL application through the bluetooth HTTP hard drive!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2026-01-27T08:27:56.762429Z",
- "updated_at": "2026-01-27T08:27:56.770260Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "b0428c66-7ea0-42c5-90ca-b46c06efe52c",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "3f849277-3a3e-4f95-a31f-4956a279ec75",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/74c1cca0-3256-4964-ae94-a60f216cf3d3/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/8ca19775-bc59-4dd3-adf2-879e1f1a162f",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=8ca19775-bc59-4dd3-adf2-879e1f1a162f"
}
}
], - "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 |
| generate_actions_request_id required | string Example: 224d01da-8d0a-40ec-a51d-06a00074fda8 generate actions request id |
{- "data": {
- "id": "c9d4bd8e-9d19-49f2-98da-e47ba6d99739",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "override",
- "children": [ ],
- "full_path": "override",
- "stage_step": false,
- "description": "If we synthesize the sensor, we can get to the TCP bus through the virtual JSON sensor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "We need to program the redundant IB pixel!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2026-01-27T08:27:57.019583Z",
- "updated_at": "2026-01-27T08:27:57.029927Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "86159dea-7e4b-4f8a-b74f-749efa68a0a5",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "c080364b-9059-4fff-be99-4fb63a8f96b4",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/5130dfa3-8d6c-4e78-b045-fe97e0d73247/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/c9d4bd8e-9d19-49f2-98da-e47ba6d99739",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=c9d4bd8e-9d19-49f2-98da-e47ba6d99739"
}
}
}Cancels the generate actions request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| generate_actions_request_id required | string Example: 224d01da-8d0a-40ec-a51d-06a00074fda8 generate actions request id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find GenerateActionsRequest"
}
}
]
}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": "1fb62ff8-d588-4b0b-bf56-b9d9f9f9c069",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "georgeanna",
- "actions": [
- {
- "name": "connect",
- "children": [ ],
- "full_path": "connect",
- "stage_step": false,
- "description": "I'll compress the bluetooth IB alarm, that should application the PNG application!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "copy",
- "children": [ ],
- "full_path": "copy",
- "stage_step": false,
- "description": "I'll navigate the 1080p THX feed, that should capacitor the RSS pixel!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "52ff4020-07c9-4319-b28f-126293a699f8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/52ff4020-07c9-4319-b28f-126293a699f8"
}
}, - "parents": {
- "data": [
- {
- "id": "e5e2edc9-eb90-415b-81ec-78e005b1d1b8",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b833ba5e-2616-4b3c-9e97-8f799ce170bd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b833ba5e-2616-4b3c-9e97-8f799ce170bd"
}
}, - "project": {
- "data": {
- "id": "e5e2edc9-eb90-415b-81ec-78e005b1d1b8",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "68c374dd-1cb0-4ecf-b0bb-98f6d988a470",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/06569564-b496-459c-a199-abec71a81f97/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "57fca6e3-1a88-471d-aca9-594e03304ef0",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "06569564-b496-459c-a199-abec71a81f97",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/06569564-b496-459c-a199-abec71a81f97"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "21e71566-8f5e-4a89-b0a2-a3a5aaf451f0",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/21e71566-8f5e-4a89-b0a2-a3a5aaf451f0"
}
}
}, - "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",
- "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_name": "Oracle SOA template",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "0025355f-1dbf-4184-b735-9f77907fc095",
- "type": "asset",
- "attributes": {
- "code": "ffhw8",
- "name": "aut376",
- "description": "Dolores voluptates dolor rerum.",
- "archived": false,
- "created_by": "brenton.effertz",
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8ee4b804-e6f2-442c-8cb7-2a4fb20426d7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8ee4b804-e6f2-442c-8cb7-2a4fb20426d7"
}
}, - "parents": {
- "data": [
- {
- "id": "e908c7c6-3dfc-48aa-8227-958b4868063e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "8b46e1a0-07e2-4799-86b2-d2290bde3daf",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8b46e1a0-07e2-4799-86b2-d2290bde3daf"
}
}, - "project": {
- "data": {
- "id": "e908c7c6-3dfc-48aa-8227-958b4868063e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "33c12fa4-6358-440b-8008-2a7ae85ac461",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/5fbe8c86-6c20-4660-ad23-f4ff6808a98a/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "5fbe8c86-6c20-4660-ad23-f4ff6808a98a",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/5fbe8c86-6c20-4660-ad23-f4ff6808a98a"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "84e19851-81ac-426e-a40f-418c1b4749a2",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/ffhw8/generate_actions_requests/84e19851-81ac-426e-a40f-418c1b4749a2"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/ffhw8",
- "bookmarks": "/api/projects/opc/assets/ffhw8/bookmarks",
- "changes": "/api/projects/opc/assets/ffhw8/changes",
- "scheduled_activities": "/api/projects/opc/assets/ffhw8/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/ffhw8/converged_properties",
- "mintmodels": "/api/projects/opc/assets/ffhw8/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/ffhw8/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/ffhw8/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": "0048c10c-294c-45ed-be76-cbc9c5ac5d14",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "reyes",
- "actions": [
- {
- "name": "back_up",
- "children": [ ],
- "full_path": "back_up",
- "stage_step": false,
- "description": "The EXE feed is down, hack the mobile microchip so we can input the XML alarm!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "navigate",
- "children": [ ],
- "full_path": "navigate",
- "stage_step": false,
- "description": "Use the 1080p TCP feed, then you can transmit the open-source card!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e9e2e1f6-0f5c-4be4-afa3-dc8e81c53ec0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e9e2e1f6-0f5c-4be4-afa3-dc8e81c53ec0"
}
}, - "parents": {
- "data": [
- {
- "id": "b6a4292b-eb0e-45e0-be3d-b40f9d732425",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "0ba20d1b-925a-4f72-8937-fca2fbaa1d19",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0ba20d1b-925a-4f72-8937-fca2fbaa1d19"
}
}, - "project": {
- "data": {
- "id": "b6a4292b-eb0e-45e0-be3d-b40f9d732425",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "4cd2bc52-ef22-442f-817a-f5ed53631d95",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "7b7e07aa-e888-4e34-9781-2b8248b97c51",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "36fe9912-8d68-4221-b0a5-8c5bde00db04",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "fc468450-3e6f-455e-a61d-24445b2bfe69",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/fc468450-3e6f-455e-a61d-24445b2bfe69"
}
}
}, - "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",
- "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": "b6a4292b-eb0e-45e0-be3d-b40f9d732425",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "adrien",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b3654263-599a-4035-98e3-fc63c6e181de",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b3654263-599a-4035-98e3-fc63c6e181de"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "0a54dbb7-090c-4981-93d4-a5a4d02f3704",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0a54dbb7-090c-4981-93d4-a5a4d02f3704"
}
}, - "children": {
- "data": [
- {
- "id": "0048c10c-294c-45ed-be76-cbc9c5ac5d14",
- "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"
}, - "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"
], - "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
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "7b7e07aa-e888-4e34-9781-2b8248b97c51",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "jennifer",
- "created_at": "2026-01-27T08:28:04.565210Z",
- "updated_at": "2026-01-27T08:28:04.565210Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/7b7e07aa-e888-4e34-9781-2b8248b97c51",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "36fe9912-8d68-4221-b0a5-8c5bde00db04",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:28:04.490752Z",
- "updated_at": "2026-01-27T08:28:04.490752Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5020f29b-af16-485c-aa0a-f593b71fa5b6",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "4cd2bc52-ef22-442f-817a-f5ed53631d95",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "0048c10c-294c-45ed-be76-cbc9c5ac5d14",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04",
- "template_versions": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "4cd2bc52-ef22-442f-817a-f5ed53631d95",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "audry",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:04.505807Z",
- "updated_at": "2026-01-27T08:28:04.505807Z",
- "git_rev": "haptic",
- "commit_sha": "6836c3d6b1b4d1ab56946ebedb2fb4f88dcd5d71",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4cf2b2b6-7b26-4210-a092-56473af4b902",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4cf2b2b6-7b26-4210-a092-56473af4b902"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/36fe9912-8d68-4221-b0a5-8c5bde00db04"
}
}
]
}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": "40b91efa-079d-4fd8-9006-1de5bc2a58b4",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "non386",
- "description": "Odio consequuntur dolore quaerat.",
- "archived": true,
- "created_by": "brant.jacobson",
- "actions": [
- {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "We need to navigate the open-source FTP microchip!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "override",
- "children": [ ],
- "full_path": "override",
- "stage_step": false,
- "description": "Programming the pixel won't do anything, we need to reboot the bluetooth adp feed!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7628d184-667a-41b9-b6a3-5c2817b43ca2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7628d184-667a-41b9-b6a3-5c2817b43ca2"
}
}, - "parents": {
- "data": [
- {
- "id": "2a98ae5b-5278-4750-aa66-d185ea797a1c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "1adaf552-b934-4a5d-987e-6a73e5419586",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/1adaf552-b934-4a5d-987e-6a73e5419586"
}
}, - "project": {
- "data": {
- "id": "2a98ae5b-5278-4750-aa66-d185ea797a1c",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "a06752dc-d14f-4a75-b5ea-8d725f62f025",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/74fcb71b-06a3-4309-991d-24c7b5e15c13/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "18ae4f7e-891d-48d6-8dfe-ef8abc0d25f5",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "74fcb71b-06a3-4309-991d-24c7b5e15c13",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/74fcb71b-06a3-4309-991d-24c7b5e15c13"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "63a809e3-0699-44fb-a008-d3924bac12f5",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/63a809e3-0699-44fb-a008-d3924bac12f5"
}
}
}, - "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",
- "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
}
}
}
}
}Archives an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}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-01-27T08:27:28+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": "0c1c03e4-3fb4-49f3-8656-05fd0a429f4d",
- "type": "properties_version"
}, - {
- "id": "9f8d08b3-7242-44c0-b2b0-d038b5f5befa",
- "type": "properties_version"
}, - {
- "id": "46b49207-a6f6-4286-9bce-c5d29b338e39",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: projects/opc.yaml",
- "common": "Repository: properties.yaml",
- "project": "Repository: projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "0c1c03e4-3fb4-49f3-8656-05fd0a429f4d",
- "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-01-27T08:28:06.390379Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b3057847-c4f0-42f9-b625-ed0e4b9f81ee",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b3057847-c4f0-42f9-b625-ed0e4b9f81ee"
}
}
}, - "links": {
- "versions": "/api/properties/b3057847-c4f0-42f9-b625-ed0e4b9f81ee/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/b3057847-c4f0-42f9-b625-ed0e4b9f81ee/versions/1"
}, - "meta": { }
}, - {
- "id": "9f8d08b3-7242-44c0-b2b0-d038b5f5befa",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-01-27T08:28:06.439901Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c903de76-c4b1-4a7d-85d2-963f876fbea2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c903de76-c4b1-4a7d-85d2-963f876fbea2"
}
}
}, - "links": {
- "versions": "/api/properties/c903de76-c4b1-4a7d-85d2-963f876fbea2/versions",
- "owner": "/api/projects/opc/templates/80a7e976-eae1-4ae3-9304-557683c22f3d/versions/2023_Q4_2",
- "self": "/api/properties/c903de76-c4b1-4a7d-85d2-963f876fbea2/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "7d0f2483-4e99-4e5c-b7c0-44bc7881b0e6"
}
}
}, - {
- "id": "46b49207-a6f6-4286-9bce-c5d29b338e39",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-01-27T08:28:06.460771Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "38ab42ea-9bc7-44ce-83ad-25a4468f9f9d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/38ab42ea-9bc7-44ce-83ad-25a4468f9f9d"
}
}
}, - "links": {
- "versions": "/api/properties/38ab42ea-9bc7-44ce-83ad-25a4468f9f9d/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/38ab42ea-9bc7-44ce-83ad-25a4468f9f9d/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "7d0f2483-4e99-4e5c-b7c0-44bc7881b0e6"
}
}
}, - {
- "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"
}
}
]
}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": "bc6b9d7e-3293-43b6-8e43-23d7ae6a0104",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-01-27T08:28:13Z"
}
]
}
}, - {
- "id": "388878a8-3917-4d0f-b1ce-badc9dd5af43",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2026-01-27T08:28:13Z"
}
], - "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": "b543e098-fcd1-446f-9931-6b667bbb4f8e",
- "type": "template_version_history",
- "attributes": {
- "created_by": "herman",
- "active_from": "2026-01-27T08:28:28.115708Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "a68f453a-d5b9-4026-81b1-b3f652480ba4",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "193ccd59-1d73-4d66-b1d8-8383a3e9a267",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "ff7f545f-e9ba-46e6-ad73-d7838d89c9ec",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/e90931e6-0b3d-4683-9dcd-dd231e62756a/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/b543e098-fcd1-446f-9931-6b667bbb4f8e",
- "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: 2d51ff47-70df-414d-af42-0dc4be948832 version history id |
{- "data": {
- "id": "1e46eda2-e20c-4491-89c4-17c1e9c07e37",
- "type": "template_version_history",
- "attributes": {
- "created_by": "virgilio_hane",
- "active_from": "2026-01-27T08:28:28.385559Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "043e1a40-0a41-429c-b412-43e1e32f690b",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "fd910191-60ac-4eb7-a7c2-53717ac671e1",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "eb8b2851-daee-4c5a-9fda-bb1c8b2adec1",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/594f861f-46b5-4f19-8a3e-4d52cc602f71/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/1e46eda2-e20c-4491-89c4-17c1e9c07e37",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "043e1a40-0a41-429c-b412-43e1e32f690b",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "virgilio_hane",
- "actions": [
- {
- "name": "navigate",
- "children": [ ],
- "full_path": "navigate",
- "stage_step": false,
- "description": "We need to calculate the back-end ADP port!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "quantify",
- "children": [ ],
- "full_path": "quantify",
- "stage_step": false,
- "description": "I'll copy the wireless GB bandwidth, that should feed the RAM feed!",
- "child_execution_strategy": "sequential"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c67e86bf-8bb4-4db6-8d3c-621d56747b27",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c67e86bf-8bb4-4db6-8d3c-621d56747b27"
}
}, - "parents": {
- "data": [
- {
- "id": "ed9bd060-365d-4039-9816-7fb923490c29",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "45efa0b7-4baa-4923-aeb0-24205bd8f20d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/45efa0b7-4baa-4923-aeb0-24205bd8f20d"
}
}, - "project": {
- "data": {
- "id": "ed9bd060-365d-4039-9816-7fb923490c29",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "fd910191-60ac-4eb7-a7c2-53717ac671e1",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/594f861f-46b5-4f19-8a3e-4d52cc602f71/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "4da80fb0-80a4-4a26-9e2f-07ae0777057d",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "594f861f-46b5-4f19-8a3e-4d52cc602f71",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/594f861f-46b5-4f19-8a3e-4d52cc602f71"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "eb8b2851-daee-4c5a-9fda-bb1c8b2adec1",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/eb8b2851-daee-4c5a-9fda-bb1c8b2adec1"
}
}
}, - "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",
- "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": "fd910191-60ac-4eb7-a7c2-53717ac671e1",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "oscar",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:28.343160Z",
- "updated_at": "2026-01-27T08:28:28.343160Z",
- "git_rev": "bluetooth",
- "commit_sha": "fc673ea98eee79cd10cf1887dd0a64921c113448",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7ee3341d-dbfb-4d55-80ba-65da2d46f01b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7ee3341d-dbfb-4d55-80ba-65da2d46f01b"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/594f861f-46b5-4f19-8a3e-4d52cc602f71/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/594f861f-46b5-4f19-8a3e-4d52cc602f71"
}
}
]
}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: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
{- "data": [
- {
- "id": "af231293-bca1-481e-9a6a-295f0df8e36d",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "marco",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:28.630853Z",
- "updated_at": "2026-01-27T08:28:28.630853Z",
- "git_rev": "back-end",
- "commit_sha": "c57d7b16bf91e1dc25018ab3b77f491ab5d5108a",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1c49f28d-0852-4269-bd7e-5b5de4151e06",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1c49f28d-0852-4269-bd7e-5b5de4151e06"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/de0bd58e-564a-4e1f-b62d-1dc7fffe7ee0/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/de0bd58e-564a-4e1f-b62d-1dc7fffe7ee0"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "mobile",
- "archived": false,
- "locked": false,
- "ignore_in_use": false
}
}
}{- "data": {
- "id": "363de7c0-fdfc-4dbb-887a-f5c62af87f14",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Distinctio delectus magnam mollitia libero aspernatur pariatur ut accusamus natus error qui sint sunt quasi",
- "state": "initializing",
- "created_by": "neal",
- "archived": false,
- "has_mintmodel": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:29.230582Z",
- "updated_at": "2026-01-27T08:28:29.230582Z",
- "git_rev": "digital",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c994f7bf-f1d9-4589-923a-f48cb2eb48e7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c994f7bf-f1d9-4589-923a-f48cb2eb48e7"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/07ebc712-dcd3-4fe4-be9a-84aebe840e70/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/07ebc712-dcd3-4fe4-be9a-84aebe840e70"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "64e256fa-e662-4b05-92f6-3e987f73ba94",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "caren_rowe",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:30.203202Z",
- "updated_at": "2026-01-27T08:28:30.203202Z",
- "git_rev": "primary",
- "commit_sha": "288751257dc76fb553f58241a2c6777c63e9f9da",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7b0d465c-5e9a-4993-8c07-c7636b4f6790",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7b0d465c-5e9a-4993-8c07-c7636b4f6790"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/b965fc6a-7cf7-44ef-bee9-d0d749d72397/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/b965fc6a-7cf7-44ef-bee9-d0d749d72397"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "bfde50c8-5f55-45b0-ae7b-21c540e936f2",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "joel_schultz",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2026-01-27T08:28:30.419704Z",
- "updated_at": "2026-01-27T08:28:30.419704Z",
- "git_rev": "digital",
- "commit_sha": "447f81f4ea262dc29b0114473ea53ea4147fbb8c",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a1163afd-d28b-41cc-9581-0b93526083b2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a1163afd-d28b-41cc-9581-0b93526083b2"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/fa5c0c43-0b4b-44f2-80ed-a5a3e97dc4e2/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/fa5c0c43-0b4b-44f2-80ed-a5a3e97dc4e2"
}
}
}Create a template.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "b3ffe31b-3485-412b-a377-25bf7fe14466",
- "type": "template",
- "attributes": {
- "code": "hj3zm",
- "name": "isaac",
- "description": "Dicta voluptas rerum repellendus.",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:28:31.008939Z",
- "updated_at": "2026-01-27T08:28:31.008939Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "1323b769-48db-4204-a7f4-65c4bf9b1ffb",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/b3ffe31b-3485-412b-a377-25bf7fe14466",
- "template_versions": "/api/projects/opc/templates/b3ffe31b-3485-412b-a377-25bf7fe14466/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "3778a6ca-ca1f-4294-b0b2-5b8862e89110",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:28:31.467598Z",
- "updated_at": "2026-01-27T08:28:31.467598Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "ca8e8904-f4c8-4195-8d27-d63cd59c3d91",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/3778a6ca-ca1f-4294-b0b2-5b8862e89110",
- "template_versions": "/api/projects/opc/templates/3778a6ca-ca1f-4294-b0b2-5b8862e89110/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: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
{- "data": {
- "id": "daf018bf-6b9b-402d-96b5-ed8258d9efdd",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:28:31.681193Z",
- "updated_at": "2026-01-27T08:28:31.681193Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5bd67ce8-3b8f-444b-a79b-fbfe10874cdd",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/daf018bf-6b9b-402d-96b5-ed8258d9efdd",
- "template_versions": "/api/projects/opc/templates/daf018bf-6b9b-402d-96b5-ed8258d9efdd/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: 2cf01463-c0e0-484a-98c4-afe544fde3fb template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "788c0573-aacf-45ef-b812-62f5a500f97a",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "created_at": "2026-01-27T08:28:31.877347Z",
- "updated_at": "2026-01-27T08:28:31.916414Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5b6ec3ad-c714-424a-8369-364fc5dc549d",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/788c0573-aacf-45ef-b812-62f5a500f97a",
- "template_versions": "/api/projects/opc/templates/788c0573-aacf-45ef-b812-62f5a500f97a/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 2cf01463-c0e0-484a-98c4-afe544fde3fb 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": "9c045d08-a051-4bf2-b2f6-1355ce9ce441",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:28:32.170282Z",
- "updated_at": "2026-01-27T08:28:32.207138Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "70df6110-b97b-4a50-bf90-88518484971d",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/9c045d08-a051-4bf2-b2f6-1355ce9ce441",
- "template_versions": "/api/projects/opc/templates/9c045d08-a051-4bf2-b2f6-1355ce9ce441/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": "9bfdcb68-48dc-4eef-9eca-51d2c86f295d",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:27:58.203457Z",
- "updated_at": "2026-01-27T08:27:58.203457Z",
- "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/9bfdcb68-48dc-4eef-9eca-51d2c86f295d"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "aed07fbd-8f76-4429-98c6-41e59de2b559",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:27:58.735554Z",
- "updated_at": "2026-01-27T08:27:58.735554Z",
- "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/aed07fbd-8f76-4429-98c6-41e59de2b559"
}, - "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: 485429f4-1118-4342-b467-5a515044b7a9 remote id |
{- "data": {
- "id": "e649a12c-4e67-40ef-b56a-de3df8f433e1",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:27:59.087749Z",
- "updated_at": "2026-01-27T08:27:59.087749Z",
- "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/e649a12c-4e67-40ef-b56a-de3df8f433e1"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 485429f4-1118-4342-b467-5a515044b7a9 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "71e7f6ad-943b-43bd-82c9-3084d5b6ee93",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-01-27T08:27:59.333885Z",
- "updated_at": "2026-01-27T08:27:59.388333Z",
- "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/71e7f6ad-943b-43bd-82c9-3084d5b6ee93"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 485429f4-1118-4342-b467-5a515044b7a9 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": "2995fdaa-67ca-48a9-80dd-a9aa53c0e7e9",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2026-01-27T08:27:59.747679Z",
- "updated_at": "2026-01-27T08:27:59.793542Z",
- "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/2995fdaa-67ca-48a9-80dd-a9aa53c0e7e9"
}, - "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: 485429f4-1118-4342-b467-5a515044b7a9 remote id |
{- "data": {
- "id": "69eb1951-535e-4a0a-b06d-bc961b4e571b",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2026-01-27T08:28:00.391415Z",
- "updated_at": "2026-01-27T08:28:00.629352Z",
- "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/69eb1951-535e-4a0a-b06d-bc961b4e571b"
}, - "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": "fanny_considine"
}
}
}{- "data": {
- "id": "9e7b1bfb-e49f-4b27-8cca-71d3f47d2e6b",
- "type": "bookmark",
- "attributes": {
- "description": "Rerum aut cupiditate et.",
- "created_by": "rebekah_wuckert",
- "created_at": "2026-01-27T08:27:46.919753Z",
- "updated_at": "2026-01-27T08:27:46.919753Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/9e7b1bfb-e49f-4b27-8cca-71d3f47d2e6b",
- "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": "1248c6d6-4c7d-4ed9-9cf8-bf045c6236e8",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "mark",
- "created_at": "2026-01-27T08:27:47.660923Z",
- "updated_at": "2026-01-27T08:27:47.660923Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/1248c6d6-4c7d-4ed9-9cf8-bf045c6236e8",
- "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: f6b44c57-84a0-4a5b-b583-7882fea10662 bookmark id |
{- "data": {
- "id": "fd32fb6b-7b17-4cd6-b9e1-60d728f2baaf",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "wade.jast",
- "created_at": "2026-01-27T08:27:47.895951Z",
- "updated_at": "2026-01-27T08:27:47.895951Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/fd32fb6b-7b17-4cd6-b9e1-60d728f2baaf",
- "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: f6b44c57-84a0-4a5b-b583-7882fea10662 bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "dc045dfd-8da2-45ae-adb1-bd68520a102d",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "bruna",
- "created_at": "2026-01-27T08:27:48.372754Z",
- "updated_at": "2026-01-27T08:27:48.434260Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/dc045dfd-8da2-45ae-adb1-bd68520a102d",
- "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: f6b44c57-84a0-4a5b-b583-7882fea10662 bookmark id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Bookmark"
}
}
]
}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": "28abe091-6d26-43df-811f-6f312be1d509",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-01-27T08:28:01.755353Z",
- "updated_at": "2026-01-27T08:28:01.755353Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "41a6a2e4-1d0c-47cb-bfa2-fee9d296fc9d",
- "type": "project"
}, - {
- "id": "6bfb12b6-5b54-4ab3-bb25-3152bd5f038d",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "beccef23-fd29-4480-8ab6-ca49edae1419",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/beccef23-fd29-4480-8ab6-ca49edae1419"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "22dd1196-0ae8-40bc-97ee-035395e09184",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/28abe091-6d26-43df-811f-6f312be1d509"
}
}
], - "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: 78ba69ea-41e8-4aab-b748-ca028070c75f MintModel history id |
{- "data": {
- "id": "bb1903e7-3217-4d3f-836a-b8a673eb43a4",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2026-01-27T08:28:02.026415Z",
- "updated_at": "2026-01-27T08:28:02.026415Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "1458178b-7c1b-4a91-8fdc-8a6f217a7caf",
- "type": "project"
}, - {
- "id": "e0f4c8d6-b538-4598-9027-16015b2b0bc5",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "e23bff18-7274-4c75-b7f6-a84f09cfa17d",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/e23bff18-7274-4c75-b7f6-a84f09cfa17d"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "3511501d-b9ef-4dd3-abde-e95e8f631441",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/bb1903e7-3217-4d3f-836a-b8a673eb43a4"
}
}, - "included": [
- {
- "id": "e23bff18-7274-4c75-b7f6-a84f09cfa17d",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-01-27T08:28:02.019046Z",
- "updated_at": "2026-01-27T08:28:02.019046Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "bb1903e7-3217-4d3f-836a-b8a673eb43a4",
- "type": "mintmodel_history"
}, - {
- "id": "8235deec-afdc-494d-885a-8d01d3798272",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/e23bff18-7274-4c75-b7f6-a84f09cfa17d",
- "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": "2769bcad-833d-4168-a5fd-17f7b75c9126",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-01-27T08:28:02.159683Z",
- "updated_at": "2026-01-27T08:28:02.159683Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "90639304-8892-461c-b6fe-71c2f4b2e7e9",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/2769bcad-833d-4168-a5fd-17f7b75c9126",
- "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: b228fb26-0343-4766-afd6-afa1cd62c705 old MintModel id |
| new_mintmodel_id required | string Example: 1e6d79ef-0263-46f5-87df-e6776c19760f new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "71c4761d-cf05-4667-a6cb-4e32349f5e2f",
- "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-01-27T08:28:02.634Z",
- "updated_at": "2026-01-27T08:28:02.634Z",
- "render_logs": "Generated by deriving the difference between Mintmodel fe6ce7c5-e3e2-4855-80ee-1bee4e9e1355 and MintModel 66f14204-e626-495a-aaad-fa682e7a1f51"
}, - "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/fe6ce7c5-e3e2-4855-80ee-1bee4e9e1355",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/66f14204-e626-495a-aaad-fa682e7a1f51",
- "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: fdb9d0f8-1e20-4eba-9885-a51db2467314 MintModel id |
{- "data": {
- "id": "ccf32d13-fbdd-4bcb-a9d2-7e7013d3abda",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-01-27T08:28:03.009961Z",
- "updated_at": "2026-01-27T08:28:03.009961Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "af02f934-2fde-413f-b635-899da2695b09",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/ccf32d13-fbdd-4bcb-a9d2-7e7013d3abda",
- "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": "16ff6142-140b-461f-a239-9d106d76090d",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2026-01-27T08:28:03.477068Z",
- "updated_at": "2026-01-27T08:28:03.477068Z",
- "render_logs": "[\"MintPress renderer output\"]"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "a285aa7a-ba0b-4345-9a27-6391750da86b",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/16ff6142-140b-461f-a239-9d106d76090d",
- "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": "e407f335-e3a1-4fdf-a8c0-cd109c3abbae",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "janel_schumm",
- "created_at": "2026-01-27T08:29:27.088444Z",
- "updated_at": "2026-01-27T08:29:27.088444Z",
- "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,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "c228d00e-60b7-445a-a6c0-db82c9ca8d06",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "937ef5bb-61f5-4993-b89b-473669f6ec4e",
- "type": "workflow_version"
}, - {
- "id": "226a018f-e743-464d-8c21-c7ad105d6806",
- "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": "1dvms",
- "archived": false,
- "name": "fqgmjctpxx",
- "description": "You can't reboot the application without backing up the open-source RSS hard drive!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/s3oxw/environments/dl517/assets/rxs38",
- "/projects/j7hhz/environments/pior7/assets/lobs5"
], - "action": "hack",
- "template_versions": [
- "3vxg6",
- "w0zil"
], - "run_as": "parallel",
- "name": "et"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/v63uq/workflows/pthbi",
- "version": null,
- "name": "sit",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "run_as": "parallel",
- "name": "molestias",
- "children": [
- {
- "type": "change",
- "target": "/projects/45kj6/environments/u9qzj/assets/oqs3t",
- "action": "parse",
- "template_version": "etvs7",
- "name": "animi",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "laudantium"
}, - {
- "type": "workflow",
- "target": "/projects/wzigq/workflows/nputv",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptas",
- "children": [
- {
- "type": "change",
- "target": "/projects/blfli/environments/vrc46/assets/9ywta",
- "action": "program",
- "template_version": "6m2sj",
- "name": "voluptatum",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "impedit"
}, - {
- "type": "workflow",
- "target": "/projects/gfnw7/workflows/u71j7",
- "version": 1,
- "name": "doloribus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "d293e493-1f04-4a73-9071-6972977c44ac",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "demarcus",
- "created_at": "2026-01-27T08:29:27.798045Z",
- "updated_at": "2026-01-27T08:29:27.798045Z",
- "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,
- "notifications": { },
- "latest_published_version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "6fe2d252-b15d-43cd-b72a-d69ce64468e6",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "a5f5e8b7-685f-440f-9594-c0d33d43ef4e",
- "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": "3dd5f668-9997-481f-a57d-11c88d1b3fb6",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "latasha.mckenzie",
- "created_at": "2026-01-27T08:29:28.767122Z",
- "updated_at": "2026-01-27T08:29:28.767122Z",
- "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,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "98b27a15-d7f4-46bc-a3af-3fbe233108fb",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "0365c6c2-345f-4d72-b769-66ee3a25d27d",
- "type": "workflow_version"
}, - {
- "id": "cdcd1bbe-90ac-4f8b-9f12-d21c031733e1",
- "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": "yzu7pfawft",
- "description": "Calculating the panel won't do anything, we need to copy the primary adp driver!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/s3oxw/environments/dl517/assets/rxs38",
- "/projects/j7hhz/environments/pior7/assets/lobs5"
], - "action": "hack",
- "template_versions": [
- "3vxg6",
- "w0zil"
], - "run_as": "parallel",
- "name": "et"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/v63uq/workflows/pthbi",
- "version": null,
- "name": "sit",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "run_as": "parallel",
- "name": "molestias",
- "children": [
- {
- "type": "change",
- "target": "/projects/45kj6/environments/u9qzj/assets/oqs3t",
- "action": "parse",
- "template_version": "etvs7",
- "name": "animi",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "laudantium"
}, - {
- "type": "workflow",
- "target": "/projects/wzigq/workflows/nputv",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptas",
- "children": [
- {
- "type": "change",
- "target": "/projects/blfli/environments/vrc46/assets/9ywta",
- "action": "program",
- "template_version": "6m2sj",
- "name": "voluptatum",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "impedit"
}, - {
- "type": "workflow",
- "target": "/projects/gfnw7/workflows/u71j7",
- "version": 1,
- "name": "doloribus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "ec8dc7c4-3ebd-44f0-97b1-b952ad60aa9c",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "hung_ondricka",
- "created_at": "2026-01-27T08:29:29.760900Z",
- "updated_at": "2026-01-27T08:29:29.976447Z",
- "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": "c2e7b971-673c-4c30-b6b9-1c5a059856b5",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "36e62815-1c4e-41e2-a2ea-5fd0c2e8c10a",
- "node_type": "asset",
- "parent_id": "36e62815-1c4e-41e2-a2ea-5fd0c2e8c10a",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-01-27T08:29:29.539Z",
- "updated_at": "2026-01-27T08:29:29.539Z",
- "project_type": null,
- "template_version_id": "46e6ba4e-48a2-431c-8553-47fea3e09a98",
- "created_by": "nieves"
}, - "action_template_version": {
- "id": "46e6ba4e-48a2-431c-8553-47fea3e09a98",
- "commit_id": "a694538a-11ff-43e2-9424-5b3fd87eda4a",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-01-27T08:29:29.489Z",
- "updated_at": "2026-01-27T08:29:29.489Z",
- "state": "ready",
- "created_by": "marcene",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "405775d1-8182-469b-9731-cbf6ff3bdc72",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "36e62815-1c4e-41e2-a2ea-5fd0c2e8c10a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "e0305710-00dc-4dd3-8294-2240f23280df",
- "type": "workflow_version"
}, - {
- "id": "02eed5d8-2933-4f6d-96f8-dba06a36fb64",
- "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 |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Workflow"
}
}
]
}Lists all versions for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "33739fe1-f2cc-423c-babe-b27fb83cdc9f",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dorene_wolf",
- "created_at": "2026-01-27T08:29:22.046660Z",
- "updated_at": "2026-01-27T08:29:22.057039Z",
- "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": "7a482499-5a7e-477d-b7e9-b46f5109ee57",
- "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": "aa4dbcfd-2628-45fe-b47d-ce8b3f698b7a",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "bess_glover",
- "created_at": "2026-01-27T08:29:22.023370Z",
- "updated_at": "2026-01-27T08:29:22.023393Z",
- "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": "7a482499-5a7e-477d-b7e9-b46f5109ee57",
- "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": "8e69560a-f040-44f3-83eb-7f1d6b8675b6",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dwayne",
- "created_at": "2026-01-27T08:29:22.928290Z",
- "updated_at": "2026-01-27T08:29:22.928290Z",
- "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,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "af06f12a-ffc7-47fc-8d1f-10d731c166f4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "dc768e32-e26b-4386-a541-3c89c5096b6e",
- "type": "workflow_version"
}, - {
- "id": "33b6b848-374f-415c-bcef-135d563e2cb6",
- "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": "ef072f86-c06e-4dd3-b4da-90bbd1f8ad33",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "julio.bernhard",
- "created_at": "2026-01-27T08:29:23.658873Z",
- "updated_at": "2026-01-27T08:29:23.671960Z",
- "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": "82a0874d-28f0-412a-becb-0ebc44af0f2d",
- "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": "2eohg",
- "node_id": "35c5aa3e-73d4-4955-93d0-0186e0fead4d",
- "archived": false,
- "name": "hyucfrcdtx",
- "description": "If we generate the monitor, we can get to the JBOD hard drive through the mobile SQL driver!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/s3oxw/environments/dl517/assets/rxs38",
- "/projects/j7hhz/environments/pior7/assets/lobs5"
], - "action": "hack",
- "template_versions": [
- "3vxg6",
- "w0zil"
], - "run_as": "parallel",
- "name": "et"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/v63uq/workflows/pthbi",
- "version": null,
- "name": "sit",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "run_as": "parallel",
- "name": "molestias",
- "children": [
- {
- "type": "change",
- "target": "/projects/45kj6/environments/u9qzj/assets/oqs3t",
- "action": "parse",
- "template_version": "etvs7",
- "name": "animi",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "laudantium"
}, - {
- "type": "workflow",
- "target": "/projects/wzigq/workflows/nputv",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptas",
- "children": [
- {
- "type": "change",
- "target": "/projects/blfli/environments/vrc46/assets/9ywta",
- "action": "program",
- "template_version": "6m2sj",
- "name": "voluptatum",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "impedit"
}, - {
- "type": "workflow",
- "target": "/projects/gfnw7/workflows/u71j7",
- "version": 1,
- "name": "doloribus",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "9c6f7b80-7afe-45d2-a217-1c552d014b01",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "tilda",
- "created_at": "2026-01-27T08:29:25.455675Z",
- "updated_at": "2026-01-27T08:29:25.524488Z",
- "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/s3oxw/environments/dl517/assets/rxs38",
- "/projects/j7hhz/environments/pior7/assets/lobs5"
], - "action": "hack",
- "template_versions": [
- "3vxg6",
- "w0zil"
], - "run_as": "parallel",
- "name": "et"
}, - {
- "type": "wait",
- "name": "voluptatem"
}, - {
- "type": "workflow",
- "target": "/projects/v63uq/workflows/pthbi",
- "version": null,
- "name": "sit",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "run_as": "parallel",
- "name": "molestias",
- "children": [
- {
- "type": "change",
- "target": "/projects/45kj6/environments/u9qzj/assets/oqs3t",
- "action": "parse",
- "template_version": "etvs7",
- "name": "animi",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "laudantium"
}, - {
- "type": "workflow",
- "target": "/projects/wzigq/workflows/nputv",
- "version": null,
- "name": "et",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "voluptas",
- "children": [
- {
- "type": "change",
- "target": "/projects/blfli/environments/vrc46/assets/9ywta",
- "action": "program",
- "template_version": "6m2sj",
- "name": "voluptatum",
- "start_time": "2026-01-28T08:27:31Z"
}, - {
- "type": "wait",
- "name": "impedit"
}, - {
- "type": "workflow",
- "target": "/projects/gfnw7/workflows/u71j7",
- "version": 1,
- "name": "doloribus",
- "start_time": null
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "a06b7887-678d-4baa-ace6-2a0da4b249d2",
- "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 |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowVersion"
}
}
]
}Endpoints to interact with properties.
Shows the current properties JSON and its version.
| properties_id required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c properties id |
{- "data": {
- "id": "a4bd6f6b-7085-4ab0-aff0-fc97f9dcac56",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2026-01-27T08:28:13.893827Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/a4bd6f6b-7085-4ab0-aff0-fc97f9dcac56",
- "current_version": "/api/properties/a4bd6f6b-7085-4ab0-aff0-fc97f9dcac56/versions/1",
- "versions": "/api/properties/a4bd6f6b-7085-4ab0-aff0-fc97f9dcac56/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c 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": "78f43724-d155-4d07-9809-e1fe4a25cb88",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-01-27T08:28:14.191614Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/78f43724-d155-4d07-9809-e1fe4a25cb88",
- "current_version": "/api/properties/78f43724-d155-4d07-9809-e1fe4a25cb88/versions/2",
- "versions": "/api/properties/78f43724-d155-4d07-9809-e1fe4a25cb88/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "4c05a3fc-778a-4353-94a6-84759e121a80",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2026-01-27T08:28:15.085430Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/4c05a3fc-778a-4353-94a6-84759e121a80",
- "current_version": "/api/properties/4c05a3fc-778a-4353-94a6-84759e121a80/versions/2",
- "versions": "/api/properties/4c05a3fc-778a-4353-94a6-84759e121a80/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c 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": "0bb0eb09-c93d-4581-ab94-e24bfcba1da1",
- "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-01-27T08:28:15.726538Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/0bb0eb09-c93d-4581-ab94-e24bfcba1da1",
- "current_version": "/api/properties/0bb0eb09-c93d-4581-ab94-e24bfcba1da1/versions/2",
- "versions": "/api/properties/0bb0eb09-c93d-4581-ab94-e24bfcba1da1/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c properties id |
{- "data": [
- {
- "id": "b7f878cc-3a1c-410a-954c-448c486e5033",
- "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-01-27T08:28:15.895792Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a0cbd38d-e42b-4f0e-9016-bc55b1389bde",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a0cbd38d-e42b-4f0e-9016-bc55b1389bde"
}
}
}, - "links": {
- "versions": "/api/properties/a0cbd38d-e42b-4f0e-9016-bc55b1389bde/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/a0cbd38d-e42b-4f0e-9016-bc55b1389bde/versions/1"
}, - "meta": { }
}
]
}Shows the properties JSON for this properties version.
| properties_id required | string Example: 568d4345-0bab-4e75-84a3-93625116bb3c properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "623e4b7c-04a3-4adb-9373-a3f840398374",
- "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-01-27T08:28:16.190480Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "299d00b0-da48-4684-b0e5-8699deb0c373",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/299d00b0-da48-4684-b0e5-8699deb0c373"
}
}
}, - "links": {
- "versions": "/api/properties/299d00b0-da48-4684-b0e5-8699deb0c373/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/299d00b0-da48-4684-b0e5-8699deb0c373/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": "1f8bc158-3c9a-438e-a985-af853949f037",
- "type": "change",
- "attributes": {
- "created_by": "lucius",
- "name": "compress",
- "action": "compress",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "transmitter": "backing up"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-01-27T08:27:49.639420Z",
- "started_at": "2026-01-27T08:20:26.961824Z",
- "finished_at": "2026-01-27T08:25:53.526693Z",
- "updated_at": "2026-01-27T08:27:49.651979Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "0566228ea352345850e658a4ef7a07a2bccc563f",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "466ada81-3ed4-4687-b41e-c15212d88f7c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/466ada81-3ed4-4687-b41e-c15212d88f7c"
}
}, - "parents": {
- "data": [
- {
- "id": "ea4beaef-5dff-41b1-aa29-18ab720b1c9e",
- "type": "project"
}, - {
- "id": "9ca4dbbf-e6a7-492c-833a-b4e205d0b80f",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "4ff9e6e2-f810-49c7-bc29-fc1b251a8078",
- "type": "step"
}, - "links": {
- "related": "/api/steps/4ff9e6e2-f810-49c7-bc29-fc1b251a8078"
}
}, - "steps": {
- "data": [
- {
- "id": "4ff9e6e2-f810-49c7-bc29-fc1b251a8078",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "e17a69be-d58f-492f-aff8-727465535a46",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e17a69be-d58f-492f-aff8-727465535a46"
}
}, - "override_settings": {
- "data": {
- "id": "8105b081-d6e7-43a9-b79c-6e3e654c5870",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/8105b081-d6e7-43a9-b79c-6e3e654c5870"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/7922d265-789d-4c9d-949d-d3d81e884cd1",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/1f8bc158-3c9a-438e-a985-af853949f037",
- "log_lines": "/api/changes/1f8bc158-3c9a-438e-a985-af853949f037/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "4ff9e6e2-f810-49c7-bc29-fc1b251a8078",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "compress",
- "name": "compress",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "1f8bc158-3c9a-438e-a985-af853949f037",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:19:26.961824Z",
- "started_at": "2026-01-27T08:20:26.961824Z",
- "finished_at": "2026-01-27T08:25:53.526693Z",
- "updated_at": "2026-01-27T08:27:49.651979Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "466ada81-3ed4-4687-b41e-c15212d88f7c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/466ada81-3ed4-4687-b41e-c15212d88f7c"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "7d66ee71-1a93-482e-909f-5f0e6618eecd",
- "type": "properties_version"
}, - {
- "id": "e79f56c6-7fb1-4510-a046-6b0a6abd8dfa",
- "type": "properties_version"
}, - {
- "id": "c0ef6848-8b55-4665-a5bb-f5b45befa5a5",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "1f8bc158-3c9a-438e-a985-af853949f037",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/1f8bc158-3c9a-438e-a985-af853949f037",
- "change": "/api/projects/opc/environments/dev/changes/1f8bc158-3c9a-438e-a985-af853949f037",
- "log_lines": "/api/steps/4ff9e6e2-f810-49c7-bc29-fc1b251a8078/log_lines",
- "self": "/api/steps/4ff9e6e2-f810-49c7-bc29-fc1b251a8078"
}, - "meta": { }
}, - {
- "id": "ea4beaef-5dff-41b1-aa29-18ab720b1c9e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "usha",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "74ec4685-6d7a-40de-8e91-07c13584b04c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/74ec4685-6d7a-40de-8e91-07c13584b04c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "36c67916-d995-4ca1-84bc-62a189ae17da",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/36c67916-d995-4ca1-84bc-62a189ae17da"
}
}, - "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"
}, - "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"
], - "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
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "9ca4dbbf-e6a7-492c-833a-b4e205d0b80f",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "sylvester_bednar"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5f10a3aa-8c6e-4d37-98ff-b4975ff65f54",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5f10a3aa-8c6e-4d37-98ff-b4975ff65f54"
}
}, - "parents": {
- "data": [
- {
- "id": "ea4beaef-5dff-41b1-aa29-18ab720b1c9e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "60b12eb0-cad0-491c-a3d5-31e06299d1f5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/60b12eb0-cad0-491c-a3d5-31e06299d1f5"
}
}, - "project": {
- "data": {
- "id": "ea4beaef-5dff-41b1-aa29-18ab720b1c9e",
- "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": {
- "transmitter": "calculating"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "property_overrides": null,
- "action": "calculate",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "type": "change",
- "attributes": {
- "created_by": "hoyt",
- "name": null,
- "action": "index",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "program": "indexing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2026-01-27T08:27:50.391436Z",
- "started_at": "2026-01-27T08:27:50.370278Z",
- "finished_at": null,
- "updated_at": "2026-01-27T08:27:50.401449Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": "opschain"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "164d541a-40e8-4911-91c2-f5b01edd6497",
- "type": "project"
}, - {
- "id": "e5176a1d-bcfc-414d-bd8a-f7bc204d2975",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "091d8480-22a9-4940-ac1f-494c1b71476a",
- "type": "step"
}, - "links": {
- "related": "/api/steps/091d8480-22a9-4940-ac1f-494c1b71476a"
}
}, - "steps": {
- "data": [
- {
- "id": "091d8480-22a9-4940-ac1f-494c1b71476a",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "79ef83b0-ab95-4164-b423-73061198d212",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/79ef83b0-ab95-4164-b423-73061198d212"
}
}, - "override_settings": {
- "data": {
- "id": "5022563f-3528-45cf-8595-383c6d5a9554",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5022563f-3528-45cf-8595-383c6d5a9554"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/ac5396e1-d037-486f-a49a-34897e6ee15f",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "log_lines": "/api/changes/e6fbcc3e-b389-4439-bec2-0943e84a5f91/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "091d8480-22a9-4940-ac1f-494c1b71476a",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "opschain",
- "action": "index",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:27:50.394435Z",
- "started_at": "2026-01-27T08:27:50.370278Z",
- "finished_at": null,
- "updated_at": "2026-01-27T08:27:50.401449Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "change": "/api/projects/opc/environments/dev/changes/e6fbcc3e-b389-4439-bec2-0943e84a5f91",
- "log_lines": "/api/steps/091d8480-22a9-4940-ac1f-494c1b71476a/log_lines",
- "self": "/api/steps/091d8480-22a9-4940-ac1f-494c1b71476a"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: e15a7062-29c3-43dd-8535-a10bd87eb7f9 change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "type": "change",
- "attributes": {
- "created_by": "jeremiah_corwin",
- "name": "input",
- "action": "input",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "matrix": "quantifying"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2026-01-27T08:27:50.931811Z",
- "started_at": "2026-01-27T08:19:06.578900Z",
- "finished_at": "2026-01-27T08:24:57.730501Z",
- "updated_at": "2026-01-27T08:27:50.940547Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "46bab2f6eff40abb0f7467e0ab354fd585098f2b",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1a0105ee-086e-4407-b548-a594963ca732",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1a0105ee-086e-4407-b548-a594963ca732"
}
}, - "parents": {
- "data": [
- {
- "id": "576d3e0a-4351-47f4-a62f-2bd176372b5e",
- "type": "project"
}, - {
- "id": "662fa314-73b2-48f7-983b-e29b2b7442ba",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "f08490fa-35e4-43d6-8077-bddb70507c45",
- "type": "step"
}, - "links": {
- "related": "/api/steps/f08490fa-35e4-43d6-8077-bddb70507c45"
}
}, - "steps": {
- "data": [
- {
- "id": "f08490fa-35e4-43d6-8077-bddb70507c45",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "efba6ec2-d223-43cb-8abd-f24611b8a076",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/efba6ec2-d223-43cb-8abd-f24611b8a076"
}
}, - "override_settings": {
- "data": {
- "id": "25cd1c62-c659-4cf1-9fe2-d059f7300bae",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/25cd1c62-c659-4cf1-9fe2-d059f7300bae"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/ddbb5f1d-5152-4cc1-91d4-e84b497c0891",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "log_lines": "/api/changes/56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e/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": "f08490fa-35e4-43d6-8077-bddb70507c45",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "input",
- "name": "input",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:18:06.578900Z",
- "started_at": "2026-01-27T08:19:06.578900Z",
- "finished_at": "2026-01-27T08:24:57.730501Z",
- "updated_at": "2026-01-27T08:27:50.940547Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1a0105ee-086e-4407-b548-a594963ca732",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1a0105ee-086e-4407-b548-a594963ca732"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "46009bb6-a325-4b17-bb39-bc7675bbf7cd",
- "type": "properties_version"
}, - {
- "id": "5e152f4e-3f27-49d7-a9da-0319c8b007b3",
- "type": "properties_version"
}, - {
- "id": "695f5a0b-d4ac-4854-9079-e4bd84af810c",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "change": "/api/projects/opc/environments/dev/changes/56ddb160-f46e-4ee7-bd57-1e1ed1ff6d9e",
- "log_lines": "/api/steps/f08490fa-35e4-43d6-8077-bddb70507c45/log_lines",
- "self": "/api/steps/f08490fa-35e4-43d6-8077-bddb70507c45"
}, - "meta": { }
}, - {
- "id": "576d3e0a-4351-47f4-a62f-2bd176372b5e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "mona",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2a669bcf-dfd5-41b8-8bb3-baf5a68554f5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2a669bcf-dfd5-41b8-8bb3-baf5a68554f5"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "ad1a7d58-174e-4bfb-84f3-bf8b042d23f1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ad1a7d58-174e-4bfb-84f3-bf8b042d23f1"
}
}, - "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"
}, - "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"
], - "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
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "662fa314-73b2-48f7-983b-e29b2b7442ba",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "richie.kassulke"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c736f3b6-d58b-450b-99b5-6793d95c2a50",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c736f3b6-d58b-450b-99b5-6793d95c2a50"
}
}, - "parents": {
- "data": [
- {
- "id": "576d3e0a-4351-47f4-a62f-2bd176372b5e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "3c4e21fa-e098-49bf-b828-7218b9fa13af",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3c4e21fa-e098-49bf-b828-7218b9fa13af"
}
}, - "project": {
- "data": {
- "id": "576d3e0a-4351-47f4-a62f-2bd176372b5e",
- "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: e15a7062-29c3-43dd-8535-a10bd87eb7f9 change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "connect (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "system": "indexing"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "20c8f607-f10d-4909-a002-3ae5d8ae6c18",
- "type": "properties_version"
}, - {
- "id": "112eaa98-6f82-4680-874e-35f4eb666b72",
- "type": "properties_version"
}, - {
- "id": "19b4be68-2fbc-4ff1-89bc-153f1fbf28bf",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "system": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "20c8f607-f10d-4909-a002-3ae5d8ae6c18",
- "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-01-27T08:27:52.186891Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e728f15a-94cb-48fd-8e27-ac93f79fb13e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e728f15a-94cb-48fd-8e27-ac93f79fb13e"
}
}
}, - "links": {
- "versions": "/api/properties/e728f15a-94cb-48fd-8e27-ac93f79fb13e/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/e728f15a-94cb-48fd-8e27-ac93f79fb13e/versions/1"
}, - "meta": { }
}, - {
- "id": "112eaa98-6f82-4680-874e-35f4eb666b72",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-01-27T08:27:52.214829Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "972407d2-2420-43ae-84ec-616e0580c242",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/972407d2-2420-43ae-84ec-616e0580c242"
}
}
}, - "links": {
- "versions": "/api/properties/972407d2-2420-43ae-84ec-616e0580c242/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/972407d2-2420-43ae-84ec-616e0580c242/versions/1"
}, - "meta": { }
}, - {
- "id": "19b4be68-2fbc-4ff1-89bc-153f1fbf28bf",
- "type": "properties_version",
- "attributes": {
- "data": {
- "system": "indexing"
}, - "version": 1,
- "created_at": "2026-01-27T08:27:52.347206Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c68f5042-bcf6-420f-b8d4-f78a6f78c085",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c68f5042-bcf6-420f-b8d4-f78a6f78c085"
}
}
}, - "links": {
- "versions": "/api/properties/c68f5042-bcf6-420f-b8d4-f78a6f78c085/versions",
- "owner": "/api/projects/opc/environments/dev/changes/30e545b0-efe2-4f1e-ac22-1ea7b6e411d7",
- "self": "/api/properties/c68f5042-bcf6-420f-b8d4-f78a6f78c085/versions/1"
}, - "meta": { }
}
]
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 2cea929c-5ef6-4c59-8c39-e6324a575185 step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "generate (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "protocol": "connecting"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "5e39e829-d0e0-4593-9840-fdd40ad85a74",
- "type": "properties_version"
}, - {
- "id": "9a074386-0ffe-4b53-ba33-889f477ca190",
- "type": "properties_version"
}, - {
- "id": "e588e88b-4635-4b22-a71a-1e739a6b895b",
- "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)"
}, - "protocol": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "5e39e829-d0e0-4593-9840-fdd40ad85a74",
- "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-01-27T08:28:27.099757Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b20913b1-7d2a-44a5-8cf5-1bf37d01c257",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b20913b1-7d2a-44a5-8cf5-1bf37d01c257"
}
}
}, - "links": {
- "versions": "/api/properties/b20913b1-7d2a-44a5-8cf5-1bf37d01c257/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/b20913b1-7d2a-44a5-8cf5-1bf37d01c257/versions/1"
}, - "meta": { }
}, - {
- "id": "9a074386-0ffe-4b53-ba33-889f477ca190",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-01-27T08:28:27.127274Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "bd851fa3-ae94-4e2e-85d2-7ca47d5e8bc9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/bd851fa3-ae94-4e2e-85d2-7ca47d5e8bc9"
}
}
}, - "links": {
- "versions": "/api/properties/bd851fa3-ae94-4e2e-85d2-7ca47d5e8bc9/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/bd851fa3-ae94-4e2e-85d2-7ca47d5e8bc9/versions/1"
}, - "meta": { }
}, - {
- "id": "e588e88b-4635-4b22-a71a-1e739a6b895b",
- "type": "properties_version",
- "attributes": {
- "data": {
- "protocol": "connecting"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:27.213882Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6deb0dbb-d1a3-4f6c-a441-ae5debdbb241",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6deb0dbb-d1a3-4f6c-a441-ae5debdbb241"
}
}
}, - "links": {
- "versions": "/api/properties/6deb0dbb-d1a3-4f6c-a441-ae5debdbb241/versions",
- "owner": "/api/projects/opc/environments/dev/changes/41036353-0389-42ab-b984-5d06f081ceb4",
- "self": "/api/properties/6deb0dbb-d1a3-4f6c-a441-ae5debdbb241/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": "0213f75e-085b-49bb-8aee-c02260b6a575",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "eric_olson",
- "cron_schedule": "29 14 7 1 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "application": "navigating"
}, - "property_overrides": {
- "hard drive": "connecting"
}, - "created_at": "2026-01-27T08:27:41.573078Z",
- "updated_at": "2026-01-27T08:27:41.573078Z",
- "next_run_at": "2027-01-07T03:29:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "quantify",
- "new_commits_only": false,
- "git_rev": "digital",
- "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": "224e27e6-48c3-4c0b-a328-c2a02d8266db",
- "type": "project"
}, - {
- "id": "af33ff9a-134a-4f5c-aa57-23d9e9cfd718",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/900b729c-6e74-4536-9ff1-9deaf7193b97",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/0213f75e-085b-49bb-8aee-c02260b6a575"
}
}, - {
- "id": "dc3020f1-ade4-4059-b2cb-ef0831e24c7a",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "chance",
- "cron_schedule": "53 8 26 11 6",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "feed": "backing up"
}, - "property_overrides": {
- "monitor": "compressing"
}, - "created_at": "2026-01-27T08:27:41.909085Z",
- "updated_at": "2026-01-27T08:27:41.909085Z",
- "next_run_at": "2026-11-06T21:53:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "224e27e6-48c3-4c0b-a328-c2a02d8266db",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/dc3020f1-ade4-4059-b2cb-ef0831e24c7a",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "224e27e6-48c3-4c0b-a328-c2a02d8266db",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "yasmine",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5cefc4df-c9fb-44fa-8c47-d8b6cea39411",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5cefc4df-c9fb-44fa-8c47-d8b6cea39411"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "5467aa30-ef90-4b05-9d39-4525b5d5ba6a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5467aa30-ef90-4b05-9d39-4525b5d5ba6a"
}
}, - "children": {
- "data": [
- {
- "id": "c21e41e8-edd5-4858-ab7d-f40ab799a269",
- "type": "asset"
}, - {
- "id": "af33ff9a-134a-4f5c-aa57-23d9e9cfd718",
- "type": "environment"
}, - {
- "id": "7a22559d-dea1-44fa-bc18-fd9f6ea53857",
- "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"
}, - "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"
], - "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
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "af33ff9a-134a-4f5c-aa57-23d9e9cfd718",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "yael_runolfsdottir"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b4739e2f-2b4c-4790-8bfd-17a465133426",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b4739e2f-2b4c-4790-8bfd-17a465133426"
}
}, - "parents": {
- "data": [
- {
- "id": "224e27e6-48c3-4c0b-a328-c2a02d8266db",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7acd58f8-2a50-46ea-a692-ac9add3010f5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7acd58f8-2a50-46ea-a692-ac9add3010f5"
}
}, - "project": {
- "data": {
- "id": "224e27e6-48c3-4c0b-a328-c2a02d8266db",
- "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": "40 13 18 11 4",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "driver": "overriding"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "sensor": "synthesizing"
}, - "settings_overrides": {
- "dockerfile": "transmitting"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "6dcd0d1b-eae5-4195-a585-5c92d556e64d",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "michaele",
- "cron_schedule": "38 20 25 7 5",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "interface": "indexing"
}, - "property_overrides": {
- "card": "navigating"
}, - "created_at": "2026-01-27T08:27:42.651291Z",
- "updated_at": "2026-01-27T08:27:42.651291Z",
- "next_run_at": "2026-07-03T10:38:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "auxiliary",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "compressing"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "a4cacd27-82f7-408e-ab1f-2fc3c579bcc7",
- "type": "project"
}, - {
- "id": "3a0adbe0-3059-4a5d-874d-f655e57699c9",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/7fe5d458-d31c-40dd-9f76-e1a63232ea15",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/6dcd0d1b-eae5-4195-a585-5c92d556e64d"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: fd440dd9-a74e-4a3a-a54c-52c610c76925 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "e21d9edc-e05f-4a0b-add9-4c9b9ac4459d",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "humberto.hegmann",
- "cron_schedule": "27 15 6 5 0",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "connecting"
}, - "property_overrides": {
- "circuit": "navigating"
}, - "created_at": "2026-01-27T08:27:43.245513Z",
- "updated_at": "2026-01-27T08:27:43.245513Z",
- "next_run_at": "2026-05-03T05:27:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "hack",
- "new_commits_only": false,
- "git_rev": "redundant",
- "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": "6b512f58-413c-4aec-bdb8-c400d13bbdec",
- "type": "project"
}, - {
- "id": "ec878ca3-f81c-417c-881c-0c2247f7fa01",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/aa1c5425-a86c-4651-86af-a67659490b60",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/e21d9edc-e05f-4a0b-add9-4c9b9ac4459d"
}
}, - "included": [
- {
- "id": "6b512f58-413c-4aec-bdb8-c400d13bbdec",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "tien.bartell",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "75e40968-5daa-4096-a86f-f9c97b43f799",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/75e40968-5daa-4096-a86f-f9c97b43f799"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "76f555c6-6a80-4c66-939f-f330a07952b4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/76f555c6-6a80-4c66-939f-f330a07952b4"
}
}, - "children": {
- "data": [
- {
- "id": "ec878ca3-f81c-417c-881c-0c2247f7fa01",
- "type": "environment"
}, - {
- "id": "723976a8-6907-49e2-929f-dcf5787c1233",
- "type": "asset"
}, - {
- "id": "1fb4db26-2a2e-4512-9a15-5b362958ed5a",
- "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"
}, - "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"
], - "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
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "ec878ca3-f81c-417c-881c-0c2247f7fa01",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "leopoldo.ziemann"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d0df6c93-3313-4019-bcb1-ef0ff71942b3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d0df6c93-3313-4019-bcb1-ef0ff71942b3"
}
}, - "parents": {
- "data": [
- {
- "id": "6b512f58-413c-4aec-bdb8-c400d13bbdec",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "139fd797-5b61-4498-b4f9-ce200d2def9c",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/139fd797-5b61-4498-b4f9-ce200d2def9c"
}
}, - "project": {
- "data": {
- "id": "6b512f58-413c-4aec-bdb8-c400d13bbdec",
- "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: fd440dd9-a74e-4a3a-a54c-52c610c76925 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "48 16 12 9 *",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "alarm": "calculating"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "sensor": "backing up"
}, - "settings_overrides": {
- "dockerfile": "copying"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "6f463300-2299-41fa-9d81-c2f2a59ff6f0",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "drema_lehner",
- "cron_schedule": "35 12 9 7 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "bandwidth": "overriding"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "created_at": "2026-01-27T08:27:44.288574Z",
- "updated_at": "2026-01-27T08:27:44.685293Z",
- "next_run_at": "2026-07-09T02:35:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": true,
- "git_rev": "online",
- "project_name": "OpsChain",
- "project_code": "opc",
- "settings_overrides": {
- "dockerfile": "Dockerfile_custom"
}, - "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "1017e23f-4c9f-4f8f-bc21-e3b1f2f410b5",
- "type": "project"
}, - {
- "id": "d3c3f8e4-8b65-46ae-bfb5-17fc1e8d751f",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/9258e19a-98de-467b-9b16-76c8d379305d",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/6f463300-2299-41fa-9d81-c2f2a59ff6f0"
}
}
}Delete a scheduled activity.
| scheduled_change_id required | string Example: fd440dd9-a74e-4a3a-a54c-52c610c76925 scheduled change id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find BaseScheduledActivity"
}
}
]
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "c4fc2a85-feec-4ea8-ad1c-f404c5708d32",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "quantify",
- "name": "quantify",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "fd3b4c4f-6834-412b-be31-b0c63dec87fc",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:18:57.198079Z",
- "started_at": "2026-01-27T08:19:57.198079Z",
- "finished_at": "2026-01-27T08:20:40.877430Z",
- "updated_at": "2026-01-27T08:28:20.242073Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8a5abb8c-6e18-4e17-b7f7-e9fe536ee2a6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8a5abb8c-6e18-4e17-b7f7-e9fe536ee2a6"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "22369239-ffa0-481b-9717-1cad7ca711c7",
- "type": "properties_version"
}, - {
- "id": "851bf914-eb92-4abc-9885-79c8be4fcc57",
- "type": "properties_version"
}, - {
- "id": "aa5b3dca-8bb9-4838-8605-c481e7f3b0ea",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "fd3b4c4f-6834-412b-be31-b0c63dec87fc",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/fd3b4c4f-6834-412b-be31-b0c63dec87fc",
- "change": "/api/projects/opc/environments/dev/changes/fd3b4c4f-6834-412b-be31-b0c63dec87fc",
- "log_lines": "/api/steps/c4fc2a85-feec-4ea8-ad1c-f404c5708d32/log_lines",
- "self": "/api/steps/c4fc2a85-feec-4ea8-ad1c-f404c5708d32"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 2cea929c-5ef6-4c59-8c39-e6324a575185 step id |
{- "data": {
- "id": "9e5a6bbb-8ff4-4fa3-a137-0bf0d86bb8c0",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "parse",
- "name": "parse",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "a7e05500-09ad-4563-8870-91fa9db90c94",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:18:26.132467Z",
- "started_at": "2026-01-27T08:19:26.132467Z",
- "finished_at": "2026-01-27T08:21:13.091609Z",
- "updated_at": "2026-01-27T08:28:20.571762Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cb6af71c-a6a5-4149-987b-4f347f498c35",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cb6af71c-a6a5-4149-987b-4f347f498c35"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "2bee3476-fd38-4004-82a8-3d9031074fb9",
- "type": "properties_version"
}, - {
- "id": "be16815d-271d-4e4a-8b2d-ff3f171f109b",
- "type": "properties_version"
}, - {
- "id": "1f19f0b6-e06b-4218-8b53-55b55c13e896",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "a7e05500-09ad-4563-8870-91fa9db90c94",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/a7e05500-09ad-4563-8870-91fa9db90c94",
- "change": "/api/projects/opc/environments/dev/changes/a7e05500-09ad-4563-8870-91fa9db90c94",
- "log_lines": "/api/steps/9e5a6bbb-8ff4-4fa3-a137-0bf0d86bb8c0/log_lines",
- "self": "/api/steps/9e5a6bbb-8ff4-4fa3-a137-0bf0d86bb8c0"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "card": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "2bee3476-fd38-4004-82a8-3d9031074fb9",
- "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-01-27T08:28:20.373786Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8e7d8d80-70ad-42ff-a074-8b9fab2f550d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8e7d8d80-70ad-42ff-a074-8b9fab2f550d"
}
}
}, - "links": {
- "versions": "/api/properties/8e7d8d80-70ad-42ff-a074-8b9fab2f550d/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/8e7d8d80-70ad-42ff-a074-8b9fab2f550d/versions/1"
}, - "meta": { }
}, - {
- "id": "be16815d-271d-4e4a-8b2d-ff3f171f109b",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2026-01-27T08:28:20.397132Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "788a0678-b2d7-4265-9ad6-836f2c7413be",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/788a0678-b2d7-4265-9ad6-836f2c7413be"
}
}
}, - "links": {
- "versions": "/api/properties/788a0678-b2d7-4265-9ad6-836f2c7413be/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/788a0678-b2d7-4265-9ad6-836f2c7413be/versions/1"
}, - "meta": { }
}, - {
- "id": "1f19f0b6-e06b-4218-8b53-55b55c13e896",
- "type": "properties_version",
- "attributes": {
- "data": {
- "card": "hacking"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:20.508143Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "241ba993-0c2d-442b-ac74-f04a11e321ae",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/241ba993-0c2d-442b-ac74-f04a11e321ae"
}
}
}, - "links": {
- "versions": "/api/properties/241ba993-0c2d-442b-ac74-f04a11e321ae/versions",
- "owner": "/api/projects/opc/environments/dev/changes/a7e05500-09ad-4563-8870-91fa9db90c94",
- "self": "/api/properties/241ba993-0c2d-442b-ac74-f04a11e321ae/versions/1"
}, - "meta": { }
}, - {
- "id": "cb6af71c-a6a5-4149-987b-4f347f498c35",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "card": "hacking"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:20.564461Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/9e5a6bbb-8ff4-4fa3-a137-0bf0d86bb8c0"
}
}
}, - "links": {
- "self": "/api/properties/cb6af71c-a6a5-4149-987b-4f347f498c35",
- "current_version": "/api/properties/cb6af71c-a6a5-4149-987b-4f347f498c35/versions/1",
- "versions": "/api/properties/cb6af71c-a6a5-4149-987b-4f347f498c35/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 2cea929c-5ef6-4c59-8c39-e6324a575185 step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "0f5236e7-f3e4-4375-9d23-66fe34032f3d",
- "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": "2b5b84ef-b525-476a-bd5c-19e28cd8e67d",
- "skip_on_retry": true,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:21:29.657799Z",
- "started_at": "2026-01-27T08:22:29.657799Z",
- "finished_at": "2026-01-27T08:22:48.704645Z",
- "updated_at": "2026-01-27T08:28:21.546810Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "4f4908b0-92d7-46e4-b127-160c0b173497",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/4f4908b0-92d7-46e4-b127-160c0b173497"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "c0df4696-5b14-42ac-b867-5264b2cbb013",
- "type": "properties_version"
}, - {
- "id": "35135051-dbd5-45fa-adc4-33392584192d",
- "type": "properties_version"
}, - {
- "id": "db935a78-9591-4206-9c85-d73f06c300a9",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "2b5b84ef-b525-476a-bd5c-19e28cd8e67d",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/2b5b84ef-b525-476a-bd5c-19e28cd8e67d",
- "change": "/api/projects/opc/environments/dev/changes/2b5b84ef-b525-476a-bd5c-19e28cd8e67d",
- "log_lines": "/api/steps/0f5236e7-f3e4-4375-9d23-66fe34032f3d/log_lines",
- "self": "/api/steps/0f5236e7-f3e4-4375-9d23-66fe34032f3d"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: b7d8b28f-862e-4e31-8c66-b8dba6c42154 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "88da169e-7ce3-4610-af30-cbae4b82741b",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "cleo",
- "message": null
}
], - "requires_approval_from": null,
- "action": "generate",
- "name": "generate",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "9a061b11-6c1e-46ac-a4d1-fe0f6fb9a9e2",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:21:15.786832Z",
- "started_at": "2026-01-27T08:22:15.786832Z",
- "finished_at": "2026-01-27T08:28:23.679461Z",
- "updated_at": "2026-01-27T08:28:23.717981Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e193c08b-5c4b-4c66-91be-e27420c72453",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e193c08b-5c4b-4c66-91be-e27420c72453"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "c54c6208-887e-4248-9629-5b52c76a22d5",
- "type": "properties_version"
}, - {
- "id": "da3ef216-1432-4fac-9662-aa9d33b08d3c",
- "type": "properties_version"
}, - {
- "id": "c80cb18f-51ed-476c-ad7a-6e5d2aaaae18",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9a061b11-6c1e-46ac-a4d1-fe0f6fb9a9e2",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/9a061b11-6c1e-46ac-a4d1-fe0f6fb9a9e2",
- "change": "/api/projects/opc/environments/dev/changes/9a061b11-6c1e-46ac-a4d1-fe0f6fb9a9e2",
- "log_lines": "/api/steps/88da169e-7ce3-4610-af30-cbae4b82741b/log_lines",
- "self": "/api/steps/88da169e-7ce3-4610-af30-cbae4b82741b"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: b7d8b28f-862e-4e31-8c66-b8dba6c42154 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "5e958afb-426a-40e7-9bfc-a73fa8e15688",
- "type": "step",
- "attributes": {
- "approved_by": [
- {
- "username": "luisa",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "input",
- "name": "input",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "3ae13b34-735d-4898-936b-7592a09bfb5b",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:19:56.511172Z",
- "started_at": "2026-01-27T08:20:56.511172Z",
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:24.753354Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d329379c-95b8-4557-bc8b-0d61b949baa3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d329379c-95b8-4557-bc8b-0d61b949baa3"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "c4a427ce-c3ea-4301-9549-c13de222896f",
- "type": "properties_version"
}, - {
- "id": "12ee7027-c22c-4ead-b8d9-aca6d38c854a",
- "type": "properties_version"
}, - {
- "id": "b30d2fd2-8dd7-41fe-bbfa-5bc256c15c1a",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "3ae13b34-735d-4898-936b-7592a09bfb5b",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/3ae13b34-735d-4898-936b-7592a09bfb5b",
- "change": "/api/projects/opc/environments/dev/changes/3ae13b34-735d-4898-936b-7592a09bfb5b",
- "log_lines": "/api/steps/5e958afb-426a-40e7-9bfc-a73fa8e15688/log_lines",
- "self": "/api/steps/5e958afb-426a-40e7-9bfc-a73fa8e15688"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: b7d8b28f-862e-4e31-8c66-b8dba6c42154 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "d138e825-32f6-4d6f-8bc7-152e79013a64",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "lonny_mohr",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "quantify",
- "name": "quantify",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "fb1bb366-c775-4e02-a181-f2d714426ac5",
- "skip_on_retry": false,
- "step_sequence": 1,
- "created_at": "2026-01-27T08:21:49.074449Z",
- "started_at": "2026-01-27T08:22:49.074449Z",
- "finished_at": "2026-01-27T08:28:25.956786Z",
- "updated_at": "2026-01-27T08:28:25.962009Z",
- "status_code": "rejected"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "cfbcddd3-7227-4204-a481-bb0a1c8cd086",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/cfbcddd3-7227-4204-a481-bb0a1c8cd086"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "e3e02937-2cd8-4be7-ba38-e6053247171c",
- "type": "properties_version"
}, - {
- "id": "36c39025-f512-45d1-9090-b8872e67966a",
- "type": "properties_version"
}, - {
- "id": "8817cee7-30e6-4f3c-a265-6f486aca9a47",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "fb1bb366-c775-4e02-a181-f2d714426ac5",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/fb1bb366-c775-4e02-a181-f2d714426ac5",
- "change": "/api/projects/opc/environments/dev/changes/fb1bb366-c775-4e02-a181-f2d714426ac5",
- "log_lines": "/api/steps/d138e825-32f6-4d6f-8bc7-152e79013a64/log_lines",
- "self": "/api/steps/d138e825-32f6-4d6f-8bc7-152e79013a64"
}, - "meta": { }
}
}List the log lines for a change.
| change_id required | string Example: e15a7062-29c3-43dd-8535-a10bd87eb7f9 |
| 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": "db8379f3-506c-4e31-b486-3855b3f069d8",
- "type": "log_line",
- "attributes": {
- "message": "Placeat repellendus pariatur illum.",
- "category": "action",
- "change_id": "a96fbc07-e03c-4646-956d-e6ccc79ef0c1",
- "step_id": "84f6ad8c-4cbf-481a-a117-3c1b19c66c8a",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 2cea929c-5ef6-4c59-8c39-e6324a575185 |
| 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": "8774b4d7-6d92-4607-8739-d3af44e05ed7",
- "type": "log_line",
- "attributes": {
- "message": "Et saepe dicta rerum.",
- "category": "action",
- "change_id": "65554180-53be-45bd-9f4e-2712131946f7",
- "step_id": "92e1ea1a-49c6-4667-aac9-48073379a6d6",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "16286458-041a-4dc2-9b6c-8a1105b7bc9a",
- "type": "log_line",
- "attributes": {
- "message": "Ea reprehenderit possimus earum.",
- "category": "action",
- "change_id": "e9b42346-6910-4be1-bb74-35043b940b27",
- "step_id": "a2f8de3a-4113-4dfe-ad9d-825b7a3dca4d",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the workflow run log lines for a workflow run.
| workflow_run_id required | string Example: 50939965-448b-4397-a914-319008efdadf |
| 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": "a9752c3b-0af5-45e3-bd6c-176403f99e6c",
- "type": "log_line",
- "attributes": {
- "message": "Sed et et labore.",
- "category": "action",
- "workflow_run_id": "ab601225-e015-4c4a-914f-d7e87be3ef1b",
- "workflow_step_id": "7371b4dc-cf4f-4409-8e7a-d17532998672",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: fd012df0-3e45-4f9d-b9e5-5e72387bef2d |
| 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": "c2effce5-7ea3-407b-9844-0b3c7bf45b35",
- "type": "log_line",
- "attributes": {
- "message": "Quas repudiandae ut pariatur.",
- "category": "action",
- "workflow_run_id": "92dd4029-d24c-4eea-bcd3-6a1d97887c3f",
- "workflow_step_id": "3c162066-269a-4789-91b3-0c87523aa7e2",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of workflow run log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "1385440a-e669-4004-8db7-24133b90b7c3",
- "type": "log_line",
- "attributes": {
- "message": "Voluptatem eius libero fuga.",
- "category": "action",
- "workflow_run_id": "ac72143c-34a1-411e-9877-e90c9f9d138f",
- "workflow_step_id": "3231469a-f135-43b9-b488-e6e802e080d4",
- "logged_at": "2026-01-26T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.{- "data": [
- {
- "id": "5639a1cd-25de-47f1-88ed-19490421617f",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "783e215e-a5c8-4984-b7a6-6d636a66d420",
- "name": "ipsa",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "607b7f03-3170-4b88-955b-a7e1ac6ab120",
- "name": "possimus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "084f940e-d018-43a2-a594-c547bea8677e",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/1pwf1/environments/tgb3l/assets/klqad"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "a6affd5a-cc86-453d-8dc0-f432be8ae945",
- "name": "compress",
- "type": "workflow_change_step",
- "action": "compress",
- "target": "/projects/p5prz/environments/g0yqo/assets/8yhik"
}, - {
- "id": "ebc473ac-ceaa-49a2-83dd-faf07ff7c3c0",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "3f808aa2-a9bc-4875-bb26-a81ed00ec28d",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/hk7m8/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Stim": "6.7",
- "Keylex": "0.81",
- "Namfix": "3.75",
- "Tresom": "0.71",
- "Cardify": "3.6",
- "Pannier": "0.7.9",
- "Veribet": "8.47",
- "Home Ing": "4.9",
- "Lotstring": "6.78"
}, - "created_by": "wenona",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:36.974287Z",
- "started_at": "2026-01-27T08:19:37.862835Z",
- "finished_at": "2026-01-27T08:20:07.085478Z",
- "updated_at": "2026-01-27T08:28:36.986910Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "eee0e075-4ab0-4dd4-9f81-f1eaca52777d",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "3877878f-f714-4ec6-ad68-1191f570761f",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "783e215e-a5c8-4984-b7a6-6d636a66d420",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "3f808aa2-a9bc-4875-bb26-a81ed00ec28d",
- "type": "workflow_workflow_step"
}, - {
- "id": "607b7f03-3170-4b88-955b-a7e1ac6ab120",
- "type": "workflow_noop_step"
}, - {
- "id": "783e215e-a5c8-4984-b7a6-6d636a66d420",
- "type": "workflow_noop_step"
}, - {
- "id": "ebc473ac-ceaa-49a2-83dd-faf07ff7c3c0",
- "type": "workflow_wait_step"
}, - {
- "id": "a6affd5a-cc86-453d-8dc0-f432be8ae945",
- "type": "workflow_change_step"
}, - {
- "id": "084f940e-d018-43a2-a594-c547bea8677e",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "3845a587-9fe3-491d-94cf-b44b258f0354",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3845a587-9fe3-491d-94cf-b44b258f0354"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/5639a1cd-25de-47f1-88ed-19490421617f",
- "log_lines": "/api/workflow_runs/5639a1cd-25de-47f1-88ed-19490421617f/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "eee0e075-4ab0-4dd4-9f81-f1eaca52777d",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "clifford.langworth",
- "created_at": "2026-01-27T08:28:36.921262Z",
- "updated_at": "2026-01-27T08:28:36.934366Z",
- "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": "903b0b7d-1aaa-452c-a4e1-31821b691d58",
- "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"
}
}
}
}{- "data": {
- "id": "ce2c90b6-6a1e-4383-abe5-7dd4a25bc791",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "e95e438d-f5e0-490e-8b27-fd12fe28ab33",
- "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": "shelby_spencer",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:38.109784Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:38.121610Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "50cc7c54-34ef-438b-82da-49389f3af1a7",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "3a9cebd9-f4f0-40cc-aed7-4b0d36422b04",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "e95e438d-f5e0-490e-8b27-fd12fe28ab33",
- "type": "workflow_change_step"
}, - {
- "id": "b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "59f9ab7e-9f59-46db-b246-0c77ad891883",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/59f9ab7e-9f59-46db-b246-0c77ad891883"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791",
- "log_lines": "/api/workflow_runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "50cc7c54-34ef-438b-82da-49389f3af1a7",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "richie",
- "created_at": "2026-01-27T08:28:37.633764Z",
- "updated_at": "2026-01-27T08:28:37.647114Z",
- "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": "618c7581-0d89-442b-8a26-c7db1cbf2c72",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "e7ad91ab-0313-45a3-b37e-face6599c487",
- "node_type": "asset",
- "parent_id": "e7ad91ab-0313-45a3-b37e-face6599c487",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-01-27T08:28:37.546Z",
- "updated_at": "2026-01-27T08:28:37.546Z",
- "project_type": null,
- "template_version_id": "d783ff4e-fd5b-417d-9de7-edca1f615e7a",
- "created_by": "una_grady"
}, - "action_template_version": {
- "id": "d783ff4e-fd5b-417d-9de7-edca1f615e7a",
- "commit_id": "ae62ee00-251c-47a3-bf5a-5a6b0a3bdb9a",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-01-27T08:28:37.527Z",
- "updated_at": "2026-01-27T08:28:37.527Z",
- "state": "ready",
- "created_by": "angelo_zulauf",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "2e2bfb1f-a9ca-4ad4-9a7b-3e3416eb12ce",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "e7ad91ab-0313-45a3-b37e-face6599c487",
- "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": "e95e438d-f5e0-490e-8b27-fd12fe28ab33",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "shelby_spencer",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:38.125908Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:38.132887Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "618c7581-0d89-442b-8a26-c7db1cbf2c72",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d783ff4e-fd5b-417d-9de7-edca1f615e7a",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "ce2c90b6-6a1e-4383-abe5-7dd4a25bc791",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791/steps/e95e438d-f5e0-490e-8b27-fd12fe28ab33",
- "log_lines": "/api/workflow_steps/e95e438d-f5e0-490e-8b27-fd12fe28ab33/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791/steps/b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791"
}
}, - {
- "id": "b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "shelby_spencer",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:38.116655Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:38.121610Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "ce2c90b6-6a1e-4383-abe5-7dd4a25bc791",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "e95e438d-f5e0-490e-8b27-fd12fe28ab33",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791/steps/b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4",
- "log_lines": "/api/workflow_steps/b385b841-4e27-4f90-b1ab-ea8fbf6aa2c4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/ce2c90b6-6a1e-4383-abe5-7dd4a25bc791"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 50939965-448b-4397-a914-319008efdadf workflow run id |
{- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "name": "omnis",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "355f6891-df0a-4994-9123-c604417fc700",
- "name": "repellendus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "95d98aa9-8921-41e9-812a-0f7a0ce06cc8",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/nxyvb/environments/dst3q/assets/tfuqh"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "7d817719-2cb3-4487-9c74-4ca8ae981e64",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/lql2t/environments/ozawf/assets/7fulw"
}, - {
- "id": "ae260240-18a7-46d6-90c5-e86863a7c4d5",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "63bfd944-2d5b-4137-a780-91311d0927cc",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/jlwto/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Viva": "7.28",
- "Alpha": "0.7.7",
- "Cardify": "0.25",
- "Cookley": "7.3",
- "Regrant": "0.17",
- "Bytecard": "9.0",
- "Flowdesk": "8.4",
- "Holdlamis": "2.81",
- "Voyatouch": "6.14",
- "Trippledex": "2.2"
}, - "created_by": "jayme_wehner",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:39.726465Z",
- "started_at": "2026-01-27T08:20:29.656484Z",
- "finished_at": "2026-01-27T08:24:44.177925Z",
- "updated_at": "2026-01-27T08:28:39.737168Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "78ca8745-113b-4b2f-b984-11b2762c88c8",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "8da5dca2-09aa-48c5-a6e6-8fef75323ecd",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "7d817719-2cb3-4487-9c74-4ca8ae981e64",
- "type": "workflow_change_step"
}, - {
- "id": "ae260240-18a7-46d6-90c5-e86863a7c4d5",
- "type": "workflow_wait_step"
}, - {
- "id": "63bfd944-2d5b-4137-a780-91311d0927cc",
- "type": "workflow_workflow_step"
}, - {
- "id": "023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "type": "workflow_noop_step"
}, - {
- "id": "355f6891-df0a-4994-9123-c604417fc700",
- "type": "workflow_noop_step"
}, - {
- "id": "95d98aa9-8921-41e9-812a-0f7a0ce06cc8",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "6de9ff9d-4103-4f6e-8402-1f98c70b9acc",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6de9ff9d-4103-4f6e-8402-1f98c70b9acc"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "log_lines": "/api/workflow_runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "78ca8745-113b-4b2f-b984-11b2762c88c8",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "monte",
- "created_at": "2026-01-27T08:28:39.674052Z",
- "updated_at": "2026-01-27T08:28:39.686461Z",
- "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": "65b2ef3e-1a1e-4867-bc41-af531b74ef2f",
- "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": "7d817719-2cb3-4487-9c74-4ca8ae981e64",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jayme_wehner",
- "name": "input",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:39.987036Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:39.994966Z",
- "action": "input",
- "property_overrides": {
- "application": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "812372ce-90c9-4c05-951a-ed20e8de41b6",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "7fad18a1-438f-412f-9bdc-b3a44d5c2186",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/7d817719-2cb3-4487-9c74-4ca8ae981e64",
- "log_lines": "/api/workflow_steps/7d817719-2cb3-4487-9c74-4ca8ae981e64/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}, - {
- "id": "ae260240-18a7-46d6-90c5-e86863a7c4d5",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "jayme_wehner",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:40.000642Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:40.008337Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/ae260240-18a7-46d6-90c5-e86863a7c4d5",
- "log_lines": "/api/workflow_steps/ae260240-18a7-46d6-90c5-e86863a7c4d5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}, - {
- "id": "63bfd944-2d5b-4137-a780-91311d0927cc",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jayme_wehner",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:40.073639Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:40.085359Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "dc1054b2-3200-4973-9ba1-4e857ce173f0",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/63bfd944-2d5b-4137-a780-91311d0927cc",
- "log_lines": "/api/workflow_steps/63bfd944-2d5b-4137-a780-91311d0927cc/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}, - {
- "id": "023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jayme_wehner",
- "name": "omnis",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:39.731859Z",
- "started_at": "2026-01-27T08:20:29.656484Z",
- "finished_at": "2026-01-27T08:24:44.177925Z",
- "updated_at": "2026-01-27T08:28:39.737168Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "355f6891-df0a-4994-9123-c604417fc700",
- "type": "workflow_noop_step"
}, - {
- "id": "7d817719-2cb3-4487-9c74-4ca8ae981e64",
- "type": "workflow_change_step"
}, - {
- "id": "ae260240-18a7-46d6-90c5-e86863a7c4d5",
- "type": "workflow_wait_step"
}, - {
- "id": "63bfd944-2d5b-4137-a780-91311d0927cc",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "log_lines": "/api/workflow_steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}, - {
- "id": "355f6891-df0a-4994-9123-c604417fc700",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "jayme_wehner",
- "name": "repellendus",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-01-27T08:28:39.740689Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:39.858899Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "95d98aa9-8921-41e9-812a-0f7a0ce06cc8",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/355f6891-df0a-4994-9123-c604417fc700",
- "log_lines": "/api/workflow_steps/355f6891-df0a-4994-9123-c604417fc700/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/023bfe72-24d8-40e4-b9fb-54e9bd31be2b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}, - {
- "id": "95d98aa9-8921-41e9-812a-0f7a0ce06cc8",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "jayme_wehner",
- "name": "generate",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:39.860965Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:39.868885Z",
- "action": "generate",
- "property_overrides": {
- "array": "calculating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "f5a2b904-9cef-4d8b-a36c-eefb3e4d2dfa",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "259f06b3-9698-4fcf-8f72-c7c0c89954a6",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "d497edbf-de47-4e2c-8a9a-8edbc94c9b75",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/95d98aa9-8921-41e9-812a-0f7a0ce06cc8",
- "log_lines": "/api/workflow_steps/95d98aa9-8921-41e9-812a-0f7a0ce06cc8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75/steps/355f6891-df0a-4994-9123-c604417fc700",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d497edbf-de47-4e2c-8a9a-8edbc94c9b75"
}
}
]
}Cancels a workflow run.
| run_id required | string Example: 50939965-448b-4397-a914-319008efdadf workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "ff42b034-7aa1-4c39-841f-b258ecbdd0a6",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "dec98986-118e-4035-8862-c09da580d094",
- "name": "laboriosam",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "edd89b5b-e8da-4042-9cfa-59fe50509a33",
- "name": "ex",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "f4261c69-b886-448d-ac0a-e3bd13b20043",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/2enrt/environments/qifs7/assets/vulk9"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "dd7e6dee-93ed-46d6-b8da-65b9c17c7c97",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/hc9hq/environments/qvbqh/assets/bltqp"
}, - {
- "id": "331eb4a7-a713-4394-bc9f-856703ca7edc",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "a7ca8b60-03ed-4a36-b0da-69d55c522121",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/oqi3c/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Stim": "0.27",
- "Viva": "0.6.4",
- "Y-find": "2.24",
- "Bitchip": "2.6.9",
- "Matsoft": "6.97",
- "Redhold": "0.12",
- "Veribet": "9.08",
- "Lotstring": "5.8"
}, - "created_by": "adah.keeling",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:43.272331Z",
- "started_at": "2026-01-27T08:21:35.960263Z",
- "finished_at": "2026-01-27T08:22:06.482382Z",
- "updated_at": "2026-01-27T08:28:43.286181Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "f59882dc-018d-4b61-b547-87e973e4e6be",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "a8590a0b-2e6f-4355-b61c-cfaad375502c",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "dec98986-118e-4035-8862-c09da580d094",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "edd89b5b-e8da-4042-9cfa-59fe50509a33",
- "type": "workflow_noop_step"
}, - {
- "id": "f4261c69-b886-448d-ac0a-e3bd13b20043",
- "type": "workflow_change_step"
}, - {
- "id": "dec98986-118e-4035-8862-c09da580d094",
- "type": "workflow_noop_step"
}, - {
- "id": "dd7e6dee-93ed-46d6-b8da-65b9c17c7c97",
- "type": "workflow_change_step"
}, - {
- "id": "331eb4a7-a713-4394-bc9f-856703ca7edc",
- "type": "workflow_wait_step"
}, - {
- "id": "a7ca8b60-03ed-4a36-b0da-69d55c522121",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "a6bad668-72c6-4112-9c99-bb7556152cd1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a6bad668-72c6-4112-9c99-bb7556152cd1"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/ff42b034-7aa1-4c39-841f-b258ecbdd0a6",
- "log_lines": "/api/workflow_runs/ff42b034-7aa1-4c39-841f-b258ecbdd0a6/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "f59882dc-018d-4b61-b547-87e973e4e6be",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "nakia",
- "created_at": "2026-01-27T08:28:43.126674Z",
- "updated_at": "2026-01-27T08:28:43.166551Z",
- "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": "c18092dc-528d-4eb8-8f98-9d93bfa6f08b",
- "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": "a6f86753-904c-45a6-be51-cc369c95cf40",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "e22fe019-b236-42b0-bb75-e13a5f271746",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "4623bda2-754a-4a40-b5ce-d8b47ea15183",
- "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": "vern",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:45.215502Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:45.229696Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "c548639e-d22c-446a-ba12-d619e13db317",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "f13a0a33-dc07-4d51-b7b5-4e2b96344836",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "e22fe019-b236-42b0-bb75-e13a5f271746",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "e22fe019-b236-42b0-bb75-e13a5f271746",
- "type": "workflow_noop_step"
}, - {
- "id": "4623bda2-754a-4a40-b5ce-d8b47ea15183",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "fe4f41ba-a275-4298-84fb-e48e2653aaf8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/fe4f41ba-a275-4298-84fb-e48e2653aaf8"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40",
- "log_lines": "/api/workflow_runs/a6f86753-904c-45a6-be51-cc369c95cf40/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "c548639e-d22c-446a-ba12-d619e13db317",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "domenic.deckow",
- "created_at": "2026-01-27T08:28:44.659492Z",
- "updated_at": "2026-01-27T08:28:44.672411Z",
- "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": "cd5e6800-0747-4278-8f25-f9049df097fa",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "ccb0b440-d437-4d52-94b3-09a15b6be16a",
- "node_type": "asset",
- "parent_id": "ccb0b440-d437-4d52-94b3-09a15b6be16a",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2026-01-27T08:28:44.569Z",
- "updated_at": "2026-01-27T08:28:44.569Z",
- "project_type": null,
- "template_version_id": "23245ef1-c2f6-4e7c-a7c7-9211771570ee",
- "created_by": "nan.gusikowski"
}, - "action_template_version": {
- "id": "23245ef1-c2f6-4e7c-a7c7-9211771570ee",
- "commit_id": "0ff84a74-6d15-4618-86f3-62bd41ce8fb7",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2026-01-27T08:28:44.545Z",
- "updated_at": "2026-01-27T08:28:44.545Z",
- "state": "ready",
- "created_by": "genaro_mante",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "74cfd99d-6dd5-4c97-87de-e10535784b5f",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "ccb0b440-d437-4d52-94b3-09a15b6be16a",
- "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": "e22fe019-b236-42b0-bb75-e13a5f271746",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vern",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:45.223533Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:45.229696Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a6f86753-904c-45a6-be51-cc369c95cf40",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4623bda2-754a-4a40-b5ce-d8b47ea15183",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40/steps/e22fe019-b236-42b0-bb75-e13a5f271746",
- "log_lines": "/api/workflow_steps/e22fe019-b236-42b0-bb75-e13a5f271746/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40"
}
}, - {
- "id": "4623bda2-754a-4a40-b5ce-d8b47ea15183",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "vern",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:45.233761Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:45.240126Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "cd5e6800-0747-4278-8f25-f9049df097fa",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "23245ef1-c2f6-4e7c-a7c7-9211771570ee",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "a6f86753-904c-45a6-be51-cc369c95cf40",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40/steps/4623bda2-754a-4a40-b5ce-d8b47ea15183",
- "log_lines": "/api/workflow_steps/4623bda2-754a-4a40-b5ce-d8b47ea15183/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40/steps/e22fe019-b236-42b0-bb75-e13a5f271746",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a6f86753-904c-45a6-be51-cc369c95cf40"
}
}
]
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
{- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "name": "quis",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "name": "ut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "25613cad-0c70-4719-9c5c-8fbb8d0a0875",
- "name": "reboot",
- "type": "workflow_change_step",
- "action": "reboot",
- "target": "/projects/s9dzc/environments/aoh1o/assets/qafym"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "d6b476e6-2e17-464c-b650-84f4d8d0c00c",
- "name": "reboot",
- "type": "workflow_change_step",
- "action": "reboot",
- "target": "/projects/ohqke/environments/om5zz/assets/ldmhy"
}, - {
- "id": "83aa1351-163b-417f-8fae-2f4e41e32a85",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "d338c442-0d8a-4a7e-bb92-3e2f0a57cc78",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/cnc8v/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Zamit": "4.97",
- "Y-find": "1.1.3",
- "Flexidy": "1.21",
- "Pannier": "4.0.4",
- "Quo Lux": "0.11",
- "Veribet": "8.7",
- "Greenlam": "9.26",
- "Overhold": "9.6.8",
- "Tampflex": "1.6",
- "Solarbreeze": "0.32"
}, - "created_by": "isiah.schuster",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:47.412343Z",
- "started_at": "2026-01-27T08:22:26.852298Z",
- "finished_at": "2026-01-27T08:25:33.163065Z",
- "updated_at": "2026-01-27T08:28:47.421094Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "f124f936-6ce9-4420-8ba8-c3f9dd521bbc",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "d2313d6f-00d1-42e1-af7d-4dd73bc2e97c",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "d6b476e6-2e17-464c-b650-84f4d8d0c00c",
- "type": "workflow_change_step"
}, - {
- "id": "83aa1351-163b-417f-8fae-2f4e41e32a85",
- "type": "workflow_wait_step"
}, - {
- "id": "d338c442-0d8a-4a7e-bb92-3e2f0a57cc78",
- "type": "workflow_workflow_step"
}, - {
- "id": "8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "type": "workflow_noop_step"
}, - {
- "id": "d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "type": "workflow_noop_step"
}, - {
- "id": "25613cad-0c70-4719-9c5c-8fbb8d0a0875",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "2b74bed3-52c0-4bd1-b9af-4946f376b629",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2b74bed3-52c0-4bd1-b9af-4946f376b629"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "log_lines": "/api/workflow_runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "f124f936-6ce9-4420-8ba8-c3f9dd521bbc",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "dannette_champlin",
- "created_at": "2026-01-27T08:28:47.369700Z",
- "updated_at": "2026-01-27T08:28:47.379457Z",
- "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": "d4abcf4a-9535-4635-8b85-7211ed993caa",
- "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": "d6b476e6-2e17-464c-b650-84f4d8d0c00c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "isiah.schuster",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:47.636937Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:47.644209Z",
- "action": "reboot",
- "property_overrides": {
- "matrix": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "3d4a6177-d515-43eb-8265-e665178f5aa8",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "668e9c17-0cda-4117-8841-2db2aa36f52f",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/d6b476e6-2e17-464c-b650-84f4d8d0c00c",
- "log_lines": "/api/workflow_steps/d6b476e6-2e17-464c-b650-84f4d8d0c00c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}, - {
- "id": "83aa1351-163b-417f-8fae-2f4e41e32a85",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "isiah.schuster",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:47.649926Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:47.689438Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/83aa1351-163b-417f-8fae-2f4e41e32a85",
- "log_lines": "/api/workflow_steps/83aa1351-163b-417f-8fae-2f4e41e32a85/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}, - {
- "id": "d338c442-0d8a-4a7e-bb92-3e2f0a57cc78",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "isiah.schuster",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:47.770465Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:47.780282Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "e946eb5c-2a18-4571-a12a-695190365680",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/d338c442-0d8a-4a7e-bb92-3e2f0a57cc78",
- "log_lines": "/api/workflow_steps/d338c442-0d8a-4a7e-bb92-3e2f0a57cc78/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}, - {
- "id": "8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "isiah.schuster",
- "name": "quis",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:47.416517Z",
- "started_at": "2026-01-27T08:22:26.852298Z",
- "finished_at": "2026-01-27T08:25:33.163065Z",
- "updated_at": "2026-01-27T08:28:47.421094Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "type": "workflow_noop_step"
}, - {
- "id": "d6b476e6-2e17-464c-b650-84f4d8d0c00c",
- "type": "workflow_change_step"
}, - {
- "id": "83aa1351-163b-417f-8fae-2f4e41e32a85",
- "type": "workflow_wait_step"
}, - {
- "id": "d338c442-0d8a-4a7e-bb92-3e2f0a57cc78",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "log_lines": "/api/workflow_steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}, - {
- "id": "d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "isiah.schuster",
- "name": "ut",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-01-27T08:28:47.424360Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:47.524236Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "25613cad-0c70-4719-9c5c-8fbb8d0a0875",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "log_lines": "/api/workflow_steps/d780693c-1a57-4b7a-a6ae-c2978bbcaea8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/8325c0fa-9fa8-49c3-a78c-0f0cd2d1ac46",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}, - {
- "id": "25613cad-0c70-4719-9c5c-8fbb8d0a0875",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "isiah.schuster",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:47.526360Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:47.533087Z",
- "action": "reboot",
- "property_overrides": {
- "interface": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8041fb13-142e-4bbb-9fd5-952e4d474a48",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "2db20818-dffa-404b-b31d-22ff3df92a38",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "0f71f2f8-b7e4-4280-b9e0-dd6639024d51",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/25613cad-0c70-4719-9c5c-8fbb8d0a0875",
- "log_lines": "/api/workflow_steps/25613cad-0c70-4719-9c5c-8fbb8d0a0875/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51/steps/d780693c-1a57-4b7a-a6ae-c2978bbcaea8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/0f71f2f8-b7e4-4280-b9e0-dd6639024d51"
}
}
]
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}{- "data": [
- {
- "id": "2695788e-78a5-4837-828b-0a431068218e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:51.931153Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:51.945054Z",
- "action": "reboot",
- "property_overrides": {
- "system": "compressing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8c23ef01-889e-4bcc-b5ce-fe1039bffd68",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "7274c640-6fd4-4088-8672-7d567bc48987",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/2695788e-78a5-4837-828b-0a431068218e",
- "log_lines": "/api/workflow_steps/2695788e-78a5-4837-828b-0a431068218e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/282734ef-bdda-407c-8555-0bff2fcb15b5",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "reprehenderit",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:51.432696Z",
- "started_at": "2026-01-27T08:20:49.199705Z",
- "finished_at": "2026-01-27T08:26:30.373548Z",
- "updated_at": "2026-01-27T08:28:51.449798Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "282734ef-bdda-407c-8555-0bff2fcb15b5",
- "type": "workflow_noop_step"
}, - {
- "id": "6c93a868-b25f-4a66-878a-d542c3eca129",
- "type": "workflow_change_step"
}, - {
- "id": "d63ac47e-e6e4-4054-a065-642e71551b14",
- "type": "workflow_wait_step"
}, - {
- "id": "b445691f-d932-49ad-8fda-dbf94710e44d",
- "type": "workflow_workflow_step"
}, - {
- "id": "f1895555-a5f5-4905-bfaa-c8a43e2b0bb1",
- "type": "workflow_change_step"
}, - {
- "id": "e92e10e9-c905-4ab5-9fe8-58197405ce46",
- "type": "workflow_wait_step"
}, - {
- "id": "0de48ee0-f27e-4e61-ae8a-db0a0575e17a",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "log_lines": "/api/workflow_steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "282734ef-bdda-407c-8555-0bff2fcb15b5",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "letha",
- "name": "iusto",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-01-27T08:28:51.471786Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:51.927519Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "2695788e-78a5-4837-828b-0a431068218e",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/282734ef-bdda-407c-8555-0bff2fcb15b5",
- "log_lines": "/api/workflow_steps/282734ef-bdda-407c-8555-0bff2fcb15b5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "6c93a868-b25f-4a66-878a-d542c3eca129",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "override",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:52.296913Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:52.306624Z",
- "action": "override",
- "property_overrides": {
- "card": "indexing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "2faa36eb-9761-4557-ab41-6ce1606a9d0f",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d3d46917-2051-47a2-a06d-2c84b39e1c51",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/6c93a868-b25f-4a66-878a-d542c3eca129",
- "log_lines": "/api/workflow_steps/6c93a868-b25f-4a66-878a-d542c3eca129/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "d63ac47e-e6e4-4054-a065-642e71551b14",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "letha",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:52.314994Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:52.323457Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/d63ac47e-e6e4-4054-a065-642e71551b14",
- "log_lines": "/api/workflow_steps/d63ac47e-e6e4-4054-a065-642e71551b14/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "b445691f-d932-49ad-8fda-dbf94710e44d",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:52.381203Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:52.392830Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "a68b7ff7-9a63-4550-910f-7dba1c750e3f",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/b445691f-d932-49ad-8fda-dbf94710e44d",
- "log_lines": "/api/workflow_steps/b445691f-d932-49ad-8fda-dbf94710e44d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "f1895555-a5f5-4905-bfaa-c8a43e2b0bb1",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "bypass",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:52.534846Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:52.542039Z",
- "action": "bypass",
- "property_overrides": {
- "feed": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ce18bf6f-7afb-4158-89d2-854e114a2e3f",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "de50e080-fbe3-484d-bfb7-dd47a0ac244b",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/f1895555-a5f5-4905-bfaa-c8a43e2b0bb1",
- "log_lines": "/api/workflow_steps/f1895555-a5f5-4905-bfaa-c8a43e2b0bb1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "e92e10e9-c905-4ab5-9fe8-58197405ce46",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "letha",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-01-27T08:18:13.721788Z",
- "started_at": "2026-01-27T08:19:13.721788Z",
- "finished_at": "2026-01-27T08:26:56.434676Z",
- "updated_at": "2026-01-27T08:28:52.555685Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/e92e10e9-c905-4ab5-9fe8-58197405ce46",
- "log_lines": "/api/workflow_steps/e92e10e9-c905-4ab5-9fe8-58197405ce46/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}, - {
- "id": "0de48ee0-f27e-4e61-ae8a-db0a0575e17a",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "letha",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-01-27T08:28:52.565052Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:28:52.572735Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "a68b7ff7-9a63-4550-910f-7dba1c750e3f",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "9213ff83-9bd2-4743-a9e7-184b8b59c2ae",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/0de48ee0-f27e-4e61-ae8a-db0a0575e17a",
- "log_lines": "/api/workflow_steps/0de48ee0-f27e-4e61-ae8a-db0a0575e17a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae/steps/ba5e40fb-ddeb-4df2-a496-8e9c501c7989",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/9213ff83-9bd2-4743-a9e7-184b8b59c2ae"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 069640fc-be46-416b-a5d3-c34fd813e094 workflow step id |
{- "data": {
- "id": "60304080-609c-401c-a01e-d6ca0a2505d1",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "rudy",
- "name": "tempore",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:28:52.919844Z",
- "started_at": "2026-01-27T08:21:48.218587Z",
- "finished_at": "2026-01-27T08:22:23.822342Z",
- "updated_at": "2026-01-27T08:28:52.924484Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "a5affa91-73a9-48ed-a8f2-5c0e0e5fca24",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "06752cad-f896-4198-9831-d4ac0ae447bf",
- "type": "workflow_noop_step"
}, - {
- "id": "4c7b5082-d8e4-435e-a55f-325b1f71f3b2",
- "type": "workflow_change_step"
}, - {
- "id": "fc62aaa2-3b18-4cc0-b45c-2bc6a0c5f745",
- "type": "workflow_wait_step"
}, - {
- "id": "08f4a7f7-6380-42c9-bcfd-f8016b6cf449",
- "type": "workflow_workflow_step"
}, - {
- "id": "9d8b4e10-1539-4b98-9a64-9e911d02df4f",
- "type": "workflow_change_step"
}, - {
- "id": "333f0a5d-c5fb-427a-b9e6-209b967edcb8",
- "type": "workflow_wait_step"
}, - {
- "id": "e5eb8123-86e8-4609-b2c7-8b60477bf2ff",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/a5affa91-73a9-48ed-a8f2-5c0e0e5fca24/steps/60304080-609c-401c-a01e-d6ca0a2505d1",
- "log_lines": "/api/workflow_steps/60304080-609c-401c-a01e-d6ca0a2505d1/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/a5affa91-73a9-48ed-a8f2-5c0e0e5fca24",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/a5affa91-73a9-48ed-a8f2-5c0e0e5fca24"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: 069640fc-be46-416b-a5d3-c34fd813e094 workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "94e40548-708f-445b-aff6-fc32898926e6",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "wai",
- "name": "bypass",
- "skip_on_retry": true,
- "notifications": { },
- "step_sequence": 5,
- "status_code": "error",
- "created_at": "2026-01-27T08:28:55.106027Z",
- "started_at": "2026-01-27T08:28:55.137106Z",
- "finished_at": "2026-01-27T08:29:55.137113Z",
- "updated_at": "2026-01-27T08:28:55.171889Z",
- "action": "bypass",
- "property_overrides": {
- "hard drive": "parsing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "3128a2a3-7dd7-4810-8968-cd6db3c440f6",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "913be29a-ef40-4f69-bd3c-eba12c1177ce",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3fa1b1a9-362d-4240-985d-d4d6b16ddc4d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3fa1b1a9-362d-4240-985d-d4d6b16ddc4d/steps/94e40548-708f-445b-aff6-fc32898926e6",
- "log_lines": "/api/workflow_steps/94e40548-708f-445b-aff6-fc32898926e6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3fa1b1a9-362d-4240-985d-d4d6b16ddc4d/steps/67a41c8d-53b7-4758-a80b-bf65b3f8c8f1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3fa1b1a9-362d-4240-985d-d4d6b16ddc4d"
}
}
}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: 078bc2eb-8509-48ed-a35a-bc678d950fdc workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "423f76ed-685c-42d0-983c-81196a10149b",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "wesley_kunze",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "saturnina",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-01-27T08:21:11.911210Z",
- "started_at": "2026-01-27T08:22:11.911210Z",
- "finished_at": "2026-01-27T08:28:58.076902Z",
- "updated_at": "2026-01-27T08:28:58.098766Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "d81b51dd-73a6-48c4-912d-86e02daf17e4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/d81b51dd-73a6-48c4-912d-86e02daf17e4/steps/423f76ed-685c-42d0-983c-81196a10149b",
- "log_lines": "/api/workflow_steps/423f76ed-685c-42d0-983c-81196a10149b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/d81b51dd-73a6-48c4-912d-86e02daf17e4/steps/1cb7aba8-bea9-42e6-8a6a-594b981f3070",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/d81b51dd-73a6-48c4-912d-86e02daf17e4"
}
}
}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: 81a6266e-7a53-4118-8594-03e80605163c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "0f0e65cf-b2c0-41c3-8a6b-c80a5ad11856",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "ashanti.reinger",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "lettie_morissette",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-01-27T08:19:42.180973Z",
- "started_at": "2026-01-27T08:20:42.180973Z",
- "finished_at": "2026-01-27T08:29:00.358825Z",
- "updated_at": "2026-01-27T08:29:00.421732Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b6c1be9b-8fd3-4651-ae82-2542d147b066",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b6c1be9b-8fd3-4651-ae82-2542d147b066/steps/0f0e65cf-b2c0-41c3-8a6b-c80a5ad11856",
- "log_lines": "/api/workflow_steps/0f0e65cf-b2c0-41c3-8a6b-c80a5ad11856/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b6c1be9b-8fd3-4651-ae82-2542d147b066/steps/e1f58a6c-0111-49ed-b82c-2d28507aa05a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b6c1be9b-8fd3-4651-ae82-2542d147b066"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: ab3e5ed3-fb06-4f21-bb6f-3fa1be972289 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "27636a5d-af93-4ca5-8399-0f7a5931e616",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "leticia",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "luella.lemke",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-01-27T08:21:13.404113Z",
- "started_at": "2026-01-27T08:22:13.404113Z",
- "finished_at": "2026-01-27T08:29:04.138473Z",
- "updated_at": "2026-01-27T08:29:04.142428Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "51f58c8f-3702-497d-8bd9-3c5acd7e7fa2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/51f58c8f-3702-497d-8bd9-3c5acd7e7fa2/steps/27636a5d-af93-4ca5-8399-0f7a5931e616",
- "log_lines": "/api/workflow_steps/27636a5d-af93-4ca5-8399-0f7a5931e616/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/51f58c8f-3702-497d-8bd9-3c5acd7e7fa2/steps/71fb0456-2974-4de6-bb2d-c6c9a4e5079b",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/51f58c8f-3702-497d-8bd9-3c5acd7e7fa2"
}
}
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
{- "data": [
- {
- "id": "dc1a3583-8466-4419-bca9-7f0083084d33",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "hwa",
- "name": "autem",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "running",
- "created_at": "2026-01-27T08:29:06.920099Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.045507Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "dabb43ad-4be3-4ca5-8566-e51ade8858e0",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/dc1a3583-8466-4419-bca9-7f0083084d33",
- "log_lines": "/api/workflow_steps/dc1a3583-8466-4419-bca9-7f0083084d33/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "63bde048-db99-415d-bd0f-98d2066a6862",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "bypass",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 2,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.191666Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.202908Z",
- "action": "bypass",
- "property_overrides": {
- "capacitor": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "835dff09-2e71-42d2-a48b-3b7b9db81750",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "dfb3a19c-f7ae-427a-92aa-f97d41c1779c",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/63bde048-db99-415d-bd0f-98d2066a6862",
- "log_lines": "/api/workflow_steps/63bde048-db99-415d-bd0f-98d2066a6862/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "2fb21767-64f0-4061-8d1a-724e8f19a110",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "hwa",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 3,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.209313Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.217786Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/2fb21767-64f0-4061-8d1a-724e8f19a110",
- "log_lines": "/api/workflow_steps/2fb21767-64f0-4061-8d1a-724e8f19a110/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "0187d8bb-2b88-48b3-ab9b-12701ff18ceb",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 4,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.280811Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.294702Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "6ebaee35-fe38-4004-b943-b2ee7855cb6e",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/0187d8bb-2b88-48b3-ab9b-12701ff18ceb",
- "log_lines": "/api/workflow_steps/0187d8bb-2b88-48b3-ab9b-12701ff18ceb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "5d5cb9bc-2955-4a1c-a662-9a7adff2bafa",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 5,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.413338Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.422674Z",
- "action": "reboot",
- "property_overrides": {
- "monitor": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "99701f0a-e296-4b87-9369-6fd0ffef6e8b",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f41cf0f4-7584-4e6c-8ec4-8da3050a8ee1",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/5d5cb9bc-2955-4a1c-a662-9a7adff2bafa",
- "log_lines": "/api/workflow_steps/5d5cb9bc-2955-4a1c-a662-9a7adff2bafa/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "77969407-d68c-421b-ae3a-ea12383e9fb5",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "hwa",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 6,
- "status_code": "continued",
- "created_at": "2026-01-27T08:22:49.028950Z",
- "started_at": "2026-01-27T08:23:49.028950Z",
- "finished_at": "2026-01-27T08:23:56.653010Z",
- "updated_at": "2026-01-27T08:29:07.437112Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/77969407-d68c-421b-ae3a-ea12383e9fb5",
- "log_lines": "/api/workflow_steps/77969407-d68c-421b-ae3a-ea12383e9fb5/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "75bbe15d-d13c-4213-8b13-812f5f0d69d4",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 7,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.445072Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.453641Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "6ebaee35-fe38-4004-b943-b2ee7855cb6e",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/75bbe15d-d13c-4213-8b13-812f5f0d69d4",
- "log_lines": "/api/workflow_steps/75bbe15d-d13c-4213-8b13-812f5f0d69d4/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "dabb43ad-4be3-4ca5-8566-e51ade8858e0",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "synthesize",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "pending",
- "created_at": "2026-01-27T08:29:07.047776Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2026-01-27T08:29:07.055107Z",
- "action": "synthesize",
- "property_overrides": {
- "panel": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8d4defe1-2558-485a-9e93-2f339a4047f2",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "3780e1aa-dea8-4356-adea-a43484578765",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/dabb43ad-4be3-4ca5-8566-e51ade8858e0",
- "log_lines": "/api/workflow_steps/dabb43ad-4be3-4ca5-8566-e51ade8858e0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/dc1a3583-8466-4419-bca9-7f0083084d33",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}, - {
- "id": "c1677df6-210d-411b-be00-35cbd9073437",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "hwa",
- "name": "mollitia",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:29:06.910742Z",
- "started_at": "2026-01-27T08:19:49.599789Z",
- "finished_at": "2026-01-27T08:20:00.356742Z",
- "updated_at": "2026-01-27T08:29:06.916440Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e52a857a-e8d0-46eb-813e-9347eabd2768",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "dc1a3583-8466-4419-bca9-7f0083084d33",
- "type": "workflow_noop_step"
}, - {
- "id": "63bde048-db99-415d-bd0f-98d2066a6862",
- "type": "workflow_change_step"
}, - {
- "id": "2fb21767-64f0-4061-8d1a-724e8f19a110",
- "type": "workflow_wait_step"
}, - {
- "id": "0187d8bb-2b88-48b3-ab9b-12701ff18ceb",
- "type": "workflow_workflow_step"
}, - {
- "id": "5d5cb9bc-2955-4a1c-a662-9a7adff2bafa",
- "type": "workflow_change_step"
}, - {
- "id": "77969407-d68c-421b-ae3a-ea12383e9fb5",
- "type": "workflow_wait_step"
}, - {
- "id": "75bbe15d-d13c-4213-8b13-812f5f0d69d4",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768/steps/c1677df6-210d-411b-be00-35cbd9073437",
- "log_lines": "/api/workflow_steps/c1677df6-210d-411b-be00-35cbd9073437/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e52a857a-e8d0-46eb-813e-9347eabd2768"
}
}
], - "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: 50939965-448b-4397-a914-319008efdadf workflow run id |
| step_id required | string Example: 069640fc-be46-416b-a5d3-c34fd813e094 workflow step id |
{- "data": {
- "id": "a285c15e-3256-4277-8db8-15635cbeb8ab",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "david_macgyver",
- "name": "provident",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 1,
- "status_code": "success",
- "created_at": "2026-01-27T08:29:09.153505Z",
- "started_at": "2026-01-27T08:22:04.267275Z",
- "finished_at": "2026-01-27T08:24:24.237928Z",
- "updated_at": "2026-01-27T08:29:09.158666Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "490e84e4-b386-4be3-bdd5-4ff70cb3ca14",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "1817fc87-08ad-4401-b17b-459954f9ef60",
- "type": "workflow_noop_step"
}, - {
- "id": "13d02e9d-61f9-430a-8ecc-39a89947b303",
- "type": "workflow_change_step"
}, - {
- "id": "6b89d738-5be3-4070-a7fc-77c4caabc83a",
- "type": "workflow_wait_step"
}, - {
- "id": "e3d17cd6-f9d6-4383-9424-64e15db318cb",
- "type": "workflow_workflow_step"
}, - {
- "id": "0b571f11-d815-40e2-a02e-bb78eb8b51db",
- "type": "workflow_change_step"
}, - {
- "id": "f8498c9d-463c-4d79-9630-8bea04afdf54",
- "type": "workflow_wait_step"
}, - {
- "id": "66211627-e2af-44e6-9072-e37c83f4051e",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/490e84e4-b386-4be3-bdd5-4ff70cb3ca14/steps/a285c15e-3256-4277-8db8-15635cbeb8ab",
- "log_lines": "/api/workflow_steps/a285c15e-3256-4277-8db8-15635cbeb8ab/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/490e84e4-b386-4be3-bdd5-4ff70cb3ca14",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/490e84e4-b386-4be3-bdd5-4ff70cb3ca14"
}
}
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
| step_id required | string Example: 078bc2eb-8509-48ed-a35a-bc678d950fdc workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "302be018-320f-49a9-90d9-dfeef1fdd4fb",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "emmanuel",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "kim.morar",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "step_sequence": 8,
- "status_code": "continued",
- "created_at": "2026-01-27T08:18:48.579212Z",
- "started_at": "2026-01-27T08:19:48.579212Z",
- "finished_at": "2026-01-27T08:29:12.064141Z",
- "updated_at": "2026-01-27T08:29:12.084618Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f4199eba-39f0-46f8-a7a8-89d5de7b230d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f4199eba-39f0-46f8-a7a8-89d5de7b230d/steps/302be018-320f-49a9-90d9-dfeef1fdd4fb",
- "log_lines": "/api/workflow_steps/302be018-320f-49a9-90d9-dfeef1fdd4fb/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f4199eba-39f0-46f8-a7a8-89d5de7b230d/steps/fd24f9e0-b603-4141-ae9b-6b05496bb66a",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f4199eba-39f0-46f8-a7a8-89d5de7b230d"
}
}
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
| step_id required | string Example: 81a6266e-7a53-4118-8594-03e80605163c workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "f894ccee-1b60-435f-8aff-b56ecd70d700",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "myrtice",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "mose_sauer",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "step_sequence": 8,
- "status_code": "approved",
- "created_at": "2026-01-27T08:19:45.427956Z",
- "started_at": "2026-01-27T08:20:45.427956Z",
- "finished_at": "2026-01-27T08:29:14.924304Z",
- "updated_at": "2026-01-27T08:29:14.987346Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "6e592753-0599-49e2-8971-a6611fee45cc",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/6e592753-0599-49e2-8971-a6611fee45cc/steps/f894ccee-1b60-435f-8aff-b56ecd70d700",
- "log_lines": "/api/workflow_steps/f894ccee-1b60-435f-8aff-b56ecd70d700/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/6e592753-0599-49e2-8971-a6611fee45cc/steps/de66f729-56a7-4dd5-b2a4-f1a3c28c16cb",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/6e592753-0599-49e2-8971-a6611fee45cc"
}
}
}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: 50939965-448b-4397-a914-319008efdadf workflow run id |
| step_id required | string Example: ab3e5ed3-fb06-4f21-bb6f-3fa1be972289 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "36ca8a7d-aff4-49ad-bed2-ec2c90cb93e2",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "corey",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "arlene",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "step_sequence": 8,
- "status_code": "rejected",
- "created_at": "2026-01-27T08:19:20.974169Z",
- "started_at": "2026-01-27T08:20:20.974169Z",
- "finished_at": "2026-01-27T08:29:19.143607Z",
- "updated_at": "2026-01-27T08:29:19.148043Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f3b1de66-c8d3-4ee6-a05c-4ed2b4f1531a",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f3b1de66-c8d3-4ee6-a05c-4ed2b4f1531a/steps/36ca8a7d-aff4-49ad-bed2-ec2c90cb93e2",
- "log_lines": "/api/workflow_steps/36ca8a7d-aff4-49ad-bed2-ec2c90cb93e2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/f3b1de66-c8d3-4ee6-a05c-4ed2b4f1531a/steps/e29cc337-6095-4123-a9c8-b2709913901e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f3b1de66-c8d3-4ee6-a05c-4ed2b4f1531a"
}
}
}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": "d8650ae5-910d-4abe-909a-12095415dce3",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "romeo",
- "system": false,
- "type": "my custom event",
- "created_at": "2026-01-27T08:27:54.853382Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "ba95fe99-1c41-4c87-98fb-657c1751281c",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/d8650ae5-910d-4abe-909a-12095415dce3"
}
}
], - "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": "97cd56ba-a6a0-4f91-ab80-bb3d8122b993",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "kathaleen.hartmann",
- "system": false,
- "type": "my event",
- "created_at": "2026-01-27T08:27:55.124179Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/97cd56ba-a6a0-4f91-ab80-bb3d8122b993"
}
}
}Shows an event.
| event_id required | string Example: c5d20b23-c320-48f4-b619-800adaf8f92c event id |
{- "data": {
- "id": "1ddf004e-bf83-40ed-b8e7-2ae45ac50c18",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "al.leffler",
- "system": false,
- "type": "my custom event",
- "created_at": "2026-01-27T08:27:55.481961Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "f0bfbed0-0322-4734-8a18-903c2cc527dc",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/1ddf004e-bf83-40ed-b8e7-2ae45ac50c18"
}
}
}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": "585572",
- "type": "job",
- "attributes": {
- "priority": 63,
- "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": "8e8d2284-a291-433f-9071-59df0a62ff5d",
- "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-01-26T20:53:35.559993Z",
- "finished_at": "2026-01-27T08:28:01.268640Z",
- "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: 3f9fa914-0026-4c90-bc40-e022fdf91dc9 settings id |
{- "data": {
- "id": "7db27477-61b0-4bd5-bed3-5b82f3716852",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:16.827943Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/7db27477-61b0-4bd5-bed3-5b82f3716852",
- "current_version": "/api/settings/7db27477-61b0-4bd5-bed3-5b82f3716852/versions/1",
- "versions": "/api/settings/7db27477-61b0-4bd5-bed3-5b82f3716852/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: 3f9fa914-0026-4c90-bc40-e022fdf91dc9 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}, - "version": 1
}
}
}{- "data": {
- "id": "711af1f0-1cc2-49fd-be51-f7d36c718be6",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}UyTnK/IUUavgJZIqdB2KEg=={/IV}UCKh3q+BihXhte6IHifXv8A=="
}
]
}
}, - "version": 2,
- "created_at": "2026-01-27T08:28:17.065362Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/711af1f0-1cc2-49fd-be51-f7d36c718be6",
- "current_version": "/api/settings/711af1f0-1cc2-49fd-be51-f7d36c718be6/versions/2",
- "versions": "/api/settings/711af1f0-1cc2-49fd-be51-f7d36c718be6/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: 3f9fa914-0026-4c90-bc40-e022fdf91dc9 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}
}
}
}{- "data": {
- "id": "975300ab-26fd-48ff-bcc7-5e05b81b8e6d",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}Ck5YTAnllc0pVITALjXZow=={/IV}Uldv3HNS+M6/XbPBbucVY4Q=="
}
]
}
}, - "version": 2,
- "created_at": "2026-01-27T08:28:17.577413Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/975300ab-26fd-48ff-bcc7-5e05b81b8e6d",
- "current_version": "/api/settings/975300ab-26fd-48ff-bcc7-5e05b81b8e6d/versions/2",
- "versions": "/api/settings/975300ab-26fd-48ff-bcc7-5e05b81b8e6d/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: 3f9fa914-0026-4c90-bc40-e022fdf91dc9 settings id |
{- "data": [
- {
- "id": "b3bced49-6cbb-4cdf-b748-46701ece0d96",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:18.013997Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "2f0d76bf-8cd8-47b1-a19b-19185dff5a57",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2f0d76bf-8cd8-47b1-a19b-19185dff5a57"
}
}
}, - "links": {
- "versions": "/api/settings/2f0d76bf-8cd8-47b1-a19b-19185dff5a57/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/2f0d76bf-8cd8-47b1-a19b-19185dff5a57/versions/1"
}
}
]
}Shows the settings values for this settings version.
| settings_id required | string Example: 3f9fa914-0026-4c90-bc40-e022fdf91dc9 settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "03e021e0-84d3-415a-85e3-ee88214f6780",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:18.247534Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "6c6394e5-35e7-43d0-95da-781022a5cdb7",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6c6394e5-35e7-43d0-95da-781022a5cdb7"
}
}
}, - "links": {
- "versions": "/api/settings/6c6394e5-35e7-43d0-95da-781022a5cdb7/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/6c6394e5-35e7-43d0-95da-781022a5cdb7/versions/1"
}
}
}{- "data": [
- {
- "id": "6a94f68e-b72c-4efc-8ad7-70bc554700b5",
- "type": "user",
- "attributes": {
- "username": "eddy",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "created_at": "2026-01-27T08:28:33.144529Z",
- "updated_at": "2026-01-27T08:28:33.144529Z"
}
}
]
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "f136b0f7-f50a-47b1-93d4-44b08002f8bf",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2026-01-27T08:27:29.120196Z",
- "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": {
- "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-01-27T08:28:32.604394Z",
- "updated_at": "2026-01-27T08:28:32.604394Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string |
| 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-01-27T08:28:32.712897Z",
- "updated_at": "2026-01-27T08:28:32.712897Z"
}, - "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-01-27T08:28:32.765107Z",
- "updated_at": "2026-01-27T08:28:32.765107Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Delete certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Certificate"
}
}
]
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string |
| 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-01-27T08:28:33.106779Z",
- "updated_at": "2026-01-27T08:28:33.106779Z"
}, - "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": "e0d72c35-645a-42d0-bc70-e8ac9b8f8f9a",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "4e479d59-8cbf-4998-b6bb-99dd5d2ea941",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4e479d59-8cbf-4998-b6bb-99dd5d2ea941"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/4e479d59-8cbf-4998-b6bb-99dd5d2ea941"
}, - "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": "4e479d59-8cbf-4998-b6bb-99dd5d2ea941",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000
}, - "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}QbehJgAKxZ0a/A7OzLWAKw=={/IV}UvxjLxobnWBP9qrYTrtDlhg==",
- "user": "{AES2}Wu609KAQJU0iI/Q2lDVdvg=={/IV}UgH4cQmRFHRAVGzFNbkZwwg=="
}, - "docker": {
- "password": "{AES2}BNRgP5HDrSK87GZwvu6Daw=={/IV}UhH77vbqkbWOa/uPfJfjXzQ==",
- "user": "{AES2}TxGaw3RxbUdfLriTCmY86A=={/IV}U8XexBLN11U5i8O6/ra6rOQ=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}9kjSOx6xMOUvJXkpb+Te0A=={/IV}UwxiIEuPW+JPglDN9FPOD5A==",
- "user": "{AES2}L9dbtCRldbfBAKKZS3LPCQ=={/IV}Uidz9Ja3W6k0ACW/4tWOr1Q=="
}, - "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "hc_user": "healthcheck",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}i56R7VEHwI4C5HaDdWPUiA=={/IV}UdwWq7UPYNeiiRBS5yC4qYQ==",
- "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",
- "notifications": {
- "channels": [ ],
- "events": {
- "change": { },
- "workflow_run": { }
}
}, - "notifications_base_url": "",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "log_step_pod_events": 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,
- "requires_approval_from": "",
- "threads_per_worker": 5,
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2026-01-27T08:28:27.844103Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/4e479d59-8cbf-4998-b6bb-99dd5d2ea941",
- "current_version": "/api/settings/4e479d59-8cbf-4998-b6bb-99dd5d2ea941/versions/1",
- "versions": "/api/settings/4e479d59-8cbf-4998-b6bb-99dd5d2ea941/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "17.5",
- "uptime": 1009,
- "database_size": "11 MB",
- "connections": {
- "active": 1,
- "idle": 1,
- "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": "solid_cache_entries",
- "size": "80 kB"
}, - {
- "name": "workflow_steps",
- "size": "80 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "steps",
- "size": "72 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "schema_migrations",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "changes",
- "size": "64 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "events",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "templates",
- "size": "40 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "generate_actions_requests",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "properties",
- "size": "24 kB"
}, - {
- "name": "properties_versions",
- "size": "24 kB"
}, - {
- "name": "settings",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "settings_versions",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "workflow_runs",
- "size": "24 kB"
}, - {
- "name": "template_versions",
- "size": "24 kB"
}, - {
- "name": "workflows",
- "size": "24 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "16 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}, - {
- "name": "generate_actions_request_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_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-01-27T20:27:35.004+11:00",
- "last_run_at": "2026-01-27T18:27:35.004+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-01-27T20:27:35.004+11:00",
- "last_run_at": "2026-01-27T17:27:35.004+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": "9dea8bc6-2100-442d-86ba-7711ec09f328",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "array",
- "enabled": true,
- "created_by": "stefan",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-01-20T08:27:52.911Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-01-27T08:27:52.916992Z",
- "updated_at": "2026-01-27T08:27:52.916992Z",
- "next_run_at": "2026-01-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/9dea8bc6-2100-442d-86ba-7711ec09f328"
}
}
], - "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. 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": "Will run once at 1am on 1st January 2020",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": true,
- "cron_schedule": "56 13 26 7 0",
- "run_at": "2020-01-01 01:00:00 UTC",
- "end_at": null,
- "maximum_run_count": null,
- "repeat": false
}
}
}{- "data": {
- "id": "f3f7ab41-78cb-48a3-802b-83ea0ae05010",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "card",
- "enabled": true,
- "created_by": "rocco",
- "cron_schedule": "53 23 13 11 6",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": true,
- "filters": { },
- "node_paths": [ ],
- "run_count": 0,
- "created_at": "2026-01-27T08:27:53.131640Z",
- "updated_at": "2026-01-27T08:27:53.131640Z",
- "next_run_at": "2026-11-07T12:53:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/f3f7ab41-78cb-48a3-802b-83ea0ae05010"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: 36dafd9c-b0bd-40b7-bf74-9a0d3d855ce8 data cleanup definition id |
{- "data": {
- "id": "92275163-c93d-44fd-b02d-e822f5aea073",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "feed",
- "enabled": true,
- "created_by": "nelly",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "filters": {
- "changes": {
- "created_at_lt": "2026-01-20T08:27:53.469Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-01-27T08:27:53.473156Z",
- "updated_at": "2026-01-27T08:27:53.473156Z",
- "next_run_at": "2026-01-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/92275163-c93d-44fd-b02d-e822f5aea073"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: 36dafd9c-b0bd-40b7-bf74-9a0d3d855ce8 data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "cron_schedule": "34 1 9 6 5",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true
}
}
}{- "data": {
- "id": "2968cfb1-4918-4127-bf21-39e60211e2b4",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "eliz_turcotte",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "filters": {
- "changes": {
- "created_at_lt": "2026-01-20T08:27:53.807Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2026-01-27T08:27:53.811726Z",
- "updated_at": "2026-01-27T08:27:53.918800Z",
- "next_run_at": "2026-01-27T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/2968cfb1-4918-4127-bf21-39e60211e2b4"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Delete a data cleanup definition.
| data_cleanup_definition_id required | string Example: 36dafd9c-b0bd-40b7-bf74-9a0d3d855ce8 data cleanup definition id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find DataCleanupDefinition"
}
}
]
}