All URIs are relative to http://localhost:8081/api/v1
Method | HTTP request | Description |
---|---|---|
ListServer | Get /servers/{server_id} | List a server |
ListServers | Get /servers | List all servers |
Server ListServer(ctx, serverId) List a server
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
serverId | string | The id of the server to retrieve |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Server ListServers(ctx, ) List all servers
This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]