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": "Consequatur inventore.",
- "operation": "plan",
- "org": "Nulla id soluta.",
- "pipeline": "testpipeline",
- "project": "Quod molestiae ratione.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}, - {
- "account": "Consequatur inventore.",
- "operation": "plan",
- "org": "Nulla id soluta.",
- "pipeline": "testpipeline",
- "project": "Quod molestiae ratione.",
- "provisioner": "opentofu",
- "updated": 1636669297674,
- "workspace": "plan"
}, - {
- "account": "Consequatur inventore.",
- "operation": "plan",
- "org": "Nulla id soluta.",
- "pipeline": "testpipeline",
- "project": "Quod molestiae ratione.",
- "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": false
}