Update a hosted compute network configuration for an organization
Updates 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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The organization name. The name is not case sensitive.
Unique identifier of the hosted compute network configuration.
Request Body required
Section titled “ Request Body required ”object
Name of the network configuration. Must be between 1 and 100 characters and may only contain upper and lowercase letters a-z, numbers 0-9, ‘.’, ‘-’, and ‘_’.
The hosted compute service to use for the network configuration.
A list of identifiers of the network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
A list of identifiers of the failover network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
Indicates whether the failover network resource is enabled.
Examples
{ "name": "my-network-configuration", "network_settings_ids": [ "23456789ABDCEF1" ], "compute_service": "actions"}Responses
Section titled “ Responses ”Response
A hosted compute network configuration.
object
The unique identifier of the network configuration.
The name of the network configuration.
The hosted compute service the network configuration supports.
The unique identifier of each network settings in the configuration.
The unique identifier of each failover network settings in the configuration.
Indicates whether the failover network resource is enabled.
The time at which the network configuration was created, in ISO 8601 format.
Examples
{ "id": "123456789ABCDEF", "name": "My network configuration", "compute_service": "actions", "network_settings_ids": [ "23456789ABDCEF1", "3456789ABDCEF12" ], "created_on": "2022-10-09T23:39:01Z"}