hosted-compute
Create a hosted compute network configuration for an organization
Creates a hosted compute network configuration for an organization.
OAuth app tokens and personal access tokens (classic) need the write:network_configurations scope to use this endpoint.
post/orgs/{org}/settings/network-configurations
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Response
Response
Example response
{
"id": "123ABC456DEF789",
"name": "my-network-configuration",
"failover_network_enabled": true,
"created_on": "2024-04-26T11:31:07Z"
}