Azure DevOps · Example Payload

Microsoft Azure Devops Pipelines Create Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Pipelines Create 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": "pipelines_create",
  "method": "POST",
  "path": "/pipelines",
  "summary": "Azure DevOps Create a pipeline",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "CI Pipeline",
        "folder": "\\CI",
        "configuration": {
          "type": "yaml",
          "path": "/azure-pipelines.yml",
          "repository": {
            "id": "a1b2c3d4-e5f6-a1b2-c3d4-e5f6a1b2c3d4",
            "type": "azureReposGit"
          }
        }
      }
    }
  ],
  "responseExamples": []
}