Module netapp_ontap.models.uri
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class UriSchema (*, 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 Uri object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
fragment: str GET POST PATCH
-
The fragment field of the uri.
Example: top
-
host: str GET POST PATCH
-
The host field of the uri.
Example: 10.1.1.1
-
path: str GET POST PATCH
-
The path field of the uri.
Example: /api/cluster
-
port: Size GET POST PATCH
-
The port field of the uri.
Example: 433
-
query: str GET POST PATCH
-
The query field of the uri.
Example: key1=value1
-
scheme: str GET POST PATCH
-
The scheme field of the uri.
Example: https
-
userinfo: str GET POST PATCH
-
The userinfo field of the uri.
Example: john.doe