Skip to content

Update Tunnel Clear DF Bit.

POST
/api/infraprotect/namespaces/{namespace}/infraprotect_tunnels/update-tunnel-clear-df-bit
curl --request POST \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/infraprotect/namespaces/example/infraprotect_tunnels/update-tunnel-clear-df-bit \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "clear_df_bit_disabled": {}, "clear_df_bit_enabled": {}, "namespace": "example", "tunnel_id": "example" }'

Update Tunnel Clear DF Bit.

Examples of this operation.

namespace
required
string

Namespace

x-required Namespace in which the tunnel clear df bit is to be updated.

Media typeapplication/json
Update Tunnel Clear DF Bit

Request to update tunnel lear DF bit.

object
clear_df_bit_disabled
object
clear_df_bit_enabled
object
namespace
Namespace

Namespace in which the tunnel clear df bit is to be updated.

string
>= 1 characters <= 63 characters /^[a-z]([-a-z0-9]*[a-z0-9])?$/
tunnel_id
Tunnel identifier

Unique identifier of the tunnel to update.

string
<= 1024 characters
Examplegenerated
{
"clear_df_bit_disabled": {},
"clear_df_bit_enabled": {},
"namespace": "example",
"tunnel_id": "example"
}

A successful response.

Media typeapplication/json
Update Tunnel Clear DF Bit Response

Response returned from a tunnel clear df bit update.

object
Examplegenerated
{}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example