healthStatus property

String? healthStatus
getter/setter pair

Optional query parameter for showing the health status of each network endpoint.

Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided. Possible string values are:

  • "SHOW" : Show the health status for each network endpoint. Impacts latency of the call.
  • "SKIP" : Health status for network endpoints will not be provided.

Implementation

core.String? healthStatus;