Skip to content

Commit 8725c34

Browse files
author
jenkins
committed
Upload new version of API
1 parent 5adae85 commit 8725c34

File tree

4,936 files changed

+50383
-135151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,936 files changed

+50383
-135151
lines changed

.openapi-generator/FILES

Lines changed: 186 additions & 4 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f19205c862b2cc3b5f4c1a68bfef83dee87c7db97ff3cd81ca5606a42f2f825
1+
61443d7dd02b9708bb48daa51f9838b65e209b9235011cda5e3733e5aac7810a

README.md

Lines changed: 83 additions & 5 deletions
Large diffs are not rendered by default.

docs/apis/tags/AccountApi.md

Lines changed: 5 additions & 1147 deletions
Large diffs are not rendered by default.

docs/apis/tags/AdministrationApi.md

Lines changed: 0 additions & 744 deletions
Large diffs are not rendered by default.

docs/apis/tags/AfcEndpointApi.md

Lines changed: 1100 additions & 998 deletions
Large diffs are not rendered by default.

docs/apis/tags/AlertApi.md

Lines changed: 6 additions & 1948 deletions
Large diffs are not rendered by default.

docs/apis/tags/ApplicationApi.md

Lines changed: 0 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ List the TopN clients by usage for a specific application.
2323
```python
2424
import extremecloudiq
2525
from extremecloudiq.apis.tags import application_api
26-
from extremecloudiq.model.xiq_error import XiqError
2726
from extremecloudiq.model.xiq_application_top_clients_usage import XiqApplicationTopClientsUsage
2827
from pprint import pprint
2928
# Defining the host is optional and defaults to http://localhost:8081
@@ -126,64 +125,8 @@ decimal.Decimal, int, | decimal.Decimal, | | value must be a 32 bit integer
126125
Code | Class | Description
127126
------------- | ------------- | -------------
128127
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
129-
401 | [ApiResponseFor401](#list_application_top_clients_usage.ApiResponseFor401) | Unauthorized
130-
400 | [ApiResponseFor400](#list_application_top_clients_usage.ApiResponseFor400) | Bad Request
131-
503 | [ApiResponseFor503](#list_application_top_clients_usage.ApiResponseFor503) | Service Unavailable
132-
500 | [ApiResponseFor500](#list_application_top_clients_usage.ApiResponseFor500) | Internal Server Error
133128
200 | [ApiResponseFor200](#list_application_top_clients_usage.ApiResponseFor200) | OK
134129

135-
#### list_application_top_clients_usage.ApiResponseFor401
136-
Name | Type | Description | Notes
137-
------------- | ------------- | ------------- | -------------
138-
response | urllib3.HTTPResponse | Raw response |
139-
body | typing.Union[SchemaFor401ResponseBodyApplicationJson, ] | |
140-
headers | Unset | headers were not defined |
141-
142-
# SchemaFor401ResponseBodyApplicationJson
143-
Type | Description | Notes
144-
------------- | ------------- | -------------
145-
[**XiqError**](../../models/XiqError.md) | |
146-
147-
148-
#### list_application_top_clients_usage.ApiResponseFor400
149-
Name | Type | Description | Notes
150-
------------- | ------------- | ------------- | -------------
151-
response | urllib3.HTTPResponse | Raw response |
152-
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
153-
headers | Unset | headers were not defined |
154-
155-
# SchemaFor400ResponseBodyApplicationJson
156-
Type | Description | Notes
157-
------------- | ------------- | -------------
158-
[**XiqError**](../../models/XiqError.md) | |
159-
160-
161-
#### list_application_top_clients_usage.ApiResponseFor503
162-
Name | Type | Description | Notes
163-
------------- | ------------- | ------------- | -------------
164-
response | urllib3.HTTPResponse | Raw response |
165-
body | typing.Union[SchemaFor503ResponseBodyApplicationJson, ] | |
166-
headers | Unset | headers were not defined |
167-
168-
# SchemaFor503ResponseBodyApplicationJson
169-
Type | Description | Notes
170-
------------- | ------------- | -------------
171-
[**XiqError**](../../models/XiqError.md) | |
172-
173-
174-
#### list_application_top_clients_usage.ApiResponseFor500
175-
Name | Type | Description | Notes
176-
------------- | ------------- | ------------- | -------------
177-
response | urllib3.HTTPResponse | Raw response |
178-
body | typing.Union[SchemaFor500ResponseBodyApplicationJson, ] | |
179-
headers | Unset | headers were not defined |
180-
181-
# SchemaFor500ResponseBodyApplicationJson
182-
Type | Description | Notes
183-
------------- | ------------- | -------------
184-
[**XiqError**](../../models/XiqError.md) | |
185-
186-
187130
#### list_application_top_clients_usage.ApiResponseFor200
188131
Name | Type | Description | Notes
189132
------------- | ------------- | ------------- | -------------
@@ -225,7 +168,6 @@ import extremecloudiq
225168
from extremecloudiq.apis.tags import application_api
226169
from extremecloudiq.model.xiq_sort_order import XiqSortOrder
227170
from extremecloudiq.model.xiq_application_detection_type import XiqApplicationDetectionType
228-
from extremecloudiq.model.xiq_error import XiqError
229171
from extremecloudiq.model.xiq_application_sort_field import XiqApplicationSortField
230172
from extremecloudiq.model.xiq_application_detection_protocol import XiqApplicationDetectionProtocol
231173
from extremecloudiq.model.paged_xiq_application import PagedXiqApplication
@@ -352,64 +294,8 @@ Type | Description | Notes
352294
Code | Class | Description
353295
------------- | ------------- | -------------
354296
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
355-
401 | [ApiResponseFor401](#list_applications.ApiResponseFor401) | Unauthorized
356-
400 | [ApiResponseFor400](#list_applications.ApiResponseFor400) | Bad Request
357-
503 | [ApiResponseFor503](#list_applications.ApiResponseFor503) | Service Unavailable
358-
500 | [ApiResponseFor500](#list_applications.ApiResponseFor500) | Internal Server Error
359297
200 | [ApiResponseFor200](#list_applications.ApiResponseFor200) | OK
360298

361-
#### list_applications.ApiResponseFor401
362-
Name | Type | Description | Notes
363-
------------- | ------------- | ------------- | -------------
364-
response | urllib3.HTTPResponse | Raw response |
365-
body | typing.Union[SchemaFor401ResponseBodyApplicationJson, ] | |
366-
headers | Unset | headers were not defined |
367-
368-
# SchemaFor401ResponseBodyApplicationJson
369-
Type | Description | Notes
370-
------------- | ------------- | -------------
371-
[**XiqError**](../../models/XiqError.md) | |
372-
373-
374-
#### list_applications.ApiResponseFor400
375-
Name | Type | Description | Notes
376-
------------- | ------------- | ------------- | -------------
377-
response | urllib3.HTTPResponse | Raw response |
378-
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
379-
headers | Unset | headers were not defined |
380-
381-
# SchemaFor400ResponseBodyApplicationJson
382-
Type | Description | Notes
383-
------------- | ------------- | -------------
384-
[**XiqError**](../../models/XiqError.md) | |
385-
386-
387-
#### list_applications.ApiResponseFor503
388-
Name | Type | Description | Notes
389-
------------- | ------------- | ------------- | -------------
390-
response | urllib3.HTTPResponse | Raw response |
391-
body | typing.Union[SchemaFor503ResponseBodyApplicationJson, ] | |
392-
headers | Unset | headers were not defined |
393-
394-
# SchemaFor503ResponseBodyApplicationJson
395-
Type | Description | Notes
396-
------------- | ------------- | -------------
397-
[**XiqError**](../../models/XiqError.md) | |
398-
399-
400-
#### list_applications.ApiResponseFor500
401-
Name | Type | Description | Notes
402-
------------- | ------------- | ------------- | -------------
403-
response | urllib3.HTTPResponse | Raw response |
404-
body | typing.Union[SchemaFor500ResponseBodyApplicationJson, ] | |
405-
headers | Unset | headers were not defined |
406-
407-
# SchemaFor500ResponseBodyApplicationJson
408-
Type | Description | Notes
409-
------------- | ------------- | -------------
410-
[**XiqError**](../../models/XiqError.md) | |
411-
412-
413299
#### list_applications.ApiResponseFor200
414300
Name | Type | Description | Notes
415301
------------- | ------------- | ------------- | -------------
@@ -443,7 +329,6 @@ List the TopN applications by usage.
443329
```python
444330
import extremecloudiq
445331
from extremecloudiq.apis.tags import application_api
446-
from extremecloudiq.model.xiq_error import XiqError
447332
from extremecloudiq.model.xiq_top_applications_usage import XiqTopApplicationsUsage
448333
from pprint import pprint
449334
# Defining the host is optional and defaults to http://localhost:8081
@@ -537,64 +422,8 @@ decimal.Decimal, int, | decimal.Decimal, | | value must be a 32 bit integer
537422
Code | Class | Description
538423
------------- | ------------- | -------------
539424
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
540-
401 | [ApiResponseFor401](#list_top_applications_usage.ApiResponseFor401) | Unauthorized
541-
400 | [ApiResponseFor400](#list_top_applications_usage.ApiResponseFor400) | Bad Request
542-
503 | [ApiResponseFor503](#list_top_applications_usage.ApiResponseFor503) | Service Unavailable
543-
500 | [ApiResponseFor500](#list_top_applications_usage.ApiResponseFor500) | Internal Server Error
544425
200 | [ApiResponseFor200](#list_top_applications_usage.ApiResponseFor200) | OK
545426

546-
#### list_top_applications_usage.ApiResponseFor401
547-
Name | Type | Description | Notes
548-
------------- | ------------- | ------------- | -------------
549-
response | urllib3.HTTPResponse | Raw response |
550-
body | typing.Union[SchemaFor401ResponseBodyApplicationJson, ] | |
551-
headers | Unset | headers were not defined |
552-
553-
# SchemaFor401ResponseBodyApplicationJson
554-
Type | Description | Notes
555-
------------- | ------------- | -------------
556-
[**XiqError**](../../models/XiqError.md) | |
557-
558-
559-
#### list_top_applications_usage.ApiResponseFor400
560-
Name | Type | Description | Notes
561-
------------- | ------------- | ------------- | -------------
562-
response | urllib3.HTTPResponse | Raw response |
563-
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
564-
headers | Unset | headers were not defined |
565-
566-
# SchemaFor400ResponseBodyApplicationJson
567-
Type | Description | Notes
568-
------------- | ------------- | -------------
569-
[**XiqError**](../../models/XiqError.md) | |
570-
571-
572-
#### list_top_applications_usage.ApiResponseFor503
573-
Name | Type | Description | Notes
574-
------------- | ------------- | ------------- | -------------
575-
response | urllib3.HTTPResponse | Raw response |
576-
body | typing.Union[SchemaFor503ResponseBodyApplicationJson, ] | |
577-
headers | Unset | headers were not defined |
578-
579-
# SchemaFor503ResponseBodyApplicationJson
580-
Type | Description | Notes
581-
------------- | ------------- | -------------
582-
[**XiqError**](../../models/XiqError.md) | |
583-
584-
585-
#### list_top_applications_usage.ApiResponseFor500
586-
Name | Type | Description | Notes
587-
------------- | ------------- | ------------- | -------------
588-
response | urllib3.HTTPResponse | Raw response |
589-
body | typing.Union[SchemaFor500ResponseBodyApplicationJson, ] | |
590-
headers | Unset | headers were not defined |
591-
592-
# SchemaFor500ResponseBodyApplicationJson
593-
Type | Description | Notes
594-
------------- | ------------- | -------------
595-
[**XiqError**](../../models/XiqError.md) | |
596-
597-
598427
#### list_top_applications_usage.ApiResponseFor200
599428
Name | Type | Description | Notes
600429
------------- | ------------- | ------------- | -------------

docs/apis/tags/AuthenticationApi.md

Lines changed: 8 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ Code | Class | Description
7575
------------- | ------------- | -------------
7676
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
7777
401 | [ApiResponseFor401](#login.ApiResponseFor401) | UNAUTHORIZED
78-
400 | [ApiResponseFor400](#login.ApiResponseFor400) | Bad request
79-
503 | [ApiResponseFor503](#login.ApiResponseFor503) | Service Unavailable
80-
500 | [ApiResponseFor500](#login.ApiResponseFor500) | Internal Server Error
8178
200 | [ApiResponseFor200](#login.ApiResponseFor200) | Successful operation
79+
400 | [ApiResponseFor400](#login.ApiResponseFor400) | Bad request
8280

8381
#### login.ApiResponseFor401
8482
Name | Type | Description | Notes
@@ -93,58 +91,32 @@ Type | Description | Notes
9391
[**XiqError**](../../models/XiqError.md) | |
9492

9593

96-
#### login.ApiResponseFor400
97-
Name | Type | Description | Notes
98-
------------- | ------------- | ------------- | -------------
99-
response | urllib3.HTTPResponse | Raw response |
100-
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
101-
headers | Unset | headers were not defined |
102-
103-
# SchemaFor400ResponseBodyApplicationJson
104-
Type | Description | Notes
105-
------------- | ------------- | -------------
106-
[**XiqError**](../../models/XiqError.md) | |
107-
108-
109-
#### login.ApiResponseFor503
94+
#### login.ApiResponseFor200
11095
Name | Type | Description | Notes
11196
------------- | ------------- | ------------- | -------------
11297
response | urllib3.HTTPResponse | Raw response |
113-
body | typing.Union[SchemaFor503ResponseBodyApplicationJson, ] | |
98+
body | typing.Union[SchemaFor200ResponseBodyApplicationJson, ] | |
11499
headers | Unset | headers were not defined |
115100

116-
# SchemaFor503ResponseBodyApplicationJson
101+
# SchemaFor200ResponseBodyApplicationJson
117102
Type | Description | Notes
118103
------------- | ------------- | -------------
119-
[**XiqError**](../../models/XiqError.md) | |
104+
[**XiqLoginResponse**](../../models/XiqLoginResponse.md) | |
120105

121106

122-
#### login.ApiResponseFor500
107+
#### login.ApiResponseFor400
123108
Name | Type | Description | Notes
124109
------------- | ------------- | ------------- | -------------
125110
response | urllib3.HTTPResponse | Raw response |
126-
body | typing.Union[SchemaFor500ResponseBodyApplicationJson, ] | |
111+
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
127112
headers | Unset | headers were not defined |
128113

129-
# SchemaFor500ResponseBodyApplicationJson
114+
# SchemaFor400ResponseBodyApplicationJson
130115
Type | Description | Notes
131116
------------- | ------------- | -------------
132117
[**XiqError**](../../models/XiqError.md) | |
133118

134119

135-
#### login.ApiResponseFor200
136-
Name | Type | Description | Notes
137-
------------- | ------------- | ------------- | -------------
138-
response | urllib3.HTTPResponse | Raw response |
139-
body | typing.Union[SchemaFor200ResponseBodyApplicationJson, ] | |
140-
headers | Unset | headers were not defined |
141-
142-
# SchemaFor200ResponseBodyApplicationJson
143-
Type | Description | Notes
144-
------------- | ------------- | -------------
145-
[**XiqLoginResponse**](../../models/XiqLoginResponse.md) | |
146-
147-
148120
### Authorization
149121

150122
No authorization required
@@ -165,7 +137,6 @@ User logout, the current access token will be revoked and the following access w
165137
```python
166138
import extremecloudiq
167139
from extremecloudiq.apis.tags import authentication_api
168-
from extremecloudiq.model.xiq_error import XiqError
169140
from pprint import pprint
170141
# Defining the host is optional and defaults to http://localhost:8081
171142
# See configuration.py for a list of all supported configuration parameters.
@@ -202,64 +173,8 @@ This endpoint does not need any parameter.
202173
Code | Class | Description
203174
------------- | ------------- | -------------
204175
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
205-
401 | [ApiResponseFor401](#logout.ApiResponseFor401) | Unauthorized
206-
400 | [ApiResponseFor400](#logout.ApiResponseFor400) | Bad Request
207-
503 | [ApiResponseFor503](#logout.ApiResponseFor503) | Service Unavailable
208-
500 | [ApiResponseFor500](#logout.ApiResponseFor500) | Internal Server Error
209176
200 | [ApiResponseFor200](#logout.ApiResponseFor200) | OK
210177

211-
#### logout.ApiResponseFor401
212-
Name | Type | Description | Notes
213-
------------- | ------------- | ------------- | -------------
214-
response | urllib3.HTTPResponse | Raw response |
215-
body | typing.Union[SchemaFor401ResponseBodyApplicationJson, ] | |
216-
headers | Unset | headers were not defined |
217-
218-
# SchemaFor401ResponseBodyApplicationJson
219-
Type | Description | Notes
220-
------------- | ------------- | -------------
221-
[**XiqError**](../../models/XiqError.md) | |
222-
223-
224-
#### logout.ApiResponseFor400
225-
Name | Type | Description | Notes
226-
------------- | ------------- | ------------- | -------------
227-
response | urllib3.HTTPResponse | Raw response |
228-
body | typing.Union[SchemaFor400ResponseBodyApplicationJson, ] | |
229-
headers | Unset | headers were not defined |
230-
231-
# SchemaFor400ResponseBodyApplicationJson
232-
Type | Description | Notes
233-
------------- | ------------- | -------------
234-
[**XiqError**](../../models/XiqError.md) | |
235-
236-
237-
#### logout.ApiResponseFor503
238-
Name | Type | Description | Notes
239-
------------- | ------------- | ------------- | -------------
240-
response | urllib3.HTTPResponse | Raw response |
241-
body | typing.Union[SchemaFor503ResponseBodyApplicationJson, ] | |
242-
headers | Unset | headers were not defined |
243-
244-
# SchemaFor503ResponseBodyApplicationJson
245-
Type | Description | Notes
246-
------------- | ------------- | -------------
247-
[**XiqError**](../../models/XiqError.md) | |
248-
249-
250-
#### logout.ApiResponseFor500
251-
Name | Type | Description | Notes
252-
------------- | ------------- | ------------- | -------------
253-
response | urllib3.HTTPResponse | Raw response |
254-
body | typing.Union[SchemaFor500ResponseBodyApplicationJson, ] | |
255-
headers | Unset | headers were not defined |
256-
257-
# SchemaFor500ResponseBodyApplicationJson
258-
Type | Description | Notes
259-
------------- | ------------- | -------------
260-
[**XiqError**](../../models/XiqError.md) | |
261-
262-
263178
#### logout.ApiResponseFor200
264179
Name | Type | Description | Notes
265180
------------- | ------------- | ------------- | -------------

0 commit comments

Comments
 (0)