Method: gaugeModels.get

  • You can retrieve current hydrological model metadata for a specific gauge using a GET request.

  • The request uses gRPC Transcoding syntax for its URL format.

  • The required path parameter is name, formatted as gaugeModels/{gaugeId}.

  • The request body must be empty, and a successful response contains a GaugeModel instance.

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

string

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.