Method: floodStatus.queryLatestFloodStatusByGaugeIds

Query latest flood status by gauge ids.

HTTP request

GET https://floodforecasting.googleapis.com/v1/floodStatus:queryLatestFloodStatusByGaugeIds

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
gaugeIds[]

string

Required. A list of gauge ids. The supported list size is limited to 20,000. If a list larger than 20,000 is provided it may fail, and soon we will also enforce the limit by returning an INVALID_REQUEST error.

Request body

The request body must be empty.

Response body

The response of floodStatus.queryLatestFloodStatusByGaugeIds.

If successful, the response body contains data with the following structure:

JSON representation
{
  "floodStatuses": [
    {
      object (FloodStatus)
    }
  ]
}
Fields
floodStatuses[]

object (FloodStatus)

The latest flood statuses for the requested gauges.