Module netapp_ontap.models.web_statistics_total_rc
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class WebStatisticsTotalRcSchema (*, 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 WebStatisticsTotalRc object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
range_1xx: Size GET
-
Indicates the total number of requests that produced HTTP return codes in the range of 100 to 199. These are described as 'informational' results.
Example: 0
-
range_2xx: Size GET
-
Indicates the total number of requests that produced HTTP return codes in the range of 200 to 299. These are described as 'successful' results.
Example: 4
-
range_3xx: Size GET
-
Indicates the total number of requests that produced HTTP return codes in the range of 300 to 399. These are described as 'redirection' results.
Example: 0
-
range_4xx: Size GET
-
Indicates the total number of requests that produced HTTP return codes in the range of 400 to 499. These are described as 'client' error results, indicating a miscommunication initiated by the web services client program, usually a browser.
Example: 3
-
range_5xx: Size GET
-
Indicates the total number of requests that produced HTTP return codes in the range of 500 to 599. These are described as 'server' error results, indicating an internal system failure.
Example: 0