Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 842 Bytes

uforgeStatus_get.rst

File metadata and controls

44 lines (28 loc) · 842 Bytes

uforgeStatus_get

GET /status

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml text/plain application/json
  • Since: UForge 3.4

Retrieves the status of the platform. This is a helper resource to determine if the platform web services are up and running.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

None HTTP Request Body Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

None

Example Request

curl "https://uforge.example.com/api/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • servicestatus-object