get /monitor-service/api/v1/status

Get microservice status

Response

ExamplesSchema

Microservice status OK

{
  "version": "string",
  "api_version": "string",
  "status": "RUNNING",
  "status_message": "string",
  "issues": [
    {
      "severity": "NOTICE",
      "code": "string",
      "message": "string",
      "created": "2023-06-07T17:32:28Z",
      "updated": "2023-06-07T17:32:28Z"
    }
  ],
  "status_details": [
    {
      "k": "string",
      "v": "string"
    }
  ],
  "app_id": "5bf77342-221c-11ee-be56-0242ac120002",
  "start_time": "2023-06-07T17:32:28Z"
}

Was this page helpful?