Skip to main content
PUT
Update sandbox network policy

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Sandbox ID

Body

application/json

Partial network policy update. Omitted fields keep their current values.

allowInternetAccess
boolean
allowOut
string[]

Outbound allow rules (IPv4 address, CIDR range, or domain).

denyOut
string[]

Outbound deny rules (IPv4 address or CIDR range).

Response

200 - application/json

Updated effective network policy

network
object
required

Effective outbound network policy for a sandbox.