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 |
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.
This endpoint does not need any parameter.
models::GetServiceInfo200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]