@nutanix-scratch/objects-js-client 4.0.1-beta.1 → 4.0.2
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.
- package/README.md +33 -20
- package/dist/Ntnx-Objects-js-client-prod.js +1 -1
- package/dist/Ntnx-Objects-js-client.js +331 -259
- package/dist/es/ApiClient.d.ts +35 -7
- package/dist/es/ApiClient.js +862 -684
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/objectstores-endpoints.d.ts +9 -70
- package/dist/es/apis/objectstores-endpoints.js +407 -477
- package/dist/es/apis/stats-endpoints.d.ts +46 -0
- package/dist/es/apis/stats-endpoints.js +122 -0
- package/dist/es/index.d.ts +13 -1
- package/dist/es/index.js +152 -104
- package/dist/es/models/common/v1/config/FQDN.d.ts +2 -7
- package/dist/es/models/common/v1/config/FQDN.js +141 -180
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/es/models/common/v1/config/IPAddress.js +170 -217
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/Metadata.d.ts +2 -11
- package/dist/es/models/common/v1/config/Metadata.js +261 -308
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +5 -10
- package/dist/es/models/common/v1/config/TenantAwareModel.js +138 -178
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +155 -203
- package/dist/es/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +107 -0
- package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +58 -0
- package/dist/es/models/common/v1/stats/TimeIntValuePair.js +272 -0
- package/dist/es/models/objects/v4/config/Certificate.d.ts +24 -34
- package/dist/es/models/objects/v4/config/Certificate.js +342 -310
- package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CertificateProjection.js +75 -103
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +2 -45
- package/dist/es/models/objects/v4/config/GetCaApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +187 -242
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +213 -268
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +213 -268
- package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -96
- package/dist/es/models/objects/v4/config/ObjectStore.js +629 -712
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -129
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +222 -239
- package/dist/es/models/objects/v4/config/State.js +7 -9
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +2 -43
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.js +187 -242
- package/dist/es/models/objects/v4/error/AppMessage.d.ts +5 -15
- package/dist/es/models/objects/v4/error/AppMessage.js +265 -314
- package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/objects/v4/error/ErrorResponse.js +177 -219
- package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/objects/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +58 -0
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +288 -0
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +255 -0
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +1253 -0
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +58 -0
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +272 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +35 -7
- package/dist/lib/ApiClient.js +862 -684
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/objectstores-endpoints.d.ts +9 -70
- package/dist/lib/apis/objectstores-endpoints.js +407 -477
- package/dist/lib/apis/stats-endpoints.d.ts +46 -0
- package/dist/lib/apis/stats-endpoints.js +122 -0
- package/dist/lib/index.d.ts +13 -1
- package/dist/lib/index.js +152 -104
- package/dist/lib/models/common/v1/config/FQDN.d.ts +2 -7
- package/dist/lib/models/common/v1/config/FQDN.js +141 -180
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/lib/models/common/v1/config/IPAddress.js +170 -217
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/Metadata.d.ts +2 -11
- package/dist/lib/models/common/v1/config/Metadata.js +261 -308
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +5 -10
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +138 -178
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +155 -203
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +107 -0
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +58 -0
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +272 -0
- package/dist/lib/models/objects/v4/config/Certificate.d.ts +24 -34
- package/dist/lib/models/objects/v4/config/Certificate.js +342 -310
- package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CertificateProjection.js +75 -103
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +2 -45
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +213 -268
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +213 -268
- package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -96
- package/dist/lib/models/objects/v4/config/ObjectStore.js +629 -712
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -129
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +222 -239
- package/dist/lib/models/objects/v4/config/State.js +7 -9
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +2 -43
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.js +187 -242
- package/dist/lib/models/objects/v4/error/AppMessage.d.ts +5 -15
- package/dist/lib/models/objects/v4/error/AppMessage.js +265 -314
- package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/objects/v4/error/ErrorResponse.js +177 -219
- package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/objects/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +58 -0
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +288 -0
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +255 -0
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +1253 -0
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +58 -0
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +272 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +2 -2
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stats service.
|
|
3
|
+
* @version 4.0.2
|
|
4
|
+
* @class StatsApi
|
|
5
|
+
*/
|
|
6
|
+
export class StatsApi {
|
|
7
|
+
/**
|
|
8
|
+
* Make the default {@link ApiClient} class available for developers to be able to extend it and bring
|
|
9
|
+
* their own fetch methods into the SDK
|
|
10
|
+
*/
|
|
11
|
+
static get ApiClient(): typeof ApiClient;
|
|
12
|
+
/**
|
|
13
|
+
* Constructs a new StatsApi.
|
|
14
|
+
* @alias module:api/StatsApi
|
|
15
|
+
* @class
|
|
16
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
17
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
18
|
+
*/
|
|
19
|
+
constructor(apiClient?: any);
|
|
20
|
+
apiClient: any;
|
|
21
|
+
/**
|
|
22
|
+
* Get the Object store stats
|
|
23
|
+
* Get the time series stats of an Object store. If $samplingInterval is not set, a value of 120 seconds will be used. If $statType is not set, the operator \"SUM\" will be used. The stats can be fetched for an Object store when it is in the state \"OBJECT_STORE_AVAILABLE\".
|
|
24
|
+
* @param { String } extId The UUID of the Object store.
|
|
25
|
+
* @param { Date } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
26
|
+
|
|
27
|
+
* @param { Date } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
28
|
+
|
|
29
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
30
|
+
* @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
|
|
31
|
+
|
|
32
|
+
* @param { DownSamplingOperator } opts.$statType
|
|
33
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
34
|
+
* @param {Object} args Additional Arguments
|
|
35
|
+
* @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
|
|
36
|
+
*/
|
|
37
|
+
getObjectstoreStatsById(extId: string, $startTime: Date, $endTime: Date, opts: {
|
|
38
|
+
$samplingInterval: number;
|
|
39
|
+
$statType: DownSamplingOperator;
|
|
40
|
+
$select: string;
|
|
41
|
+
}, ...args: any): Promise<GetObjectstoreStatsApiResponse>;
|
|
42
|
+
#private;
|
|
43
|
+
}
|
|
44
|
+
import DownSamplingOperator from "../models/common/v1/stats/DownSamplingOperator";
|
|
45
|
+
import GetObjectstoreStatsApiResponse from "../models/objects/v4/stats/GetObjectstoreStatsApiResponse";
|
|
46
|
+
import { ApiClient } from "../ApiClient";
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.StatsApi = void 0;
|
|
7
|
+
var _ApiClient = require("../ApiClient");
|
|
8
|
+
var _GetObjectstoreStatsApiResponse = _interopRequireDefault(require("../models/objects/v4/stats/GetObjectstoreStatsApiResponse"));
|
|
9
|
+
var _DownSamplingOperator = _interopRequireDefault(require("../models/common/v1/stats/DownSamplingOperator"));
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
/*
|
|
12
|
+
* Nutanix Objects Storage Management APIs
|
|
13
|
+
*
|
|
14
|
+
* OpenAPI spec version: 4.0.2
|
|
15
|
+
*
|
|
16
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
|
+
*
|
|
18
|
+
* Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
|
|
19
|
+
*
|
|
20
|
+
* Do not edit the class manually.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Stats service.
|
|
26
|
+
* @version 4.0.2
|
|
27
|
+
* @class StatsApi
|
|
28
|
+
*/
|
|
29
|
+
class StatsApi {
|
|
30
|
+
#headersToSkip;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Make the default {@link ApiClient} class available for developers to be able to extend it and bring
|
|
34
|
+
* their own fetch methods into the SDK
|
|
35
|
+
*/
|
|
36
|
+
static get ApiClient() {
|
|
37
|
+
return _ApiClient.ApiClient;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Constructs a new StatsApi.
|
|
42
|
+
* @alias module:api/StatsApi
|
|
43
|
+
* @class
|
|
44
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
45
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
46
|
+
*/
|
|
47
|
+
constructor(apiClient) {
|
|
48
|
+
this.apiClient = apiClient || _ApiClient.ApiClient.instance;
|
|
49
|
+
this.#headersToSkip = new Set();
|
|
50
|
+
this.#headersToSkip.add('authorization');
|
|
51
|
+
this.#headersToSkip.add('cookie');
|
|
52
|
+
this.#headersToSkip.add('host');
|
|
53
|
+
this.#headersToSkip.add('user-agent');
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Get the Object store stats
|
|
58
|
+
* Get the time series stats of an Object store. If $samplingInterval is not set, a value of 120 seconds will be used. If $statType is not set, the operator \"SUM\" will be used. The stats can be fetched for an Object store when it is in the state \"OBJECT_STORE_AVAILABLE\".
|
|
59
|
+
* @param { String } extId The UUID of the Object store.
|
|
60
|
+
* @param { Date } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
61
|
+
* @param { Date } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
62
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
63
|
+
* @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
|
|
64
|
+
* @param { DownSamplingOperator } opts.$statType
|
|
65
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
66
|
+
* @param {Object} args Additional Arguments
|
|
67
|
+
* @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
|
|
68
|
+
*/
|
|
69
|
+
getObjectstoreStatsById(extId, $startTime, $endTime, opts, ...args) {
|
|
70
|
+
let argMap = args.length > 0 ? args[0] : {};
|
|
71
|
+
opts = opts || {};
|
|
72
|
+
const postBody = null;
|
|
73
|
+
// verify the required parameter 'extId' is set
|
|
74
|
+
if (typeof extId === 'undefined' || extId === null) {
|
|
75
|
+
throw new Error("Missing the required parameter 'extId' when calling getObjectstoreStatsById");
|
|
76
|
+
}
|
|
77
|
+
// verify the required parameter '$startTime' is set
|
|
78
|
+
if (typeof $startTime === 'undefined' || $startTime === null) {
|
|
79
|
+
throw new Error("Missing the required parameter '$startTime' when calling getObjectstoreStatsById");
|
|
80
|
+
}
|
|
81
|
+
// verify the required parameter '$endTime' is set
|
|
82
|
+
if (typeof $endTime === 'undefined' || $endTime === null) {
|
|
83
|
+
throw new Error("Missing the required parameter '$endTime' when calling getObjectstoreStatsById");
|
|
84
|
+
}
|
|
85
|
+
const pathParams = {
|
|
86
|
+
'extId': extId
|
|
87
|
+
};
|
|
88
|
+
const queryParams = {
|
|
89
|
+
...{
|
|
90
|
+
'$startTime': $startTime
|
|
91
|
+
},
|
|
92
|
+
...{
|
|
93
|
+
'$endTime': $endTime
|
|
94
|
+
},
|
|
95
|
+
...(opts.hasOwnProperty('$samplingInterval') ? {
|
|
96
|
+
'$samplingInterval': opts['$samplingInterval']
|
|
97
|
+
} : {}),
|
|
98
|
+
...(opts.hasOwnProperty('$statType') ? {
|
|
99
|
+
'$statType': opts['$statType']
|
|
100
|
+
} : {}),
|
|
101
|
+
...(opts.hasOwnProperty('$select') ? {
|
|
102
|
+
'$select': opts['$select']
|
|
103
|
+
} : {})
|
|
104
|
+
};
|
|
105
|
+
let headersToInclude = {};
|
|
106
|
+
Object.keys(argMap).forEach(header => {
|
|
107
|
+
if (!this.#headersToSkip.has(header.toLowerCase())) {
|
|
108
|
+
headersToInclude[header] = argMap[header];
|
|
109
|
+
}
|
|
110
|
+
});
|
|
111
|
+
const headerParams = {
|
|
112
|
+
...headersToInclude
|
|
113
|
+
};
|
|
114
|
+
const formParams = {};
|
|
115
|
+
const authNames = ['basicAuthScheme'];
|
|
116
|
+
const contentTypes = [];
|
|
117
|
+
const accepts = ['application/json'];
|
|
118
|
+
const returnType = _GetObjectstoreStatsApiResponse.default;
|
|
119
|
+
return this.apiClient.callApi('/api/objects/v4.0/stats/object-stores/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
exports.StatsApi = StatsApi;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
export { ApiClient };
|
|
3
3
|
export { ObjectStoresApi };
|
|
4
|
+
export { StatsApi };
|
|
4
5
|
export { FQDN };
|
|
5
6
|
export { Flag };
|
|
6
7
|
export { IPAddress };
|
|
@@ -15,6 +16,8 @@ declare namespace _default {
|
|
|
15
16
|
export { ApiLink };
|
|
16
17
|
export { ApiResponseMetadata };
|
|
17
18
|
export { ExternalizableAbstractModel };
|
|
19
|
+
export { DownSamplingOperator };
|
|
20
|
+
export { TimeIntValuePair };
|
|
18
21
|
export { Certificate };
|
|
19
22
|
export { CertificateProjection };
|
|
20
23
|
export { CreateCertificateApiResponse };
|
|
@@ -33,11 +36,15 @@ declare namespace _default {
|
|
|
33
36
|
export { ErrorResponse };
|
|
34
37
|
export { SchemaValidationError };
|
|
35
38
|
export { SchemaValidationErrorMessage };
|
|
39
|
+
export { GetObjectstoreStatsApiResponse };
|
|
40
|
+
export { ObjectstoreStats };
|
|
41
|
+
export { TimeFloatValuePair };
|
|
36
42
|
export { TaskReference };
|
|
37
43
|
}
|
|
38
44
|
export default _default;
|
|
39
45
|
import { ApiClient } from "./ApiClient";
|
|
40
46
|
import { ObjectStoresApi } from "./apis/objectstores-endpoints";
|
|
47
|
+
import { StatsApi } from "./apis/stats-endpoints";
|
|
41
48
|
import FQDN from "./models/common/v1/config/FQDN";
|
|
42
49
|
import Flag from "./models/common/v1/config/Flag";
|
|
43
50
|
import IPAddress from "./models/common/v1/config/IPAddress";
|
|
@@ -52,6 +59,8 @@ import TenantAwareModel from "./models/common/v1/config/TenantAwareModel";
|
|
|
52
59
|
import ApiLink from "./models/common/v1/response/ApiLink";
|
|
53
60
|
import ApiResponseMetadata from "./models/common/v1/response/ApiResponseMetadata";
|
|
54
61
|
import ExternalizableAbstractModel from "./models/common/v1/response/ExternalizableAbstractModel";
|
|
62
|
+
import DownSamplingOperator from "./models/common/v1/stats/DownSamplingOperator";
|
|
63
|
+
import TimeIntValuePair from "./models/common/v1/stats/TimeIntValuePair";
|
|
55
64
|
import Certificate from "./models/objects/v4/config/Certificate";
|
|
56
65
|
import CertificateProjection from "./models/objects/v4/config/CertificateProjection";
|
|
57
66
|
import CreateCertificateApiResponse from "./models/objects/v4/config/CreateCertificateApiResponse";
|
|
@@ -70,5 +79,8 @@ import AppMessage from "./models/objects/v4/error/AppMessage";
|
|
|
70
79
|
import ErrorResponse from "./models/objects/v4/error/ErrorResponse";
|
|
71
80
|
import SchemaValidationError from "./models/objects/v4/error/SchemaValidationError";
|
|
72
81
|
import SchemaValidationErrorMessage from "./models/objects/v4/error/SchemaValidationErrorMessage";
|
|
82
|
+
import GetObjectstoreStatsApiResponse from "./models/objects/v4/stats/GetObjectstoreStatsApiResponse";
|
|
83
|
+
import ObjectstoreStats from "./models/objects/v4/stats/ObjectstoreStats";
|
|
84
|
+
import TimeFloatValuePair from "./models/objects/v4/stats/TimeFloatValuePair";
|
|
73
85
|
import TaskReference from "./models/prism/v4/config/TaskReference";
|
|
74
|
-
export { ApiClient, ObjectStoresApi, FQDN, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, Metadata, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, Certificate, CertificateProjection, CreateCertificateApiResponse, CreateObjectstoreApiResponse, DeleteObjectstoreApiResponse, GetCaApiResponse, GetCertificateApiResponse, GetObjectstoreApiResponse, ListCertificatesApiResponse, ListObjectstoresApiResponse, ObjectStore, ObjectStoreProjection, State, UpdateObjectstoreApiResponse, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference };
|
|
86
|
+
export { ApiClient, ObjectStoresApi, StatsApi, FQDN, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, Metadata, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, DownSamplingOperator, TimeIntValuePair, Certificate, CertificateProjection, CreateCertificateApiResponse, CreateObjectstoreApiResponse, DeleteObjectstoreApiResponse, GetCaApiResponse, GetCertificateApiResponse, GetObjectstoreApiResponse, ListCertificatesApiResponse, ListObjectstoresApiResponse, ObjectStore, ObjectStoreProjection, State, UpdateObjectstoreApiResponse, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, GetObjectstoreStatsApiResponse, ObjectstoreStats, TimeFloatValuePair, TaskReference };
|
package/dist/lib/index.js
CHANGED
|
@@ -5,217 +5,254 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "ApiClient", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
8
|
+
get: function () {
|
|
9
9
|
return _ApiClient.ApiClient;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "ApiLink", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
15
|
-
return _ApiLink
|
|
14
|
+
get: function () {
|
|
15
|
+
return _ApiLink.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "ApiResponseMetadata", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
21
|
-
return _ApiResponseMetadata
|
|
20
|
+
get: function () {
|
|
21
|
+
return _ApiResponseMetadata.default;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AppMessage", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
27
|
-
return _AppMessage
|
|
26
|
+
get: function () {
|
|
27
|
+
return _AppMessage.default;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "Certificate", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
33
|
-
return _Certificate
|
|
32
|
+
get: function () {
|
|
33
|
+
return _Certificate.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "CertificateProjection", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function
|
|
39
|
-
return _CertificateProjection
|
|
38
|
+
get: function () {
|
|
39
|
+
return _CertificateProjection.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "CreateCertificateApiResponse", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function
|
|
45
|
-
return _CreateCertificateApiResponse
|
|
44
|
+
get: function () {
|
|
45
|
+
return _CreateCertificateApiResponse.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "CreateObjectstoreApiResponse", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function
|
|
51
|
-
return _CreateObjectstoreApiResponse
|
|
50
|
+
get: function () {
|
|
51
|
+
return _CreateObjectstoreApiResponse.default;
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "DeleteObjectstoreApiResponse", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function
|
|
57
|
-
return _DeleteObjectstoreApiResponse
|
|
56
|
+
get: function () {
|
|
57
|
+
return _DeleteObjectstoreApiResponse.default;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "DownSamplingOperator", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _DownSamplingOperator.default;
|
|
58
64
|
}
|
|
59
65
|
});
|
|
60
66
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
61
67
|
enumerable: true,
|
|
62
|
-
get: function
|
|
63
|
-
return _ErrorResponse
|
|
68
|
+
get: function () {
|
|
69
|
+
return _ErrorResponse.default;
|
|
64
70
|
}
|
|
65
71
|
});
|
|
66
72
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
67
73
|
enumerable: true,
|
|
68
|
-
get: function
|
|
69
|
-
return _ExternalizableAbstractModel
|
|
74
|
+
get: function () {
|
|
75
|
+
return _ExternalizableAbstractModel.default;
|
|
70
76
|
}
|
|
71
77
|
});
|
|
72
78
|
Object.defineProperty(exports, "FQDN", {
|
|
73
79
|
enumerable: true,
|
|
74
|
-
get: function
|
|
75
|
-
return _FQDN
|
|
80
|
+
get: function () {
|
|
81
|
+
return _FQDN.default;
|
|
76
82
|
}
|
|
77
83
|
});
|
|
78
84
|
Object.defineProperty(exports, "Flag", {
|
|
79
85
|
enumerable: true,
|
|
80
|
-
get: function
|
|
81
|
-
return _Flag
|
|
86
|
+
get: function () {
|
|
87
|
+
return _Flag.default;
|
|
82
88
|
}
|
|
83
89
|
});
|
|
84
90
|
Object.defineProperty(exports, "GetCaApiResponse", {
|
|
85
91
|
enumerable: true,
|
|
86
|
-
get: function
|
|
87
|
-
return _GetCaApiResponse
|
|
92
|
+
get: function () {
|
|
93
|
+
return _GetCaApiResponse.default;
|
|
88
94
|
}
|
|
89
95
|
});
|
|
90
96
|
Object.defineProperty(exports, "GetCertificateApiResponse", {
|
|
91
97
|
enumerable: true,
|
|
92
|
-
get: function
|
|
93
|
-
return _GetCertificateApiResponse
|
|
98
|
+
get: function () {
|
|
99
|
+
return _GetCertificateApiResponse.default;
|
|
94
100
|
}
|
|
95
101
|
});
|
|
96
102
|
Object.defineProperty(exports, "GetObjectstoreApiResponse", {
|
|
97
103
|
enumerable: true,
|
|
98
|
-
get: function
|
|
99
|
-
return _GetObjectstoreApiResponse
|
|
104
|
+
get: function () {
|
|
105
|
+
return _GetObjectstoreApiResponse.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "GetObjectstoreStatsApiResponse", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return _GetObjectstoreStatsApiResponse.default;
|
|
100
112
|
}
|
|
101
113
|
});
|
|
102
114
|
Object.defineProperty(exports, "IPAddress", {
|
|
103
115
|
enumerable: true,
|
|
104
|
-
get: function
|
|
105
|
-
return _IPAddress
|
|
116
|
+
get: function () {
|
|
117
|
+
return _IPAddress.default;
|
|
106
118
|
}
|
|
107
119
|
});
|
|
108
120
|
Object.defineProperty(exports, "IPv4Address", {
|
|
109
121
|
enumerable: true,
|
|
110
|
-
get: function
|
|
111
|
-
return _IPv4Address
|
|
122
|
+
get: function () {
|
|
123
|
+
return _IPv4Address.default;
|
|
112
124
|
}
|
|
113
125
|
});
|
|
114
126
|
Object.defineProperty(exports, "IPv6Address", {
|
|
115
127
|
enumerable: true,
|
|
116
|
-
get: function
|
|
117
|
-
return _IPv6Address
|
|
128
|
+
get: function () {
|
|
129
|
+
return _IPv6Address.default;
|
|
118
130
|
}
|
|
119
131
|
});
|
|
120
132
|
Object.defineProperty(exports, "KVPair", {
|
|
121
133
|
enumerable: true,
|
|
122
|
-
get: function
|
|
123
|
-
return _KVPair
|
|
134
|
+
get: function () {
|
|
135
|
+
return _KVPair.default;
|
|
124
136
|
}
|
|
125
137
|
});
|
|
126
138
|
Object.defineProperty(exports, "ListCertificatesApiResponse", {
|
|
127
139
|
enumerable: true,
|
|
128
|
-
get: function
|
|
129
|
-
return _ListCertificatesApiResponse
|
|
140
|
+
get: function () {
|
|
141
|
+
return _ListCertificatesApiResponse.default;
|
|
130
142
|
}
|
|
131
143
|
});
|
|
132
144
|
Object.defineProperty(exports, "ListObjectstoresApiResponse", {
|
|
133
145
|
enumerable: true,
|
|
134
|
-
get: function
|
|
135
|
-
return _ListObjectstoresApiResponse
|
|
146
|
+
get: function () {
|
|
147
|
+
return _ListObjectstoresApiResponse.default;
|
|
136
148
|
}
|
|
137
149
|
});
|
|
138
150
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
139
151
|
enumerable: true,
|
|
140
|
-
get: function
|
|
141
|
-
return _MapOfStringWrapper
|
|
152
|
+
get: function () {
|
|
153
|
+
return _MapOfStringWrapper.default;
|
|
142
154
|
}
|
|
143
155
|
});
|
|
144
156
|
Object.defineProperty(exports, "Message", {
|
|
145
157
|
enumerable: true,
|
|
146
|
-
get: function
|
|
147
|
-
return _Message
|
|
158
|
+
get: function () {
|
|
159
|
+
return _Message.default;
|
|
148
160
|
}
|
|
149
161
|
});
|
|
150
162
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
151
163
|
enumerable: true,
|
|
152
|
-
get: function
|
|
153
|
-
return _MessageSeverity
|
|
164
|
+
get: function () {
|
|
165
|
+
return _MessageSeverity.default;
|
|
154
166
|
}
|
|
155
167
|
});
|
|
156
168
|
Object.defineProperty(exports, "Metadata", {
|
|
157
169
|
enumerable: true,
|
|
158
|
-
get: function
|
|
159
|
-
return _Metadata
|
|
170
|
+
get: function () {
|
|
171
|
+
return _Metadata.default;
|
|
160
172
|
}
|
|
161
173
|
});
|
|
162
174
|
Object.defineProperty(exports, "ObjectStore", {
|
|
163
175
|
enumerable: true,
|
|
164
|
-
get: function
|
|
165
|
-
return _ObjectStore
|
|
176
|
+
get: function () {
|
|
177
|
+
return _ObjectStore.default;
|
|
166
178
|
}
|
|
167
179
|
});
|
|
168
180
|
Object.defineProperty(exports, "ObjectStoreProjection", {
|
|
169
181
|
enumerable: true,
|
|
170
|
-
get: function
|
|
171
|
-
return _ObjectStoreProjection
|
|
182
|
+
get: function () {
|
|
183
|
+
return _ObjectStoreProjection.default;
|
|
172
184
|
}
|
|
173
185
|
});
|
|
174
186
|
Object.defineProperty(exports, "ObjectStoresApi", {
|
|
175
187
|
enumerable: true,
|
|
176
|
-
get: function
|
|
188
|
+
get: function () {
|
|
177
189
|
return _objectstoresEndpoints.ObjectStoresApi;
|
|
178
190
|
}
|
|
179
191
|
});
|
|
192
|
+
Object.defineProperty(exports, "ObjectstoreStats", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function () {
|
|
195
|
+
return _ObjectstoreStats.default;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
180
198
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
181
199
|
enumerable: true,
|
|
182
|
-
get: function
|
|
183
|
-
return _SchemaValidationError
|
|
200
|
+
get: function () {
|
|
201
|
+
return _SchemaValidationError.default;
|
|
184
202
|
}
|
|
185
203
|
});
|
|
186
204
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
187
205
|
enumerable: true,
|
|
188
|
-
get: function
|
|
189
|
-
return _SchemaValidationErrorMessage
|
|
206
|
+
get: function () {
|
|
207
|
+
return _SchemaValidationErrorMessage.default;
|
|
190
208
|
}
|
|
191
209
|
});
|
|
192
210
|
Object.defineProperty(exports, "State", {
|
|
193
211
|
enumerable: true,
|
|
194
|
-
get: function
|
|
195
|
-
return _State
|
|
212
|
+
get: function () {
|
|
213
|
+
return _State.default;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "StatsApi", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function () {
|
|
219
|
+
return _statsEndpoints.StatsApi;
|
|
196
220
|
}
|
|
197
221
|
});
|
|
198
222
|
Object.defineProperty(exports, "TaskReference", {
|
|
199
223
|
enumerable: true,
|
|
200
|
-
get: function
|
|
201
|
-
return _TaskReference
|
|
224
|
+
get: function () {
|
|
225
|
+
return _TaskReference.default;
|
|
202
226
|
}
|
|
203
227
|
});
|
|
204
228
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
205
229
|
enumerable: true,
|
|
206
|
-
get: function
|
|
207
|
-
return _TenantAwareModel
|
|
230
|
+
get: function () {
|
|
231
|
+
return _TenantAwareModel.default;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
Object.defineProperty(exports, "TimeFloatValuePair", {
|
|
235
|
+
enumerable: true,
|
|
236
|
+
get: function () {
|
|
237
|
+
return _TimeFloatValuePair.default;
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
Object.defineProperty(exports, "TimeIntValuePair", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function () {
|
|
243
|
+
return _TimeIntValuePair.default;
|
|
208
244
|
}
|
|
209
245
|
});
|
|
210
246
|
Object.defineProperty(exports, "UpdateObjectstoreApiResponse", {
|
|
211
247
|
enumerable: true,
|
|
212
|
-
get: function
|
|
213
|
-
return _UpdateObjectstoreApiResponse
|
|
248
|
+
get: function () {
|
|
249
|
+
return _UpdateObjectstoreApiResponse.default;
|
|
214
250
|
}
|
|
215
251
|
});
|
|
216
|
-
exports
|
|
252
|
+
exports.default = void 0;
|
|
217
253
|
var _ApiClient = require("./ApiClient");
|
|
218
254
|
var _objectstoresEndpoints = require("./apis/objectstores-endpoints");
|
|
255
|
+
var _statsEndpoints = require("./apis/stats-endpoints");
|
|
219
256
|
var _FQDN = _interopRequireDefault(require("./models/common/v1/config/FQDN"));
|
|
220
257
|
var _Flag = _interopRequireDefault(require("./models/common/v1/config/Flag"));
|
|
221
258
|
var _IPAddress = _interopRequireDefault(require("./models/common/v1/config/IPAddress"));
|
|
@@ -230,6 +267,8 @@ var _TenantAwareModel = _interopRequireDefault(require("./models/common/v1/confi
|
|
|
230
267
|
var _ApiLink = _interopRequireDefault(require("./models/common/v1/response/ApiLink"));
|
|
231
268
|
var _ApiResponseMetadata = _interopRequireDefault(require("./models/common/v1/response/ApiResponseMetadata"));
|
|
232
269
|
var _ExternalizableAbstractModel = _interopRequireDefault(require("./models/common/v1/response/ExternalizableAbstractModel"));
|
|
270
|
+
var _DownSamplingOperator = _interopRequireDefault(require("./models/common/v1/stats/DownSamplingOperator"));
|
|
271
|
+
var _TimeIntValuePair = _interopRequireDefault(require("./models/common/v1/stats/TimeIntValuePair"));
|
|
233
272
|
var _Certificate = _interopRequireDefault(require("./models/objects/v4/config/Certificate"));
|
|
234
273
|
var _CertificateProjection = _interopRequireDefault(require("./models/objects/v4/config/CertificateProjection"));
|
|
235
274
|
var _CreateCertificateApiResponse = _interopRequireDefault(require("./models/objects/v4/config/CreateCertificateApiResponse"));
|
|
@@ -248,45 +287,54 @@ var _AppMessage = _interopRequireDefault(require("./models/objects/v4/error/AppM
|
|
|
248
287
|
var _ErrorResponse = _interopRequireDefault(require("./models/objects/v4/error/ErrorResponse"));
|
|
249
288
|
var _SchemaValidationError = _interopRequireDefault(require("./models/objects/v4/error/SchemaValidationError"));
|
|
250
289
|
var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/objects/v4/error/SchemaValidationErrorMessage"));
|
|
290
|
+
var _GetObjectstoreStatsApiResponse = _interopRequireDefault(require("./models/objects/v4/stats/GetObjectstoreStatsApiResponse"));
|
|
291
|
+
var _ObjectstoreStats = _interopRequireDefault(require("./models/objects/v4/stats/ObjectstoreStats"));
|
|
292
|
+
var _TimeFloatValuePair = _interopRequireDefault(require("./models/objects/v4/stats/TimeFloatValuePair"));
|
|
251
293
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
252
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : {
|
|
294
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
253
295
|
// Export base files
|
|
254
296
|
// Export APIs
|
|
255
297
|
// Export models
|
|
256
|
-
var _default = exports
|
|
298
|
+
var _default = exports.default = {
|
|
257
299
|
ApiClient: _ApiClient.ApiClient,
|
|
258
300
|
ObjectStoresApi: _objectstoresEndpoints.ObjectStoresApi,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
301
|
+
StatsApi: _statsEndpoints.StatsApi,
|
|
302
|
+
FQDN: _FQDN.default,
|
|
303
|
+
Flag: _Flag.default,
|
|
304
|
+
IPAddress: _IPAddress.default,
|
|
305
|
+
IPv4Address: _IPv4Address.default,
|
|
306
|
+
IPv6Address: _IPv6Address.default,
|
|
307
|
+
KVPair: _KVPair.default,
|
|
308
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
309
|
+
Message: _Message.default,
|
|
310
|
+
MessageSeverity: _MessageSeverity.default,
|
|
311
|
+
Metadata: _Metadata.default,
|
|
312
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
313
|
+
ApiLink: _ApiLink.default,
|
|
314
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
315
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
316
|
+
DownSamplingOperator: _DownSamplingOperator.default,
|
|
317
|
+
TimeIntValuePair: _TimeIntValuePair.default,
|
|
318
|
+
Certificate: _Certificate.default,
|
|
319
|
+
CertificateProjection: _CertificateProjection.default,
|
|
320
|
+
CreateCertificateApiResponse: _CreateCertificateApiResponse.default,
|
|
321
|
+
CreateObjectstoreApiResponse: _CreateObjectstoreApiResponse.default,
|
|
322
|
+
DeleteObjectstoreApiResponse: _DeleteObjectstoreApiResponse.default,
|
|
323
|
+
GetCaApiResponse: _GetCaApiResponse.default,
|
|
324
|
+
GetCertificateApiResponse: _GetCertificateApiResponse.default,
|
|
325
|
+
GetObjectstoreApiResponse: _GetObjectstoreApiResponse.default,
|
|
326
|
+
ListCertificatesApiResponse: _ListCertificatesApiResponse.default,
|
|
327
|
+
ListObjectstoresApiResponse: _ListObjectstoresApiResponse.default,
|
|
328
|
+
ObjectStore: _ObjectStore.default,
|
|
329
|
+
ObjectStoreProjection: _ObjectStoreProjection.default,
|
|
330
|
+
State: _State.default,
|
|
331
|
+
UpdateObjectstoreApiResponse: _UpdateObjectstoreApiResponse.default,
|
|
332
|
+
AppMessage: _AppMessage.default,
|
|
333
|
+
ErrorResponse: _ErrorResponse.default,
|
|
334
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
335
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
336
|
+
GetObjectstoreStatsApiResponse: _GetObjectstoreStatsApiResponse.default,
|
|
337
|
+
ObjectstoreStats: _ObjectstoreStats.default,
|
|
338
|
+
TimeFloatValuePair: _TimeFloatValuePair.default,
|
|
339
|
+
TaskReference: _TaskReference.default
|
|
292
340
|
};
|