Module netapp_ontap.models.web_statistics_response_records

Copyright © 2022 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class WebStatisticsResponseRecordsSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the WebStatisticsResponseRecords object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

concurrency: WebStatisticsConcurrency GET POST PATCH

The concurrency field of the web_statistics_response_records.

connection_wait_period: WebStatisticsConnectionWaitPeriod GET POST PATCH

The connection_wait_period field of the web_statistics_response_records.

The links field of the web_statistics_response_records.

node: Node GET POST PATCH

The node field of the web_statistics_response_records.

state: str GET

Describes the operational state of node-level web services. This parameter does not reflect whether protocols are externally visible, but whether the server processes are running correctly.

Valid choices:

  • offline
  • partial
  • mixed
  • online
  • unclustered
status_code: Size GET

Indicates the HTTP protocol return code received from the web server when the state is retrieved.

Example: 200

total_bytes: Size GET

Indicates the total number of bytes returned by the web server.

Example: 2129

total_connections: Size GET

Indicates the number of connections that have been accepted by the web server. This is persistent across restarts.

Example: 7

total_csrf_token: Size GET

Indicates how many CSRF tokens currently exist.

Example: 0

total_delayed_connections: Size GET

Indicates the number of connections that have been held in the wait queue. This is persistent across restarts.

Example: 0

total_hits: Size GET

Indicates the total number of requests serviced by the web server.

Example: 4

total_http_ops: Size GET

Indicates the total number of requests that were serviced over a traditional HTTP protocol.

Example: 4

total_https_ops: Size GET

Indicates the total number of requests that were serviced over an encrypted HTTP (HTTPS) protocol.

Example: 3

total_pending_authentication: Size GET

Indicates the total number of requests that are currently waiting on authentication.

Example: 0

total_rc: WebStatisticsTotalRc GET POST PATCH

The total_rc field of the web_statistics_response_records.

workers: WebStatisticsWorkers GET POST PATCH

The workers field of the web_statistics_response_records.