Get a GitHub runner scale set installation
Returns details of a specific GitHub runner scale set installation for a team
Path Parameters
team_idstring
team id
scale_set_installation_idstring
ID of the scale set installation to retrieve
Header Parameters
Authorizationstring
sub claim pulled from the JWT that derives the user ID
Response Body
curl -X GET "https://api.devzero.io/backend/v0/github/runners/teams/string/scale_set_installations/string" \
-H "Authorization: string"
{
"custom_image": "string",
"github_app_id": "string",
"github_app_installation_id": "string",
"github_app_private_key": "string",
"github_config_url": "string",
"github_personal_access_token": null,
"github_runner_group": "devzero",
"id": "string",
"scale_set": {
"cpu_limits": "string",
"github_price_per_minute": 0.1,
"id": 0,
"image": "string",
"memory_limits": "string",
"name": "string",
"price_per_minute": 0.1,
"storage_size": "string"
}
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}