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. |
required | Array of objects |
object |
{- "data": [
- {
- "id": "ec633654-07ef-48cb-99c1-5d6827b96db3",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f3eb63bf-9ebb-46f6-b79a-4858329a31fe",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f3eb63bf-9ebb-46f6-b79a-4858329a31fe"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "da887823-b407-4f9e-9236-9b63ccce75ef",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/da887823-b407-4f9e-9236-9b63ccce75ef"
}
}, - "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
}, - "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": "7984a84f-6f09-4088-a6f2-9ca6837a9272",
- "type": "project",
- "attributes": {
- "code": "zm8gl",
- "name": "molestias314",
- "description": "Nostrum voluptatem necessitatibus praesentium.",
- "archived": false,
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9b18a0e3-5d07-4151-87ff-94893a783058",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9b18a0e3-5d07-4151-87ff-94893a783058"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "f45d8c7b-e76b-4961-9700-2dc1be6f6507",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f45d8c7b-e76b-4961-9700-2dc1be6f6507"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/zm8gl",
- "bookmarks": "/api/projects/zm8gl/bookmarks",
- "git_remotes": "/api/projects/zm8gl/git_remotes",
- "environments": "/api/projects/zm8gl/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
}, - "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 |
required | object |
Array of objects or objects or objects |
{- "data": {
- "id": "8612863f-b06d-49a0-a24b-77174dfec330",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "770601bb-af55-4b18-8685-1f7d34410e63",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/770601bb-af55-4b18-8685-1f7d34410e63"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "392efaa9-7168-4ea9-82d2-6c343c6e12b9",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/392efaa9-7168-4ea9-82d2-6c343c6e12b9"
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}
Updates a project.
project_code required | string Example: opc project code |
required | object |
required | object |
Array of objects or objects or objects |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}
{- "data": {
- "id": "9c308448-e12f-462f-993b-7aeb4f09e0a5",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "ea323",
- "description": "Voluptate quisquam sunt tempore.",
- "archived": true,
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e7d420ce-f9e6-4deb-9a8c-6c783df9012b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e7d420ce-f9e6-4deb-9a8c-6c783df9012b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "716cd7e3-537b-4d9d-b080-af6b3ba50fba",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/716cd7e3-537b-4d9d-b080-af6b3ba50fba"
}
}, - "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
}, - "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. |
required | Array of objects |
{- "data": [
- {
- "id": "f928452f-005e-4f71-9223-1acaa5a3d5b7",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f3ba8794-5f8c-4e97-b299-4e2d3d97c0fd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f3ba8794-5f8c-4e97-b299-4e2d3d97c0fd"
}
}, - "parents": {
- "data": [
- {
- "id": "537ff7ea-bbbc-4553-b902-2fc64ccd342d",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "9060d734-d539-4608-95bc-09e724eafe83",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9060d734-d539-4608-95bc-09e724eafe83"
}
}, - "project": {
- "data": {
- "id": "537ff7ea-bbbc-4553-b902-2fc64ccd342d",
- "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
}, - "self": {
- "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": "67f7556b-52fb-4889-86be-96e1b9c076f8",
- "type": "environment",
- "attributes": {
- "code": "ucjtx",
- "name": "quo272",
- "description": "Et sunt quia nobis.",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2f69813a-93f8-4cb9-844f-e4e01d20091c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2f69813a-93f8-4cb9-844f-e4e01d20091c"
}
}, - "parents": {
- "data": [
- {
- "id": "b88e8e4a-904b-4fec-9ef7-9b570b04042b",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "9a6f326c-19bc-4d56-ba56-302424bd4389",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9a6f326c-19bc-4d56-ba56-302424bd4389"
}
}, - "project": {
- "data": {
- "id": "b88e8e4a-904b-4fec-9ef7-9b570b04042b",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/ucjtx",
- "bookmarks": "/api/projects/opc/environments/ucjtx/bookmarks",
- "changes": "/api/projects/opc/environments/ucjtx/changes",
- "scheduled_activities": "/api/projects/opc/environments/ucjtx/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/ucjtx/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
}, - "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 |
required | object |
Array of objects or objects or objects |
{- "data": {
- "id": "a5d0097a-d9f5-4601-8b9f-4e3ae0512464",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1dfada65-616c-4bf8-bdab-8bbf64cd8862",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1dfada65-616c-4bf8-bdab-8bbf64cd8862"
}
}, - "parents": {
- "data": [
- {
- "id": "2630a73f-6ede-4877-9657-fe0f8098f59e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "5cba18ca-acc6-44eb-9939-c6d3db6bbd08",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/5cba18ca-acc6-44eb-9939-c6d3db6bbd08"
}
}, - "project": {
- "data": {
- "id": "2630a73f-6ede-4877-9657-fe0f8098f59e",
- "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
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "2630a73f-6ede-4877-9657-fe0f8098f59e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "161ae531-a428-4dd3-8af4-a8e359c5a973",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/161ae531-a428-4dd3-8af4-a8e359c5a973"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a2bd271f-4e40-40ec-8a1e-1cf6b765af0b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a2bd271f-4e40-40ec-8a1e-1cf6b765af0b"
}
}, - "children": {
- "data": [
- {
- "id": "a5d0097a-d9f5-4601-8b9f-4e3ae0512464",
- "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
}, - "self": {
- "update": true
}
}
}
}
]
}
Updates an environment.
project_code required | string Example: opc project code |
environment_code required | string Example: dev environment code |
required | object |
required | object |
Array of objects or objects or objects |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}
{- "data": {
- "id": "d42840b8-ed28-479d-91a1-c338eb8516ba",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "commodi282",
- "description": "In et modi non.",
- "archived": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "e0739aab-98b7-4ba1-839e-24db50b5fb37",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/e0739aab-98b7-4ba1-839e-24db50b5fb37"
}
}, - "parents": {
- "data": [
- {
- "id": "13d6c6d7-1887-4f8d-8126-619c6c2c9fd2",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "4e1c079c-a299-4f0d-8e66-c0990795b200",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4e1c079c-a299-4f0d-8e66-c0990795b200"
}
}, - "project": {
- "data": {
- "id": "13d6c6d7-1887-4f8d-8126-619c6c2c9fd2",
- "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
}, - "self": {
- "update": true
}
}
}
}
}
Endpoints to interact with assets.
Notes:
show
and list
response payloads include links to the asset's changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets
path. The example endpoints in this section reflect assets owned by a project.Lists all assets (including archived assets) that belong to the project.
Each asset in the response includes a link to:
changes
endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities
endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks
endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels
endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history
endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows
endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.project_code required | string Example: opc project code |
filter[<query/sort filter>]= | |
download | string Example: download=assets.csv Download the project assets in CSV format with the specified file name. The assets will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
required | Array of objects |
{- "data": [
- {
- "id": "be5547a8-ed63-4e7e-ab1f-b0a8222297ee",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "actions": [
- {
- "name": "bypass",
- "description": "Ut itaque ea id."
}, - {
- "name": "hack",
- "description": "Maxime nihil voluptatem et."
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "141346a5-0484-469c-b66a-5969147d633e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/141346a5-0484-469c-b66a-5969147d633e"
}
}, - "parents": {
- "data": [
- {
- "id": "2bb6b060-bdf6-494a-89b4-ee25f0a388e2",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "308df80d-0256-488d-b263-e366b71f3b77",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/308df80d-0256-488d-b263-e366b71f3b77"
}
}, - "project": {
- "data": {
- "id": "2bb6b060-bdf6-494a-89b4-ee25f0a388e2",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "89544a4d-a54c-4592-aa22-c22a496508ec",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "b0b177e4-18d2-4474-9896-8d0e2e7c270d",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "8b7ce072-9261-4105-97ce-567954c4015e",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "mintmodel_history": {
- "data": [
- {
- "id": "3d62765a-1a4f-4860-8c17-dd5c26449b88",
- "type": "mintmodel_history"
}
]
}
}, - "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
}, - "self": {
- "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": "47a65f2c-402c-4b6c-b3e3-679bd7282904",
- "type": "asset",
- "attributes": {
- "code": "81tze",
- "name": "id244",
- "description": "Necessitatibus eum consequatur aut.",
- "archived": false,
- "actions": [
- {
- "name": "parse",
- "description": "Dolorem quisquam debitis omnis."
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "quantify",
- "description": "Et omnis repudiandae sunt."
}
], - "mintmodel_valid": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "71912da9-efcb-4ff7-a5d3-8e39b49ab185",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/71912da9-efcb-4ff7-a5d3-8e39b49ab185"
}
}, - "parents": {
- "data": [
- {
- "id": "a3d116fa-ac90-4dd6-8d7a-b6101cc99220",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "ff401c38-fa30-4622-830e-0f1c483c04e2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ff401c38-fa30-4622-830e-0f1c483c04e2"
}
}, - "project": {
- "data": {
- "id": "a3d116fa-ac90-4dd6-8d7a-b6101cc99220",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "028628cf-eae0-4d82-9c4a-b0ed4d1a374d",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "3698eacd-88e4-4034-a02f-5a61db182f7e",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "mintmodel_history": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/assets/81tze",
- "bookmarks": "/api/projects/opc/assets/81tze/bookmarks",
- "changes": "/api/projects/opc/assets/81tze/changes",
- "scheduled_activities": "/api/projects/opc/assets/81tze/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/81tze/converged_properties",
- "mintmodels": "/api/projects/opc/assets/81tze/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/81tze/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/81tze/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
}, - "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 |
required | object |
Array of objects or objects or objects or objects or objects |
{- "data": {
- "id": "44084532-3ae9-4807-845f-d2e62d5520e7",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "actions": [
- {
- "name": "back up",
- "description": "Ipsa excepturi magni occaecati."
}, - {
- "name": "connect",
- "description": "Et minima vitae quibusdam."
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a92bfe0c-de4c-41dd-91f9-34ec66ae82fb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a92bfe0c-de4c-41dd-91f9-34ec66ae82fb"
}
}, - "parents": {
- "data": [
- {
- "id": "cae938f2-84b3-4042-ad17-41421b1d4b69",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "88d0e4f3-5611-4cd8-a643-a843cc5b9734",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/88d0e4f3-5611-4cd8-a643-a843cc5b9734"
}
}, - "project": {
- "data": {
- "id": "cae938f2-84b3-4042-ad17-41421b1d4b69",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "b271cac4-a006-46ba-b2eb-f7551b750912",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "63776acd-c53c-4c39-a366-2198fa1e3125",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "751600de-84c5-4469-8ee4-39e4841f2d9c",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "mintmodel_history": {
- "data": [
- {
- "id": "924e02c2-2919-4dd2-bbd8-6f07966c89f0",
- "type": "mintmodel_history"
}
]
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "cae938f2-84b3-4042-ad17-41421b1d4b69",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d65b31c7-3ae1-4767-8985-5321eed65fc3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d65b31c7-3ae1-4767-8985-5321eed65fc3"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "01e24aa4-b034-4cbd-bf03-f36e5de50d54",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/01e24aa4-b034-4cbd-bf03-f36e5de50d54"
}
}, - "children": {
- "data": [
- {
- "id": "44084532-3ae9-4807-845f-d2e62d5520e7",
- "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "924e02c2-2919-4dd2-bbd8-6f07966c89f0",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-04-25T06:21:05.884016Z",
- "updated_at": "2025-04-25T06:21:05.884016Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "cae938f2-84b3-4042-ad17-41421b1d4b69",
- "type": "project"
}, - {
- "id": "44084532-3ae9-4807-845f-d2e62d5520e7",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "20be5d4f-4343-4f98-ad9b-58d29cb3ed14",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/20be5d4f-4343-4f98-ad9b-58d29cb3ed14"
}
}, - "opschain_changes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/924e02c2-2919-4dd2-bbd8-6f07966c89f0"
}
}, - {
- "id": "63776acd-c53c-4c39-a366-2198fa1e3125",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "edmundo",
- "created_at": "2025-04-25T06:21:05.875514Z",
- "updated_at": "2025-04-25T06:21:05.875514Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/63776acd-c53c-4c39-a366-2198fa1e3125",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "751600de-84c5-4469-8ee4-39e4841f2d9c",
- "type": "template",
- "attributes": {
- "name": "Oracle SOA template",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:05.815637Z",
- "updated_at": "2025-04-25T06:21:05.815637Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "soa",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)"
}, - "relationships": {
- "template_versions": {
- "data": [
- {
- "id": "b271cac4-a006-46ba-b2eb-f7551b750912",
- "type": "template_version"
}
], - "links": {
- "related": "/api/projects/opc/templates/soa/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions"
}, - "meta": null
}, - {
- "id": "b271cac4-a006-46ba-b2eb-f7551b750912",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "saundra_rosenbaum",
- "archived": false,
- "has_mintmodel": true,
- "created_at": "2025-04-25T06:21:05.827096Z",
- "updated_at": "2025-04-25T06:21:05.827096Z",
- "git_rev": "neural",
- "commit_sha": "fb14a79ccc434f00359c9b1167046a357b3cdbd4",
- "actions": [
- {
- "name": "connect",
- "description": "Et minima vitae quibusdam."
}, - {
- "name": "back up",
- "description": "Ipsa excepturi magni occaecati."
}
]
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
]
}
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 |
required | object |
Array of objects or objects or objects or objects or objects |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated asset",
- "archived": false
}
}
}
{- "data": {
- "id": "fc92ca0e-54ff-4c49-97ad-7e38e5571a16",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "asperiores254",
- "description": "Sunt consequatur quam similique.",
- "archived": true,
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "reboot",
- "description": "Nobis explicabo voluptatem magni."
}, - {
- "name": "transmit",
- "description": "Et est tempora eos."
}
], - "mintmodel_valid": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c3e72d66-896f-41b7-9c59-d5143505c7df",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c3e72d66-896f-41b7-9c59-d5143505c7df"
}
}, - "parents": {
- "data": [
- {
- "id": "5dd985b7-4189-4b90-b262-e0eff9a7083a",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "d8158cd2-82e9-4d76-b4e5-8b08569d6cd0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/d8158cd2-82e9-4d76-b4e5-8b08569d6cd0"
}
}, - "project": {
- "data": {
- "id": "5dd985b7-4189-4b90-b262-e0eff9a7083a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "d9d27628-6eb9-4281-89e3-90bf9a2eb636",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "ae8faea5-75e9-4a95-b057-7a69a969d152",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "c47fb3da-d292-4851-ba92-03c3e6098ec8",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "mintmodel_history": {
- "data": [
- {
- "id": "60c257c1-6d1c-459b-a796-bde19b4875e0",
- "type": "mintmodel_history"
}
]
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}
}
Show the converged properties as they will appear to actions run on this asset. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
filter[<query/sort filter>]= |
required | object |
Array of objects or objects |
{- "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": "892e9c52-2653-4170-87de-d279c2537135",
- "type": "properties"
}, - {
- "id": "88664b12-76dd-46fa-942c-e8882ec0cbaa",
- "type": "properties"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}
}, - "included": [
- {
- "id": "892e9c52-2653-4170-87de-d279c2537135",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:08.032274Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/892e9c52-2653-4170-87de-d279c2537135",
- "current_version": "/api/properties/892e9c52-2653-4170-87de-d279c2537135/versions/1",
- "versions": "/api/properties/892e9c52-2653-4170-87de-d279c2537135/versions"
}
}, - {
- "id": "88664b12-76dd-46fa-942c-e8882ec0cbaa",
- "type": "properties",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-04-25T06:21:08.097206Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc/assets/prj_soa"
}
}
}, - "links": {
- "self": "/api/properties/88664b12-76dd-46fa-942c-e8882ec0cbaa",
- "current_version": "/api/properties/88664b12-76dd-46fa-942c-e8882ec0cbaa/versions/1",
- "versions": "/api/properties/88664b12-76dd-46fa-942c-e8882ec0cbaa/versions"
}
}, - {
- "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 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>]= |
required | Array of objects |
{- "data": [
- {
- "id": "9b218c55-2e5d-4b09-8d9c-5547c01e6e90",
- "type": "template_version_history",
- "attributes": {
- "active_from": "2025-04-25T06:21:23.763611Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "e8f8dbe9-8a23-48dd-a667-fbe4bf868b57",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "f611c54b-a595-490a-b17a-20ddefe10bdc",
- "type": "template_version"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/9b218c55-2e5d-4b09-8d9c-5547c01e6e90",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}
]
}
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: 172e0fd9-77fe-4e67-99ef-d7d2d9d12cf1 version history id |
required | object |
Array of objects or objects |
{- "data": {
- "id": "72c702be-2436-4f35-b8c0-5ec611ca0f18",
- "type": "template_version_history",
- "attributes": {
- "active_from": "2025-04-25T06:21:23.984222Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "f187f0a0-b7ae-4848-9af6-650c1184dd65",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "6952861c-6540-4ea3-8574-4367b71c0581",
- "type": "template_version"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/72c702be-2436-4f35-b8c0-5ec611ca0f18",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "f187f0a0-b7ae-4848-9af6-650c1184dd65",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}, - {
- "name": "quantify",
- "description": "Nam veritatis molestias dolor."
}, - {
- "name": "quantify",
- "description": "Nihil ratione dolor nam."
}
], - "mintmodel_valid": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c3e05a11-eea6-4c73-81da-fe62316ff6e9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c3e05a11-eea6-4c73-81da-fe62316ff6e9"
}
}, - "parents": {
- "data": [
- {
- "id": "4f5340d2-af40-45eb-8078-1bf9038654c4",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "70e3f134-85dd-41d6-b44b-df6b0f581580",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/70e3f134-85dd-41d6-b44b-df6b0f581580"
}
}, - "project": {
- "data": {
- "id": "4f5340d2-af40-45eb-8078-1bf9038654c4",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "6952861c-6540-4ea3-8574-4367b71c0581",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/soa/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "b21c9c8e-0e40-45c6-a2af-43e99fd14511",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "80ae64d8-8ca3-467c-9d7b-529c2164ae9b",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/soa"
}
}, - "mintmodel_history": {
- "data": [
- {
- "id": "0462b90a-e2c0-4df1-9587-2d02c076b7f9",
- "type": "mintmodel_history"
}
]
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "6952861c-6540-4ea3-8574-4367b71c0581",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "gerda",
- "archived": false,
- "has_mintmodel": true,
- "created_at": "2025-04-25T06:21:23.940661Z",
- "updated_at": "2025-04-25T06:21:23.940661Z",
- "git_rev": "primary",
- "commit_sha": "0d1059e7280cb26117304ffe9d628c4de14d8626",
- "actions": [
- {
- "name": "bypass",
- "description": "Velit omnis quidem sapiente."
}, - {
- "name": "calculate",
- "description": "Perspiciatis quo quam aut."
}
]
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
]
}
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_code required | string Example: soa template code |
required | Array of objects |
{- "data": [
- {
- "id": "5a85e720-a110-47ea-99b2-2cfee35d0e3f",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "melissia",
- "archived": false,
- "has_mintmodel": true,
- "created_at": "2025-04-25T06:21:24.179120Z",
- "updated_at": "2025-04-25T06:21:24.179120Z",
- "git_rev": "online",
- "commit_sha": "8e5abacc94e3f61e0fafbf25a6d0e36abc3f51de",
- "actions": [
- {
- "name": "generate",
- "description": "Nihil maiores rerum aspernatur."
}, - {
- "name": "override",
- "description": "Libero aliquid enim rerum."
}
]
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
]
}
Create or update a template version.
project_code required | string Example: opc project code |
template_code required | string Example: soa template code |
version required | string Example: 2023_Q4_2 template version |
required | object |
required | object |
Array of objects |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "online",
- "archived": false
}
}
}
{- "data": {
- "id": "e1b21af4-339d-4048-ba23-df21180b1fb6",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Qui voluptatem rerum qui dolor",
- "state": "initializing",
- "created_by": "lucius.torp",
- "archived": false,
- "has_mintmodel": false,
- "created_at": "2025-04-25T06:21:24.663096Z",
- "updated_at": "2025-04-25T06:21:24.663096Z",
- "git_rev": "optical",
- "commit_sha": null
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}
Shows a specific template version.
project_code required | string Example: opc project code |
template_code required | string Example: soa template code |
version required | string Example: 2023_Q4_2 template version |
required | object |
Array of objects |
{- "data": {
- "id": "a73614eb-949f-4c8e-97fc-ab0e2c9396cd",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "sherman.jones",
- "archived": false,
- "has_mintmodel": true,
- "created_at": "2025-04-25T06:21:25.402729Z",
- "updated_at": "2025-04-25T06:21:25.402729Z",
- "git_rev": "neural",
- "commit_sha": "249dd562c329d4c59d570bf8c523c695932fd642",
- "actions": [
- {
- "name": "calculate",
- "description": "Repellat est saepe sit."
}, - {
- "name": "calculate",
- "description": "Eos at reiciendis quos."
}
]
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}
Assign assets to the template version.
project_code required | string Example: opc project code |
template_code required | string Example: soa template code |
version required | string Example: 2023_Q4_2 template version |
required | object |
required | object |
Array of objects |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}
{- "data": {
- "id": "923b6f3b-6f81-4cda-a488-14791bd39c4d",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "jani_adams",
- "archived": false,
- "has_mintmodel": true,
- "created_at": "2025-04-25T06:21:25.748474Z",
- "updated_at": "2025-04-25T06:21:25.748474Z",
- "git_rev": "mobile",
- "commit_sha": "ac992536495a1d03d568188b14f305cdf168e5ad",
- "actions": [
- {
- "name": "input",
- "description": "Doloremque nulla atque totam."
}, - {
- "name": "input",
- "description": "Distinctio quia sit hic."
}
]
}, - "links": {
- "self": "/api/projects/opc/templates/soa/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/soa"
}
}
}
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)",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}
{- "data": {
- "id": "500e9dc9-6bbf-4a5a-b16d-c381b5776f9f",
- "type": "template",
- "attributes": {
- "name": "kathlyn_grimes",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:26.533754Z",
- "updated_at": "2025-04-25T06:21:26.533754Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "dr5rc",
- "description": "Minima doloremque aut dolor."
}, - "relationships": {
- "template_versions": {
- "data": [ ],
- "links": {
- "related": "/api/projects/opc/templates/dr5rc/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/dr5rc",
- "template_versions": "/api/projects/opc/templates/dr5rc/versions"
}, - "meta": null
}
}
Lists all templates for a project.
project_code required | string Example: opc project code |
required | Array of objects |
{- "data": [
- {
- "id": "48a33b7a-66a2-4e85-a3ba-5f939ba8f459",
- "type": "template",
- "attributes": {
- "name": "Oracle SOA template",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:27.114656Z",
- "updated_at": "2025-04-25T06:21:27.114656Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "soa",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)"
}, - "relationships": {
- "template_versions": {
- "data": [ ],
- "links": {
- "related": "/api/projects/opc/templates/soa/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions"
}, - "meta": null
}
]
}
Shows a project template.
project_code required | string Example: opc project code |
template_code required | string Example: soa template code |
required | object |
{- "data": {
- "id": "bc5d4628-8fbc-4c7c-b736-6290ae0a1a58",
- "type": "template",
- "attributes": {
- "name": "Oracle SOA template",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:27.442504Z",
- "updated_at": "2025-04-25T06:21:27.442504Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "soa",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)"
}, - "relationships": {
- "template_versions": {
- "data": [ ],
- "links": {
- "related": "/api/projects/opc/templates/soa/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions"
}, - "meta": null
}
}
Archives/unarchives a template.
project_code required | string Example: opc project code |
code_to_archive required | string Example: soa template code |
required | object |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}
{- "data": {
- "id": "a5a1a148-535c-4065-967b-69528b49bd7e",
- "type": "template",
- "attributes": {
- "name": "Oracle SOA template",
- "archived": true,
- "disabled": false,
- "created_at": "2025-04-25T06:21:27.795514Z",
- "updated_at": "2025-04-25T06:21:27.838829Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "soa",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)"
}, - "relationships": {
- "template_versions": {
- "data": [ ],
- "links": {
- "related": "/api/projects/opc/templates/soa/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions"
}, - "meta": null
}
}
Update the credentials of a template.
project_code required | string Example: opc project code |
code_to_update required | string Example: soa template code |
required | object |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}
{- "data": {
- "id": "ac2e4bf1-7ae1-460b-9228-a4bc5d820e54",
- "type": "template",
- "attributes": {
- "name": "Oracle SOA template",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:28.262177Z",
- "updated_at": "2025-04-25T06:21:28.300744Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}",
- "code": "soa",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)"
}, - "relationships": {
- "template_versions": {
- "data": [ ],
- "links": {
- "related": "/api/projects/opc/templates/soa/versions"
}
}
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/templates/soa",
- "template_versions": "/api/projects/opc/templates/soa/versions"
}, - "meta": null
}
}
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": "d896c705-45cb-4c4b-a44b-a238f82c1fe3",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:20:59.154014Z",
- "updated_at": "2025-04-25T06:20:59.154014Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/d896c705-45cb-4c4b-a44b-a238f82c1fe3"
}, - "meta": null
}
}
Lists all Git remotes for a project.
project_code required | string Example: opc project code |
required | Array of objects |
{- "data": [
- {
- "id": "d1136960-6a62-4862-8465-0908a38d982a",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:20:59.751590Z",
- "updated_at": "2025-04-25T06:20:59.751590Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/d1136960-6a62-4862-8465-0908a38d982a"
}, - "meta": null
}
]
}
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: 762c7be2-ed5b-46fd-a1f9-88b5f77cef41 remote id |
required | object |
{- "data": {
- "id": "4cf594bc-b16b-481d-847c-e50352a1512e",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:00.028035Z",
- "updated_at": "2025-04-25T06:21:00.028035Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/4cf594bc-b16b-481d-847c-e50352a1512e"
}, - "meta": null
}
}
Archives/unarchives a project Git remote.
project_code required | string Example: opc project code |
id_to_archive required | string Example: 762c7be2-ed5b-46fd-a1f9-88b5f77cef41 remote id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}
{- "data": {
- "id": "d3211eef-5b2c-4f60-b379-684e4c22675e",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-04-25T06:21:00.311989Z",
- "updated_at": "2025-04-25T06:21:00.347564Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/d3211eef-5b2c-4f60-b379-684e4c22675e"
}, - "meta": null
}
}
Update the credentials of a project Git remote.
project_code required | string Example: opc project code |
id_to_update required | string Example: 762c7be2-ed5b-46fd-a1f9-88b5f77cef41 remote id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}
{- "data": {
- "id": "ac53c66a-459e-4faf-80b4-bd917b53a1df",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-04-25T06:21:00.787174Z",
- "updated_at": "2025-04-25T06:21:00.819755Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/ac53c66a-459e-4faf-80b4-bd917b53a1df"
}, - "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: 762c7be2-ed5b-46fd-a1f9-88b5f77cef41 remote id |
{- "data": {
- "id": "77a1a5bc-e493-4184-9400-f58a0095ba92",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-04-25T06:21:01.383151Z",
- "updated_at": "2025-04-25T06:21:01.570381Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "links": {
- "project": "/api/projects/opc",
- "self": "/api/projects/opc/git_remotes/77a1a5bc-e493-4184-9400-f58a0095ba92"
}, - "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 an asset bookmark.
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": "scarlet_gottlieb"
}
}
}
{- "data": {
- "id": "4e5ec7c8-dd0e-46f3-9bf7-1d18581c1a98",
- "type": "bookmark",
- "attributes": {
- "description": "Eum dolor voluptas cumque.",
- "created_by": "marcelle_bode",
- "created_at": "2025-04-25T06:20:53.159827Z",
- "updated_at": "2025-04-25T06:20:53.159827Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/4e5ec7c8-dd0e-46f3-9bf7-1d18581c1a98",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}
Lists all bookmarks for an asset.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
required | Array of objects |
{- "data": [
- {
- "id": "234d3fa1-1927-4049-8a91-26321b92051b",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "orval",
- "created_at": "2025-04-25T06:20:53.777531Z",
- "updated_at": "2025-04-25T06:20:53.777531Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/234d3fa1-1927-4049-8a91-26321b92051b",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
]
}
Shows an asset bookmark.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
bookmark_id required | string Example: 5becacbb-1b23-44f3-9bd0-54af90266895 bookmark id |
required | object |
{- "data": {
- "id": "4e88d2a2-4044-4c16-8378-24a16d1438d9",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "bong_barton",
- "created_at": "2025-04-25T06:20:54.029938Z",
- "updated_at": "2025-04-25T06:20:54.029938Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/4e88d2a2-4044-4c16-8378-24a16d1438d9",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}
Update an asset bookmark.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
bookmark_id required | string Example: 5becacbb-1b23-44f3-9bd0-54af90266895 bookmark id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}
{- "data": {
- "id": "171da653-0b2f-4582-bff4-77fba6e27e29",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "latosha.barton",
- "created_at": "2025-04-25T06:20:54.468444Z",
- "updated_at": "2025-04-25T06:20:54.509697Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/171da653-0b2f-4582-bff4-77fba6e27e29",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}
Delete an asset bookmark.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
bookmark_id required | string Example: 5becacbb-1b23-44f3-9bd0-54af90266895 bookmark id |
{ }
Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history
link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
project_code required | string Example: opc project code |
asset_code required | string Example: prj_soa asset code |
required | Array of objects |
Array of objects |
{- "data": [
- {
- "id": "9526a1f9-f442-48a4-8a7c-c1ad3df5b948",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-04-25T06:21:03.627560Z",
- "updated_at": "2025-04-25T06:21:03.627560Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "b82080a8-9658-46fe-bf99-196ee848bde3",
- "type": "project"
}, - {
- "id": "894cb2f5-8a12-4aa6-951d-b2e4e6af99fa",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "63aba7ff-afa8-49ba-a45d-efcfe8b8bdbd",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/63aba7ff-afa8-49ba-a45d-efcfe8b8bdbd"
}
}, - "opschain_changes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/9526a1f9-f442-48a4-8a7c-c1ad3df5b948"
}
}
]
}
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: 68295e54-9b74-443b-96c3-474bceaff9c1 MintModel history id |
required | object |
Array of objects |
{- "data": {
- "id": "8b35d074-47ad-48d9-9134-6b4b813b10b9",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-04-25T06:21:03.856920Z",
- "updated_at": "2025-04-25T06:21:03.856920Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "1fed7cb8-0953-4a8c-82d9-249c5f00cb36",
- "type": "project"
}, - {
- "id": "72b127fa-231c-4e19-a310-d9d4a552d365",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "c017360d-7788-454b-be71-4cdee0cfd675",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/c017360d-7788-454b-be71-4cdee0cfd675"
}
}, - "opschain_changes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/8b35d074-47ad-48d9-9134-6b4b813b10b9"
}
}, - "included": [
- {
- "id": "c017360d-7788-454b-be71-4cdee0cfd675",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-04-25T06:21:03.849724Z",
- "updated_at": "2025-04-25T06:21:03.849724Z"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "8b35d074-47ad-48d9-9134-6b4b813b10b9",
- "type": "mintmodel_history"
}, - {
- "id": "540274b5-ba92-4dc5-93a5-de7b9702e4f3",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/c017360d-7788-454b-be71-4cdee0cfd675",
- "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 |
required | Array of objects |
{- "data": [
- {
- "id": "31f66ebf-a578-49fd-beed-0432a08e9cc0",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-04-25T06:21:03.976432Z",
- "updated_at": "2025-04-25T06:21:03.976432Z"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "e28fe931-9db9-4e78-84ef-0def2e387730",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/31f66ebf-a578-49fd-beed-0432a08e9cc0",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}
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: 72418add-0a89-4933-abd1-b870bdb7ca3a MintModel id |
required | object |
{- "data": {
- "id": "7b3dfd8b-5586-4db4-9b69-71ace76995b8",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-04-25T06:21:04.284594Z",
- "updated_at": "2025-04-25T06:21:04.284594Z"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "1744ae8b-c008-4209-a3a3-0b8a27dcd8b2",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/7b3dfd8b-5586-4db4-9b69-71ace76995b8",
- "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 |
required | object |
{- "data": {
- "id": "4998cc5f-d0c6-4210-a24e-6ba72645f24c",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-04-25T06:21:04.777914Z",
- "updated_at": "2025-04-25T06:21:04.777914Z"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "68927750-84ca-41a2-b67b-d4b782a96138",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/4998cc5f-d0c6-4210-a24e-6ba72645f24c",
- "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 |
required | Array of objects |
object |
{- "data": [
- {
- "id": "0d369f01-e9fb-45b1-8a78-a88a75a3ff5e",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "minh_zemlak",
- "created_at": "2025-04-25T06:22:23.199398Z",
- "updated_at": "2025-04-25T06:22:23.199433Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: minh_zemlak\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"
}
], - "latest_version": 1,
- "latest_published_version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "project": "/api/projects/opc",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/1",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/1"
}
}
], - "meta": {
- "partial_response": false
}
}
Create a workflow
project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "wems8",
- "name": "program",
- "description": "I'll transmit the online PNG pixel, that should pixel the SMTP port!",
- "steps": [
- {
- "type": "change",
- "target": "/projects/cluld/environments/xpbvz/assets/8bnfm",
- "action": "parse",
- "template_version": "qbxd5",
- "name": "non",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": "reprehenderit",
- "name": "aut"
}, - {
- "type": "workflow",
- "target": "/projects/muyuf/workflows/wwbbp",
- "version": null,
- "name": "vel",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "saepe",
- "children": [
- {
- "type": "change",
- "target": "/projects/x4mri/environments/1fq1b/assets/z5ium",
- "action": "synthesize",
- "template_version": "3kxyn",
- "name": "blanditiis",
- "start_time": null
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "quo"
}, - {
- "type": "workflow",
- "target": "/projects/aolcu/workflows/sznp1",
- "version": 1,
- "name": "autem",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "ipsum",
- "children": [
- {
- "type": "change",
- "target": "/projects/8ifc4/environments/0uxum/assets/blhg1",
- "action": "compress",
- "template_version": "nggz5",
- "name": "autem",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/i2vkx/workflows/bbqyl",
- "version": 1,
- "name": "quidem",
- "start_time": null
}
]
}
], - "archived": false,
- "draft": false,
- "source_yaml": "---\ncode: wems8\nname: program\ndescription: I'll transmit the online PNG pixel, that should pixel the SMTP port!\ncreated_by: tanner_shanahan\nsteps:\n- action: quantify\n target: \"/projects/kroc9/assets/cscnj\"\n type: change\n"
}
}
}
{- "data": {
- "id": "eb9e2b08-9098-4bac-9c7f-06dcae29b2ff",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "antonetta_schultz",
- "created_at": "2025-04-25T06:22:23.886249Z",
- "updated_at": "2025-04-25T06:22:23.886249Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: tyree.cassin\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "type": "change",
- "name": "run asset action",
- "target": "/projects/opc/assets/prj_soa",
- "action": "run"
}
], - "latest_version": 1,
- "latest_published_version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets_new",
- "runs": "/api/projects/opc/workflows/assets_new/runs",
- "project": "/api/projects/opc",
- "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 |
required | object |
{- "data": {
- "id": "9c758be0-ce95-4811-ac68-45badeb78bdd",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "felicita.walker",
- "created_at": "2025-04-25T06:22:24.911138Z",
- "updated_at": "2025-04-25T06:22:24.911167Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: felicita.walker\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"
}
], - "latest_version": 1,
- "latest_published_version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "project": "/api/projects/opc",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/1",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/1"
}
}
}
Update a workflow.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
required | object |
object |
required | object |
{- "data": {
- "attributes": {
- "name": "new workflow name",
- "steps": [
- {
- "type": "change",
- "target": "/projects/cluld/environments/xpbvz/assets/8bnfm",
- "action": "parse",
- "template_version": "qbxd5",
- "name": "non",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": "reprehenderit",
- "name": "aut"
}, - {
- "type": "workflow",
- "target": "/projects/muyuf/workflows/wwbbp",
- "version": null,
- "name": "vel",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "saepe",
- "children": [
- {
- "type": "change",
- "target": "/projects/x4mri/environments/1fq1b/assets/z5ium",
- "action": "synthesize",
- "template_version": "3kxyn",
- "name": "blanditiis",
- "start_time": null
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "quo"
}, - {
- "type": "workflow",
- "target": "/projects/aolcu/workflows/sznp1",
- "version": 1,
- "name": "autem",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "ipsum",
- "children": [
- {
- "type": "change",
- "target": "/projects/8ifc4/environments/0uxum/assets/blhg1",
- "action": "compress",
- "template_version": "nggz5",
- "name": "autem",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/i2vkx/workflows/bbqyl",
- "version": 1,
- "name": "quidem",
- "start_time": null
}
]
}
], - "draft": true,
- "description": "new description",
- "archived": false,
- "source_yaml": "string"
}
}, - "meta": {
- "validate": true
}
}
{- "data": {
- "id": "80b96d7e-7c6b-462d-b382-6bc85d1dacca",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "robbi",
- "created_at": "2025-04-25T06:22:25.667464Z",
- "updated_at": "2025-04-25T06:22:25.715785Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: robbi\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "type": "change",
- "target": "/projects/cluld/environments/xpbvz/assets/8bnfm",
- "action": "parse",
- "template_version": "qbxd5",
- "name": "non",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": "reprehenderit",
- "name": "aut"
}, - {
- "type": "workflow",
- "target": "/projects/muyuf/workflows/wwbbp",
- "version": null,
- "name": "vel",
- "start_time": null
}, - {
- "run_as": "parallel",
- "name": "saepe",
- "children": [
- {
- "type": "change",
- "target": "/projects/x4mri/environments/1fq1b/assets/z5ium",
- "action": "synthesize",
- "template_version": "3kxyn",
- "name": "blanditiis",
- "start_time": null
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "quo"
}, - {
- "type": "workflow",
- "target": "/projects/aolcu/workflows/sznp1",
- "version": 1,
- "name": "autem",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "ipsum",
- "children": [
- {
- "type": "change",
- "target": "/projects/8ifc4/environments/0uxum/assets/blhg1",
- "action": "compress",
- "template_version": "nggz5",
- "name": "autem",
- "start_time": "2025-04-26T06:20:42Z"
}, - {
- "type": "wait",
- "requires_approval_from": null,
- "name": "iusto"
}, - {
- "type": "workflow",
- "target": "/projects/i2vkx/workflows/bbqyl",
- "version": 1,
- "name": "quidem",
- "start_time": null
}
]
}
], - "latest_version": 2,
- "latest_published_version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "project": "/api/projects/opc",
- "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/1"
}
}
}
Delete or archive a workflow.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
{ }
Lists all versions for a workflow.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
required | Array of objects |
{- "data": [
- {
- "id": "1c147752-bfec-4033-b190-d58dcfda50ce",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "rogelio.crist",
- "created_at": "2025-04-25T06:22:18.616735Z",
- "updated_at": "2025-04-25T06:22:18.616735Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: rogelio.crist\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
]
}
Deletes all draft versions of a workflow.
Note: An exception will be raised if there are no published versions of the workflow.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
{ }
Shows a workflow version.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
version required | string Example: 1 version |
required | object |
{- "data": {
- "id": "fe290427-f6db-4f7f-ba76-7e7a0aaa6fbc",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "ona",
- "created_at": "2025-04-25T06:22:21.012637Z",
- "updated_at": "2025-04-25T06:22:21.012637Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: ona\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "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: 1 version |
{ }
Endpoints to interact with properties.
Shows the current properties JSON and its version.
properties_id required | string Example: fa918084-665b-4e3b-b2e1-10aaa74d10b7 properties id |
required | object |
{- "data": {
- "id": "4fa0514d-747b-443b-8b86-f31e28202856",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:14.700353Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/4fa0514d-747b-443b-8b86-f31e28202856",
- "current_version": "/api/properties/4fa0514d-747b-443b-8b86-f31e28202856/versions/1",
- "versions": "/api/properties/4fa0514d-747b-443b-8b86-f31e28202856/versions"
}
}
}
Updates a properties JSON if the included version matches the current properties version.
id_to_update required | string Example: fa918084-665b-4e3b-b2e1-10aaa74d10b7 properties id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1
}
}
}
{- "data": {
- "id": "e4b7e561-0aea-4535-8751-fec44dd803b2",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-04-25T06:21:14.970726Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/e4b7e561-0aea-4535-8751-fec44dd803b2",
- "current_version": "/api/properties/e4b7e561-0aea-4535-8751-fec44dd803b2/versions/2",
- "versions": "/api/properties/e4b7e561-0aea-4535-8751-fec44dd803b2/versions"
}
}
}
Updates a properties JSON, without any version checking (always updates).
id_to_set required | string Example: fa918084-665b-4e3b-b2e1-10aaa74d10b7 properties id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}
{- "data": {
- "id": "f6c2329a-7f5f-4588-b361-9f2708ef82b6",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-04-25T06:21:15.550520Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/f6c2329a-7f5f-4588-b361-9f2708ef82b6",
- "current_version": "/api/properties/f6c2329a-7f5f-4588-b361-9f2708ef82b6/versions/2",
- "versions": "/api/properties/f6c2329a-7f5f-4588-b361-9f2708ef82b6/versions"
}
}
}
Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
properties_id required | string Example: fa918084-665b-4e3b-b2e1-10aaa74d10b7 properties id |
required | Array of objects |
{- "data": [
- {
- "id": "bd71253a-75ae-4b3b-90a9-4ba7843c087a",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:15.984741Z",
- "owner_type": "project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c14dcb51-2c9a-45d8-b70e-f108a5cfd2c6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c14dcb51-2c9a-45d8-b70e-f108a5cfd2c6"
}
}
}, - "links": {
- "versions": "/api/properties/c14dcb51-2c9a-45d8-b70e-f108a5cfd2c6/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/c14dcb51-2c9a-45d8-b70e-f108a5cfd2c6/versions/1"
}
}
]
}
Shows the properties JSON for this properties version.
properties_id required | string Example: fa918084-665b-4e3b-b2e1-10aaa74d10b7 properties id |
version_number required | integer Example: 1 version number |
required | object |
{- "data": {
- "id": "2d3c89d3-f8f1-496e-9f9f-ddfe1ac947ee",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:16.266076Z",
- "owner_type": "project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0b022f39-7c14-4021-8626-796b61c642e1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0b022f39-7c14-4021-8626-796b61c642e1"
}
}
}, - "links": {
- "versions": "/api/properties/0b022f39-7c14-4021-8626-796b61c642e1/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/0b022f39-7c14-4021-8626-796b61c642e1/versions/1"
}
}
}
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 |
required | Array of objects |
object | |
Array of objects or objects or objects or objects |
{- "data": [
- {
- "id": "9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "type": "change",
- "attributes": {
- "created_by": "pat_predovic",
- "name": "quantify",
- "action": "quantify",
- "initial_step_tree": null,
- "metadata": {
- "application": "synthesizing"
}, - "property_overrides": {
- "microchip": "transmitting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "status_code": "success",
- "created_at": "2025-04-25T06:20:56.073599Z",
- "started_at": "2025-04-25T06:13:49.856325Z",
- "finished_at": "2025-04-25T06:18:35.078632Z",
- "updated_at": "2025-04-25T06:20:56.076685Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "3e972f245ab0cd8d71c9bca173e6b0e581676e8b",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1ef5a659-77ed-4b70-b3ba-4b117f8e4f1b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1ef5a659-77ed-4b70-b3ba-4b117f8e4f1b"
}
}, - "parents": {
- "data": [
- {
- "id": "a32d1759-152b-4c7e-a37b-2cd50e2e13c7",
- "type": "project"
}, - {
- "id": "924c0151-926e-4cf6-aab5-031c482f21b0",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "2033b007-e66a-43de-b5b7-12e446a0430f",
- "type": "step"
}, - "links": {
- "related": "/api/steps/2033b007-e66a-43de-b5b7-12e446a0430f"
}
}, - "steps": {
- "data": [
- {
- "id": "2033b007-e66a-43de-b5b7-12e446a0430f",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/c0def7ce-2def-4e25-b8d2-fc29ad4719c7",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "log_lines": "/api/changes/9436ac43-8c7c-4e70-afa3-1b0f32eb8429/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "2033b007-e66a-43de-b5b7-12e446a0430f",
- "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": "9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:12:49.856325Z",
- "started_at": "2025-04-25T06:13:49.856325Z",
- "finished_at": "2025-04-25T06:18:35.078632Z",
- "updated_at": "2025-04-25T06:20:56.076685Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1ef5a659-77ed-4b70-b3ba-4b117f8e4f1b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1ef5a659-77ed-4b70-b3ba-4b117f8e4f1b"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "01c9c9a4-7b1f-4f6a-9baa-5ae6a4e1e409",
- "type": "properties_version"
}, - {
- "id": "bdf29091-ddb1-496b-8c37-4fc5e4003494",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "change": "/api/projects/opc/environments/dev/changes/9436ac43-8c7c-4e70-afa3-1b0f32eb8429",
- "log_lines": "/api/steps/2033b007-e66a-43de-b5b7-12e446a0430f/log_lines",
- "self": "/api/steps/2033b007-e66a-43de-b5b7-12e446a0430f"
}
}, - {
- "id": "a32d1759-152b-4c7e-a37b-2cd50e2e13c7",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6f70f0bd-9fa0-4de7-8f8d-56eae4a6235b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6f70f0bd-9fa0-4de7-8f8d-56eae4a6235b"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a2ae2e52-941a-4d55-9493-877a5434f1ad",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a2ae2e52-941a-4d55-9493-877a5434f1ad"
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "924c0151-926e-4cf6-aab5-031c482f21b0",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "33224f10-26c9-4208-9f27-83fd5f424798",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/33224f10-26c9-4208-9f27-83fd5f424798"
}
}, - "parents": {
- "data": [
- {
- "id": "a32d1759-152b-4c7e-a37b-2cd50e2e13c7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "10f71154-b913-402e-9449-1e82b1a22fc0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/10f71154-b913-402e-9449-1e82b1a22fc0"
}
}, - "project": {
- "data": {
- "id": "a32d1759-152b-4c7e-a37b-2cd50e2e13c7",
- "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
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "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": {
- "interface": "compressing"
}, - "property_overrides": {
- "system": "backing up"
}, - "action": "program",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}
{- "data": {
- "id": "51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "type": "change",
- "attributes": {
- "created_by": "ema.schneider",
- "name": null,
- "action": "index",
- "initial_step_tree": null,
- "metadata": {
- "driver": "quantifying"
}, - "property_overrides": {
- "bus": "navigating"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "status_code": "initializing",
- "created_at": "2025-04-25T06:20:56.714894Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:20:56.718008Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": null
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "1d6c5cfc-1f2a-40b2-a459-89b99de9c8bc",
- "type": "project"
}, - {
- "id": "84402927-15da-44c7-8661-939e5fb0b82c",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "6847905f-c539-4591-97e1-0f36ae968dd5",
- "type": "step"
}, - "links": {
- "related": "/api/steps/6847905f-c539-4591-97e1-0f36ae968dd5"
}
}, - "steps": {
- "data": [
- {
- "id": "6847905f-c539-4591-97e1-0f36ae968dd5",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/1e8f8c0d-191a-4897-8d12-5872b39557a0",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "log_lines": "/api/changes/51d255e7-895c-4ec8-aaf3-ac0a2404a249/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "6847905f-c539-4591-97e1-0f36ae968dd5",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "index",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:20:56.718008Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:20:56.718008Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "type": "change"
}
}, - "properties_versions": {
- "data": [ ]
}
}, - "links": {
- "parent": "/api/changes/51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "change": "/api/projects/opc/environments/dev/changes/51d255e7-895c-4ec8-aaf3-ac0a2404a249",
- "log_lines": "/api/steps/6847905f-c539-4591-97e1-0f36ae968dd5/log_lines",
- "self": "/api/steps/6847905f-c539-4591-97e1-0f36ae968dd5"
}
}
]
}
Shows a change, including it's parent nodes.
change_id required | string Example: 27e62c7b-d4d4-49e5-ab5e-394a9ad8c5e3 change id |
include | string Example: include=steps,parents Include the change steps and parents in the response |
required | object |
Array of objects or objects or objects or objects |
{- "data": {
- "id": "bf308e73-e434-4932-896f-5aaf2da90b19",
- "type": "change",
- "attributes": {
- "created_by": "marlon",
- "name": "bypass",
- "action": "bypass",
- "initial_step_tree": null,
- "metadata": {
- "card": "bypassing"
}, - "property_overrides": {
- "port": "backing up"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "status_code": "success",
- "created_at": "2025-04-25T06:20:57.106058Z",
- "started_at": "2025-04-25T06:12:42.832420Z",
- "finished_at": "2025-04-25T06:17:49.264095Z",
- "updated_at": "2025-04-25T06:20:57.109019Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "7b3418a63b006855290816cf269b9ef6dcdeebc2",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b2322997-59c2-4155-9fbd-864bc1a104a2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b2322997-59c2-4155-9fbd-864bc1a104a2"
}
}, - "parents": {
- "data": [
- {
- "id": "a231424e-dfee-4834-8b9d-ea9366c1889c",
- "type": "project"
}, - {
- "id": "3f5bbfa8-21ec-412f-b584-78781b18235a",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11",
- "type": "step"
}, - "links": {
- "related": "/api/steps/3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11"
}
}, - "steps": {
- "data": [
- {
- "id": "3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/69c06ccc-17d1-49b3-9bca-30368da5a046",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/bf308e73-e434-4932-896f-5aaf2da90b19",
- "log_lines": "/api/changes/bf308e73-e434-4932-896f-5aaf2da90b19/log_lines"
}, - "meta": {
- "parallel_changes_allowed": false,
- "blocked_by_change_in_same_parent": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "bypass",
- "name": "bypass",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "bf308e73-e434-4932-896f-5aaf2da90b19",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:11:42.832420Z",
- "started_at": "2025-04-25T06:12:42.832420Z",
- "finished_at": "2025-04-25T06:17:49.264095Z",
- "updated_at": "2025-04-25T06:20:57.109019Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b2322997-59c2-4155-9fbd-864bc1a104a2",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b2322997-59c2-4155-9fbd-864bc1a104a2"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "bf308e73-e434-4932-896f-5aaf2da90b19",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "9a6bcb00-42cf-4beb-b802-f5211440de52",
- "type": "properties_version"
}, - {
- "id": "8663dce2-28a1-461b-95dc-cf066297163e",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/bf308e73-e434-4932-896f-5aaf2da90b19",
- "change": "/api/projects/opc/environments/dev/changes/bf308e73-e434-4932-896f-5aaf2da90b19",
- "log_lines": "/api/steps/3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11/log_lines",
- "self": "/api/steps/3cf216bf-8eb7-442a-b8cf-c8f3c7f94d11"
}
}, - {
- "id": "a231424e-dfee-4834-8b9d-ea9366c1889c",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "116f2164-f918-48ac-8fba-35e2cc28d5f8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/116f2164-f918-48ac-8fba-35e2cc28d5f8"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "a4f448b3-e0da-4af6-949c-d367cedc39fc",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a4f448b3-e0da-4af6-949c-d367cedc39fc"
}
}, - "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "3f5bbfa8-21ec-412f-b584-78781b18235a",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "38e4ae0b-f7bc-41dd-bab7-6352b3094a83",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/38e4ae0b-f7bc-41dd-bab7-6352b3094a83"
}
}, - "parents": {
- "data": [
- {
- "id": "a231424e-dfee-4834-8b9d-ea9366c1889c",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "13f8749f-581b-457e-95b2-d1d9724451a5",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/13f8749f-581b-457e-95b2-d1d9724451a5"
}
}, - "project": {
- "data": {
- "id": "a231424e-dfee-4834-8b9d-ea9366c1889c",
- "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
}, - "self": {
- "update": true
}
}
}
}
]
}
Lists all scheduled activities.
filter[<query/sort filter>]= | |
include | string Example: include=parents Include the scheduled change parents in the response |
required | Array of scheduled_change_element (object) or scheduled_workflow_element (object) |
Array of project_element (object) or environment_element (object) or asset_element (object) | |
object |
{- "data": [
- {
- "id": "335696b4-398b-4577-907a-e35ec21d1f94",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "dorothea.thompson",
- "cron_schedule": "21 0 1 3 1",
- "repeat": false,
- "metadata": {
- "pixel": "parsing"
}, - "enabled": true,
- "created_at": "2025-04-25T06:20:49.756444Z",
- "next_run_at": "2026-02-28T13:21:00.000000Z",
- "action": "navigate",
- "new_commits_only": true,
- "git_rev": "bluetooth",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "17f2ecbc-8183-4817-a408-89a67c05ac1d",
- "type": "project"
}, - {
- "id": "f7af2bfd-9219-47e8-988e-028e84fd77af",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/fd2dc3ef-b85b-436b-b5f0-ed7c072664ea",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/335696b4-398b-4577-907a-e35ec21d1f94"
}
}, - {
- "id": "e86a1abc-fd2f-42e0-866f-91020d2f00c1",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "garrett_ferry",
- "cron_schedule": "36 21 3 4 3",
- "repeat": true,
- "metadata": {
- "card": "hacking"
}, - "enabled": true,
- "created_at": "2025-04-25T06:20:49.994979Z",
- "next_run_at": "2025-04-30T11:36:00.000000Z",
- "workflow_code": "assets",
- "version": 1,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "17f2ecbc-8183-4817-a408-89a67c05ac1d",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/e86a1abc-fd2f-42e0-866f-91020d2f00c1",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/1"
}
}
], - "included": [
- {
- "id": "17f2ecbc-8183-4817-a408-89a67c05ac1d",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "6447ee53-21f7-4cba-abbb-e52b0074ee2e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/6447ee53-21f7-4cba-abbb-e52b0074ee2e"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "949b4453-c770-4d2c-b8f5-f43f45258967",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/949b4453-c770-4d2c-b8f5-f43f45258967"
}
}, - "children": {
- "data": [
- {
- "id": "f7af2bfd-9219-47e8-988e-028e84fd77af",
- "type": "environment"
}, - {
- "id": "f6dfd4b4-0834-443d-b16a-b1c5a0f643fd",
- "type": "asset"
}, - {
- "id": "c7caa6f4-396b-4012-a04e-a9596de5a81f",
- "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "f7af2bfd-9219-47e8-988e-028e84fd77af",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "02bc5154-5625-47f0-8739-19f70de9c3db",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/02bc5154-5625-47f0-8739-19f70de9c3db"
}
}, - "parents": {
- "data": [
- {
- "id": "17f2ecbc-8183-4817-a408-89a67c05ac1d",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "03c7b5fe-23e6-45d0-8448-b0a4c74361bd",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/03c7b5fe-23e6-45d0-8448-b0a4c74361bd"
}
}, - "project": {
- "data": {
- "id": "17f2ecbc-8183-4817-a408-89a67c05ac1d",
- "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
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "has_any": true
}
}
Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities
path
(e.g. POST to /api/projects/{project_code}/scheduled_activities
) the parent_path
request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities
)
the git_remote_name
and git_rev
attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "58 8 26 11 2",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "bus": "overriding"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}
{- "data": {
- "id": "f6694fe9-c6cb-427a-a17f-d0c1d2919bf3",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "valene_hermiston",
- "cron_schedule": "50 4 1 9 5",
- "repeat": true,
- "metadata": {
- "application": "calculating"
}, - "enabled": true,
- "created_at": "2025-04-25T06:20:50.621828Z",
- "next_run_at": "2025-08-31T18:50:00.000000Z",
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "redundant",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "11bfc756-cd52-4e5d-a048-8254040d9edf",
- "type": "project"
}, - {
- "id": "c80611c9-3a30-4e0f-985f-67d5b3e4a330",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/12e3eda6-50ac-4d79-b78f-e19f41b3467b",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/f6694fe9-c6cb-427a-a17f-d0c1d2919bf3"
}
}
}
Shows a scheduled activity.
scheduled_change_id required | string Example: af04e9f6-590e-4726-a133-1697c0c46314 scheduled change id |
include | string Example: include=parents Include the scheduled change parents in the response |
required | scheduled_change_element (object) or scheduled_workflow_element (object) |
Array of project_element (object) or environment_element (object) or asset_element (object) |
{- "data": {
- "id": "4aa5192a-1861-489e-9de2-3d12b30096d2",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "claribel.herzog",
- "cron_schedule": "16 16 26 10 *",
- "repeat": false,
- "metadata": {
- "capacitor": "navigating"
}, - "enabled": true,
- "created_at": "2025-04-25T06:20:51.285548Z",
- "next_run_at": "2025-10-26T05:16:00.000000Z",
- "action": "hack",
- "new_commits_only": false,
- "git_rev": "haptic",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "8d5f3750-75e7-4e65-8c48-03123a5ba1b5",
- "type": "project"
}, - {
- "id": "cb373544-f3d9-4090-b4ec-ccb755ad01de",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/88f1ce2d-8a6d-4a25-b91c-1ace6ce237aa",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/4aa5192a-1861-489e-9de2-3d12b30096d2"
}
}, - "included": [
- {
- "id": "8d5f3750-75e7-4e65-8c48-03123a5ba1b5",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "146b5bed-68ac-487d-b46f-739a06a6d067",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/146b5bed-68ac-487d-b46f-739a06a6d067"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "46ab1801-c3d0-4507-8c77-c7962c99056e",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/46ab1801-c3d0-4507-8c77-c7962c99056e"
}
}, - "children": {
- "data": [
- {
- "id": "cb373544-f3d9-4090-b4ec-ccb755ad01de",
- "type": "environment"
}, - {
- "id": "22476cf5-7b06-49ee-9d5a-dde82ac0b261",
- "type": "asset"
}, - {
- "id": "7a4a7aab-c4cf-4981-ac97-25df0dcef300",
- "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
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "cb373544-f3d9-4090-b4ec-ccb755ad01de",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ee98bf5d-edcb-471a-a888-8852e4c6d5fa",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ee98bf5d-edcb-471a-a888-8852e4c6d5fa"
}
}, - "parents": {
- "data": [
- {
- "id": "8d5f3750-75e7-4e65-8c48-03123a5ba1b5",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "0a3d0588-78b7-47f3-8119-55653bb84d5a",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/0a3d0588-78b7-47f3-8119-55653bb84d5a"
}
}, - "project": {
- "data": {
- "id": "8d5f3750-75e7-4e65-8c48-03123a5ba1b5",
- "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
}, - "self": {
- "update": true
}
}
}
}
]
}
Endpoints to interact with change steps.
Lists all steps.
filter[<query/sort filter>]= |
required | Array of objects |
{- "data": [
- {
- "id": "db7d9d12-896b-4431-8c92-12c396f01739",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "program",
- "name": "program",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "a4803c76-e459-405f-a0de-c96a5ed174d9",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:13:06.390498Z",
- "started_at": "2025-04-25T06:14:06.390498Z",
- "finished_at": "2025-04-25T06:19:28.133496Z",
- "updated_at": "2025-04-25T06:21:18.475824Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3dac7728-affe-4835-ae5b-94451ce4cf44",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3dac7728-affe-4835-ae5b-94451ce4cf44"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "a4803c76-e459-405f-a0de-c96a5ed174d9",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "ca37b569-42ee-4767-851a-174fb78b88fa",
- "type": "properties_version"
}, - {
- "id": "00264bfd-451f-4c51-acb6-5b7a0366d0ca",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/a4803c76-e459-405f-a0de-c96a5ed174d9",
- "change": "/api/projects/opc/environments/dev/changes/a4803c76-e459-405f-a0de-c96a5ed174d9",
- "log_lines": "/api/steps/db7d9d12-896b-4431-8c92-12c396f01739/log_lines",
- "self": "/api/steps/db7d9d12-896b-4431-8c92-12c396f01739"
}
}
]
}
Shows a change step.
step_id required | string Example: 806b4b33-b5b2-44a0-920f-26b77b6bb228 step id |
required | object |
Array of objects or objects |
{- "data": {
- "id": "e8cfdd50-32e4-40f2-ac30-16d592caf4fc",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "hack",
- "name": "hack",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "34c41f0b-0893-465a-9fea-d0e37515f994",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:10:35.330917Z",
- "started_at": "2025-04-25T06:11:35.330917Z",
- "finished_at": "2025-04-25T06:12:06.633584Z",
- "updated_at": "2025-04-25T06:21:18.754939Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9a85d01b-e331-4c9d-a2b9-df46b66fe312",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9a85d01b-e331-4c9d-a2b9-df46b66fe312"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "34c41f0b-0893-465a-9fea-d0e37515f994",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "88e88b29-ba87-4c2d-92df-f0698a4b84c4",
- "type": "properties_version"
}, - {
- "id": "2281b581-d2dd-4bb5-a9b7-8820c52b2067",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/34c41f0b-0893-465a-9fea-d0e37515f994",
- "change": "/api/projects/opc/environments/dev/changes/34c41f0b-0893-465a-9fea-d0e37515f994",
- "log_lines": "/api/steps/e8cfdd50-32e4-40f2-ac30-16d592caf4fc/log_lines",
- "self": "/api/steps/e8cfdd50-32e4-40f2-ac30-16d592caf4fc"
}
}, - "included": [
- {
- "id": "88e88b29-ba87-4c2d-92df-f0698a4b84c4",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:18.613560Z",
- "owner_type": "project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "baf5d06e-6d45-43c3-8ac4-1d4ebae2488b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/baf5d06e-6d45-43c3-8ac4-1d4ebae2488b"
}
}
}, - "links": {
- "versions": "/api/properties/baf5d06e-6d45-43c3-8ac4-1d4ebae2488b/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/baf5d06e-6d45-43c3-8ac4-1d4ebae2488b/versions/1"
}
}, - {
- "id": "2281b581-d2dd-4bb5-a9b7-8820c52b2067",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-04-25T06:21:18.651473Z",
- "owner_type": "environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f5632e08-f34a-49bb-95c7-72def41b3d5d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f5632e08-f34a-49bb-95c7-72def41b3d5d"
}
}
}, - "links": {
- "versions": "/api/properties/f5632e08-f34a-49bb-95c7-72def41b3d5d/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/f5632e08-f34a-49bb-95c7-72def41b3d5d/versions/1"
}
}, - {
- "id": "9a85d01b-e331-4c9d-a2b9-df46b66fe312",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-04-25T06:21:18.744819Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/e8cfdd50-32e4-40f2-ac30-16d592caf4fc"
}
}
}, - "links": {
- "self": "/api/properties/9a85d01b-e331-4c9d-a2b9-df46b66fe312",
- "current_version": "/api/properties/9a85d01b-e331-4c9d-a2b9-df46b66fe312/versions/1",
- "versions": "/api/properties/9a85d01b-e331-4c9d-a2b9-df46b66fe312/versions"
}
}
]
}
Update a step to flag it to be skipped on retry.
step_id required | string Example: 806b4b33-b5b2-44a0-920f-26b77b6bb228 step id |
required | object |
required | object |
Array of objects or objects |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}
{- "data": {
- "id": "4d5b4bdb-8002-408a-b928-6d90012a7dbd",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "reboot",
- "name": "reboot",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "2c7dd4b6-6310-4b79-9e79-7afd2690d7bd",
- "skip_on_retry": true,
- "created_at": "2025-04-25T06:12:41.519412Z",
- "started_at": "2025-04-25T06:13:41.519412Z",
- "finished_at": "2025-04-25T06:17:35.757066Z",
- "updated_at": "2025-04-25T06:21:19.341819Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "61ba6bdb-ca63-474d-9efd-2cec65442ed1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/61ba6bdb-ca63-474d-9efd-2cec65442ed1"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "2c7dd4b6-6310-4b79-9e79-7afd2690d7bd",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "48ca336c-244d-452c-911a-ae9d32caf10f",
- "type": "properties_version"
}, - {
- "id": "db940bff-1d28-4316-bdfa-d95dd9c291ab",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/2c7dd4b6-6310-4b79-9e79-7afd2690d7bd",
- "change": "/api/projects/opc/environments/dev/changes/2c7dd4b6-6310-4b79-9e79-7afd2690d7bd",
- "log_lines": "/api/steps/4d5b4bdb-8002-408a-b928-6d90012a7dbd/log_lines",
- "self": "/api/steps/4d5b4bdb-8002-408a-b928-6d90012a7dbd"
}
}
}
Continues a "waiting" change step.
step_id required | string Example: f05a9942-8f1c-4c52-b9ef-15cdbe8f4c15 step id |
object |
required | object |
Array of objects or objects |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}
{- "data": {
- "id": "0e628c0f-ec2f-4e55-840b-623534219de3",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "sulema.mcdermott",
- "message": null
}
], - "requires_approval_from": null,
- "action": "connect",
- "name": "connect",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "6bd6fd20-453b-460d-87a8-95abb41c2842",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:14:12.631863Z",
- "started_at": "2025-04-25T06:15:12.631863Z",
- "finished_at": "2025-04-25T06:21:21.100786Z",
- "updated_at": "2025-04-25T06:21:21.119558Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d93a8f78-beb5-4406-8bc2-84807ba55d61",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d93a8f78-beb5-4406-8bc2-84807ba55d61"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "6bd6fd20-453b-460d-87a8-95abb41c2842",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "ebbd75e6-2160-4aa2-97ff-c50a790b75f1",
- "type": "properties_version"
}, - {
- "id": "07bc37db-0215-4a56-b39c-2544d19fc1a8",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/6bd6fd20-453b-460d-87a8-95abb41c2842",
- "change": "/api/projects/opc/environments/dev/changes/6bd6fd20-453b-460d-87a8-95abb41c2842",
- "log_lines": "/api/steps/0e628c0f-ec2f-4e55-840b-623534219de3/log_lines",
- "self": "/api/steps/0e628c0f-ec2f-4e55-840b-623534219de3"
}
}
}
Approves a change step that needs approval.
step_id required | string Example: f05a9942-8f1c-4c52-b9ef-15cdbe8f4c15 step id |
object |
required | object |
Array of objects or objects |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}
{- "data": {
- "id": "c770983c-564f-47f0-8edf-be5e7977a168",
- "type": "step",
- "attributes": {
- "approved_by": [
- {
- "username": "cruz",
- "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": "7f290563-18bf-40f5-87c1-c329c2f31039",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:12:48.127459Z",
- "started_at": "2025-04-25T06:13:48.127459Z",
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:21.852052Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1d5d5b95-983d-4cb5-bcdc-2ea813b8fa33",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1d5d5b95-983d-4cb5-bcdc-2ea813b8fa33"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "7f290563-18bf-40f5-87c1-c329c2f31039",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "d0256c0f-ad36-438d-91d6-f67c7ed289b6",
- "type": "properties_version"
}, - {
- "id": "33d23461-4cdf-40d6-86f8-90c5732c8dda",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/7f290563-18bf-40f5-87c1-c329c2f31039",
- "change": "/api/projects/opc/environments/dev/changes/7f290563-18bf-40f5-87c1-c329c2f31039",
- "log_lines": "/api/steps/c770983c-564f-47f0-8edf-be5e7977a168/log_lines",
- "self": "/api/steps/c770983c-564f-47f0-8edf-be5e7977a168"
}
}
}
Rejects a change step that needs approval.
step_id required | string Example: f05a9942-8f1c-4c52-b9ef-15cdbe8f4c15 step id |
object |
required | object |
Array of objects or objects |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}
{- "data": {
- "id": "36237fe1-0da4-4b39-a248-0bd15aac3cdb",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "leonardo_hoeger",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "override",
- "name": "override",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "9f0700d5-4443-4085-bbce-02f9349c9374",
- "skip_on_retry": false,
- "created_at": "2025-04-25T06:14:08.821397Z",
- "started_at": "2025-04-25T06:15:08.821397Z",
- "finished_at": "2025-04-25T06:21:22.820950Z",
- "updated_at": "2025-04-25T06:21:22.834480Z",
- "status_code": "rejected"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "652cfa01-8432-4f48-b40f-22b39986c33b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/652cfa01-8432-4f48-b40f-22b39986c33b"
}
}, - "children": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9f0700d5-4443-4085-bbce-02f9349c9374",
- "type": "change"
}
}, - "properties_versions": {
- "data": [
- {
- "id": "bbc30f1a-1b45-408d-9b0e-a3768454c4ab",
- "type": "properties_version"
}, - {
- "id": "e1ae8566-aa4b-41fe-936c-5b6fcfd74fca",
- "type": "properties_version"
}
]
}
}, - "links": {
- "parent": "/api/changes/9f0700d5-4443-4085-bbce-02f9349c9374",
- "change": "/api/projects/opc/environments/dev/changes/9f0700d5-4443-4085-bbce-02f9349c9374",
- "log_lines": "/api/steps/36237fe1-0da4-4b39-a248-0bd15aac3cdb/log_lines",
- "self": "/api/steps/36237fe1-0da4-4b39-a248-0bd15aac3cdb"
}
}
}
List the log lines for a change.
change_id required | string Example: 27e62c7b-d4d4-49e5-ab5e-394a9ad8c5e3 |
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. |
required | Array of objects |
object |
{- "data": [
- {
- "id": "99f5d959-ef54-429a-89fe-3636bc40026d",
- "type": "log_line",
- "attributes": {
- "change_id": "b2b2589e-5dd8-444a-a76a-44d5353aecfb",
- "step_id": "7dbe148b-31dc-4447-adc3-fc13b5b2a8a3",
- "message": "Autem ipsa assumenda ut.",
- "logged_at": "2025-04-24T00:00:00.000000Z"
}
}
], - "meta": {
- "partial_response": false
}
}
List the log lines for a change step.
step_id required | string Example: 806b4b33-b5b2-44a0-920f-26b77b6bb228 |
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. |
required | Array of objects |
object |
{- "data": [
- {
- "id": "e3c3292c-379b-43d3-ab45-8083755b7524",
- "type": "log_line",
- "attributes": {
- "change_id": "5554d14e-94aa-430e-90f7-e97a4f8f63c9",
- "step_id": "3e21c51b-ea1c-4d2b-9a1d-6f2fc9b4049f",
- "message": "Asperiores non recusandae molestiae.",
- "logged_at": "2025-04-24T00:00:00.000000Z"
}
}
], - "meta": {
- "partial_response": false
}
}
List filtered log lines.
filter[<query/sort filter>]= | |
limit | integer [ 1 .. 1000 ] 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. |
required | Array of objects |
object |
{- "data": [
- {
- "id": "e82a9109-fe10-4a6e-bb57-91fda1e117fd",
- "type": "log_line",
- "attributes": {
- "change_id": "8886539b-428e-4edc-94be-e110af95979b",
- "step_id": "d008c79b-e75e-4ac0-bced-7670665bdc57",
- "message": "Expedita beatae exercitationem natus.",
- "logged_at": "2025-04-24T00:00:00.000000Z"
}
}
], - "meta": {
- "partial_response": false
}
}
Endpoints to interact with workflow runs
Notes:
/workflow_runs
- will return all workflow runs accessible to the user./project/{project_code}/workflow_runs
- will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs
- will return all workflow runs this workflow./<path/to/asset>/workflow_runs
- will return all workflow runs that include a change for this asset.Lists all workflow runs.
required | Array of objects |
object | |
Array of objects or objects or objects or objects or objects |
{- "data": [
- {
- "id": "06a12ecf-5d45-4938-8a30-050b1b5d3067",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "87268155-10d4-4db2-b8d7-264e68c17e55",
- "name": "est",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "d74a8e46-ba15-4c9b-9137-e255a35e8c8e",
- "name": "incidunt",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "c60e4d3d-79c2-45eb-bc4b-88462bce2587",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/nbmj2/environments/a1fej/assets/f9rkz",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "51f988ae-9cb8-4ec7-92a9-12f013c801c2",
- "name": "input",
- "type": "workflow_change_step",
- "action": "input",
- "target": "/projects/e3q2k/environments/7ycbp/assets/ucxkl",
- "children": [ ]
}, - {
- "id": "0b4458c5-1e57-40a6-a704-dceaf9e80876",
- "name": "Wait",
- "type": "workflow_wait_step",
- "children": [ ]
}, - {
- "id": "cfd4dd20-aca0-4785-8f18-1fe3fdc71742",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/g5cqi/workflows/child",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Opela": "0.95",
- "Duobam": "6.07",
- "Lotlux": "7.71",
- "Sub-Ex": "0.3.9",
- "Vagram": "7.59",
- "Y-find": "1.4.4",
- "Tempsoft": "0.20",
- "Holdlamis": "0.9.7",
- "Stronghold": "2.8.2",
- "Solarbreeze": "5.5.0"
}, - "created_by": "franklin",
- "status_code": "success",
- "created_at": "2025-04-25T06:21:28.970408Z",
- "started_at": "2025-04-25T06:11:37.028618Z",
- "finished_at": "2025-04-25T06:20:21.821944Z",
- "updated_at": "2025-04-25T06:21:28.973482Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "8aaf0700-05cd-4197-89f0-68ee2ed29c15",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "e9508209-15c9-441a-834e-4e64c3262fa1",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "87268155-10d4-4db2-b8d7-264e68c17e55",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "cfd4dd20-aca0-4785-8f18-1fe3fdc71742",
- "type": "workflow_workflow_step"
}, - {
- "id": "0b4458c5-1e57-40a6-a704-dceaf9e80876",
- "type": "workflow_wait_step"
}, - {
- "id": "51f988ae-9cb8-4ec7-92a9-12f013c801c2",
- "type": "workflow_change_step"
}, - {
- "id": "c60e4d3d-79c2-45eb-bc4b-88462bce2587",
- "type": "workflow_change_step"
}, - {
- "id": "d74a8e46-ba15-4c9b-9137-e255a35e8c8e",
- "type": "workflow_noop_step"
}, - {
- "id": "87268155-10d4-4db2-b8d7-264e68c17e55",
- "type": "workflow_noop_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/06a12ecf-5d45-4938-8a30-050b1b5d3067"
}, - "meta": { }
}
], - "included": [
- {
- "id": "8aaf0700-05cd-4197-89f0-68ee2ed29c15",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "pierre_schmitt",
- "created_at": "2025-04-25T06:21:28.958617Z",
- "updated_at": "2025-04-25T06:21:28.958617Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: pierre_schmitt\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "partial_response": false
}
}
Runs a pre-defined workflow
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets"
}
}
}
{- "data": {
- "id": "2876fcfa-b606-4648-9a13-caadb6d3ebac",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "ecacb01f-3836-40a8-880d-8156c9377dee",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "4d8089b6-4fa1-4fff-afaa-ed54a441792a",
- "name": "run asset action",
- "type": "workflow_change_step",
- "children": [ ],
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "evelyne",
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:30.434885Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:30.437923Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "83583787-f9fd-4cbc-ba2f-fecbf2604c96",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "942c543b-32b5-4230-851a-3c67eb051668",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "ecacb01f-3836-40a8-880d-8156c9377dee",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "ecacb01f-3836-40a8-880d-8156c9377dee",
- "type": "workflow_noop_step"
}, - {
- "id": "4d8089b6-4fa1-4fff-afaa-ed54a441792a",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac"
}, - "meta": { }
}, - "included": [
- {
- "id": "83583787-f9fd-4cbc-ba2f-fecbf2604c96",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "porter",
- "created_at": "2025-04-25T06:21:29.748503Z",
- "updated_at": "2025-04-25T06:21:29.748503Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: porter\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "ecacb01f-3836-40a8-880d-8156c9377dee",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "evelyne",
- "name": "assets workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:30.437923Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:30.437923Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "2876fcfa-b606-4648-9a13-caadb6d3ebac",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4d8089b6-4fa1-4fff-afaa-ed54a441792a",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac/steps/ecacb01f-3836-40a8-880d-8156c9377dee",
- "parent": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac"
}
}, - {
- "id": "4d8089b6-4fa1-4fff-afaa-ed54a441792a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "evelyne",
- "name": "run asset action",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:30.443949Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:30.443949Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "1586ff7e-2649-418f-95ff-29c8544994bc",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "9ddd31fb-438c-4076-96c6-1578b78975f9",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "2876fcfa-b606-4648-9a13-caadb6d3ebac",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac/steps/4d8089b6-4fa1-4fff-afaa-ed54a441792a",
- "parent": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac/steps/ecacb01f-3836-40a8-880d-8156c9377dee",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/2876fcfa-b606-4648-9a13-caadb6d3ebac"
}
}
]
}
Shows a workflow run.
run_id required | string Example: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
required | object |
Array of objects or objects or objects or objects or objects |
{- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "13035807-8237-464d-908c-465df127cb2f",
- "name": "veniam",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "name": "eum",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "17f9f105-8c55-4b84-a0f1-d9a6f8f4fc13",
- "name": "hack",
- "type": "workflow_change_step",
- "action": "hack",
- "target": "/projects/eohcb/environments/7wzi1/assets/ag0mf",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "b1108195-64dc-40f8-8d29-834011b2d719",
- "name": "transmit",
- "type": "workflow_change_step",
- "action": "transmit",
- "target": "/projects/yaevt/environments/x8gkr/assets/m8rie",
- "children": [ ]
}, - {
- "id": "c1ec3bb5-a6bc-40ec-8b34-4935f965766b",
- "name": "Wait",
- "type": "workflow_wait_step",
- "children": [ ]
}, - {
- "id": "0a361448-21b3-4965-b1e5-6605dba8a5a5",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/uxude/workflows/child",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "It": "6.9.0",
- "Job": "2.9",
- "Hatity": "0.50",
- "Zathin": "0.5.7",
- "Alphazap": "9.6.1",
- "Overhold": "0.35",
- "Tempsoft": "3.9",
- "Transcof": "3.98",
- "Cardguard": "0.4.3",
- "Trippledex": "9.9"
}, - "created_by": "paulina",
- "status_code": "success",
- "created_at": "2025-04-25T06:21:33.099874Z",
- "started_at": "2025-04-25T06:13:18.311242Z",
- "finished_at": "2025-04-25T06:18:35.171382Z",
- "updated_at": "2025-04-25T06:21:33.103061Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "c3474ec8-b949-4844-85ee-07bc0bfd43ca",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "830bca6d-9c08-48ea-8d67-c86efa06f88f",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "13035807-8237-464d-908c-465df127cb2f",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "13035807-8237-464d-908c-465df127cb2f",
- "type": "workflow_noop_step"
}, - {
- "id": "edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "type": "workflow_noop_step"
}, - {
- "id": "17f9f105-8c55-4b84-a0f1-d9a6f8f4fc13",
- "type": "workflow_change_step"
}, - {
- "id": "b1108195-64dc-40f8-8d29-834011b2d719",
- "type": "workflow_change_step"
}, - {
- "id": "c1ec3bb5-a6bc-40ec-8b34-4935f965766b",
- "type": "workflow_wait_step"
}, - {
- "id": "0a361448-21b3-4965-b1e5-6605dba8a5a5",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "c3474ec8-b949-4844-85ee-07bc0bfd43ca",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "sheldon.johnson",
- "created_at": "2025-04-25T06:21:33.064441Z",
- "updated_at": "2025-04-25T06:21:33.064441Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: sheldon.johnson\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "13035807-8237-464d-908c-465df127cb2f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "paulina",
- "name": "veniam",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:21:33.103061Z",
- "started_at": "2025-04-25T06:13:18.311242Z",
- "finished_at": "2025-04-25T06:18:35.171382Z",
- "updated_at": "2025-04-25T06:21:33.103061Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "type": "workflow_noop_step"
}, - {
- "id": "b1108195-64dc-40f8-8d29-834011b2d719",
- "type": "workflow_change_step"
}, - {
- "id": "c1ec3bb5-a6bc-40ec-8b34-4935f965766b",
- "type": "workflow_wait_step"
}, - {
- "id": "0a361448-21b3-4965-b1e5-6605dba8a5a5",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/13035807-8237-464d-908c-465df127cb2f",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}, - {
- "id": "edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "paulina",
- "name": "eum",
- "skip_on_retry": false,
- "status_code": "running",
- "created_at": "2025-04-25T06:21:33.108952Z",
- "started_at": "2025-04-25T06:21:33.307500Z",
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:33.309199Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "17f9f105-8c55-4b84-a0f1-d9a6f8f4fc13",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/13035807-8237-464d-908c-465df127cb2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}, - {
- "id": "17f9f105-8c55-4b84-a0f1-d9a6f8f4fc13",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "paulina",
- "name": "hack",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:33.314831Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:33.314831Z",
- "action": "hack",
- "property_overrides": {
- "microchip": "calculating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "48ced14f-279c-4d0c-ac52-030d05d4a577",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "8420d1ca-1e31-4687-8db4-12a796b99b3e",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/17f9f105-8c55-4b84-a0f1-d9a6f8f4fc13",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/edc8cc1d-44fb-4d53-9aeb-e43d22b16633",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}, - {
- "id": "b1108195-64dc-40f8-8d29-834011b2d719",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "paulina",
- "name": "transmit",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:33.495433Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:33.495433Z",
- "action": "transmit",
- "property_overrides": {
- "monitor": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "61067b2c-bbf6-4f9e-9243-fa6f79f18eb7",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "14a6d4eb-ee4b-4fab-a143-5b02975bd0fa",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/b1108195-64dc-40f8-8d29-834011b2d719",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/13035807-8237-464d-908c-465df127cb2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}, - {
- "id": "c1ec3bb5-a6bc-40ec-8b34-4935f965766b",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "paulina",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:33.504392Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:33.504392Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/c1ec3bb5-a6bc-40ec-8b34-4935f965766b",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/13035807-8237-464d-908c-465df127cb2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}, - {
- "id": "0a361448-21b3-4965-b1e5-6605dba8a5a5",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "paulina",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:33.584985Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:33.584985Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "17108164-79fb-4c87-bdae-cd7e927a7c44",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "73148d7c-e471-4899-b7d8-c3087c074219",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/0a361448-21b3-4965-b1e5-6605dba8a5a5",
- "parent": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219/steps/13035807-8237-464d-908c-465df127cb2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/73148d7c-e471-4899-b7d8-c3087c074219"
}
}
]
}
Lists all runs for a workflow.
project_code required | string Example: opc project code |
workflow_code required | string Example: assets workflow code |
required | Array of objects |
object | |
Array of objects or objects or objects or objects or objects |
{- "data": [
- {
- "id": "6026e6fa-c2f4-4ade-9bb4-305a129d62f0",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "994d33ea-b1b8-49b8-9355-b75e23362385",
- "name": "quia",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "729fce49-91b4-42ba-901b-0d58ff1fe935",
- "name": "voluptatem",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "18317092-c71a-4cc2-9fc5-785cd5fe3f2d",
- "name": "parse",
- "type": "workflow_change_step",
- "action": "parse",
- "target": "/projects/xw0tj/environments/ol3au/assets/e1bgk",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "428c3d50-2b88-4552-916b-bf3516e89c45",
- "name": "bypass",
- "type": "workflow_change_step",
- "action": "bypass",
- "target": "/projects/szuk4/environments/6jbyi/assets/d9lhe",
- "children": [ ]
}, - {
- "id": "402ea8d7-8e69-49c5-86b3-f1ee60c55394",
- "name": "Wait",
- "type": "workflow_wait_step",
- "children": [ ]
}, - {
- "id": "5f5434ee-c0b5-4e52-acc6-9a85def840c1",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/3mqxn/workflows/child",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "2.2",
- "Rank": "4.67",
- "Bigtax": "0.7.4",
- "Kanlam": "0.7.9",
- "Pannier": "2.48",
- "Overhold": "5.3",
- "Gembucket": "0.3.0",
- "Ronstring": "5.0",
- "Stronghold": "1.36",
- "Voltsillam": "0.21"
}, - "created_by": "alfredia",
- "status_code": "success",
- "created_at": "2025-04-25T06:21:36.234349Z",
- "started_at": "2025-04-25T06:14:44.573662Z",
- "finished_at": "2025-04-25T06:15:46.912932Z",
- "updated_at": "2025-04-25T06:21:36.236964Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "6ed01b14-f1b9-4a1f-9b2a-b4b3d83e8c94",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "6c579154-a712-4cd8-97a3-7f8da689ee76",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "994d33ea-b1b8-49b8-9355-b75e23362385",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "994d33ea-b1b8-49b8-9355-b75e23362385",
- "type": "workflow_noop_step"
}, - {
- "id": "729fce49-91b4-42ba-901b-0d58ff1fe935",
- "type": "workflow_noop_step"
}, - {
- "id": "18317092-c71a-4cc2-9fc5-785cd5fe3f2d",
- "type": "workflow_change_step"
}, - {
- "id": "428c3d50-2b88-4552-916b-bf3516e89c45",
- "type": "workflow_change_step"
}, - {
- "id": "402ea8d7-8e69-49c5-86b3-f1ee60c55394",
- "type": "workflow_wait_step"
}, - {
- "id": "5f5434ee-c0b5-4e52-acc6-9a85def840c1",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/6026e6fa-c2f4-4ade-9bb4-305a129d62f0"
}, - "meta": { }
}
], - "included": [
- {
- "id": "6ed01b14-f1b9-4a1f-9b2a-b4b3d83e8c94",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "merry_emard",
- "created_at": "2025-04-25T06:21:36.223230Z",
- "updated_at": "2025-04-25T06:21:36.223230Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: merry_emard\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "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": {
- "workflow_code": "assets"
}
}
}
{- "data": {
- "id": "db25b787-6e51-4cd0-85e0-1c9b710516b3",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "7c4df3e7-c900-4e47-ab3a-51b3b268a22e",
- "name": "run asset action",
- "type": "workflow_change_step",
- "children": [ ],
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "wm",
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:38.244663Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:38.246439Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "ac322214-f765-4ecb-a1fc-7ed9347ad2bf",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "a3f0260b-b8b0-4008-92c5-fb56b22f1b67",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "type": "workflow_noop_step"
}, - {
- "id": "7c4df3e7-c900-4e47-ab3a-51b3b268a22e",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3"
}, - "meta": { }
}, - "included": [
- {
- "id": "ac322214-f765-4ecb-a1fc-7ed9347ad2bf",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "gil",
- "created_at": "2025-04-25T06:21:37.686122Z",
- "updated_at": "2025-04-25T06:21:37.686122Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: gil\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "wm",
- "name": "assets workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:38.246439Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:38.246439Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "db25b787-6e51-4cd0-85e0-1c9b710516b3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "7c4df3e7-c900-4e47-ab3a-51b3b268a22e",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3/steps/c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "parent": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3"
}
}, - {
- "id": "7c4df3e7-c900-4e47-ab3a-51b3b268a22e",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "wm",
- "name": "run asset action",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:38.250562Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:38.250562Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "84ff8938-a1ff-4f2f-b997-78435a0cdf0c",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "c8e04a0b-f693-43da-8792-939a9a7969df",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "db25b787-6e51-4cd0-85e0-1c9b710516b3",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3/steps/7c4df3e7-c900-4e47-ab3a-51b3b268a22e",
- "parent": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3/steps/c7d87b15-1e40-494b-89e9-d6e7546cc336",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/db25b787-6e51-4cd0-85e0-1c9b710516b3"
}
}
]
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
required | object |
Array of objects or objects or objects or objects or objects |
{- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "name": "aut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "bf5df155-ffb3-4782-935a-1b9147b1637c",
- "name": "sit",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "b5501be2-48ae-4956-9f23-130f4fefe23b",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/k72fp/environments/ltui2/assets/x4hhx",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "8e9ed8cb-0b4c-43c8-b827-f5a4062d80f4",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/nmapc/environments/ysmse/assets/cis4h",
- "children": [ ]
}, - {
- "id": "4e254851-37da-40cc-9f40-78cae1dd04b0",
- "name": "Wait",
- "type": "workflow_wait_step",
- "children": [ ]
}, - {
- "id": "57affd48-f0eb-4584-ac3e-88edec6995c7",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/admgt/workflows/child",
- "children": [ ]
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Rank": "0.11",
- "Otcom": "0.84",
- "Kanlam": "1.3.4",
- "Latlux": "8.32",
- "Zathin": "0.15",
- "Bitchip": "3.9",
- "Flexidy": "0.92",
- "Greenlam": "6.5",
- "Cardguard": "0.8.6",
- "Toughjoyfax": "0.55"
}, - "created_by": "kaila",
- "status_code": "success",
- "created_at": "2025-04-25T06:21:40.770806Z",
- "started_at": "2025-04-25T06:15:30.608734Z",
- "finished_at": "2025-04-25T06:16:30.257311Z",
- "updated_at": "2025-04-25T06:21:40.773506Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "d66034d5-f323-4469-b6d4-eb7a215e9879",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "08ab007b-d388-4c87-8e6c-b3fcebc66413",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "type": "workflow_noop_step"
}, - {
- "id": "bf5df155-ffb3-4782-935a-1b9147b1637c",
- "type": "workflow_noop_step"
}, - {
- "id": "b5501be2-48ae-4956-9f23-130f4fefe23b",
- "type": "workflow_change_step"
}, - {
- "id": "8e9ed8cb-0b4c-43c8-b827-f5a4062d80f4",
- "type": "workflow_change_step"
}, - {
- "id": "4e254851-37da-40cc-9f40-78cae1dd04b0",
- "type": "workflow_wait_step"
}, - {
- "id": "57affd48-f0eb-4584-ac3e-88edec6995c7",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "d66034d5-f323-4469-b6d4-eb7a215e9879",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "donny",
- "created_at": "2025-04-25T06:21:40.759888Z",
- "updated_at": "2025-04-25T06:21:40.759888Z",
- "source_yaml": "---\ncode: assets\nname: assets workflow\ndescription: workflow for assets\ncreated_by: donny\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"
}
], - "version": 1
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "project": "/api/projects/opc",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "kaila",
- "name": "aut",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:21:40.773506Z",
- "started_at": "2025-04-25T06:15:30.608734Z",
- "finished_at": "2025-04-25T06:16:30.257311Z",
- "updated_at": "2025-04-25T06:21:40.773506Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "bf5df155-ffb3-4782-935a-1b9147b1637c",
- "type": "workflow_noop_step"
}, - {
- "id": "8e9ed8cb-0b4c-43c8-b827-f5a4062d80f4",
- "type": "workflow_change_step"
}, - {
- "id": "4e254851-37da-40cc-9f40-78cae1dd04b0",
- "type": "workflow_wait_step"
}, - {
- "id": "57affd48-f0eb-4584-ac3e-88edec6995c7",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}, - {
- "id": "bf5df155-ffb3-4782-935a-1b9147b1637c",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "kaila",
- "name": "sit",
- "skip_on_retry": false,
- "status_code": "running",
- "created_at": "2025-04-25T06:21:40.776916Z",
- "started_at": "2025-04-25T06:21:40.939064Z",
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:40.940717Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "b5501be2-48ae-4956-9f23-130f4fefe23b",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/bf5df155-ffb3-4782-935a-1b9147b1637c",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}, - {
- "id": "b5501be2-48ae-4956-9f23-130f4fefe23b",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "kaila",
- "name": "synthesize",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:40.946764Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:40.946764Z",
- "action": "synthesize",
- "property_overrides": {
- "card": "transmitting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "d092268a-46dc-4985-b8d7-5fc66a87bc23",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "206356e9-69c2-4e7d-99cc-744826deafba",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/b5501be2-48ae-4956-9f23-130f4fefe23b",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/bf5df155-ffb3-4782-935a-1b9147b1637c",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}, - {
- "id": "8e9ed8cb-0b4c-43c8-b827-f5a4062d80f4",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "kaila",
- "name": "generate",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:41.100350Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:41.100350Z",
- "action": "generate",
- "property_overrides": {
- "interface": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "ee550ea3-5fc3-4cf9-9ffb-246fc2de648a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "5a75a0d6-4b30-4768-8c8f-da74bbb10d5c",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/8e9ed8cb-0b4c-43c8-b827-f5a4062d80f4",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}, - {
- "id": "4e254851-37da-40cc-9f40-78cae1dd04b0",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "kaila",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:41.108625Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:41.108625Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/4e254851-37da-40cc-9f40-78cae1dd04b0",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}, - {
- "id": "57affd48-f0eb-4584-ac3e-88edec6995c7",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "kaila",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:41.209447Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:41.209447Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "a4e6575a-597a-4886-b25c-0d92e987a3aa",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "107c8f78-6ed1-40c5-b250-f9a274a438d2",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/57affd48-f0eb-4584-ac3e-88edec6995c7",
- "parent": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2/steps/f3991fb1-5102-4402-bd97-9b34d3be6d64",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/107c8f78-6ed1-40c5-b250-f9a274a438d2"
}
}
]
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
{ }
Lists all workflow steps.
required | Array of workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": [
- {
- "id": "2c86ec10-65e1-4fe6-bd6f-d3d9a1d80bff",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "mattie",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "continued",
- "created_at": "2025-04-25T06:12:56.855517Z",
- "started_at": "2025-04-25T06:13:56.855517Z",
- "finished_at": "2025-04-25T06:16:28.036482Z",
- "updated_at": "2025-04-25T06:21:46.589177Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/2c86ec10-65e1-4fe6-bd6f-d3d9a1d80bff",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "c081b0a6-6297-4172-ae5f-52972675f9aa",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "sapiente",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:21:45.915504Z",
- "started_at": "2025-04-25T06:13:48.382652Z",
- "finished_at": "2025-04-25T06:20:06.799892Z",
- "updated_at": "2025-04-25T06:21:45.915504Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "2c86ec10-65e1-4fe6-bd6f-d3d9a1d80bff",
- "type": "workflow_wait_step"
}, - {
- "id": "988daef5-a7ae-4068-81af-6182d8c75b97",
- "type": "workflow_noop_step"
}, - {
- "id": "efc24059-dfde-49b9-9828-b9d3318deb4f",
- "type": "workflow_change_step"
}, - {
- "id": "68f4d7f1-68c6-482d-a35d-aa8ea729a44c",
- "type": "workflow_wait_step"
}, - {
- "id": "2c661e78-8916-41a0-abf7-8ee13665e124",
- "type": "workflow_workflow_step"
}, - {
- "id": "fdf6c7ac-bd54-4793-97e3-02cd4ad0647d",
- "type": "workflow_change_step"
}, - {
- "id": "cf059a21-88a3-41e2-8857-ad9ee4874f0d",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "988daef5-a7ae-4068-81af-6182d8c75b97",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "mattie",
- "name": "vero",
- "skip_on_retry": false,
- "status_code": "running",
- "created_at": "2025-04-25T06:21:45.920180Z",
- "started_at": "2025-04-25T06:21:46.090546Z",
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.092078Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "d6cb60db-1125-4945-b76c-126a58cd3447",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/988daef5-a7ae-4068-81af-6182d8c75b97",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "d6cb60db-1125-4945-b76c-126a58cd3447",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "hack",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.096905Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.096905Z",
- "action": "hack",
- "property_overrides": {
- "pixel": "connecting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c4c23d07-9fb7-4110-99f6-6473a9d5fd91",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "270c2ffd-12f0-4bfe-ba87-e83784595045",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/d6cb60db-1125-4945-b76c-126a58cd3447",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/988daef5-a7ae-4068-81af-6182d8c75b97",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "efc24059-dfde-49b9-9828-b9d3318deb4f",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "input",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.295496Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.295496Z",
- "action": "input",
- "property_overrides": {
- "program": "navigating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "df91c484-8000-43dc-af50-a94b3dc806da",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "242977cb-4f4d-4f01-9251-0857ee5d3d69",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/efc24059-dfde-49b9-9828-b9d3318deb4f",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "68f4d7f1-68c6-482d-a35d-aa8ea729a44c",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "mattie",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.304432Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.304432Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/68f4d7f1-68c6-482d-a35d-aa8ea729a44c",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "2c661e78-8916-41a0-abf7-8ee13665e124",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.392491Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.392491Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "61b97af6-5ee8-4146-a172-53b71606a75f",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/2c661e78-8916-41a0-abf7-8ee13665e124",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "fdf6c7ac-bd54-4793-97e3-02cd4ad0647d",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "quantify",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.579204Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.579204Z",
- "action": "quantify",
- "property_overrides": {
- "interface": "synthesizing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "fe63dc3d-17c2-40fa-907c-ed974ac51e67",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d6510db5-db60-4f73-8677-1f5e6d92e8a2",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/fdf6c7ac-bd54-4793-97e3-02cd4ad0647d",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}, - {
- "id": "cf059a21-88a3-41e2-8857-ad9ee4874f0d",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "mattie",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:21:46.599291Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:21:46.599291Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "61b97af6-5ee8-4146-a172-53b71606a75f",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "aa78927c-7b8d-4621-84bf-a08a7d57e93d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/cf059a21-88a3-41e2-8857-ad9ee4874f0d",
- "parent": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d/steps/c081b0a6-6297-4172-ae5f-52972675f9aa",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/aa78927c-7b8d-4621-84bf-a08a7d57e93d"
}
}
]
}
Shows a workflow step.
step_id required | string Example: fef4a8d3-73cc-454f-a472-d7c1d510383f workflow step id |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "id": "c162f33d-f1be-45cd-9dc4-c0ff26f45055",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "liane",
- "name": "et",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:21:47.046438Z",
- "started_at": "2025-04-25T06:14:47.670208Z",
- "finished_at": "2025-04-25T06:18:30.320671Z",
- "updated_at": "2025-04-25T06:21:47.046438Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "f142240e-3e3c-4344-ac41-39294fa3ebbd",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "144e58f5-cb15-4a7a-8ac8-9ffeee036f87",
- "type": "workflow_wait_step"
}, - {
- "id": "c7bce9b8-ed1d-4841-9155-feb34cf078f0",
- "type": "workflow_noop_step"
}, - {
- "id": "e7b69dc7-5949-47ec-8bd8-218c768b78ae",
- "type": "workflow_change_step"
}, - {
- "id": "f0f2f7fa-1112-49a5-867e-9bfa2a40ce17",
- "type": "workflow_wait_step"
}, - {
- "id": "8700238d-b8b0-4591-9c9c-3eb143e64a2b",
- "type": "workflow_workflow_step"
}, - {
- "id": "3faea0bd-7a1f-43ce-b7fb-0279b53db555",
- "type": "workflow_change_step"
}, - {
- "id": "77c5d52c-8019-4766-92d3-02b00b598ef9",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/f142240e-3e3c-4344-ac41-39294fa3ebbd/steps/c162f33d-f1be-45cd-9dc4-c0ff26f45055",
- "parent": "/api/projects/opc/workflows/assets/runs/f142240e-3e3c-4344-ac41-39294fa3ebbd",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/f142240e-3e3c-4344-ac41-39294fa3ebbd"
}
}
}
Update a workflow step to flag it to be skipped on retry.
step_id required | string Example: fef4a8d3-73cc-454f-a472-d7c1d510383f workflow step id |
required | object |
required | object |
Array of objects |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}
{- "data": {
- "id": "40972feb-daff-4cea-9eb2-48a89c5c126b",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "jamal",
- "name": "navigate",
- "skip_on_retry": true,
- "status_code": "error",
- "created_at": "2025-04-25T06:21:49.692369Z",
- "started_at": "2025-04-25T06:21:49.720070Z",
- "finished_at": "2025-04-25T06:22:49.720081Z",
- "updated_at": "2025-04-25T06:21:49.764694Z",
- "action": "navigate",
- "property_overrides": {
- "protocol": "programming"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "2d00e6c4-d294-4b39-a233-c0e06e579e19",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "a4d26674-1dd6-46a0-aeb3-7fa7a5d1fbc1",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "8ec1649b-4b91-41f6-bde7-23f74daa2c21",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8ec1649b-4b91-41f6-bde7-23f74daa2c21/steps/40972feb-daff-4cea-9eb2-48a89c5c126b",
- "parent": "/api/projects/opc/workflows/assets/runs/8ec1649b-4b91-41f6-bde7-23f74daa2c21/steps/4896e011-a637-43f8-9757-996254d80c93",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8ec1649b-4b91-41f6-bde7-23f74daa2c21"
}
}
}
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: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}
{- "data": {
- "id": "2b0d075a-43e9-437c-a8ef-a3175ccf3c47",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "dori_mcclure",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "gregory",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "continued",
- "created_at": "2025-04-25T06:14:37.964925Z",
- "started_at": "2025-04-25T06:15:37.964925Z",
- "finished_at": "2025-04-25T06:21:52.694401Z",
- "updated_at": "2025-04-25T06:21:52.703679Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "72c3bd0a-a9e2-46b6-8eb3-5fc06c3a13d0",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/72c3bd0a-a9e2-46b6-8eb3-5fc06c3a13d0/steps/2b0d075a-43e9-437c-a8ef-a3175ccf3c47",
- "parent": "/api/projects/opc/workflows/assets/runs/72c3bd0a-a9e2-46b6-8eb3-5fc06c3a13d0/steps/cd453cfa-4f2e-45a0-ad8e-5a7d7be49851",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/72c3bd0a-a9e2-46b6-8eb3-5fc06c3a13d0"
}
}
}
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: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}
{- "data": {
- "id": "adb271fc-27e4-4d80-ad0d-0122d1a10d95",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "clint.yundt",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 1,
- "created_by": "cammie",
- "name": "Approval",
- "skip_on_retry": false,
- "status_code": "approved",
- "created_at": "2025-04-25T06:11:29.991470Z",
- "started_at": "2025-04-25T06:12:29.991470Z",
- "finished_at": "2025-04-25T06:21:56.084127Z",
- "updated_at": "2025-04-25T06:21:56.093121Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "27f335c4-9b54-46fd-ab49-37c19be2750e",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/27f335c4-9b54-46fd-ab49-37c19be2750e/steps/adb271fc-27e4-4d80-ad0d-0122d1a10d95",
- "parent": "/api/projects/opc/workflows/assets/runs/27f335c4-9b54-46fd-ab49-37c19be2750e/steps/c759455f-ca9c-48ce-a5d4-613ecd228577",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/27f335c4-9b54-46fd-ab49-37c19be2750e"
}
}
}
Reject a workflow step that requires approval.
step_id required | string Example: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}
{- "data": {
- "id": "32717053-5818-4d5d-8932-17022e69b099",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "cecile_kub",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 1,
- "created_by": "wilbert.romaguera",
- "name": "Approval",
- "skip_on_retry": false,
- "status_code": "rejected",
- "created_at": "2025-04-25T06:11:46.306886Z",
- "started_at": "2025-04-25T06:12:46.306886Z",
- "finished_at": "2025-04-25T06:21:59.791093Z",
- "updated_at": "2025-04-25T06:21:59.801528Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8321b42b-dd0b-41d6-b37f-37b423bc2e98",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8321b42b-dd0b-41d6-b37f-37b423bc2e98/steps/32717053-5818-4d5d-8932-17022e69b099",
- "parent": "/api/projects/opc/workflows/assets/runs/8321b42b-dd0b-41d6-b37f-37b423bc2e98/steps/1724d11e-0884-482d-b31d-1e0c1a587218",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8321b42b-dd0b-41d6-b37f-37b423bc2e98"
}
}
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
required | Array of workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": [
- {
- "id": "0c187305-8a9d-4e6f-a9d3-df87f9ee13ed",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "continued",
- "created_at": "2025-04-25T06:12:00.920910Z",
- "started_at": "2025-04-25T06:13:00.920910Z",
- "finished_at": "2025-04-25T06:16:09.429606Z",
- "updated_at": "2025-04-25T06:22:03.576965Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/0c187305-8a9d-4e6f-a9d3-df87f9ee13ed",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "978eab96-a144-41a7-818f-c51d57c67394",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "mollitia",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:22:02.896822Z",
- "started_at": "2025-04-25T06:16:08.836239Z",
- "finished_at": "2025-04-25T06:16:45.581335Z",
- "updated_at": "2025-04-25T06:22:02.896822Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "0c187305-8a9d-4e6f-a9d3-df87f9ee13ed",
- "type": "workflow_wait_step"
}, - {
- "id": "85a09e5e-f5a1-44f6-8073-586e43639b2f",
- "type": "workflow_noop_step"
}, - {
- "id": "6448cdca-96b0-4868-b555-9d89e0576820",
- "type": "workflow_change_step"
}, - {
- "id": "941a5e3d-73ab-4d5f-94f4-e6dfc1d60414",
- "type": "workflow_wait_step"
}, - {
- "id": "2f2b5845-eda6-46c3-a4d9-4b0df0b2a435",
- "type": "workflow_workflow_step"
}, - {
- "id": "81b2a15c-bc6e-421e-a4b6-6ca0b7b481f2",
- "type": "workflow_change_step"
}, - {
- "id": "c444d5b2-356d-451b-84aa-67a02b534e62",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "85a09e5e-f5a1-44f6-8073-586e43639b2f",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 2,
- "created_by": "homer_mcdermott",
- "name": "placeat",
- "skip_on_retry": false,
- "status_code": "running",
- "created_at": "2025-04-25T06:22:02.901717Z",
- "started_at": "2025-04-25T06:22:03.085587Z",
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.087183Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "c665a0e4-9af9-4a0f-ad7a-e3b4297a3276",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/85a09e5e-f5a1-44f6-8073-586e43639b2f",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "c665a0e4-9af9-4a0f-ad7a-e3b4297a3276",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "bypass",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.092073Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.092073Z",
- "action": "bypass",
- "property_overrides": {
- "matrix": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "75faa74f-60ea-448f-ba50-6e7f7fae5a62",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b63af7ca-f468-4213-9267-9600cdbe4834",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/c665a0e4-9af9-4a0f-ad7a-e3b4297a3276",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/85a09e5e-f5a1-44f6-8073-586e43639b2f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "6448cdca-96b0-4868-b555-9d89e0576820",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "reboot",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.285841Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.285841Z",
- "action": "reboot",
- "property_overrides": {
- "array": "overriding"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "d74b1688-5ce4-4739-8cd7-dc6e02c5885b",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "20be9984-6855-4d5a-a105-fcf1a2c25f83",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/6448cdca-96b0-4868-b555-9d89e0576820",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "941a5e3d-73ab-4d5f-94f4-e6dfc1d60414",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.293792Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.293792Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/941a5e3d-73ab-4d5f-94f4-e6dfc1d60414",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "2f2b5845-eda6-46c3-a4d9-4b0df0b2a435",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.377187Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.377187Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "1aadef86-b634-4f47-8ed3-22f65c17677d",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/2f2b5845-eda6-46c3-a4d9-4b0df0b2a435",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "81b2a15c-bc6e-421e-a4b6-6ca0b7b481f2",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "quantify",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.566688Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.566688Z",
- "action": "quantify",
- "property_overrides": {
- "card": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c8dea092-b612-4da6-97d2-825a374e22e9",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "b777ec7f-0dc8-4216-a7a8-a256071ea495",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/81b2a15c-bc6e-421e-a4b6-6ca0b7b481f2",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}, - {
- "id": "c444d5b2-356d-451b-84aa-67a02b534e62",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "homer_mcdermott",
- "name": "child workflow",
- "skip_on_retry": false,
- "status_code": "pending",
- "created_at": "2025-04-25T06:22:03.589070Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-04-25T06:22:03.589070Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "1aadef86-b634-4f47-8ed3-22f65c17677d",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "517e25bb-ea2c-4698-8b40-2e0d8c119e6d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/c444d5b2-356d-451b-84aa-67a02b534e62",
- "parent": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d/steps/978eab96-a144-41a7-818f-c51d57c67394",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/517e25bb-ea2c-4698-8b40-2e0d8c119e6d"
}
}
]
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
step_id required | string Example: fef4a8d3-73cc-454f-a472-d7c1d510383f workflow step id |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "id": "a75b74a6-7203-4d49-adf5-a16f021477d2",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 0,
- "created_by": "katelyn",
- "name": "qui",
- "skip_on_retry": false,
- "status_code": "success",
- "created_at": "2025-04-25T06:22:05.110798Z",
- "started_at": "2025-04-25T06:12:44.196566Z",
- "finished_at": "2025-04-25T06:18:23.861430Z",
- "updated_at": "2025-04-25T06:22:05.110798Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "87ed2fd4-dc87-4525-ba13-89c7aa26843e",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "ad91dd88-bdb1-4334-b2d7-376cbeeb6c06",
- "type": "workflow_wait_step"
}, - {
- "id": "e0437b3e-e9db-4c3b-ba6c-80205297e0cf",
- "type": "workflow_noop_step"
}, - {
- "id": "649cd9cc-86e1-42a7-96af-9df17c775d3c",
- "type": "workflow_change_step"
}, - {
- "id": "7158c026-d6ef-4a18-9408-afabd9f64a56",
- "type": "workflow_wait_step"
}, - {
- "id": "ebd848fc-c02e-4082-ac00-f0952f9c2d7e",
- "type": "workflow_workflow_step"
}, - {
- "id": "68c51789-46e1-4f77-bbd7-f2a3ee0c4c19",
- "type": "workflow_change_step"
}, - {
- "id": "9843a2a9-731c-450a-8ef1-a4a719a7b2e9",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/87ed2fd4-dc87-4525-ba13-89c7aa26843e/steps/a75b74a6-7203-4d49-adf5-a16f021477d2",
- "parent": "/api/projects/opc/workflows/assets/runs/87ed2fd4-dc87-4525-ba13-89c7aa26843e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/87ed2fd4-dc87-4525-ba13-89c7aa26843e"
}
}
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
step_id required | string Example: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}
{- "data": {
- "id": "5dbe5ad8-7b59-4398-803d-1574f1408980",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "wyatt_vandervort",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "apryl",
- "name": "Wait",
- "skip_on_retry": false,
- "status_code": "continued",
- "created_at": "2025-04-25T06:11:48.154461Z",
- "started_at": "2025-04-25T06:12:48.154461Z",
- "finished_at": "2025-04-25T06:22:09.287806Z",
- "updated_at": "2025-04-25T06:22:09.297539Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "b78ef01f-4a5b-4867-b6ac-0cb8d361b7e6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b78ef01f-4a5b-4867-b6ac-0cb8d361b7e6/steps/5dbe5ad8-7b59-4398-803d-1574f1408980",
- "parent": "/api/projects/opc/workflows/assets/runs/b78ef01f-4a5b-4867-b6ac-0cb8d361b7e6/steps/191e714f-963f-49e0-9f31-514ff1caef86",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b78ef01f-4a5b-4867-b6ac-0cb8d361b7e6"
}
}
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
step_id required | string Example: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}
{- "data": {
- "id": "84f353a3-03a0-4e05-ae20-8d6230ddaba0",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "tory",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 1,
- "created_by": "jacinto.walter",
- "name": "Approval",
- "skip_on_retry": false,
- "status_code": "approved",
- "created_at": "2025-04-25T06:12:04.309303Z",
- "started_at": "2025-04-25T06:13:04.309303Z",
- "finished_at": "2025-04-25T06:22:11.991768Z",
- "updated_at": "2025-04-25T06:22:12.001712Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "648ca77d-7727-42fc-be50-32fb28610677",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/648ca77d-7727-42fc-be50-32fb28610677/steps/84f353a3-03a0-4e05-ae20-8d6230ddaba0",
- "parent": "/api/projects/opc/workflows/assets/runs/648ca77d-7727-42fc-be50-32fb28610677/steps/fd5f19c8-f3fd-4323-a106-4d64d85bb5c9",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/648ca77d-7727-42fc-be50-32fb28610677"
}
}
}
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: 220e69ef-dce0-4806-89e3-979ec6eab6bd workflow run id |
step_id required | string Example: 7618aa8e-80e0-43c2-bb1c-c0fb3a86e802 workflow step id |
object |
required | workflow_noop_step_element (object) or workflow_change_step_element (object) or workflow_wait_step_element (object) or workflow_workflow_step_element (object) |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}
{- "data": {
- "id": "bdd15f88-63b8-435f-b555-5a2f8c770906",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "geri",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 1,
- "created_by": "jewel",
- "name": "Approval",
- "skip_on_retry": false,
- "status_code": "rejected",
- "created_at": "2025-04-25T06:11:30.420958Z",
- "started_at": "2025-04-25T06:12:30.420958Z",
- "finished_at": "2025-04-25T06:22:15.692848Z",
- "updated_at": "2025-04-25T06:22:15.703025Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "39352c08-1f54-4720-b6c0-083ba87eea5c",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/39352c08-1f54-4720-b6c0-083ba87eea5c/steps/bdd15f88-63b8-435f-b555-5a2f8c770906",
- "parent": "/api/projects/opc/workflows/assets/runs/39352c08-1f54-4720-b6c0-083ba87eea5c/steps/6435d8a8-135f-4c23-a4af-f83bf23b8877",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/39352c08-1f54-4720-b6c0-083ba87eea5c"
}
}
}
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 |
required | Array of objects |
object |
{- "data": [
- {
- "id": "35e9e34c-0aed-45a8-bb67-c32409f9fb3c",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "jessie_will",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-04-25T06:20:57.987131Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "b1d6c261-310e-41b8-bcd7-f8ade0cff8f8",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/35e9e34c-0aed-45a8-bb67-c32409f9fb3c"
}
}
], - "meta": {
- "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": "5a941a0c-243d-42e1-a03c-92ebb012b42c",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "hector.jones",
- "system": false,
- "type": "my event",
- "created_at": "2025-04-25T06:20:58.256616Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/5a941a0c-243d-42e1-a03c-92ebb012b42c"
}
}
}
Shows an event.
event_id required | string Example: 2df52521-5e6c-4aa0-922e-e325960ae2dd event id |
required | object |
{- "data": {
- "id": "6e116d36-d5c2-47b4-9216-3577392ba5df",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "jewel",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-04-25T06:20:58.680771Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "e333a567-b7ae-4886-aa92-344f1d29f100",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/6e116d36-d5c2-47b4-9216-3577392ba5df"
}
}
}
Endpoints to interact with settings.
Shows the current settings.
settings_id required | string Example: 1e6ecd67-e4c4-4b77-aed9-051903eebef1 settings id |
required | object |
{- "data": {
- "id": "eb0a8999-eb39-4280-9945-cd282e786167",
- "type": "settings",
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5
}, - "version": 1,
- "created_at": "2025-04-25T06:21:16.552407Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/eb0a8999-eb39-4280-9945-cd282e786167",
- "current_version": "/api/settings/eb0a8999-eb39-4280-9945-cd282e786167/versions/1",
- "versions": "/api/settings/eb0a8999-eb39-4280-9945-cd282e786167/versions"
}
}
}
Updates a settings JSON if the included version matches the current settings version.
id_to_update required | string Example: 1e6ecd67-e4c4-4b77-aed9-051903eebef1 settings id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5,
}, - "version": 1
}
}
}
{- "data": {
- "id": "9d80cdbf-2475-4b3a-a8aa-53878b0186a7",
- "type": "settings",
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5,
}, - "version": 2,
- "created_at": "2025-04-25T06:21:16.872818Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/9d80cdbf-2475-4b3a-a8aa-53878b0186a7",
- "current_version": "/api/settings/9d80cdbf-2475-4b3a-a8aa-53878b0186a7/versions/2",
- "versions": "/api/settings/9d80cdbf-2475-4b3a-a8aa-53878b0186a7/versions"
}
}
}
Updates a settings JSON, without any version checking (always updates).
id_to_set required | string Example: 1e6ecd67-e4c4-4b77-aed9-051903eebef1 settings id |
required | object |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5,
}
}
}
}
{- "data": {
- "id": "ef971ce8-0101-4cd6-993b-d5ab7ec26ad9",
- "type": "settings",
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5,
}, - "version": 2,
- "created_at": "2025-04-25T06:21:17.427476Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/ef971ce8-0101-4cd6-993b-d5ab7ec26ad9",
- "current_version": "/api/settings/ef971ce8-0101-4cd6-993b-d5ab7ec26ad9/versions/2",
- "versions": "/api/settings/ef971ce8-0101-4cd6-993b-d5ab7ec26ad9/versions"
}
}
}
Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
settings_id required | string Example: 1e6ecd67-e4c4-4b77-aed9-051903eebef1 settings id |
required | Array of objects |
{- "data": [
- {
- "id": "34ce3fa7-5df8-41d2-851b-288140a69ee7",
- "type": "settings_version",
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5
}, - "version": 1,
- "created_at": "2025-04-25T06:21:17.839458Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "9a5d63ac-855a-4c8b-b3b9-8a6b90c13df2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/9a5d63ac-855a-4c8b-b3b9-8a6b90c13df2"
}
}
}, - "links": {
- "versions": "/api/settings/9a5d63ac-855a-4c8b-b3b9-8a6b90c13df2/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/9a5d63ac-855a-4c8b-b3b9-8a6b90c13df2/versions/1"
}
}
]
}
Shows the settings values for this settings version.
settings_id required | string Example: 1e6ecd67-e4c4-4b77-aed9-051903eebef1 settings id |
version_number required | integer Example: 1 version number |
required | object |
{- "data": {
- "id": "4e95eaaf-a6b6-4a18-b3c2-be06d984e509",
- "type": "settings_version",
- "attributes": {
- "data": {
- "change_log_retention_days": 10,
- "event_retention_days": 5
}, - "version": 1,
- "created_at": "2025-04-25T06:21:18.111703Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "dd562de2-a554-4580-86dc-a0ac02bba961",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dd562de2-a554-4580-86dc-a0ac02bba961"
}
}
}, - "links": {
- "versions": "/api/settings/dd562de2-a554-4580-86dc-a0ac02bba961/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/dd562de2-a554-4580-86dc-a0ac02bba961/versions/1"
}
}
}
Lists users in the system
required | Array of objects |
{- "data": [
- {
- "id": "d33b3ba7-5d94-47f5-993d-6a8333509e23",
- "type": "user",
- "attributes": {
- "username": "lasandra.wilkinson",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "created_at": "2025-04-25T06:21:28.696245Z",
- "updated_at": "2025-04-25T06:21:28.696245Z"
}
}
]
}
Lists LDAP groups in the system
required | Array of objects |
{- "data": [
- {
- "id": "cn=qa,ou=groups,dc=opschain,dc=io",
- "type": "group",
- "attributes": {
- "cn": "qa",
- "alternative_cns": [ ]
}
}, - {
- "id": "cn=others,ou=groups,dc=opschain,dc=io",
- "type": "group",
- "attributes": {
- "cn": "another",
- "alternative_cns": [ ]
}
}
]
}
{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "2025-04-25",
- "runner_image": "limepoint/opschain-runner:2025-04-25",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true
}, - "links": {
- "self": "/api/info"
}
}
}