RunbookRuns
Create a new Runbook Run
post/spaces/{spaceIdentifier}/runbookRuns
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"EnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"RunbookId": "Runbooks-1",
"SpaceId": "Spaces-1",
"TenantId": "Tenants-1"
}Response
Created
Example response
{
"EnvironmentId": "Environments-1",
"ExecutionPlanLogContext": {
"Steps": [
{
"CorrelationId": "0c5a872485ac4b10857939a92d082e67"
}
]
},
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1",
"TaskId": "ServerTasks-1",
"TenantId": "Tenants-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.