graphiant-sdk 25.7.1__py3-none-any.whl → 25.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- graphiant_sdk/__init__.py +3468 -1149
- graphiant_sdk/api/__init__.py +16 -1
- graphiant_sdk/api_client.py +9 -2
- graphiant_sdk/configuration.py +1 -1
- graphiant_sdk/models/__init__.py +1153 -1
- graphiant_sdk/models/v1_auth_mfa_patch_request.py +87 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +102 -0
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +91 -0
- graphiant_sdk/models/v1_global_site_lists_get200_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_get200_response_entries_inner.py +103 -0
- graphiant_sdk/models/v1_global_site_lists_id_get200_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_post_request.py +99 -0
- graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner.py +93 -0
- graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner_tag.py +91 -0
- graphiant_sdk/models/v1_groups_id_members_delete_post_request.py +87 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response.py +95 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +105 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +103 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +100 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +91 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +98 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile.py +97 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +93 -0
- graphiant_sdk/models/v2_assistant_conversation_context_history_post_request.py +87 -0
- graphiant_sdk-25.9.1.dist-info/METADATA +373 -0
- {graphiant_sdk-25.7.1.dist-info → graphiant_sdk-25.9.1.dist-info}/RECORD +50 -10
- test/test_v1_auth_mfa_patch_request.py +53 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post200_response.py +61 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +60 -0
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +53 -0
- test/test_v1_global_site_lists_get200_response.py +63 -0
- test/test_v1_global_site_lists_get200_response_entries_inner.py +59 -0
- test/test_v1_global_site_lists_id_get200_response.py +59 -0
- test/test_v1_global_site_lists_post_request.py +60 -0
- test/test_v1_global_site_lists_post_request_entries_inner.py +55 -0
- test/test_v1_global_site_lists_post_request_entries_inner_tag.py +53 -0
- test/test_v1_groups_id_members_delete_post_request.py +53 -0
- test/test_v1_onboarding_cloudinit_get200_response.py +82 -0
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +79 -0
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +67 -0
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +60 -0
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +53 -0
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +57 -0
- test/test_v1_software_auto_upgrade_default_get200_response_profile.py +58 -0
- test/test_v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +54 -0
- test/test_v2_assistant_conversation_context_history_post_request.py +51 -0
- graphiant_sdk-25.7.1.dist-info/METADATA +0 -119
- {graphiant_sdk-25.7.1.dist-info → graphiant_sdk-25.9.1.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.7.1.dist-info → graphiant_sdk-25.9.1.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.7.1.dist-info → graphiant_sdk-25.9.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: graphiant_sdk
|
|
3
|
+
Version: 25.9.1
|
|
4
|
+
Summary: Graphiant APIs
|
|
5
|
+
Home-page: https://www.graphiant.com
|
|
6
|
+
Author: Graphiant Inc
|
|
7
|
+
Author-email: OpenAPI Generator Community <team@openapitools.org>
|
|
8
|
+
Project-URL: Repository, https://github.com/Graphiant-Inc/graphiant-sdk-python
|
|
9
|
+
Keywords: OpenAPI,OpenAPI-Generator,Graphiant APIs
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Requires-Dist: urllib3<3.0.0,>=2.1.0
|
|
14
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
15
|
+
Requires-Dist: pydantic>=2
|
|
16
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
17
|
+
Requires-Dist: lazy-imports<2,>=1
|
|
18
|
+
Dynamic: author
|
|
19
|
+
Dynamic: home-page
|
|
20
|
+
Dynamic: license-file
|
|
21
|
+
|
|
22
|
+
# Graphiant SDK Python
|
|
23
|
+
|
|
24
|
+
[](https://badge.fury.io/py/graphiant-sdk)
|
|
25
|
+
[](https://www.python.org/downloads/)
|
|
26
|
+
[](https://opensource.org/licenses/MIT)
|
|
27
|
+
[](https://docs.graphiant.com/docs/graphiant-sdk-python)
|
|
28
|
+
|
|
29
|
+
A comprehensive Python SDK for [Graphiant Network-as-a-Service (NaaS)](https://www.graphiant.com) offerings, providing seamless integration with Graphiant's network automation platform.
|
|
30
|
+
|
|
31
|
+
Refer [Graphiant Docs](https://docs.graphiant.com) to get started with [Graphiant Network-as-a-Service (NaaS)](https://www.graphiant.com) offerings.
|
|
32
|
+
|
|
33
|
+
## 📚 Documentation
|
|
34
|
+
|
|
35
|
+
- **Official Documentation**: [Graphiant SDK Python Guide](https://docs.graphiant.com/docs/graphiant-sdk-python) <-> [Graphiant Automation Docs](https://docs.graphiant.com/docs/automation)
|
|
36
|
+
- **API Reference**: [Graphiant SDK Python API Docs](docs/DefaultApi.md) <-> [Graphiant Portal REST API Guide](https://docs.graphiant.com/docs/graphiant-portal-rest-api)
|
|
37
|
+
- **Package**: [PyPI package - graphiant-sdk](https://pypi.org/project/graphiant-sdk)
|
|
38
|
+
|
|
39
|
+
## ✨ Features
|
|
40
|
+
|
|
41
|
+
- **Complete API Coverage**: Full access to all Graphiant REST API endpoints
|
|
42
|
+
- **Authentication**: Built-in bearer token authentication
|
|
43
|
+
- **Device Management**: Comprehensive device configuration and monitoring
|
|
44
|
+
- **Network Operations**: Circuit management, interface configuration, and routing
|
|
45
|
+
- **Error Handling**: Robust exception handling with detailed error messages
|
|
46
|
+
- **Type Safety**: Full type hints and validation using Pydantic models
|
|
47
|
+
- **CLI Support**: Command-line interface for quick operations
|
|
48
|
+
|
|
49
|
+
## 🚀 Quick Start
|
|
50
|
+
|
|
51
|
+
### Installation
|
|
52
|
+
|
|
53
|
+
Install the package from PyPI:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
pip install graphiant-sdk
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Basic Usage
|
|
60
|
+
|
|
61
|
+
```python
|
|
62
|
+
import graphiant_sdk
|
|
63
|
+
from graphiant_sdk.exceptions import (
|
|
64
|
+
ApiException, BadRequestException, UnauthorizedException,
|
|
65
|
+
ForbiddenException, NotFoundException, ServiceException
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
# Create client configuration
|
|
69
|
+
config = graphiant_sdk.Configuration(
|
|
70
|
+
host="https://api.graphiant.com",
|
|
71
|
+
username="your_username",
|
|
72
|
+
password="your_password"
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
# Initialize API client
|
|
76
|
+
api_client = graphiant_sdk.ApiClient(config)
|
|
77
|
+
api = graphiant_sdk.DefaultApi(api_client)
|
|
78
|
+
|
|
79
|
+
# Authenticate and get bearer token
|
|
80
|
+
auth_request = graphiant_sdk.V1AuthLoginPostRequest(
|
|
81
|
+
username=config.username,
|
|
82
|
+
password=config.password
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
try:
|
|
86
|
+
auth_response = api.v1_auth_login_post(v1_auth_login_post_request=auth_request)
|
|
87
|
+
bearer_token = f'Bearer {auth_response.token}'
|
|
88
|
+
print(f"Authentication successful")
|
|
89
|
+
except Exception as e:
|
|
90
|
+
print(f"Authentication failed: {e}")
|
|
91
|
+
exit(1)
|
|
92
|
+
|
|
93
|
+
# Get device summary
|
|
94
|
+
try:
|
|
95
|
+
edges_summary = api.v1_edges_summary_get(authorization=bearer_token)
|
|
96
|
+
print(f"Found {len(edges_summary.edges_summary)} devices")
|
|
97
|
+
|
|
98
|
+
for device in edges_summary.edges_summary:
|
|
99
|
+
print(f"Device: {device.hostname}, Status: {device.status}")
|
|
100
|
+
|
|
101
|
+
except Exception as e:
|
|
102
|
+
print(f"Failed to get device summary: {e}")
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## 🔧 Advanced Usage
|
|
106
|
+
|
|
107
|
+
### Device Configuration Management
|
|
108
|
+
|
|
109
|
+
```python
|
|
110
|
+
# Verify device portal status before configuration
|
|
111
|
+
def verify_device_portal_status(api, bearer_token, device_id):
|
|
112
|
+
"""Verify device is ready for configuration updates"""
|
|
113
|
+
edges_summary = api.v1_edges_summary_get(authorization=bearer_token)
|
|
114
|
+
|
|
115
|
+
for edge in edges_summary.edges_summary:
|
|
116
|
+
if edge.device_id == device_id:
|
|
117
|
+
if edge.portal_status == "Ready" and edge.tt_conn_count == 2:
|
|
118
|
+
return True
|
|
119
|
+
else:
|
|
120
|
+
raise Exception(f"Device {device_id} not ready. "
|
|
121
|
+
f"Status: {edge.portal_status}, "
|
|
122
|
+
f"TT Connections: {edge.tt_conn_count}")
|
|
123
|
+
return False
|
|
124
|
+
|
|
125
|
+
# Configure device interfaces
|
|
126
|
+
def configure_device_interfaces(api, bearer_token, device_id):
|
|
127
|
+
"""Configure device interfaces with circuits and subinterfaces"""
|
|
128
|
+
|
|
129
|
+
# Define circuits
|
|
130
|
+
circuits = {
|
|
131
|
+
"c-gigabitethernet5-0-0": {
|
|
132
|
+
"name": "c-gigabitethernet5-0-0",
|
|
133
|
+
"description": "c-gigabitethernet5-0-0",
|
|
134
|
+
"linkUpSpeedMbps": 50,
|
|
135
|
+
"linkDownSpeedMbps": 100,
|
|
136
|
+
"connectionType": "internet_dia",
|
|
137
|
+
"label": "internet_dia_4",
|
|
138
|
+
"qosProfile": "gold25",
|
|
139
|
+
"qosProfileType": "balanced",
|
|
140
|
+
"diaEnabled": False,
|
|
141
|
+
"lastResort": False,
|
|
142
|
+
"patAddresses": {},
|
|
143
|
+
"staticRoutes": {}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
# Define interfaces
|
|
148
|
+
interfaces = {
|
|
149
|
+
"GigabitEthernet5/0/0": {
|
|
150
|
+
"interface": {
|
|
151
|
+
"adminStatus": True,
|
|
152
|
+
"maxTransmissionUnit": 1500,
|
|
153
|
+
"circuit": "c-gigabitethernet5-0-0",
|
|
154
|
+
"description": "wan_1",
|
|
155
|
+
"alias": "primary_wan",
|
|
156
|
+
"ipv4": {"dhcp": {"dhcpClient": True}},
|
|
157
|
+
"ipv6": {"dhcp": {"dhcpClient": True}}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"GigabitEthernet8/0/0": {
|
|
161
|
+
"interface": {
|
|
162
|
+
"subinterfaces": {
|
|
163
|
+
"18": {
|
|
164
|
+
"interface": {
|
|
165
|
+
"lan": "lan-7-test",
|
|
166
|
+
"vlan": 18,
|
|
167
|
+
"description": "lan-7",
|
|
168
|
+
"alias": "non_production",
|
|
169
|
+
"adminStatus": True,
|
|
170
|
+
"ipv4": {"address": {"address": "10.2.7.1/24"}},
|
|
171
|
+
"ipv6": {"address": {"address": "2001:10:2:7::1/64"}}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
# Create configuration request
|
|
180
|
+
edge_config = graphiant_sdk.V1DevicesDeviceIdConfigPutRequestEdge(
|
|
181
|
+
circuits=circuits,
|
|
182
|
+
interfaces=interfaces
|
|
183
|
+
)
|
|
184
|
+
|
|
185
|
+
config_request = graphiant_sdk.V1DevicesDeviceIdConfigPutRequest(
|
|
186
|
+
edge=edge_config
|
|
187
|
+
)
|
|
188
|
+
|
|
189
|
+
try:
|
|
190
|
+
# Verify device is ready
|
|
191
|
+
verify_device_portal_status(api, bearer_token, device_id)
|
|
192
|
+
|
|
193
|
+
# Push configuration
|
|
194
|
+
response = api.v1_devices_device_id_config_put(
|
|
195
|
+
authorization=bearer_token,
|
|
196
|
+
device_id=device_id,
|
|
197
|
+
v1_devices_device_id_config_put_request=config_request
|
|
198
|
+
)
|
|
199
|
+
|
|
200
|
+
print(f"Configuration job submitted. Job ID: {response.job_id}")
|
|
201
|
+
return response
|
|
202
|
+
|
|
203
|
+
except ForbiddenException as e:
|
|
204
|
+
print(f"Permission denied: {e}")
|
|
205
|
+
except Exception as e:
|
|
206
|
+
print(f"Configuration failed: {e}")
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
### Error Handling
|
|
210
|
+
|
|
211
|
+
```python
|
|
212
|
+
def handle_api_errors(func):
|
|
213
|
+
"""Decorator for consistent error handling"""
|
|
214
|
+
def wrapper(*args, **kwargs):
|
|
215
|
+
try:
|
|
216
|
+
return func(*args, **kwargs)
|
|
217
|
+
except BadRequestException as e:
|
|
218
|
+
print(f"Bad Request: {e}")
|
|
219
|
+
except UnauthorizedException as e:
|
|
220
|
+
print(f"Unauthorized: {e}")
|
|
221
|
+
except ForbiddenException as e:
|
|
222
|
+
print(f"Forbidden: {e}")
|
|
223
|
+
except NotFoundException as e:
|
|
224
|
+
print(f"Not Found: {e}")
|
|
225
|
+
except ServiceException as e:
|
|
226
|
+
print(f"Service Error: {e}")
|
|
227
|
+
except ApiException as e:
|
|
228
|
+
print(f"API Error: {e}")
|
|
229
|
+
return wrapper
|
|
230
|
+
|
|
231
|
+
@handle_api_errors
|
|
232
|
+
def get_device_info(api, bearer_token, device_id):
|
|
233
|
+
"""Get detailed device information"""
|
|
234
|
+
return api.v1_devices_device_id_get(
|
|
235
|
+
authorization=bearer_token,
|
|
236
|
+
device_id=device_id
|
|
237
|
+
)
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
## 🛠️ Development
|
|
241
|
+
|
|
242
|
+
### Prerequisites
|
|
243
|
+
|
|
244
|
+
- Python 3.12+
|
|
245
|
+
- Git
|
|
246
|
+
- OpenAPI Generator (for code generation)
|
|
247
|
+
|
|
248
|
+
### Building from Source
|
|
249
|
+
|
|
250
|
+
```bash
|
|
251
|
+
# Clone repository
|
|
252
|
+
git clone git@github.com:Graphiant-Inc/graphiant-sdk-python.git
|
|
253
|
+
cd graphiant-sdk-python
|
|
254
|
+
|
|
255
|
+
# Create virtual environment
|
|
256
|
+
python3 -m venv venv
|
|
257
|
+
source venv/bin/activate # On Windows: venv\Scripts\activate
|
|
258
|
+
|
|
259
|
+
# Install dependencies
|
|
260
|
+
pip install --upgrade pip setuptools wheel
|
|
261
|
+
pip install -r requirements.txt
|
|
262
|
+
|
|
263
|
+
# Build distribution
|
|
264
|
+
python setup.py sdist bdist_wheel
|
|
265
|
+
|
|
266
|
+
# Install locally
|
|
267
|
+
pip install dist/*.tar.gz
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Code Generation
|
|
271
|
+
|
|
272
|
+
To regenerate the SDK from the latest API specification:
|
|
273
|
+
|
|
274
|
+
```bash
|
|
275
|
+
# Install OpenAPI Generator
|
|
276
|
+
brew install openapi-generator # macOS
|
|
277
|
+
# or download from: https://github.com/OpenAPITools/openapi-generator
|
|
278
|
+
|
|
279
|
+
# Generate SDK
|
|
280
|
+
openapi-generator generate \
|
|
281
|
+
-i graphiant_api_docs_v25.9.1.json \
|
|
282
|
+
-g python \
|
|
283
|
+
--git-user-id Graphiant-Inc \
|
|
284
|
+
--git-repo-id graphiant-sdk-python \
|
|
285
|
+
--package-name graphiant_sdk \
|
|
286
|
+
--additional-properties=packageVersion=25.9.1
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
> **Note**: Latest API documentation can be downloaded from the Graphiant portal under "Support Hub" > "Developer Tools".
|
|
290
|
+
|
|
291
|
+
### Testing
|
|
292
|
+
|
|
293
|
+
```bash
|
|
294
|
+
# Run tests
|
|
295
|
+
python -m pytest tests/
|
|
296
|
+
|
|
297
|
+
# Run with coverage
|
|
298
|
+
python -m pytest tests/ --cov=graphiant_sdk --cov-report=html
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
## 📖 API Reference
|
|
302
|
+
|
|
303
|
+
### Core Classes
|
|
304
|
+
|
|
305
|
+
- **`Configuration`**: Client configuration with authentication
|
|
306
|
+
- **`ApiClient`**: HTTP client for API requests
|
|
307
|
+
- **`DefaultApi`**: Main API interface with all endpoints
|
|
308
|
+
|
|
309
|
+
### Key Models
|
|
310
|
+
|
|
311
|
+
- **`V1AuthLoginPostRequest`**: Authentication request
|
|
312
|
+
- **`V1EdgesSummaryGet200Response`**: Device summary response
|
|
313
|
+
- **`V1DevicesDeviceIdConfigPutRequest`**: Device configuration request
|
|
314
|
+
|
|
315
|
+
### Common Endpoints
|
|
316
|
+
|
|
317
|
+
| Endpoint | Method | Description |
|
|
318
|
+
|----------|--------|-------------|
|
|
319
|
+
| `/v1/auth/login` | POST | Authenticate and get bearer token |
|
|
320
|
+
| `/v1/edges/summary` | GET | Get all device summaries |
|
|
321
|
+
| `/v1/devices/{device_id}` | GET | Get device details |
|
|
322
|
+
| `/v1/devices/{device_id}/config` | PUT | Update device configuration |
|
|
323
|
+
| `/v1/circuits` | GET | List circuits |
|
|
324
|
+
| `/v1/alarms` | GET | Get system alarms |
|
|
325
|
+
|
|
326
|
+
## 🔐 Security
|
|
327
|
+
|
|
328
|
+
- **Authentication**: Bearer token-based authentication
|
|
329
|
+
- **HTTPS**: All API communications use HTTPS
|
|
330
|
+
- **Credentials**: Store credentials securely using environment variables
|
|
331
|
+
- **Token Management**: Bearer tokens expire and should be refreshed as needed
|
|
332
|
+
|
|
333
|
+
### Environment Variables
|
|
334
|
+
|
|
335
|
+
```bash
|
|
336
|
+
export GRAPHIANT_HOST="https://api.graphiant.com"
|
|
337
|
+
export GRAPHIANT_USERNAME="your_username"
|
|
338
|
+
export GRAPHIANT_PASSWORD="your_password"
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
```bash
|
|
342
|
+
username = os.Getenv("GRAPHIANT_USERNAME")
|
|
343
|
+
password = os.Getenv("GRAPHIANT_PASSWORD")
|
|
344
|
+
host = os.Getenv("GRAPHIANT_HOST")
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
## 🤝 Contributing
|
|
348
|
+
|
|
349
|
+
1. Fork the repository
|
|
350
|
+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
351
|
+
3. Commit your changes (`git commit -m 'Add amazing feature'`)
|
|
352
|
+
4. Push to the branch (`git push origin feature/amazing-feature`)
|
|
353
|
+
5. Open a Pull Request
|
|
354
|
+
|
|
355
|
+
## 📄 License
|
|
356
|
+
|
|
357
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
358
|
+
|
|
359
|
+
## 🆘 Support
|
|
360
|
+
|
|
361
|
+
- **Official Documentation**: [Graphiant SDK Python Guide](https://docs.graphiant.com/docs/graphiant-sdk-python) <-> [Graphiant Automation Docs](https://docs.graphiant.com/docs/automation)
|
|
362
|
+
- **API Reference**: [Graphiant SDK Python API Docs](docs/DefaultApi.md) <-> [Graphiant Portal REST API Guide](https://docs.graphiant.com/docs/graphiant-portal-rest-api)
|
|
363
|
+
- **Issues**: [GitHub Issues](https://github.com/Graphiant-Inc/graphiant-sdk-python/issues)
|
|
364
|
+
- **Email**: support@graphiant.com
|
|
365
|
+
|
|
366
|
+
## 🔗 Related Projects
|
|
367
|
+
|
|
368
|
+
- [Graphiant SDK Go](https://github.com/Graphiant-Inc/graphiant-sdk-go)
|
|
369
|
+
- [Graphiant Playbooks](https://github.com/Graphiant-Inc/graphiant-playbooks)
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
**Made with ❤️ by the Graphiant Team**
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
graphiant_sdk/__init__.py,sha256=
|
|
2
|
-
graphiant_sdk/api_client.py,sha256=
|
|
1
|
+
graphiant_sdk/__init__.py,sha256=8xBqpwdzjU3nZAXuJlj8sIP5wzji17_yr70kwOPRg2E,573061
|
|
2
|
+
graphiant_sdk/api_client.py,sha256=nTjXq4Gf09m852I19u4gjcWnp0RyAIZfX6LHzNQdoCk,27714
|
|
3
3
|
graphiant_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
graphiant_sdk/configuration.py,sha256=
|
|
4
|
+
graphiant_sdk/configuration.py,sha256=vRW81JNIee8Ls-sT6NBJf40Hu2hnYta6oPyUPwUC4dw,18796
|
|
5
5
|
graphiant_sdk/exceptions.py,sha256=94v9dcySG1bi4ul58kGqTWtPXQFjASomWGxV2mE2tHc,6400
|
|
6
6
|
graphiant_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
graphiant_sdk/rest.py,sha256=JJvVzpugJsvnyAOrlVMKwgdgXumttSJTjqarpFLw20U,9396
|
|
8
|
-
graphiant_sdk/api/__init__.py,sha256=
|
|
8
|
+
graphiant_sdk/api/__init__.py,sha256=HVeEfEhZKoSbtvZG8eXDXpq2dyJ3W35jgCdESnc3Fwk,455
|
|
9
9
|
graphiant_sdk/api/default_api.py,sha256=4zyeU0N_o9IDZMGof0uC24Jbp0gSyj1v3_Ektn_aMxY,5267464
|
|
10
|
-
graphiant_sdk/models/__init__.py,sha256=
|
|
10
|
+
graphiant_sdk/models/__init__.py,sha256=9-f8KsYcxJMlyNQjj0qoKQQSArCe1vt0hYlkhkRUEtc,360781
|
|
11
11
|
graphiant_sdk/models/v1_account_email_patch_request.py,sha256=az89QnrBOZgAIUzT-tepO__nFQfVylZzfgmLs3EYF44,2480
|
|
12
12
|
graphiant_sdk/models/v1_account_info_patch_request.py,sha256=Uej5bxTy6hJzR-pxn6ra9b0THB3cw6EvDo0B1cASEgQ,2798
|
|
13
13
|
graphiant_sdk/models/v1_account_mfa_confirmation_post200_response.py,sha256=owJeKqzu0orBrxeIkFS4OqGbuZyJKt01EXtrtrcv3Is,2616
|
|
@@ -64,6 +64,7 @@ graphiant_sdk/models/v1_auth_get200_response.py,sha256=8UOrkqaOZQNT2-BNd8WVOituU
|
|
|
64
64
|
graphiant_sdk/models/v1_auth_login_post200_response.py,sha256=A89tAQXeq0Tlic_XvC5oMnqthuc67pEObV3bZfxS7fE,2729
|
|
65
65
|
graphiant_sdk/models/v1_auth_login_post_request.py,sha256=6muqdKthLfkWqWBNt9Rn2JQmxlCT7YfVX634eO6Kf4c,2574
|
|
66
66
|
graphiant_sdk/models/v1_auth_login_pre_get200_response.py,sha256=dMwGh1GuaTe2GFm_BFLuno3O6WB1WIXeCVxVp16SyNc,2590
|
|
67
|
+
graphiant_sdk/models/v1_auth_mfa_patch_request.py,sha256=4m-ZnaWFrroePWBQszonRZMNojkk0-TdOAhcr5gewdw,2555
|
|
67
68
|
graphiant_sdk/models/v1_auth_put204_response.py,sha256=HRg8zNVfLudt2dQvmxPJKYbTbuWm7qdBUyM7kJ9e8pk,2690
|
|
68
69
|
graphiant_sdk/models/v1_auth_user_get200_response.py,sha256=xzmTO29XR_22-F6HgXNyft6pNInefJSR5qKc9dr-1KU,3222
|
|
69
70
|
graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py,sha256=A-rhkovZrbuL0xGzYcYuNgqNE1oyt0iptzv2qn-5I_k,7414
|
|
@@ -129,6 +130,8 @@ graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py,sha256
|
|
|
129
130
|
graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py,sha256=9xXjJh6bMvtYF496dQWRx5kh5xaasapHcnnehggaDPs,4536
|
|
130
131
|
graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py,sha256=TVtPqfz9nK3_qBl3SV2W_c7I6mFq2my_YgS4yMa1yzQ,3475
|
|
131
132
|
graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py,sha256=A0YKlF0ShZwKZuM5yRgb7kmYeM449a6VK4ZhKnCYlKk,3154
|
|
133
|
+
graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response.py,sha256=Yah8hP92EX-U_z-gArCYl3MMQ8KRZ1uCXtyGjUc6IPE,3194
|
|
134
|
+
graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py,sha256=vKCWWGXHl-iVewR8uM9QFhVjOyHAwGu_MRRIFOAlz6E,4068
|
|
132
135
|
graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response.py,sha256=vQY-2gTz7qgTOXDzAhYMtfzpHaZUEvfSlZCzl-6wSVg,3137
|
|
133
136
|
graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py,sha256=KZCXOsYP0cNLHClOuycVhfalaV_5B4F12PHU4y11C_g,4040
|
|
134
137
|
graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py,sha256=n0-yBUi71Hj5C1SxtVVor2qRIZuRMgiwFH8iYRUjvB4,3426
|
|
@@ -407,6 +410,7 @@ graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inne
|
|
|
407
410
|
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response.py,sha256=jbwSrN8gDnxIyOreqM_wVLHh1LVZ8a8BA3kxoemDQDE,3290
|
|
408
411
|
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py,sha256=7yB5-AUbG-5w1cj22WeE5N7ChvQMUXLoWCb_vJ11C6o,8527
|
|
409
412
|
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py,sha256=b8j8LYMIxV3eVqIlpSFl6QK7Wh1-KlniWYEoiwUz-gQ,5386
|
|
413
|
+
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py,sha256=k5mRwio9gCCDh3JV3R99X0XUloffwS30rV5LSJRKDo4,2904
|
|
410
414
|
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py,sha256=dMixXUg5pyCyOftXV9nCSjoheu9I7_2sbmQzrxMPXZQ,2888
|
|
411
415
|
graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py,sha256=8ou3y68RmzCcHeUa2wV_BXAnCuRQObIPyAnp3vtIgAM,4472
|
|
412
416
|
graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py,sha256=X6PqflUTmthYriXV84INBqBQaBVgvUhuuAju1dSL7o0,3398
|
|
@@ -780,9 +784,15 @@ graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py,sh
|
|
|
780
784
|
graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py,sha256=HtnLqMw3l2c0tfZdx_v19WpuDihhjT7XjmJ_KuZEnq0,3142
|
|
781
785
|
graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py,sha256=P2-xCt76B9UKM-q7r1KRkEaOilOb8GrcnN9MzZp1D9w,3380
|
|
782
786
|
graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py,sha256=gPcPLyMuZXVXjABSiwZletWEGy5bYhmtPZxo_yUjwiQ,3485
|
|
787
|
+
graphiant_sdk/models/v1_global_site_lists_get200_response.py,sha256=KITyINfcAo6DHp6PMatD9aXg5oMxDz7Pf2yUI_-aumo,3231
|
|
788
|
+
graphiant_sdk/models/v1_global_site_lists_get200_response_entries_inner.py,sha256=ZE6zEAc52Slgz7Q307b34TSqamBB_XKQDLHepvQTQy4,3839
|
|
789
|
+
graphiant_sdk/models/v1_global_site_lists_id_get200_response.py,sha256=n42KHzmBNraGX7lnu7EFRRkSOGi_J_X2Ko7FIcN-KQk,3227
|
|
783
790
|
graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py,sha256=ssP0tAcilDro1Ra_kwIvAjGQsBZLA2QSF7UK0oDeaH4,3168
|
|
784
791
|
graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py,sha256=s9-Xbv92zY8LivIGbp8grN2hvB59R9ETr3SmGZtT3w0,4101
|
|
785
792
|
graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py,sha256=zSWwEYQFfzq6BwK63dfQa-tzxSihp2lGREp_5HeGaKY,2930
|
|
793
|
+
graphiant_sdk/models/v1_global_site_lists_post_request.py,sha256=PYCZa8ORBN-pv35iFPy03xmHkJyiaqDXslyQhySIIeg,3289
|
|
794
|
+
graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner.py,sha256=lma00ItlfJJDEeIuo-B6OOalInt0SnC9O3vTdwiLhcY,3025
|
|
795
|
+
graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner_tag.py,sha256=FmVzhxBEi7byIGBcZ2ROaG4Mx913C2UnzURcq8XXZrU,2870
|
|
786
796
|
graphiant_sdk/models/v1_global_snmps_device_get200_response.py,sha256=mNSzWe07UvtGnGABcx3kAHUd-_OgprNpKE8Uy8sGR3g,3205
|
|
787
797
|
graphiant_sdk/models/v1_global_summary_post200_response.py,sha256=I3pjwneXFJUh_lWlXTO7EDGdpG-fPNi-txnc_7C96eI,3133
|
|
788
798
|
graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py,sha256=SSbOmUR7DeruCnTUSTIylDkFtE2Gh5SrSxej0FkJmgg,4895
|
|
@@ -795,6 +805,7 @@ graphiant_sdk/models/v1_groups_get200_response_groups_inner.py,sha256=Wfq8H-pNi8
|
|
|
795
805
|
graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py,sha256=bBeL_CdICm_6J3atqnlSUZh13gH5TDCjox-qISUCA_k,5011
|
|
796
806
|
graphiant_sdk/models/v1_groups_id_enterprises_post_request.py,sha256=MTgqSvVON4QGGN3QFZgE1ge107kJjvT8a7TG8aQPI6E,2588
|
|
797
807
|
graphiant_sdk/models/v1_groups_id_get200_response.py,sha256=Eqpl_tyFEz-JLLj5wNv3WGvOcfNF160lsTYprZ01KC4,2831
|
|
808
|
+
graphiant_sdk/models/v1_groups_id_members_delete_post_request.py,sha256=ADLFtj19GmnOjxWFIEXCDEj9HNG3nI1WyBoiV60XX70,2576
|
|
798
809
|
graphiant_sdk/models/v1_groups_id_members_get200_response.py,sha256=Tgbr0GhHYSLG31JwxDhLwPdIgUyaFATSt_cd01lY_Mg,3078
|
|
799
810
|
graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py,sha256=6PxUyjFJSAhP9LbeAdiPEpr_L53Ba8oDhjCnWoeR4wE,3628
|
|
800
811
|
graphiant_sdk/models/v1_groups_id_members_post204_response.py,sha256=VmumlPiCWRfTQ0AR9TjoyqVRm_AtuHCZ4UWWbCmWaW0,2768
|
|
@@ -834,6 +845,12 @@ graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.
|
|
|
834
845
|
graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py,sha256=dIr7DgyrM9dnIBV0bfe1ivqtKGOTxIUruLlaK5GF7y4,3633
|
|
835
846
|
graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py,sha256=zZ8fY8aIE4t77f3o7ExjYNYzxqVMgpn152Ks_6Ar1og,3488
|
|
836
847
|
graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py,sha256=SbLq8_ZTo36R0RJyUbLz0_5p1MiC9PqwZiraBusM3w8,3493
|
|
848
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response.py,sha256=qJNFhvs2noSBBkm4gEKZMQ_Uhqrj7-Ps6goz3M72Ab4,3324
|
|
849
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py,sha256=iwm9ZZfUK4Vxhxg4TQZkyvBPNG3BDQlcXQrkd85v7Ts,4285
|
|
850
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py,sha256=2vHEcw-Wm2zec1meOsNCtyJ7ToqzlY2D51EQWGpmOzM,4047
|
|
851
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py,sha256=2IALwAqOI2I0QzznJUke0vrMluH9W2j2hy-TmL0-kLY,3925
|
|
852
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py,sha256=dOiFiHF5fRqHLktrzqhTWM_rCbEDTA_X2U0NgdQZVFs,3004
|
|
853
|
+
graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py,sha256=hvuS677oJEuHF0nl8-zr9VXR7wwd2udR0xDtcPDtSxw,3683
|
|
837
854
|
graphiant_sdk/models/v1_policy_applications_get200_response.py,sha256=UjmMUCvIibYxMMfDkPRJomK_W1WuoGOGoOo72F7Wjek,3779
|
|
838
855
|
graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py,sha256=kXsAE9M8HFYiJMsAM-RhUmci0YSnOpShrxJ-0aWsG4s,2903
|
|
839
856
|
graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py,sha256=KtYzIYaYvv3Vip8qhbLYpFSulNcdkb6VqMZn9JbitU0,4730
|
|
@@ -887,6 +904,8 @@ graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py,sh
|
|
|
887
904
|
graphiant_sdk/models/v1_sites_site_id_post_request.py,sha256=cElYpownc8rZIp-zvdlUMCs4FQi5BeXApJVAXi9bmoc,2777
|
|
888
905
|
graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py,sha256=stBbPeJllWJv9WKqQSazeBYH1nBFTonW-wPiGTG5fZs,3092
|
|
889
906
|
graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_details.py,sha256=WudcQaV3S1VTLbCnIfF1_-GteOOKfhBpvMBt2M5oUPw,3082
|
|
907
|
+
graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile.py,sha256=bDPXh0KhlvPN5IDIukH_1aWkxLdhiVusio2J7g9qXVY,3360
|
|
908
|
+
graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile_occurrence.py,sha256=JclmJkLOJ3LYoRNJ00QjBm5FZIdlGZKAbaAVvqiUm24,3032
|
|
890
909
|
graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py,sha256=It4ZLFPRlhoFe4jX68n9wTlYHY4XApG6BhjI7m6Jav8,2987
|
|
891
910
|
graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py,sha256=-Z1wALE44QrXk40-QEs9LnVDr_PIjn1VPQThianepHA,3954
|
|
892
911
|
graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py,sha256=MrQ0jbnzY5l4bu0QWKblxOvCwrgll2c6bmoV2pi8YNE,2718
|
|
@@ -930,6 +949,7 @@ graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py,sha256
|
|
|
930
949
|
graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py,sha256=_Pyudr5rkAboitzDRZpBPPBnlKLQHsmwdeWthDIvUPQ,3013
|
|
931
950
|
graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py,sha256=eHcUj3aPJQ4cyN3MtKUMQvZbHFm0FSr3kWpbYwjOYGY,3156
|
|
932
951
|
graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py,sha256=-i5gSdzKse5llq2Jtti24-6rg5KxDpepE4ZoIb1is0M,3159
|
|
952
|
+
graphiant_sdk/models/v2_assistant_conversation_context_history_post_request.py,sha256=jXOYeCjKclnnBS1JIC6mX2h2n5dygk5mqDbSZaV--eg,2574
|
|
933
953
|
graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py,sha256=aIajlQg6QJWMVyZzurQ7VI6the8OKVgb-FrA9DCDfq4,3583
|
|
934
954
|
graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py,sha256=TgihebEfOiy13XQ--CmFSU2wwC7GewBGj6Yj2nK34o0,3321
|
|
935
955
|
graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py,sha256=UT5cTT8aIOwKeRNp2X83eahmTOYy2dOZqfgUEgpTnZY,3398
|
|
@@ -1150,7 +1170,7 @@ graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py,sha256=ObOS
|
|
|
1150
1170
|
graphiant_sdk/models/v2_site_site_id_detail_post200_response.py,sha256=v3xkVGMTvGpI_0GMxgoRD9zw70k6mMmEPi_4-BiShDg,3611
|
|
1151
1171
|
graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py,sha256=oKzIH0IzyPr3OsAEMQK50mrQNw4AkhgKHiGG5pR2sEc,3022
|
|
1152
1172
|
graphiant_sdk/models/v2_version_post200_response.py,sha256=9eWzqq7WycwRMleqRU-BtBRDcbKCzp5lhMETmQVVxWk,2530
|
|
1153
|
-
graphiant_sdk-25.
|
|
1173
|
+
graphiant_sdk-25.9.1.dist-info/licenses/LICENSE,sha256=sZgvgabNl0j-NCL8oAaYooNPZ-wMv9vquju79cDCkSI,1069
|
|
1154
1174
|
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1155
1175
|
test/test_default_api.py,sha256=Ow-E5Yt9ZUUHzOSuGJQZRm80zCTl9-DyQN5ybqm9FCU,67351
|
|
1156
1176
|
test/test_v1_account_email_patch_request.py,sha256=tzRRGgtD0LsBba45UMjaJz4dVW-gNC_v75M-S3YDdNM,1807
|
|
@@ -1209,6 +1229,7 @@ test/test_v1_auth_get200_response.py,sha256=W_DrN0DYMKdJgZ35YWGw42k15pJpImc3ic0p
|
|
|
1209
1229
|
test/test_v1_auth_login_post200_response.py,sha256=MEnGv_rf4VT0UioveQ3Nm1T9bPawgA2F1sTTABE1ySI,1885
|
|
1210
1230
|
test/test_v1_auth_login_post_request.py,sha256=s5UQzbUE4y6Yy54PHkmeVtE23LcQGO-Pb3i5GmOLTj4,1807
|
|
1211
1231
|
test/test_v1_auth_login_pre_get200_response.py,sha256=QOIU6SCcxIxTyckIClCfSJpSds3MHvBLW21zXuB2E8g,1871
|
|
1232
|
+
test/test_v1_auth_mfa_patch_request.py,sha256=pSZ-4UAITYj6AR8NXgBRrb_P1V7jl7uMafU5t8oYnrs,1463
|
|
1212
1233
|
test/test_v1_auth_put204_response.py,sha256=l9a6GwdaW_MC-JmdMHuoZCMnvV3CVCO7orgVCVf23aE,1822
|
|
1213
1234
|
test/test_v1_auth_user_get200_response.py,sha256=2WJYV81pZnI3pWgEBrFZ2rjsBo9AM-nJgfC7hyXkdTo,2054
|
|
1214
1235
|
test/test_v1_backbone_health_device_device_id_post200_response.py,sha256=n4KRBnZEVgMMCc452DuhptTs7K6Ap8LB6sAgzE27BeY,13824
|
|
@@ -1274,6 +1295,8 @@ test/test_v1_bwtracker_region_site_details_post200_response.py,sha256=8c5JjbAzUE
|
|
|
1274
1295
|
test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details.py,sha256=NSS4EDTLgfV3yhJdScZ2ndTOoK3xN-DlMUtiDYdPGPA,3136
|
|
1275
1296
|
test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py,sha256=5t4TMznphMuEwkWVa-NIkNev_oJsmtN3hd57Q1G2Oss,2640
|
|
1276
1297
|
test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py,sha256=Fy0VT62cCSXqgEP9CombIUL8einyrYRu6ZR_dTaIElU,2502
|
|
1298
|
+
test/test_v1_bwtracker_region_site_gateway_summary_post200_response.py,sha256=fI-DlJmczueURxCF014hN5ryTuoUIaA2qQKH27-Srs4,2576
|
|
1299
|
+
test/test_v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py,sha256=kvOD640kySVDu1kJgJbKeUNxZWAzs1bQTujJmlSOmA4,2493
|
|
1277
1300
|
test/test_v1_bwtracker_region_site_summary_post200_response.py,sha256=noYjxNRp6EO9AJVF4sApz1nnTNixT2L9WnB507B36Fs,2811
|
|
1278
1301
|
test/test_v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py,sha256=AryvrrLC1OEU48p6p9W95N_5R-UZ32yzSUxO0lTFtSQ,2744
|
|
1279
1302
|
test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py,sha256=vw_12vc_xAoJwzTZSo27FIWy1AgrQKxB7LcE8kWT_Iw,4226
|
|
@@ -1552,6 +1575,7 @@ test/test_v1_diagnostic_speedtest_servers_get200_response_server_inner.py,sha256
|
|
|
1552
1575
|
test/test_v1_edges_hardware_assigned_get200_response.py,sha256=WMULVv_JRsSjOuH9IKN7U39ksccdYZpej7M32TgXx7U,6614
|
|
1553
1576
|
test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner.py,sha256=ALMuFKMcS2Im08VRtFDv30m96hU9kCLEY23qbuFOoMg,6722
|
|
1554
1577
|
test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py,sha256=-eHXUXF5ulPptfUFu3yPHIGPpFrq6CMzvN9q27mgnW8,4298
|
|
1578
|
+
test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py,sha256=oQe5661eGcJzErqqdQn_SvGclldaZZmWprQj3riNlUw,2283
|
|
1555
1579
|
test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py,sha256=YVOf_E31c35NJIiHd-SASakDeJ_rVBEAhY9fPT-AgLA,2570
|
|
1556
1580
|
test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py,sha256=hbkS_fIOgUSpJC8F6aBU0vWy_ljEJHQkJHhO8dsmbHM,3149
|
|
1557
1581
|
test/test_v1_edges_hardware_unassigned_get200_response.py,sha256=MjLwVjW0SBGkg5McigvEkXCyWZIC67ll44DYb7rsREI,3434
|
|
@@ -1925,9 +1949,15 @@ test/test_v1_global_lan_segments_vrf_id_devices_get200_response.py,sha256=490waJ
|
|
|
1925
1949
|
test/test_v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py,sha256=6Q2mCO_x5JxmqYSYn0G_21uO4-YHlCxxP7-1CcqlSiM,2339
|
|
1926
1950
|
test/test_v1_global_prefix_sets_device_get200_response.py,sha256=lcKnHqmP9u1lDq5Sy5yUn2gswxvcFW_2BXdwmwOXn1k,3713
|
|
1927
1951
|
test/test_v1_global_routing_policies_device_get200_response.py,sha256=xqW98hTJrH_cqQ7vMDJh1ATarmAUpc4FASM0mD4V5GQ,6270
|
|
1952
|
+
test/test_v1_global_site_lists_get200_response.py,sha256=kwFq5kVj3sJyH9DAvt-qnNE33eGN7K90KB5vDheamk8,2307
|
|
1953
|
+
test/test_v1_global_site_lists_get200_response_entries_inner.py,sha256=G3bM5RIHQZ2HomgwmMqryygRxOJeYdXEOxn-5GcZLWA,2126
|
|
1954
|
+
test/test_v1_global_site_lists_id_get200_response.py,sha256=5MOD6N71kI9-BIZvdQq76vZWKqt8BBWE91_uh3JxcRI,2135
|
|
1928
1955
|
test/test_v1_global_site_lists_id_sites_get200_response.py,sha256=3xeCMeHVNcb-2CMMSDWxWlgJAC7fc0vi_vf21A4c0js,2947
|
|
1929
1956
|
test/test_v1_global_site_lists_id_sites_get200_response_entries_inner.py,sha256=rQAj63mLpPmvTTGeJNwy8et_Zuwz_I_qo3jrVZeTPio,2779
|
|
1930
1957
|
test/test_v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py,sha256=pVML9bjDsfV_K32iZiExEXq45QBe-RTk8w27A2N9lcM,2286
|
|
1958
|
+
test/test_v1_global_site_lists_post_request.py,sha256=5IgIoYjeu5MNi9CeH2oMn2kKmc-M2ZB4sThvlzjYAfk,2115
|
|
1959
|
+
test/test_v1_global_site_lists_post_request_entries_inner.py,sha256=VuFrT1feCJq6y5PZwZhinGXOtomBQR42pOyyEL_bPKI,1938
|
|
1960
|
+
test/test_v1_global_site_lists_post_request_entries_inner_tag.py,sha256=iSXuMIYqJnPsP9tpNHnz7hhSGVAkepsiMD6MS0_481M,1767
|
|
1931
1961
|
test/test_v1_global_snmps_device_get200_response.py,sha256=da_f05i8bKUpHJsdjnNrqoegClriiS-jEl0eezcYnuE,11271
|
|
1932
1962
|
test/test_v1_global_summary_post200_response.py,sha256=g5S4Rm1NuHV95A4Glhuk-ZwHKf88oJzqv_ZMnHRDI3M,2701
|
|
1933
1963
|
test/test_v1_global_summary_post200_response_summaries_inner.py,sha256=6-A0zYA33I9YxPF62rLEaLssZihLEWNdfXIzFBkEDRU,2543
|
|
@@ -1940,6 +1970,7 @@ test/test_v1_groups_get200_response_groups_inner.py,sha256=eWp7RYojKfXgjxOL_9lAD
|
|
|
1940
1970
|
test/test_v1_groups_get200_response_groups_inner_permissions.py,sha256=1HhGO3uRTos4tXsTjQ_Z0_NrvGAnCwtHmJiT0i9miNY,2820
|
|
1941
1971
|
test/test_v1_groups_id_enterprises_post_request.py,sha256=Blk8YDhKsdPUKhXAg0ypOdouEEbqzMARnhObbm3sY44,1930
|
|
1942
1972
|
test/test_v1_groups_id_get200_response.py,sha256=7iUBS6UiuHGtJjBWIHpz4JvhR0yGKwuU87uLmQs8ZwY,3441
|
|
1973
|
+
test/test_v1_groups_id_members_delete_post_request.py,sha256=V2KKA92Ng3EAD-SKbzm_to1-iewJLyEKQeNex54oKDM,1618
|
|
1943
1974
|
test/test_v1_groups_id_members_get200_response.py,sha256=6rpiYiiJt-S5k6aWKxjIwItLM050FOfpx6Nl46APMpk,2506
|
|
1944
1975
|
test/test_v1_groups_id_members_get200_response_users_inner.py,sha256=n86zWn9Njf8D780QOfwKilXndVLg9lLtCa72PHLwL-U,2349
|
|
1945
1976
|
test/test_v1_groups_id_members_post204_response.py,sha256=96w8YY4YfbmOccLNECYe3HVYcVm88w0Q1ZFxo3FgBjM,1974
|
|
@@ -1979,6 +2010,12 @@ test/test_v1_nat_entries_device_id_get200_response_nat_entries_inner.py,sha256=k
|
|
|
1979
2010
|
test/test_v1_nat_entries_device_id_get200_response_page_info.py,sha256=g8WbDzo7BBa33yGr6NJM5N9rBiFylhbnwLcE9lZ5nxM,2223
|
|
1980
2011
|
test/test_v1_nat_utilization_device_id_get200_response.py,sha256=NShgX0ntmt1_sj6zjomF75QPvAuLTLz7lh4iqrcJTR8,2578
|
|
1981
2012
|
test/test_v1_nat_utilization_device_id_get200_response_nat_usage.py,sha256=cQl6FNXEfObLPqubcc89NBt2kQMsV5itH0laWDgfJMU,2250
|
|
2013
|
+
test/test_v1_onboarding_cloudinit_get200_response.py,sha256=k5xD4VaSmwaxmerPcl7B9uPBZhhYAqmWydSs8UM8etI,4633
|
|
2014
|
+
test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py,sha256=MrSGIV7VP4L83pY3dGl08oQf_iDpXukEogII3kx4XNE,4406
|
|
2015
|
+
test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py,sha256=SvJT0GU0dDLjRasXzgNVT1N-nnbpeBcI3HUxPcTROWM,3421
|
|
2016
|
+
test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py,sha256=1NaxDwTT5mY9Mry-s3yTm2AaAPaWiCHB9n3qk6mzewo,3030
|
|
2017
|
+
test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py,sha256=6QglK5cJxXsMofgtQ7IF55oNvt1sBnBk34IK_JfVQ3k,2327
|
|
2018
|
+
test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py,sha256=bLQAcdd7CknVeyX93Vsh9nq8WXapCr1YFL7BZvYej9I,2370
|
|
1982
2019
|
test/test_v1_policy_applications_get200_response.py,sha256=OBrKPh1cEFICYE2ChsRhn65NASsxdC2yhbVdhR9NRmE,2739
|
|
1983
2020
|
test/test_v1_policy_applications_get200_response_applications_inner.py,sha256=YHq3mc7pKPnH8ZucC68Z6_vTdXFzo657bMRFYLbpLlc,2233
|
|
1984
2021
|
test/test_v1_policy_prefix_sets_id_put_request.py,sha256=0iLCAJ-9hxFrQ_gociVMmPOipognMJe37B24jKiBgT4,3053
|
|
@@ -2032,6 +2069,8 @@ test/test_v1_sites_site_id_devices_get200_response_device_inner.py,sha256=khZslo
|
|
|
2032
2069
|
test/test_v1_sites_site_id_post_request.py,sha256=fluBAlYNEkVVGaa37aE9Q4TklTyyyoGSD1dlV0gDhcQ,4955
|
|
2033
2070
|
test/test_v1_software_auto_upgrade_default_get200_response.py,sha256=bQo6xDBn9vzkjAhkWPtYxzYW7juzSVoesJlU9D34LCQ,2376
|
|
2034
2071
|
test/test_v1_software_auto_upgrade_default_get200_response_details.py,sha256=VkIbdVky8dW0Hc9FxydY-32gSkqWTLl8zBSGIFfIAXU,2228
|
|
2072
|
+
test/test_v1_software_auto_upgrade_default_get200_response_profile.py,sha256=VMSR4l0tjUytzF5b_EnhA2FmHzOs2yX7iVwxc-LxYyM,2186
|
|
2073
|
+
test/test_v1_software_auto_upgrade_default_get200_response_profile_occurrence.py,sha256=55GK55VpAOIPcprpbx5YKh9IxMEdG1f7RLiF7ayvW9o,1974
|
|
2035
2074
|
test/test_v1_software_gcsrelease_upload_notes_post_request.py,sha256=Pw0h2Vdui1UfuUPN4lQ-Hb3Bh504K9vgMMN9YDv39cQ,2776
|
|
2036
2075
|
test/test_v1_software_gcsrelease_upload_notes_post_request_details.py,sha256=xuGPOIb8xb30WD_aHPtFBCFwq_ys5h4Hd6W33-y3qFQ,2656
|
|
2037
2076
|
test/test_v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py,sha256=cWggRYgJQGHjphed_3h7E9E4PSPQzI-CEkBzJSKqQu0,2284
|
|
@@ -2075,6 +2114,7 @@ test/test_v2_assistant_add_to_conversation_post200_response.py,sha256=iX10odMPS8
|
|
|
2075
2114
|
test/test_v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py,sha256=8-f9LRqaSFWaRGFHEV-ZqX4mXCZhsuug96TVCMN_FtI,2461
|
|
2076
2115
|
test/test_v2_assistant_add_to_conversation_post_request.py,sha256=gZRgv-Yhh4eiA1xiHOVGfP9SEt44ImRXS6g4TY1XY00,2362
|
|
2077
2116
|
test/test_v2_assistant_add_to_conversation_post_request_question.py,sha256=n4ha1p50Fc2B5qsmb1m3eIkeq2JP_ZfSz7fT2hX85GA,2224
|
|
2117
|
+
test/test_v2_assistant_conversation_context_history_post_request.py,sha256=QO-cJ78Oc5y2_vdsBp4TmtrWwbM7D_5dkK_BVcMRYJM,1726
|
|
2078
2118
|
test/test_v2_assistant_get_conversation_details_post200_response.py,sha256=1_epFUPZJG54himFs8WllHkZD0QMq3_RnasMIp2NEd4,3691
|
|
2079
2119
|
test/test_v2_assistant_get_conversation_details_post_request.py,sha256=Uoa3Kk3cBA-pdvAq1pWiskz-fGBXbV1CgBwLFI3bWEI,2771
|
|
2080
2120
|
test/test_v2_assistant_get_conversations_post200_response.py,sha256=3SKbz0_W6WSfYabfhtlCpZ9HNP7xUFho7l372TQHFAI,2407
|
|
@@ -2295,7 +2335,7 @@ test/test_v2_rulelist_post200_response_rule_list_inner.py,sha256=Ugb87sQakRnBruB
|
|
|
2295
2335
|
test/test_v2_site_site_id_detail_post200_response.py,sha256=7f14fjlnafS7PnbrJewrHDHJseZCECBvP-V4hWUDrpU,2495
|
|
2296
2336
|
test/test_v2_site_site_id_detail_post200_response_site.py,sha256=UFv5bYibPs1EwGcKhA-6Yf5092_cXHB0bSLAEhQvhqs,2088
|
|
2297
2337
|
test/test_v2_version_post200_response.py,sha256=6W-oNMuR39oDN0nPwS-RMXWojltCVehfpwDGBmJivxM,1787
|
|
2298
|
-
graphiant_sdk-25.
|
|
2299
|
-
graphiant_sdk-25.
|
|
2300
|
-
graphiant_sdk-25.
|
|
2301
|
-
graphiant_sdk-25.
|
|
2338
|
+
graphiant_sdk-25.9.1.dist-info/METADATA,sha256=qdJqJ_vuX2d-xxPCAN0L2jt1q1ksN5gGwLDpLnxumvA,12111
|
|
2339
|
+
graphiant_sdk-25.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2340
|
+
graphiant_sdk-25.9.1.dist-info/top_level.txt,sha256=W9sTvFYExkXkiKBiFwkngBd0_jg7YA0wcQ1GmXaXM5I,19
|
|
2341
|
+
graphiant_sdk-25.9.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
import unittest
|
|
16
|
+
|
|
17
|
+
from graphiant_sdk.models.v1_auth_mfa_patch_request import V1AuthMfaPatchRequest
|
|
18
|
+
|
|
19
|
+
class TestV1AuthMfaPatchRequest(unittest.TestCase):
|
|
20
|
+
"""V1AuthMfaPatchRequest unit test stubs"""
|
|
21
|
+
|
|
22
|
+
def setUp(self):
|
|
23
|
+
pass
|
|
24
|
+
|
|
25
|
+
def tearDown(self):
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
def make_instance(self, include_optional) -> V1AuthMfaPatchRequest:
|
|
29
|
+
"""Test V1AuthMfaPatchRequest
|
|
30
|
+
include_optional is a boolean, when False only required
|
|
31
|
+
params are included, when True both required and
|
|
32
|
+
optional params are included """
|
|
33
|
+
# uncomment below to create an instance of `V1AuthMfaPatchRequest`
|
|
34
|
+
"""
|
|
35
|
+
model = V1AuthMfaPatchRequest()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1AuthMfaPatchRequest(
|
|
38
|
+
allowed_mfa_types = [
|
|
39
|
+
'ENUM_VALUE'
|
|
40
|
+
]
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
return V1AuthMfaPatchRequest(
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testV1AuthMfaPatchRequest(self):
|
|
48
|
+
"""Test V1AuthMfaPatchRequest"""
|
|
49
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
50
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
51
|
+
|
|
52
|
+
if __name__ == '__main__':
|
|
53
|
+
unittest.main()
|