For the complete documentation index, see llms.txt. This page is also available as Markdown.

execute-remote-execution workspaces

Execute the remote execution

post
Path parameters
orgstring · min: 1 · max: 128Required

Org is the organisation identifier.

Example: 8
projectstring · min: 1 · max: 128Required

Project is the project identifier.

Example: z
workspacestringRequired

Workspace is the resource workspace this variable is associated with.

Example: Omnis consectetur nemo officiis.
idstring · uuidRequired

The ID of the remote execution

Example: 609cdb6e-c74a-42ce-bcfb-e775f18ba10f
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: nn
Responses
200

OK response.

application/json

remote execution details for a specific workspace.

accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: yg
createdinteger · int64Required

Created is the unix timestamp at which the resource was originally created in milliseconds.

Example: 633169411980614400
executedbooleanRequired

The boolean value indicating if the remote execution has been executed.

Example: true
idstring · uuidRequired

The ID of the remote execution.

Example: ce7a8549-2549-4019-a2c1-b891c63f410a
orgstring · min: 1 · max: 128Required

Org is the organisation identifier.

Example: 6h
pipeline_execution_idstringRequired

The pipeline execution ID of the pipeline executing the remote execution

Example: Placeat maxime.
pipeline_execution_urlstringRequired

The pipeline execution URL of the pipeline executing the remote execution

Example: Aut et dolore nesciunt debitis ex optio.
projectstring · min: 1 · max: 128Required

Project is the project identifier.

Example: oc
sha256_checksumstringRequired

The checksum of the patch file of changes that the remote execution will run against.

Example: Odit quia facere est.
updatedinteger · int64Required

Modified is the unix timestamp at which the resource was last modified in milliseconds.

Example: 5144816166483522000
workspacestringRequired

The workspace associated with the remote execution.

Example: Id sit perspiciatis deserunt ipsa et eligendi.
post/api/orgs/{org}/projects/{project}/workspaces/{workspace}/remote-executions/{id}/execute
POST /api/orgs/{org}/projects/{project}/workspaces/{workspace}/remote-executions/{id}/execute HTTP/1.1
Host: localhost:80
Harness-Account: nn
Accept: */*
{
  "account": "eba",
  "created": 1746185806223233000,
  "custom_arguments": {
    "Earum cumque tempora.": [
      "Sit et possimus.",
      "Quas commodi odio possimus iusto est.",
      "Ut rerum provident ipsum consequatur recusandae.",
      "Explicabo in est distinctio quis dignissimos."
    ],
    "Et vel odio quia est est aliquid.": [
      "Sit et aspernatur delectus ducimus alias illo.",
      "Iste esse qui dolores quibusdam.",
      "Sed et distinctio sapiente occaecati est."
    ],
    "Qui sed corrupti nam expedita praesentium et.": [
      "Optio natus ut minus.",
      "Dolores rerum iure vero aliquam exercitationem.",
      "Deleniti asperiores dolorem."
    ]
  },
  "executed": false,
  "id": "1559929f-31be-406f-a2ab-d108b3982172",
  "org": "k",
  "pipeline_execution_id": "Molestiae officia adipisci consequuntur et architecto.",
  "pipeline_execution_url": "Commodi placeat veritatis.",
  "project": "3v3",
  "sha256_checksum": "Beatae est.",
  "updated": 3602521834027049000,
  "workspace": "Ut sit minima eos est laboriosam."
}

Last updated

Was this helpful?