Runbooks
Get a list of environments a Runbook can be run within, based on its EnvironmentScope.
get/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{id}/environments/v2
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
projectIdstring required
The ID of the project containing this resource. Will be inferred if not provided.
gitRefstring required
ID of the Runbook
idstring required
Response
The requested list of Runbook Environments
Example response
{
"Environments": [
{
"Id": "Environments-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.