Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.8 KB

ServiceInfoApi.md

File metadata and controls

36 lines (19 loc) · 1.8 KB

\ServiceInfoApi

All URIs are relative to https://drs.example.org/ga4gh/drs/v1

Method HTTP request Description
get_service_info GET /service-info Retrieve information about this service

get_service_info

models::GetServiceInfo200Response get_service_info() Retrieve information about this service

Returns information about the DRS service Extends the v1.0.0 GA4GH Service Info specification as the standardized format for GA4GH web services to self-describe. According to the service-info type registry maintained by the Technical Alignment Sub Committee (TASC), a DRS service MUST have: * a type.group value of org.ga4gh * a type.artifact value of drs e.g. { \"id\": \"com.example.drs\", \"description\": \"Serves data according to DRS specification\", ... \"type\": { \"group\": \"org.ga4gh\", \"artifact\": \"drs\" } ... } See the Service Registry Appendix for more information on how to register a DRS service with a service registry.

Parameters

This endpoint does not need any parameter.

Return type

models::GetServiceInfo200Response

Authorization

BasicAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]