AI-generated Key Takeaways
-
The webpage provides information on retrieving hydrological model metadata for a specific gauge.
-
A
GET
request is used, following gRPC Transcoding syntax to the specified URL. -
The
name
parameter in the URL path is required to identify the gauge model, using the formatgaugeModels/{gaugeId}
. -
The request body must be empty, indicating that no data needs to be sent in the request.
-
A successful response will return an instance of
GaugeModel
containing the metadata.
Get the current hydrological model metadata for a given gauge.
HTTP request
GET https://floodforecasting.googleapis.com/v1/{name=gaugeModels/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The gauge model name to retrieve. Name format: gaugeModels/{gaugeId}. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of GaugeModel
.