Delete the association between a default pipeline and a provisioner operation
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.
{- "operation": "plan",
- "provisioner": "opentofu",
- "workspace": "plan"
}
List all associations between provisioner operations and default pipelines
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": "Magnam officiis deserunt sed sed ab.",
- "operation": "plan",
- "org": "Ipsum sed sequi et vero hic.",
- "pipeline": "testpipeline",
- "project": "Delectus non.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}, - {
- "account": "Magnam officiis deserunt sed sed ab.",
- "operation": "plan",
- "org": "Ipsum sed sequi et vero hic.",
- "pipeline": "testpipeline",
- "project": "Delectus non.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}, - {
- "account": "Magnam officiis deserunt sed sed ab.",
- "operation": "plan",
- "org": "Ipsum sed sequi et vero hic.",
- "pipeline": "testpipeline",
- "project": "Delectus non.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}, - {
- "account": "Magnam officiis deserunt sed sed ab.",
- "operation": "plan",
- "org": "Ipsum sed sequi et vero hic.",
- "pipeline": "testpipeline",
- "project": "Delectus non.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}
]
Associate a default pipeline with a provisioner operation
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.
{- "operation": "plan",
- "pipeline": "testpipeline",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}
Check if the plan/state should be sent to the server
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.
{- "disabled": true
}