EdgeVirtualServiceHttpHeaderAction

EdgeVirtualServiceHttpHeaderAction
EdgeVirtualServiceHttpHeaderAction

Defines the action to add, modify or replace an HTTP header.

JSON Example
{
    "action": "string",
    "name": "string",
    "value": "string"
}
string As ^(?!\s+$).+
action
Required

One of the following HTTP header actions. Options - ADD, REMOVE, REPLACE.

string As ^(?!\s+$).+
name
Required

HTTP header name. Must be non-blank and fewer than 10240 characters.

string
value
Optional

HTTP header value. Must be non-blank and fewer than 10240 characters.