HTTP Location Zones
Method GET

Return status of an HTTP location zone

Returns status of a particular HTTP location zone.

get/http/location_zones/{httpLocationZoneName}

Query parameters

fieldsstring

Limits which fields of the location zone will be output.

Response

Success

requestsinteger

The total number of client requests received from clients.

discardedinteger

The total number of requests completed without sending a response.

receivedinteger

The total number of bytes received from clients.

sentinteger

The total number of bytes sent to clients.

Example response

{
  "requests": 706690,
  "responses": {
    "1xx": 0,
    "2xx": 699482,
    "3xx": 4522,
    "4xx": 907,
    "5xx": 266,
    "codes": {
      "200": 112674,
      "301": 4522,
      "404": 2504,
      "503": 266
    },
    "total": 705177
  },
  "discarded": 1513,
  "received": 172711587,
  "sent": 19415530115
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.