Executions Service handles the API for workflow executions.
At this time it is a read-only API with no abilty to directly create or edit executions. Instead these are triggered from the Workspaces Service.
List all executions.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
[- {
- "account": "1mn",
- "created": 7785160333089083000,
- "org": "73",
- "pipeline": "Corporis quo eaque illum.",
- "pipeline_execution_id": "Ratione sunt magnam est dolor.",
- "pipeline_stage_id": "Natus libero quia quis earum.",
- "project": "9n",
- "status": "success",
- "workspace": "Molestiae minima deserunt sapiente rerum rerum dicta."
}, - {
- "account": "1mn",
- "created": 7785160333089083000,
- "org": "73",
- "pipeline": "Corporis quo eaque illum.",
- "pipeline_execution_id": "Ratione sunt magnam est dolor.",
- "pipeline_stage_id": "Natus libero quia quis earum.",
- "project": "9n",
- "status": "success",
- "workspace": "Molestiae minima deserunt sapiente rerum rerum dicta."
}, - {
- "account": "1mn",
- "created": 7785160333089083000,
- "org": "73",
- "pipeline": "Corporis quo eaque illum.",
- "pipeline_execution_id": "Ratione sunt magnam est dolor.",
- "pipeline_stage_id": "Natus libero quia quis earum.",
- "project": "9n",
- "status": "success",
- "workspace": "Molestiae minima deserunt sapiente rerum rerum dicta."
}, - {
- "account": "1mn",
- "created": 7785160333089083000,
- "org": "73",
- "pipeline": "Corporis quo eaque illum.",
- "pipeline_execution_id": "Ratione sunt magnam est dolor.",
- "pipeline_stage_id": "Natus libero quia quis earum.",
- "project": "9n",
- "status": "success",
- "workspace": "Molestiae minima deserunt sapiente rerum rerum dicta."
}
]
Create a new execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "pipeline": "Quod ipsum minima.",
- "pipeline_execution_id": "Fuga nobis.",
- "pipeline_stage_id": "Vero omnis sunt dolore.",
- "workspace": "Ad eaque."
}
{- "account": "i",
- "created": 8620816304300119000,
- "org": "h",
- "pipeline": "Quam veritatis minima ipsa dignissimos blanditiis labore.",
- "pipeline_execution_id": "Et est quam.",
- "pipeline_stage_id": "Recusandae et suscipit ut.",
- "project": "wx",
- "status": "failure",
- "workspace": "Harum id ut rerum qui."
}
Show an individual execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "account": "0",
- "created": 1369515592188667000,
- "org": "lg",
- "pipeline": "Voluptatibus quaerat doloribus nihil temporibus.",
- "pipeline_execution_id": "Iusto voluptatibus blanditiis molestiae perferendis.",
- "pipeline_stage_id": "Et quos deserunt suscipit tenetur voluptates.",
- "project": "2",
- "status": "none",
- "workspace": "Maiores et placeat aut animi consequatur."
}
Modify an individual execution by adding audit data.
object (Audit) |
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "audit": {
- "git_audit_data": {
- "hash": "f",
- "name": "Animi quae unde.",
- "repo_url": "q",
- "type": "branch, tag"
}
}
}
List cost changes from the latest plan and last applied state for the current execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "currency": "Id recusandae modi aut reiciendis.",
- "diff": {
- "Repellat odio et fugiat possimus.": {
- "current_monthly_cost": "Ratione consequatur voluptatem voluptatum.",
- "diff": [
- {
- "current_monthly_cost": "Fugit corrupti consequatur dignissimos voluptas.",
- "diff_monthly_cost": "Consequatur aliquam.",
- "name": "Quo quia veniam est velit vel.",
- "percentage_change_monthly_cost": 3771025529524406300,
- "previous_monthly_cost": "Atque beatae ullam explicabo omnis ut.",
- "subresources": {
- "A ea iste magnam.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}, - "Libero velit nesciunt.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}
}
}, - {
- "current_monthly_cost": "Fugit corrupti consequatur dignissimos voluptas.",
- "diff_monthly_cost": "Consequatur aliquam.",
- "name": "Quo quia veniam est velit vel.",
- "percentage_change_monthly_cost": 3771025529524406300,
- "previous_monthly_cost": "Atque beatae ullam explicabo omnis ut.",
- "subresources": {
- "A ea iste magnam.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}, - "Libero velit nesciunt.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}
}
}, - {
- "current_monthly_cost": "Fugit corrupti consequatur dignissimos voluptas.",
- "diff_monthly_cost": "Consequatur aliquam.",
- "name": "Quo quia veniam est velit vel.",
- "percentage_change_monthly_cost": 3771025529524406300,
- "previous_monthly_cost": "Atque beatae ullam explicabo omnis ut.",
- "subresources": {
- "A ea iste magnam.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}, - "Libero velit nesciunt.": {
- "current_monthly_cost": "Odio beatae.",
- "diff_monthly_cost": "Commodi sed.",
- "percentage_change_monthly_cost": 19713305680250760,
- "previous_monthly_cost": "Rerum itaque repellendus iusto."
}
}
}
], - "diff_monthly_cost": "Magnam dolor qui accusantium ipsum commodi.",
- "percentage_change_monthly_cost": 2526955627664663600,
- "previous_monthly_cost": "Corrupti ipsam fugit."
}
}, - "diff_total_monthly_cost": "Autem explicabo mollitia incidunt alias aut libero.",
- "past_total_monthly_cost": "Quis molestiae est laborum.",
- "percentage_change_total_monthly_cost": 2940500961730242600,
- "total_monthly_cost": "Et aut explicabo sapiente."
}
List resource changes from the latest plan and state for this execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Nihil perferendis facere quia dolorem.",
- "pipeline_stage": "Exercitationem amet molestiae pariatur.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Commodi similique voluptatem sunt.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Occaecati reiciendis alias vero enim et.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Quod cupiditate quas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": true,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "workspace_id": "Est aliquam dolorum reprehenderit sunt minima nesciunt."
}