GetServiceInfo

Get Service Info

Overview

A RESTful query made to a service to get basic identification information like name and version.

flowchart LR
nGetServiceInfo_13F02E06["Query: Get Service Info"]
  nTenantService_F25B55["Service: TenantService"] -->|provides| nGetServiceInfo_13F02E06
  nReportService_1ECFD801["Service: ReportService"] -->|provides| nGetServiceInfo_13F02E06
  nAdminBFF_4D4F63E2["Service: AdminBFF"] -->|provides| nGetServiceInfo_13F02E06
  nDataAcquisitionService_3BF82DDB["Service: DataAcquisitionService"] -->|provides| nGetServiceInfo_13F02E06
  nTenantService_F25B55["Service: TenantService"] -->|requests| nGetServiceInfo_13F02E06
  subgraph nDataAccess_2A523756_domain["Domain: Data Access"]
    nDataAcquisitionService_3BF82DDB
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nGetServiceInfo_13F02E06
    nTenantService_F25B55
  end

REST API Details

  • Method: GET
  • Path: /api/facility/info (Note: for Tenant Service specifically)

Response

Returns identification and version information for the service.

Relationships

flowchart LR
nGetServiceInfo_13F02E06["Query: Get Service Info"]
  nTenantService_F25B55["Service: TenantService"] -->|provides| nGetServiceInfo_13F02E06
  nReportService_1ECFD801["Service: ReportService"] -->|provides| nGetServiceInfo_13F02E06
  nAdminBFF_4D4F63E2["Service: AdminBFF"] -->|provides| nGetServiceInfo_13F02E06
  nDataAcquisitionService_3BF82DDB["Service: DataAcquisitionService"] -->|provides| nGetServiceInfo_13F02E06
  nTenantService_F25B55["Service: TenantService"] -->|requests| nGetServiceInfo_13F02E06
  subgraph nDataAccess_2A523756_domain["Domain: Data Access"]
    nDataAcquisitionService_3BF82DDB
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nGetServiceInfo_13F02E06
    nTenantService_F25B55
  end