Update an existing NetworkPolicy. All fields are optional.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the NetworkPolicy to update.
Parameters for updating an existing NetworkPolicy. All fields are optional.
Updated human-readable name for the NetworkPolicy.
Updated description for the NetworkPolicy.
If true, all egress traffic is allowed (ALLOW_ALL policy).
If true, allows traffic between the account's own devboxes via tunnels.
Updated DNS-based allow list with wildcard support. Examples: ['github.com', '*.npmjs.org'].
NetworkPolicy updated successfully.
A NetworkPolicy defines egress network access rules for devboxes. Policies can be applied to blueprints, devboxes, and snapshot resumes.
The unique identifier of the NetworkPolicy.
The human-readable name of the NetworkPolicy. Unique per account.
The egress rules for this policy.
The creation time of the NetworkPolicy (Unix timestamp in milliseconds).
Last update time of the NetworkPolicy (Unix timestamp in milliseconds).
Optional description of the NetworkPolicy.