Azure DevOps · Example Payload

Microsoft Azure Devops Runs Run Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Runs Run Example is an example object payload from Azure DevOps, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "runs_run",
  "method": "POST",
  "path": "/pipelines/{pipelineId}/runs",
  "summary": "Azure DevOps Run a pipeline",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "stagesToSkip": [],
        "resources": {
          "repositories": {
            "self": {
              "refName": "refs/heads/main"
            }
          }
        },
        "variables": {
          "MyVariable": {
            "value": "custom-value",
            "isSecret": false
          }
        },
        "templateParameters": {
          "environment": "staging"
        }
      }
    }
  ],
  "responseExamples": []
}