Get available contraction hierarchy networks

get

https://localhost:7011/chrest/v1/configuration/networks

List all available contraction hierarchy networks and status.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Showing existed contraction hierarchy networks and status.
Body ()
Root Schema : AvailableNetworksResponse
Type: object
Show Source
Nested Schema : networks
Type: array
Show Source
Nested Schema : AvailableNetworksResponse_networks
Type: object
Show Source
Back to Top

Examples

The following example shows how to view all contraction hierarchy networks.

curl -v -X GET "https://localhost:8011/chrest/v1/configuration/networks"

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200 OK Date: Tue, 14 Jan 2020 18:35:41 GMT Content-Type: application/json; charset=UTF-8

Example of Response Body

The following example shows the contents of the response body in JSON format.

{"networks":[{"chName":"sample","networkName":"TL_NYC_NET","status":"Loaded"},{"chName":"heresf","networkName":"HERE_SF_NET","status":"Loaded"}]}
Back to Top