enterprise-admin
hosted-compute
Get a hosted compute network configuration for an enterprise
Gets a hosted compute network configuration configured in an enterprise.
get/enterprises/{enterprise}/network-configurations/{network_configuration_id}
Path parameters
enterprisestring required
The slug version of the enterprise name.
network_configuration_idstring required
Unique identifier of the hosted compute network configuration.
Response
Response
Example response
{
"id": "123ABC456DEF789",
"name": "my-network-configuration",
"failover_network_enabled": true,
"created_on": "2024-04-26T11:31:07Z"
}