"app.trackingUrl",
anyOf(
startsWith( "http://" + gatewayHostName + ":" + gatewayAddress.getPort() + "/" ),
startsWith( "http://" + gatewayAddrName + ":" + gatewayAddress.getPort() + "/" ) ) );
} else {
response.content( "app.trackingUrl", isEmptyString() );
}
response.content( "app.amContainerLogs", isEmptyString() )
.content( "app.amHostHttpAddress", isEmptyString() )
.when()