v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
hosted-compute

Get a hosted compute network configuration for an organization

Gets a hosted compute network configuration configured in an organization.

OAuth app tokens and personal access tokens (classic) need the read:network_configurations scope to use this endpoint.

get/orgs/{org}/settings/network-configurations/{network_configuration_id}

Path parameters

orgstring required

The organization name. The name is not case sensitive.

network_configuration_idstring required

Unique identifier of the hosted compute network configuration.

Response

Response

idstring required

The unique identifier of the network configuration.

namestring required

The name of the network configuration.

compute_service'none' | 'actions' | 'codespaces'

The hosted compute service the network configuration supports.

network_settings_idsstring[]

The unique identifier of each network settings in the configuration.

failover_network_settings_idsstring[]

The unique identifier of each failover network settings in the configuration.

failover_network_enabledboolean

Indicates whether the failover network resource is enabled.

created_onstring date-time nullable required

The time at which the network configuration was created, in ISO 8601 format.

Example response

{
  "id": "123ABC456DEF789",
  "name": "my-network-configuration",
  "failover_network_enabled": true,
  "created_on": "2024-04-26T11:31:07Z"
}