JSON representation |
---|
{
"result": {
object ( |
Fields | |
---|---|
result |
|
UrlMapValidationResult
Message representing the validation result for a UrlMap.
JSON representation |
---|
{
"loadSucceeded": boolean,
"loadErrors": [
string
],
"testPassed": boolean,
"testFailures": [
{
object ( |
Fields | |
---|---|
loadSucceeded |
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons. |
loadErrors[] |
|
testPassed |
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure. |
testFailures[] |
|
TestFailure
JSON representation |
---|
{
"host": string,
"path": string,
"headers": [
{
object ( |
Fields | |
---|---|
host |
Host portion of the URL. |
path |
Path portion including query parameters in the URL. |
headers[] |
HTTP headers of the request. |
expectedService |
Expected
or
resource the given URL should be mapped to. |
actualService |
or
returned by load balancer. |
expectedOutputUrl |
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters. |
actualOutputUrl |
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters. |
expectedRedirectResponseCode |
Expected HTTP status code for rule with |
actualRedirectResponseCode |
Actual HTTP status code for rule with |