Runbooks
Create a new Runbook or clone an existing Runbook.
post/{spaceId}/runbooks
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
Request body
Example request
{
"Clone": "Runbooks-1",
"Environments": [
"Environments-1",
"..."
],
"ProjectId": "Projects-1",
"RunbookProcessId": "RunbookProcess-Runbooks-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"Environments": [
"Environments-1",
"..."
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.