|
1 | | -# purity_fb_1dot5.ArraysApi |
| 1 | +# purity_fb_1dot6.ArraysApi |
2 | 2 |
|
3 | 3 | All URIs are relative to *https://purity_fb_server/api* |
4 | 4 |
|
5 | 5 | Method | HTTP request | Description |
6 | 6 | ------------- | ------------- | ------------- |
7 | | -[**list_arrays**](ArraysApi.md#list_arrays) | **GET** /1.5/arrays | |
8 | | -[**list_arrays_http_specific_performance**](ArraysApi.md#list_arrays_http_specific_performance) | **GET** /1.5/arrays/http-specific-performance | |
9 | | -[**list_arrays_performance**](ArraysApi.md#list_arrays_performance) | **GET** /1.5/arrays/performance | |
10 | | -[**list_arrays_s3_specific_performance**](ArraysApi.md#list_arrays_s3_specific_performance) | **GET** /1.5/arrays/s3-specific-performance | |
11 | | -[**list_arrays_space**](ArraysApi.md#list_arrays_space) | **GET** /1.5/arrays/space | |
12 | | -[**list_clients_performance**](ArraysApi.md#list_clients_performance) | **GET** /1.5/arrays/clients/performance | |
13 | | -[**update_arrays**](ArraysApi.md#update_arrays) | **PATCH** /1.5/arrays | |
| 7 | +[**list_arrays**](ArraysApi.md#list_arrays) | **GET** /1.6/arrays | |
| 8 | +[**list_arrays_http_specific_performance**](ArraysApi.md#list_arrays_http_specific_performance) | **GET** /1.6/arrays/http-specific-performance | |
| 9 | +[**list_arrays_performance**](ArraysApi.md#list_arrays_performance) | **GET** /1.6/arrays/performance | |
| 10 | +[**list_arrays_s3_specific_performance**](ArraysApi.md#list_arrays_s3_specific_performance) | **GET** /1.6/arrays/s3-specific-performance | |
| 11 | +[**list_arrays_space**](ArraysApi.md#list_arrays_space) | **GET** /1.6/arrays/space | |
| 12 | +[**list_clients_performance**](ArraysApi.md#list_clients_performance) | **GET** /1.6/arrays/clients/performance | |
| 13 | +[**update_arrays**](ArraysApi.md#update_arrays) | **PATCH** /1.6/arrays | |
14 | 14 |
|
15 | 15 |
|
16 | 16 | # **list_arrays** |
@@ -92,8 +92,8 @@ if res: |
92 | 92 |
|
93 | 93 | Name | Type | Description | Notes |
94 | 94 | ------------- | ------------- | ------------- | ------------- |
95 | | - **start_time** | **int**| time to start sample in milliseconds since epoch | [optional] |
96 | | - **end_time** | **int**| time to end sample in milliseconds since epoch | [optional] |
| 95 | + **start_time** | **int**| Time to start sample in milliseconds since epoch. | [optional] |
| 96 | + **end_time** | **int**| Time to end sample in milliseconds since epoch. | [optional] |
97 | 97 | **resolution** | **int**| sample frequency in milliseconds | [optional] [default to 30000] |
98 | 98 |
|
99 | 99 | ### Return type |
@@ -151,8 +151,8 @@ if res: |
151 | 151 |
|
152 | 152 | Name | Type | Description | Notes |
153 | 153 | ------------- | ------------- | ------------- | ------------- |
154 | | - **start_time** | **int**| time to start sample in milliseconds since epoch | [optional] |
155 | | - **end_time** | **int**| time to end sample in milliseconds since epoch | [optional] |
| 154 | + **start_time** | **int**| Time to start sample in milliseconds since epoch. | [optional] |
| 155 | + **end_time** | **int**| Time to end sample in milliseconds since epoch. | [optional] |
156 | 156 | **resolution** | **int**| sample frequency in milliseconds | [optional] [default to 30000] |
157 | 157 | **protocol** | **str**| to sample performance of a certain protocol | [optional] |
158 | 158 |
|
@@ -207,8 +207,8 @@ if res: |
207 | 207 |
|
208 | 208 | Name | Type | Description | Notes |
209 | 209 | ------------- | ------------- | ------------- | ------------- |
210 | | - **start_time** | **int**| time to start sample in milliseconds since epoch | [optional] |
211 | | - **end_time** | **int**| time to end sample in milliseconds since epoch | [optional] |
| 210 | + **start_time** | **int**| Time to start sample in milliseconds since epoch. | [optional] |
| 211 | + **end_time** | **int**| Time to end sample in milliseconds since epoch. | [optional] |
212 | 212 | **resolution** | **int**| sample frequency in milliseconds | [optional] [default to 30000] |
213 | 213 |
|
214 | 214 | ### Return type |
@@ -265,8 +265,8 @@ if res: |
265 | 265 |
|
266 | 266 | Name | Type | Description | Notes |
267 | 267 | ------------- | ------------- | ------------- | ------------- |
268 | | - **start_time** | **int**| time to start sample in milliseconds since epoch | [optional] |
269 | | - **end_time** | **int**| time to end sample in milliseconds since epoch | [optional] |
| 268 | + **start_time** | **int**| Time to start sample in milliseconds since epoch. | [optional] |
| 269 | + **end_time** | **int**| Time to end sample in milliseconds since epoch. | [optional] |
270 | 270 | **resolution** | **int**| sample frequency in milliseconds | [optional] [default to 30000] |
271 | 271 | **type** | **str**| to sample space of either file systems or object store | [optional] |
272 | 272 |
|
|
0 commit comments