meta-data.ping.raml Maven / Gradle / Ivy
#%RAML 0.8
---
title: Application ping service
baseUri: http://{baseUri}
version: v1
mediaType: text/plain
/ping:
displayName: Health check of the service
description: Gets ping text from the service which proves the service's reachability
get:
description: Retrieves text from the service to test it's reachability
responses:
200:
description: Page retrieved successfully
body:
text/plain:
example: OK