EdgeVirtualServiceHttpLocalResponseAction
EdgeVirtualServiceHttpLocalResponseAction
Defines the action to send a local HTTP response.
JSON Example
{
"statusCode": 0,
"contentType": "string",
"content": "string"
}
integer
statusCode
Required
Status code of the response. Options - 200, 204, 403, 404, 429, 501.
string
contentType
Optional
Mime-type of the response content.
string
content
Optional
Content to be used in the local HTTP response body.
Availability
Added in 38.0