diff --git a/docs/web/content/getting-started/gateway.md b/docs/web/content/getting-started/gateway.md index 2b8f849d..1c72e2e8 100755 --- a/docs/web/content/getting-started/gateway.md +++ b/docs/web/content/getting-started/gateway.md @@ -63,13 +63,13 @@ You can also disable the ping service using the command: ./mashling-gateway -c -p=false ``` -The health check endpoint is available at *http://:/ping* with an expected result of: +The health check endpoint is available at *http://GATEWAY-IP:PING-PORT/ping* with an expected result of: ``` {"response":"Ping successful"} ``` -A more detailed health check response is available at *http://:/ping/details* with an example result of: +A more detailed health check response is available at *http://GATEWAY-IP:PING-PORT/ping/details* with an example result of: ``` {"Version":"0.2","Appversion":"1.0.0","Appdescription":"This is the first microgateway app"} diff --git a/docs/web/content/getting-started/recipes/_index.md b/docs/web/content/getting-started/recipes/_index.md index 2ee6ab6c..31475e17 100755 --- a/docs/web/content/getting-started/recipes/_index.md +++ b/docs/web/content/getting-started/recipes/_index.md @@ -7,15 +7,15 @@ pre: " " A recipe is a pre-configured Mashling JSON file which can be customized or used as is for a specific gateway use case. -* **Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/gateway/event-dispatcher-router-mashling. -* **Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/gateway/tunable-rest-gateway. -* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/gateway/mqtt-producer. -* **REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway-with-basic-auth. -* **HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/gateway/RestTrigger-To-KafkaPublisher. -* **Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/mqtt-gateway. -* **Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway. -* **Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/gateway/rest-gateway-with-tracing. -* **Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/rest-conditional-gateway. -* **MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/gateway/mqtt-lambda-tci. +* **Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/recipe/event-dispatcher-router-mashling. +* **Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/recipe/tunable-rest-gateway. +* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/recipe/mqtt-producer. +* **REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway-with-basic-auth. +* **HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/recipe/RestTrigger-To-KafkaPublisher. +* **Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/mqtt-gateway. +* **Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway. +* **Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/recipe/rest-gateway-with-tracing. +* **Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/rest-conditional-gateway. +* **MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/recipe/mqtt-lambda-tci. The pre-configured recipes are available at https://www.mashling.io/moreRecipes. \ No newline at end of file