All Downloads are FREE. Search and download functionalities are using the official Maven repository.

meta-data.ping.raml Maven / Gradle / Ivy

There is a newer version: 4.17.1
Show newest version
#%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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy