Generate NDM Network Buffer in database

post

https://localhost:7011/chrest/v1/analysis/networkbuffer

Generate NDM Network Buffer in database. Network Buffer tables will be saved in the database where the Contraction Hierarchy is created.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

201 Response

network buffer created in database

400 Response

invalid input
Back to Top

Examples

The following example shows how to generate network buffer in forward direction of one buffer center using primary contraction hiearchy sample in database.

curl -v -X POST "https://localhost:7011/chrest/v1/analysis/networkbuffer?chName=sample&costIndex=0&bufferName=SF_&bufferCenter=-24579055@0.5&cost=600"

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 201 Created Date: Tue, 14 Jan 2020 18:35:41 GMT 
Back to Top