=== Configuration of Available Services [[get_config_v1_services]] ==== `GET /config/v1/services` Return the list of available Helix services. Each service represents an application-level subsystem in your Helix installation. Returns the service configuration JSON as defined in <<appendix_config_services>>. See the appendix for details on the JSON format. ===== Request Headers [cols="2*", options="header"] |=== | Header Name | Notes | `Accept` | `application/json` | `Content-Type` | `application/json` | `X-Perforce-Helix_Web_Services-*` | See <<per_request_configuration>> |=== ===== Response Headers [cols="2*", options="header"] |=== | Header Name | Notes | `Content-Type` | `application/json` |=== ===== Response Body JSON Returns the service configuration JSON as defined in <<appendix_config_services>>. See the appendix for details on the JSON format. [source,json] ---- [ { "type": "p4d", "uri": "p4://perforce.mycompany.com.1666" }, { "type": "git-fusion", "uri": "ssh://git-fusion.mycompany.com" } ] ----
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/source/doc/config/services.asc | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/doc/config/services.asc | |||||
#2 | 15299 | tjuricek | Revise documentation of our new 'list available services' method. | ||
#1 | 15297 | tjuricek |
Implement of 'cluster services' configuration. The configuration will be stored in a local JSON file, which is expected to be maintained by the systems admin. Eventually, it's expected to have this sort of thing implemented via Helix Admin. |