kb-cloud-client-typescript 2.4.0-alpha.50 → 2.4.0-alpha.51
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/dist/adminapi/api.d.ts +1 -0
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +1 -0
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/data-replication-api.d.ts +1356 -0
- package/dist/adminapi/apis/data-replication-api.d.ts.map +1 -0
- package/dist/adminapi/apis/data-replication-api.js +1495 -0
- package/dist/adminapi/apis/data-replication-api.js.map +1 -0
- package/dist/adminapi/models/auth-type.d.ts +21 -0
- package/dist/adminapi/models/auth-type.d.ts.map +1 -0
- package/dist/adminapi/models/auth-type.js +25 -0
- package/dist/adminapi/models/auth-type.js.map +1 -0
- package/dist/adminapi/models/basic-auth-model.d.ts +31 -0
- package/dist/adminapi/models/basic-auth-model.d.ts.map +1 -0
- package/dist/adminapi/models/basic-auth-model.js +16 -0
- package/dist/adminapi/models/basic-auth-model.js.map +1 -0
- package/dist/adminapi/models/channel-status.d.ts +28 -0
- package/dist/adminapi/models/channel-status.d.ts.map +1 -0
- package/dist/adminapi/models/channel-status.js +32 -0
- package/dist/adminapi/models/channel-status.js.map +1 -0
- package/dist/adminapi/models/custom-endpoint-create.d.ts +39 -0
- package/dist/adminapi/models/custom-endpoint-create.d.ts.map +1 -0
- package/dist/adminapi/models/custom-endpoint-create.js +16 -0
- package/dist/adminapi/models/custom-endpoint-create.js.map +1 -0
- package/dist/adminapi/models/custom-endpoint.d.ts +45 -0
- package/dist/adminapi/models/custom-endpoint.d.ts.map +1 -0
- package/dist/adminapi/models/custom-endpoint.js +16 -0
- package/dist/adminapi/models/custom-endpoint.js.map +1 -0
- package/dist/adminapi/models/data-channel-detail.d.ts +33 -0
- package/dist/adminapi/models/data-channel-detail.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-detail.js +16 -0
- package/dist/adminapi/models/data-channel-detail.js.map +1 -0
- package/dist/adminapi/models/data-channel-endpoint-create.d.ts +60 -0
- package/dist/adminapi/models/data-channel-endpoint-create.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-endpoint-create.js +16 -0
- package/dist/adminapi/models/data-channel-endpoint-create.js.map +1 -0
- package/dist/adminapi/models/data-channel-item.d.ts +119 -0
- package/dist/adminapi/models/data-channel-item.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-item.js +16 -0
- package/dist/adminapi/models/data-channel-item.js.map +1 -0
- package/dist/adminapi/models/data-channel-list-endpoint.d.ts +54 -0
- package/dist/adminapi/models/data-channel-list-endpoint.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-list-endpoint.js +16 -0
- package/dist/adminapi/models/data-channel-list-endpoint.js.map +1 -0
- package/dist/adminapi/models/data-channel-module-progress.d.ts +49 -0
- package/dist/adminapi/models/data-channel-module-progress.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-module-progress.js +16 -0
- package/dist/adminapi/models/data-channel-module-progress.js.map +1 -0
- package/dist/adminapi/models/data-channel-parameter-key-value.d.ts +31 -0
- package/dist/adminapi/models/data-channel-parameter-key-value.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-parameter-key-value.js +16 -0
- package/dist/adminapi/models/data-channel-parameter-key-value.js.map +1 -0
- package/dist/adminapi/models/data-channel-progress.d.ts +32 -0
- package/dist/adminapi/models/data-channel-progress.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-progress.js +16 -0
- package/dist/adminapi/models/data-channel-progress.js.map +1 -0
- package/dist/adminapi/models/data-channel-response.d.ts +43 -0
- package/dist/adminapi/models/data-channel-response.d.ts.map +1 -0
- package/dist/adminapi/models/data-channel-response.js +16 -0
- package/dist/adminapi/models/data-channel-response.js.map +1 -0
- package/dist/adminapi/models/data-check-detail-item.d.ts +94 -0
- package/dist/adminapi/models/data-check-detail-item.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-detail-item.js +16 -0
- package/dist/adminapi/models/data-check-detail-item.js.map +1 -0
- package/dist/adminapi/models/data-check-detail-type.d.ts +22 -0
- package/dist/adminapi/models/data-check-detail-type.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-detail-type.js +26 -0
- package/dist/adminapi/models/data-check-detail-type.js.map +1 -0
- package/dist/adminapi/models/data-check-details.d.ts +33 -0
- package/dist/adminapi/models/data-check-details.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-details.js +16 -0
- package/dist/adminapi/models/data-check-details.js.map +1 -0
- package/dist/adminapi/models/data-check-diff-value.d.ts +43 -0
- package/dist/adminapi/models/data-check-diff-value.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-diff-value.js +16 -0
- package/dist/adminapi/models/data-check-diff-value.js.map +1 -0
- package/dist/adminapi/models/data-check-item.d.ts +120 -0
- package/dist/adminapi/models/data-check-item.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-item.js +16 -0
- package/dist/adminapi/models/data-check-item.js.map +1 -0
- package/dist/adminapi/models/data-check-list-item.d.ts +120 -0
- package/dist/adminapi/models/data-check-list-item.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-list-item.js +16 -0
- package/dist/adminapi/models/data-check-list-item.js.map +1 -0
- package/dist/adminapi/models/data-check-list-summary.d.ts +49 -0
- package/dist/adminapi/models/data-check-list-summary.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-list-summary.js +16 -0
- package/dist/adminapi/models/data-check-list-summary.js.map +1 -0
- package/dist/adminapi/models/data-check-status.d.ts +23 -0
- package/dist/adminapi/models/data-check-status.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-status.js +27 -0
- package/dist/adminapi/models/data-check-status.js.map +1 -0
- package/dist/adminapi/models/data-check-summary.d.ts +56 -0
- package/dist/adminapi/models/data-check-summary.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-summary.js +16 -0
- package/dist/adminapi/models/data-check-summary.js.map +1 -0
- package/dist/adminapi/models/data-check-table-summary.d.ts +67 -0
- package/dist/adminapi/models/data-check-table-summary.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-table-summary.js +16 -0
- package/dist/adminapi/models/data-check-table-summary.js.map +1 -0
- package/dist/adminapi/models/data-check-type.d.ts +22 -0
- package/dist/adminapi/models/data-check-type.d.ts.map +1 -0
- package/dist/adminapi/models/data-check-type.js +26 -0
- package/dist/adminapi/models/data-check-type.js.map +1 -0
- package/dist/adminapi/models/data-replication-channel-container.d.ts +37 -0
- package/dist/adminapi/models/data-replication-channel-container.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-channel-container.js +16 -0
- package/dist/adminapi/models/data-replication-channel-container.js.map +1 -0
- package/dist/adminapi/models/data-replication-create.d.ts +85 -0
- package/dist/adminapi/models/data-replication-create.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-create.js +16 -0
- package/dist/adminapi/models/data-replication-create.js.map +1 -0
- package/dist/adminapi/models/data-replication-endpoint-type.d.ts +22 -0
- package/dist/adminapi/models/data-replication-endpoint-type.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-endpoint-type.js +26 -0
- package/dist/adminapi/models/data-replication-endpoint-type.js.map +1 -0
- package/dist/adminapi/models/data-replication-ops-type.d.ts +23 -0
- package/dist/adminapi/models/data-replication-ops-type.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-ops-type.js +27 -0
- package/dist/adminapi/models/data-replication-ops-type.js.map +1 -0
- package/dist/adminapi/models/data-replication-parameters-response-detail.d.ts +57 -0
- package/dist/adminapi/models/data-replication-parameters-response-detail.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-parameters-response-detail.js +16 -0
- package/dist/adminapi/models/data-replication-parameters-response-detail.js.map +1 -0
- package/dist/adminapi/models/data-replication-update.d.ts +32 -0
- package/dist/adminapi/models/data-replication-update.d.ts.map +1 -0
- package/dist/adminapi/models/data-replication-update.js +16 -0
- package/dist/adminapi/models/data-replication-update.js.map +1 -0
- package/dist/adminapi/models/event-item.d.ts +55 -0
- package/dist/adminapi/models/event-item.d.ts.map +1 -0
- package/dist/adminapi/models/event-item.js +16 -0
- package/dist/adminapi/models/event-item.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +34 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +34 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/kubeblocks-endpoint.d.ts +49 -0
- package/dist/adminapi/models/kubeblocks-endpoint.d.ts.map +1 -0
- package/dist/adminapi/models/kubeblocks-endpoint.js +16 -0
- package/dist/adminapi/models/kubeblocks-endpoint.js.map +1 -0
- package/dist/adminapi/models/pre-check-create.d.ts +51 -0
- package/dist/adminapi/models/pre-check-create.d.ts.map +1 -0
- package/dist/adminapi/models/pre-check-create.js +16 -0
- package/dist/adminapi/models/pre-check-create.js.map +1 -0
- package/dist/adminapi/models/replication-object-query.d.ts +56 -0
- package/dist/adminapi/models/replication-object-query.d.ts.map +1 -0
- package/dist/adminapi/models/replication-object-query.js +16 -0
- package/dist/adminapi/models/replication-object-query.js.map +1 -0
- package/dist/openapi/models/data-channel-item.d.ts +6 -0
- package/dist/openapi/models/data-channel-item.d.ts.map +1 -1
- package/dist/openapi/models/data-check-item.d.ts +6 -0
- package/dist/openapi/models/data-check-item.d.ts.map +1 -1
- package/dist/openapi/models/data-check-list-item.d.ts +6 -0
- package/dist/openapi/models/data-check-list-item.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +35 -0
- package/src/adminapi/api.ts +1 -0
- package/src/adminapi/apis/data-replication-api.ts +2370 -0
- package/src/adminapi/models/auth-type.ts +30 -0
- package/src/adminapi/models/basic-auth-model.ts +36 -0
- package/src/adminapi/models/channel-status.ts +37 -0
- package/src/adminapi/models/custom-endpoint-create.ts +50 -0
- package/src/adminapi/models/custom-endpoint.ts +56 -0
- package/src/adminapi/models/data-channel-detail.ts +42 -0
- package/src/adminapi/models/data-channel-endpoint-create.ts +71 -0
- package/src/adminapi/models/data-channel-item.ts +134 -0
- package/src/adminapi/models/data-channel-list-endpoint.ts +65 -0
- package/src/adminapi/models/data-channel-module-progress.ts +54 -0
- package/src/adminapi/models/data-channel-parameter-key-value.ts +36 -0
- package/src/adminapi/models/data-channel-progress.ts +39 -0
- package/src/adminapi/models/data-channel-response.ts +48 -0
- package/src/adminapi/models/data-check-detail-item.ts +93 -0
- package/src/adminapi/models/data-check-detail-type.ts +31 -0
- package/src/adminapi/models/data-check-details.ts +42 -0
- package/src/adminapi/models/data-check-diff-value.ts +48 -0
- package/src/adminapi/models/data-check-item.ts +137 -0
- package/src/adminapi/models/data-check-list-item.ts +137 -0
- package/src/adminapi/models/data-check-list-summary.ts +54 -0
- package/src/adminapi/models/data-check-status.ts +32 -0
- package/src/adminapi/models/data-check-summary.ts +63 -0
- package/src/adminapi/models/data-check-table-summary.ts +72 -0
- package/src/adminapi/models/data-check-type.ts +31 -0
- package/src/adminapi/models/data-replication-channel-container.ts +42 -0
- package/src/adminapi/models/data-replication-create.ts +96 -0
- package/src/adminapi/models/data-replication-endpoint-type.ts +31 -0
- package/src/adminapi/models/data-replication-ops-type.ts +32 -0
- package/src/adminapi/models/data-replication-parameters-response-detail.ts +68 -0
- package/src/adminapi/models/data-replication-update.ts +39 -0
- package/src/adminapi/models/event-item.ts +60 -0
- package/src/adminapi/models/index.ts +34 -0
- package/src/adminapi/models/kubeblocks-endpoint.ts +54 -0
- package/src/adminapi/models/pre-check-create.ts +60 -0
- package/src/adminapi/models/replication-object-query.ts +63 -0
- package/src/adminapi.yaml +2066 -797
- package/src/openapi/models/data-channel-item.ts +6 -0
- package/src/openapi/models/data-check-item.ts +6 -0
- package/src/openapi/models/data-check-list-item.ts +6 -0
- package/src/openapi.yaml +6 -0
|
@@ -0,0 +1,1356 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { DataChannelDetail } from '../models';
|
|
16
|
+
import type { DataChannelItem } from '../models';
|
|
17
|
+
import type { DataChannelResponse } from '../models';
|
|
18
|
+
import type { DataCheckDetailType } from '../models';
|
|
19
|
+
import type { DataCheckDetails } from '../models';
|
|
20
|
+
import type { DataCheckItem } from '../models';
|
|
21
|
+
import type { DataCheckListItem } from '../models';
|
|
22
|
+
import type { DataReplicationChannelContainer } from '../models';
|
|
23
|
+
import type { DataReplicationOpsType } from '../models';
|
|
24
|
+
import type { DataReplicationParametersResponseDetail } from '../models';
|
|
25
|
+
import type { DataReplicationUpdate } from '../models';
|
|
26
|
+
import type { EventItem } from '../models';
|
|
27
|
+
import type { PreCheckCreate } from '../models';
|
|
28
|
+
import type { PreCheckTaskDetail } from '../models';
|
|
29
|
+
import type { PreCheckTaskResponse } from '../models';
|
|
30
|
+
import type { ReplicationObjectQuery } from '../models';
|
|
31
|
+
import type { ReplicationObjectTree } from '../models';
|
|
32
|
+
/**
|
|
33
|
+
* DataReplicationApi - axios parameter creator
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
export declare const DataReplicationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
37
|
+
/**
|
|
38
|
+
* Create a new data channel ops.
|
|
39
|
+
* @summary Create a new data channel ops
|
|
40
|
+
* @param {string} orgName The Name of the organization
|
|
41
|
+
* @param {string} channelID The ID of the data channel
|
|
42
|
+
* @param {DataReplicationOpsType} opsType The operation type
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
createDataChannelOps: (orgName: string, channelID: string, opsType: DataReplicationOpsType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
/**
|
|
48
|
+
* create pre check.
|
|
49
|
+
* @summary create pre check
|
|
50
|
+
* @param {string} orgName The Name of the organization
|
|
51
|
+
* @param {PreCheckCreate} body
|
|
52
|
+
* @param {*} [options] Override http request option.
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
*/
|
|
55
|
+
createPreCheck: (orgName: string, body: PreCheckCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
+
/**
|
|
57
|
+
* Delete a data channel.
|
|
58
|
+
* @summary Delete a data channel
|
|
59
|
+
* @param {string} orgName The Name of the organization
|
|
60
|
+
* @param {string} channelID The ID of the data channel
|
|
61
|
+
* @param {*} [options] Override http request option.
|
|
62
|
+
* @throws {RequiredError}
|
|
63
|
+
*/
|
|
64
|
+
deleteDataChannel: (orgName: string, channelID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
|
+
/**
|
|
66
|
+
* Delete a standalone data check and its runtime resources.
|
|
67
|
+
* @summary Delete a data check
|
|
68
|
+
* @param {string} orgName The Name of the organization
|
|
69
|
+
* @param {string} checkID The ID of the check
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
deleteDataCheck: (orgName: string, checkID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
+
/**
|
|
75
|
+
* delete preCheck.
|
|
76
|
+
* @summary delete preCheck
|
|
77
|
+
* @param {string} preCheckID The ID of the preCheck task
|
|
78
|
+
* @param {string} orgName The Name of the organization
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @deprecated
|
|
81
|
+
* @throws {RequiredError}
|
|
82
|
+
*/
|
|
83
|
+
deletePreCheck: (preCheckID: string, orgName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
/**
|
|
85
|
+
* Retrieve a data channel detail.
|
|
86
|
+
* @summary Get Data Channel Details
|
|
87
|
+
* @param {string} orgName The Name of the organization
|
|
88
|
+
* @param {string} channelID The ID of the data channel
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
getDataChannel: (orgName: string, channelID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
93
|
+
/**
|
|
94
|
+
* Retrieve a standalone data check detail.
|
|
95
|
+
* @summary Get Data Check
|
|
96
|
+
* @param {string} orgName The Name of the organization
|
|
97
|
+
* @param {string} checkID The ID of the check
|
|
98
|
+
* @param {*} [options] Override http request option.
|
|
99
|
+
* @throws {RequiredError}
|
|
100
|
+
*/
|
|
101
|
+
getDataCheck: (orgName: string, checkID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
102
|
+
/**
|
|
103
|
+
* Read typed check miss or diff details from the latest parsed check result.
|
|
104
|
+
* @summary Get Data Check Difference Details
|
|
105
|
+
* @param {string} orgName The Name of the organization
|
|
106
|
+
* @param {string} checkID The ID of the check
|
|
107
|
+
* @param {DataCheckDetailType} type The detail type
|
|
108
|
+
* @param {string} [schema] Source schema or database. Required for snapshot checks.
|
|
109
|
+
* @param {string} [table] Source table. Required for snapshot checks.
|
|
110
|
+
* @param {string} [key] Struct object key. Optional for struct checks; omitted to page all struct details.
|
|
111
|
+
* @param {number} [page] Page number for pagination.
|
|
112
|
+
* @param {number} [pageSize] Number of items per page.
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
getDataCheckDetails: (orgName: string, checkID: string, type: DataCheckDetailType, schema?: string, table?: string, key?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
|
+
/**
|
|
118
|
+
* Read raw SQL lines emitted by check sql_logger entries.
|
|
119
|
+
* @summary Get Data Check SQL Logs
|
|
120
|
+
* @param {string} orgName The Name of the organization
|
|
121
|
+
* @param {string} checkID The ID of the check
|
|
122
|
+
* @param {*} [options] Override http request option.
|
|
123
|
+
* @throws {RequiredError}
|
|
124
|
+
*/
|
|
125
|
+
getDataCheckSQLLogs: (orgName: string, checkID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
126
|
+
/**
|
|
127
|
+
* get preCheck.
|
|
128
|
+
* @summary get preCheck
|
|
129
|
+
* @param {string} preCheckID The ID of the preCheck task
|
|
130
|
+
* @param {string} orgName The Name of the organization
|
|
131
|
+
* @param {*} [options] Override http request option.
|
|
132
|
+
* @throws {RequiredError}
|
|
133
|
+
*/
|
|
134
|
+
getPreCheck: (preCheckID: string, orgName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
135
|
+
/**
|
|
136
|
+
* Retrieve a list of data channels.
|
|
137
|
+
* @summary List Data Channels
|
|
138
|
+
* @param {string} [orgName] The Name of the organization
|
|
139
|
+
* @param {string} [name] The name of the data channel
|
|
140
|
+
* @param {Array<string>} [status] The status of the data channel
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
listAdminDataChannels: (orgName?: string, name?: string, status?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
|
+
/**
|
|
146
|
+
* Retrieve a list of standalone data checks.
|
|
147
|
+
* @summary List Data Checks
|
|
148
|
+
* @param {string} [orgName] The Name of the organization
|
|
149
|
+
* @param {string} [name] The name of the check
|
|
150
|
+
* @param {Array<string>} [status] The status of the check
|
|
151
|
+
* @param {*} [options] Override http request option.
|
|
152
|
+
* @throws {RequiredError}
|
|
153
|
+
*/
|
|
154
|
+
listAdminDataChecks: (orgName?: string, name?: string, status?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
155
|
+
/**
|
|
156
|
+
* Retrieve a list of data channel events.
|
|
157
|
+
* @summary List Data Channel Events
|
|
158
|
+
* @param {string} orgName The Name of the organization
|
|
159
|
+
* @param {string} channelID The ID of the data channel
|
|
160
|
+
* @param {*} [options] Override http request option.
|
|
161
|
+
* @throws {RequiredError}
|
|
162
|
+
*/
|
|
163
|
+
listDataChannelEvents: (orgName: string, channelID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
164
|
+
/**
|
|
165
|
+
* Retrieve a list of data channel parameters.
|
|
166
|
+
* @summary List Data Channel Parameters
|
|
167
|
+
* @param {string} orgName The Name of the organization
|
|
168
|
+
* @param {string} [standardName] The name of the standard definition
|
|
169
|
+
* @param {string} [channelID] The ID of the data channel
|
|
170
|
+
* @param {string} [source] The source EngineDeifnition name
|
|
171
|
+
* @param {string} [target] The target EngineDeifnition name
|
|
172
|
+
* @param {string} [moduleName] The module name
|
|
173
|
+
* @param {*} [options] Override http request option.
|
|
174
|
+
* @throws {RequiredError}
|
|
175
|
+
*/
|
|
176
|
+
listDataChannelParameters: (orgName: string, standardName?: string, channelID?: string, source?: string, target?: string, moduleName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
177
|
+
/**
|
|
178
|
+
* Query containers of a data channel module pod
|
|
179
|
+
* @summary Query data channel module pod containers
|
|
180
|
+
* @param {string} orgName The Name of the organization
|
|
181
|
+
* @param {string} channelID
|
|
182
|
+
* @param {string} [moduleName]
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
queryDataChannelContainers: (orgName: string, channelID: string, moduleName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
187
|
+
/**
|
|
188
|
+
* Query logs of a data channel
|
|
189
|
+
* @summary Query data channel logs
|
|
190
|
+
* @param {string} orgName The Name of the organization
|
|
191
|
+
* @param {string} channelID
|
|
192
|
+
* @param {string} [moduleName]
|
|
193
|
+
* @param {string} [containerName]
|
|
194
|
+
* @param {string} [limit]
|
|
195
|
+
* @param {*} [options] Override http request option.
|
|
196
|
+
* @throws {RequiredError}
|
|
197
|
+
*/
|
|
198
|
+
queryDataChannelLogs: (orgName: string, channelID: string, moduleName?: string, containerName?: string, limit?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
199
|
+
/**
|
|
200
|
+
* query replication object.
|
|
201
|
+
* @summary query replication object
|
|
202
|
+
* @param {string} orgName The Name of the organization
|
|
203
|
+
* @param {ReplicationObjectQuery} body
|
|
204
|
+
* @param {*} [options] Override http request option.
|
|
205
|
+
* @throws {RequiredError}
|
|
206
|
+
*/
|
|
207
|
+
queryReplicationObject: (orgName: string, body: ReplicationObjectQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
208
|
+
/**
|
|
209
|
+
* Update a new data channel.
|
|
210
|
+
* @summary Update a data channel
|
|
211
|
+
* @param {string} orgName The Name of the organization
|
|
212
|
+
* @param {string} channelID The ID of the data channel
|
|
213
|
+
* @param {DataReplicationUpdate} body
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
updateDataChannel: (orgName: string, channelID: string, body: DataReplicationUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* DataReplicationApi - functional programming interface
|
|
221
|
+
* @export
|
|
222
|
+
*/
|
|
223
|
+
export declare const DataReplicationApiFp: (configuration?: Configuration) => {
|
|
224
|
+
/**
|
|
225
|
+
* Create a new data channel ops.
|
|
226
|
+
* @summary Create a new data channel ops
|
|
227
|
+
* @param {string} orgName The Name of the organization
|
|
228
|
+
* @param {string} channelID The ID of the data channel
|
|
229
|
+
* @param {DataReplicationOpsType} opsType The operation type
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
*/
|
|
233
|
+
createDataChannelOps(orgName: string, channelID: string, opsType: DataReplicationOpsType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
234
|
+
/**
|
|
235
|
+
* create pre check.
|
|
236
|
+
* @summary create pre check
|
|
237
|
+
* @param {string} orgName The Name of the organization
|
|
238
|
+
* @param {PreCheckCreate} body
|
|
239
|
+
* @param {*} [options] Override http request option.
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
*/
|
|
242
|
+
createPreCheck(orgName: string, body: PreCheckCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PreCheckTaskResponse>>;
|
|
243
|
+
/**
|
|
244
|
+
* Delete a data channel.
|
|
245
|
+
* @summary Delete a data channel
|
|
246
|
+
* @param {string} orgName The Name of the organization
|
|
247
|
+
* @param {string} channelID The ID of the data channel
|
|
248
|
+
* @param {*} [options] Override http request option.
|
|
249
|
+
* @throws {RequiredError}
|
|
250
|
+
*/
|
|
251
|
+
deleteDataChannel(orgName: string, channelID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
252
|
+
/**
|
|
253
|
+
* Delete a standalone data check and its runtime resources.
|
|
254
|
+
* @summary Delete a data check
|
|
255
|
+
* @param {string} orgName The Name of the organization
|
|
256
|
+
* @param {string} checkID The ID of the check
|
|
257
|
+
* @param {*} [options] Override http request option.
|
|
258
|
+
* @throws {RequiredError}
|
|
259
|
+
*/
|
|
260
|
+
deleteDataCheck(orgName: string, checkID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
261
|
+
/**
|
|
262
|
+
* delete preCheck.
|
|
263
|
+
* @summary delete preCheck
|
|
264
|
+
* @param {string} preCheckID The ID of the preCheck task
|
|
265
|
+
* @param {string} orgName The Name of the organization
|
|
266
|
+
* @param {*} [options] Override http request option.
|
|
267
|
+
* @deprecated
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
*/
|
|
270
|
+
deletePreCheck(preCheckID: string, orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
271
|
+
/**
|
|
272
|
+
* Retrieve a data channel detail.
|
|
273
|
+
* @summary Get Data Channel Details
|
|
274
|
+
* @param {string} orgName The Name of the organization
|
|
275
|
+
* @param {string} channelID The ID of the data channel
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
getDataChannel(orgName: string, channelID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataChannelDetail>>;
|
|
280
|
+
/**
|
|
281
|
+
* Retrieve a standalone data check detail.
|
|
282
|
+
* @summary Get Data Check
|
|
283
|
+
* @param {string} orgName The Name of the organization
|
|
284
|
+
* @param {string} checkID The ID of the check
|
|
285
|
+
* @param {*} [options] Override http request option.
|
|
286
|
+
* @throws {RequiredError}
|
|
287
|
+
*/
|
|
288
|
+
getDataCheck(orgName: string, checkID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataCheckItem>>;
|
|
289
|
+
/**
|
|
290
|
+
* Read typed check miss or diff details from the latest parsed check result.
|
|
291
|
+
* @summary Get Data Check Difference Details
|
|
292
|
+
* @param {string} orgName The Name of the organization
|
|
293
|
+
* @param {string} checkID The ID of the check
|
|
294
|
+
* @param {DataCheckDetailType} type The detail type
|
|
295
|
+
* @param {string} [schema] Source schema or database. Required for snapshot checks.
|
|
296
|
+
* @param {string} [table] Source table. Required for snapshot checks.
|
|
297
|
+
* @param {string} [key] Struct object key. Optional for struct checks; omitted to page all struct details.
|
|
298
|
+
* @param {number} [page] Page number for pagination.
|
|
299
|
+
* @param {number} [pageSize] Number of items per page.
|
|
300
|
+
* @param {*} [options] Override http request option.
|
|
301
|
+
* @throws {RequiredError}
|
|
302
|
+
*/
|
|
303
|
+
getDataCheckDetails(orgName: string, checkID: string, type: DataCheckDetailType, schema?: string, table?: string, key?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataCheckDetails>>;
|
|
304
|
+
/**
|
|
305
|
+
* Read raw SQL lines emitted by check sql_logger entries.
|
|
306
|
+
* @summary Get Data Check SQL Logs
|
|
307
|
+
* @param {string} orgName The Name of the organization
|
|
308
|
+
* @param {string} checkID The ID of the check
|
|
309
|
+
* @param {*} [options] Override http request option.
|
|
310
|
+
* @throws {RequiredError}
|
|
311
|
+
*/
|
|
312
|
+
getDataCheckSQLLogs(orgName: string, checkID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
313
|
+
/**
|
|
314
|
+
* get preCheck.
|
|
315
|
+
* @summary get preCheck
|
|
316
|
+
* @param {string} preCheckID The ID of the preCheck task
|
|
317
|
+
* @param {string} orgName The Name of the organization
|
|
318
|
+
* @param {*} [options] Override http request option.
|
|
319
|
+
* @throws {RequiredError}
|
|
320
|
+
*/
|
|
321
|
+
getPreCheck(preCheckID: string, orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PreCheckTaskDetail>>;
|
|
322
|
+
/**
|
|
323
|
+
* Retrieve a list of data channels.
|
|
324
|
+
* @summary List Data Channels
|
|
325
|
+
* @param {string} [orgName] The Name of the organization
|
|
326
|
+
* @param {string} [name] The name of the data channel
|
|
327
|
+
* @param {Array<string>} [status] The status of the data channel
|
|
328
|
+
* @param {*} [options] Override http request option.
|
|
329
|
+
* @throws {RequiredError}
|
|
330
|
+
*/
|
|
331
|
+
listAdminDataChannels(orgName?: string, name?: string, status?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DataChannelItem>>>;
|
|
332
|
+
/**
|
|
333
|
+
* Retrieve a list of standalone data checks.
|
|
334
|
+
* @summary List Data Checks
|
|
335
|
+
* @param {string} [orgName] The Name of the organization
|
|
336
|
+
* @param {string} [name] The name of the check
|
|
337
|
+
* @param {Array<string>} [status] The status of the check
|
|
338
|
+
* @param {*} [options] Override http request option.
|
|
339
|
+
* @throws {RequiredError}
|
|
340
|
+
*/
|
|
341
|
+
listAdminDataChecks(orgName?: string, name?: string, status?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DataCheckListItem>>>;
|
|
342
|
+
/**
|
|
343
|
+
* Retrieve a list of data channel events.
|
|
344
|
+
* @summary List Data Channel Events
|
|
345
|
+
* @param {string} orgName The Name of the organization
|
|
346
|
+
* @param {string} channelID The ID of the data channel
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
*/
|
|
350
|
+
listDataChannelEvents(orgName: string, channelID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<EventItem>>>;
|
|
351
|
+
/**
|
|
352
|
+
* Retrieve a list of data channel parameters.
|
|
353
|
+
* @summary List Data Channel Parameters
|
|
354
|
+
* @param {string} orgName The Name of the organization
|
|
355
|
+
* @param {string} [standardName] The name of the standard definition
|
|
356
|
+
* @param {string} [channelID] The ID of the data channel
|
|
357
|
+
* @param {string} [source] The source EngineDeifnition name
|
|
358
|
+
* @param {string} [target] The target EngineDeifnition name
|
|
359
|
+
* @param {string} [moduleName] The module name
|
|
360
|
+
* @param {*} [options] Override http request option.
|
|
361
|
+
* @throws {RequiredError}
|
|
362
|
+
*/
|
|
363
|
+
listDataChannelParameters(orgName: string, standardName?: string, channelID?: string, source?: string, target?: string, moduleName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
364
|
+
[key: string]: Array<DataReplicationParametersResponseDetail>;
|
|
365
|
+
}>>;
|
|
366
|
+
/**
|
|
367
|
+
* Query containers of a data channel module pod
|
|
368
|
+
* @summary Query data channel module pod containers
|
|
369
|
+
* @param {string} orgName The Name of the organization
|
|
370
|
+
* @param {string} channelID
|
|
371
|
+
* @param {string} [moduleName]
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
queryDataChannelContainers(orgName: string, channelID: string, moduleName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DataReplicationChannelContainer>>>;
|
|
376
|
+
/**
|
|
377
|
+
* Query logs of a data channel
|
|
378
|
+
* @summary Query data channel logs
|
|
379
|
+
* @param {string} orgName The Name of the organization
|
|
380
|
+
* @param {string} channelID
|
|
381
|
+
* @param {string} [moduleName]
|
|
382
|
+
* @param {string} [containerName]
|
|
383
|
+
* @param {string} [limit]
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
*/
|
|
387
|
+
queryDataChannelLogs(orgName: string, channelID: string, moduleName?: string, containerName?: string, limit?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
388
|
+
/**
|
|
389
|
+
* query replication object.
|
|
390
|
+
* @summary query replication object
|
|
391
|
+
* @param {string} orgName The Name of the organization
|
|
392
|
+
* @param {ReplicationObjectQuery} body
|
|
393
|
+
* @param {*} [options] Override http request option.
|
|
394
|
+
* @throws {RequiredError}
|
|
395
|
+
*/
|
|
396
|
+
queryReplicationObject(orgName: string, body: ReplicationObjectQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplicationObjectTree>>;
|
|
397
|
+
/**
|
|
398
|
+
* Update a new data channel.
|
|
399
|
+
* @summary Update a data channel
|
|
400
|
+
* @param {string} orgName The Name of the organization
|
|
401
|
+
* @param {string} channelID The ID of the data channel
|
|
402
|
+
* @param {DataReplicationUpdate} body
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
updateDataChannel(orgName: string, channelID: string, body: DataReplicationUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataChannelResponse>>;
|
|
407
|
+
};
|
|
408
|
+
/**
|
|
409
|
+
* DataReplicationApi - factory interface
|
|
410
|
+
* @export
|
|
411
|
+
*/
|
|
412
|
+
export declare const DataReplicationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
413
|
+
/**
|
|
414
|
+
* Create a new data channel ops.
|
|
415
|
+
* @summary Create a new data channel ops
|
|
416
|
+
* @param {DataReplicationApiCreateDataChannelOpsRequest} requestParameters Request parameters.
|
|
417
|
+
* @param {*} [options] Override http request option.
|
|
418
|
+
* @throws {RequiredError}
|
|
419
|
+
*/
|
|
420
|
+
createDataChannelOps(requestParameters: DataReplicationApiCreateDataChannelOpsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
421
|
+
/**
|
|
422
|
+
* create pre check.
|
|
423
|
+
* @summary create pre check
|
|
424
|
+
* @param {DataReplicationApiCreatePreCheckRequest} requestParameters Request parameters.
|
|
425
|
+
* @param {*} [options] Override http request option.
|
|
426
|
+
* @throws {RequiredError}
|
|
427
|
+
*/
|
|
428
|
+
createPreCheck(requestParameters: DataReplicationApiCreatePreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<PreCheckTaskResponse>;
|
|
429
|
+
/**
|
|
430
|
+
* Delete a data channel.
|
|
431
|
+
* @summary Delete a data channel
|
|
432
|
+
* @param {DataReplicationApiDeleteDataChannelRequest} requestParameters Request parameters.
|
|
433
|
+
* @param {*} [options] Override http request option.
|
|
434
|
+
* @throws {RequiredError}
|
|
435
|
+
*/
|
|
436
|
+
deleteDataChannel(requestParameters: DataReplicationApiDeleteDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
437
|
+
/**
|
|
438
|
+
* Delete a standalone data check and its runtime resources.
|
|
439
|
+
* @summary Delete a data check
|
|
440
|
+
* @param {DataReplicationApiDeleteDataCheckRequest} requestParameters Request parameters.
|
|
441
|
+
* @param {*} [options] Override http request option.
|
|
442
|
+
* @throws {RequiredError}
|
|
443
|
+
*/
|
|
444
|
+
deleteDataCheck(requestParameters: DataReplicationApiDeleteDataCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
445
|
+
/**
|
|
446
|
+
* delete preCheck.
|
|
447
|
+
* @summary delete preCheck
|
|
448
|
+
* @param {DataReplicationApiDeletePreCheckRequest} requestParameters Request parameters.
|
|
449
|
+
* @param {*} [options] Override http request option.
|
|
450
|
+
* @deprecated
|
|
451
|
+
* @throws {RequiredError}
|
|
452
|
+
*/
|
|
453
|
+
deletePreCheck(requestParameters: DataReplicationApiDeletePreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
454
|
+
/**
|
|
455
|
+
* Retrieve a data channel detail.
|
|
456
|
+
* @summary Get Data Channel Details
|
|
457
|
+
* @param {DataReplicationApiGetDataChannelRequest} requestParameters Request parameters.
|
|
458
|
+
* @param {*} [options] Override http request option.
|
|
459
|
+
* @throws {RequiredError}
|
|
460
|
+
*/
|
|
461
|
+
getDataChannel(requestParameters: DataReplicationApiGetDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataChannelDetail>;
|
|
462
|
+
/**
|
|
463
|
+
* Retrieve a standalone data check detail.
|
|
464
|
+
* @summary Get Data Check
|
|
465
|
+
* @param {DataReplicationApiGetDataCheckRequest} requestParameters Request parameters.
|
|
466
|
+
* @param {*} [options] Override http request option.
|
|
467
|
+
* @throws {RequiredError}
|
|
468
|
+
*/
|
|
469
|
+
getDataCheck(requestParameters: DataReplicationApiGetDataCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataCheckItem>;
|
|
470
|
+
/**
|
|
471
|
+
* Read typed check miss or diff details from the latest parsed check result.
|
|
472
|
+
* @summary Get Data Check Difference Details
|
|
473
|
+
* @param {DataReplicationApiGetDataCheckDetailsRequest} requestParameters Request parameters.
|
|
474
|
+
* @param {*} [options] Override http request option.
|
|
475
|
+
* @throws {RequiredError}
|
|
476
|
+
*/
|
|
477
|
+
getDataCheckDetails(requestParameters: DataReplicationApiGetDataCheckDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataCheckDetails>;
|
|
478
|
+
/**
|
|
479
|
+
* Read raw SQL lines emitted by check sql_logger entries.
|
|
480
|
+
* @summary Get Data Check SQL Logs
|
|
481
|
+
* @param {DataReplicationApiGetDataCheckSQLLogsRequest} requestParameters Request parameters.
|
|
482
|
+
* @param {*} [options] Override http request option.
|
|
483
|
+
* @throws {RequiredError}
|
|
484
|
+
*/
|
|
485
|
+
getDataCheckSQLLogs(requestParameters: DataReplicationApiGetDataCheckSQLLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
486
|
+
/**
|
|
487
|
+
* get preCheck.
|
|
488
|
+
* @summary get preCheck
|
|
489
|
+
* @param {DataReplicationApiGetPreCheckRequest} requestParameters Request parameters.
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
*/
|
|
493
|
+
getPreCheck(requestParameters: DataReplicationApiGetPreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<PreCheckTaskDetail>;
|
|
494
|
+
/**
|
|
495
|
+
* Retrieve a list of data channels.
|
|
496
|
+
* @summary List Data Channels
|
|
497
|
+
* @param {DataReplicationApiListAdminDataChannelsRequest} requestParameters Request parameters.
|
|
498
|
+
* @param {*} [options] Override http request option.
|
|
499
|
+
* @throws {RequiredError}
|
|
500
|
+
*/
|
|
501
|
+
listAdminDataChannels(requestParameters?: DataReplicationApiListAdminDataChannelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataChannelItem>>;
|
|
502
|
+
/**
|
|
503
|
+
* Retrieve a list of standalone data checks.
|
|
504
|
+
* @summary List Data Checks
|
|
505
|
+
* @param {DataReplicationApiListAdminDataChecksRequest} requestParameters Request parameters.
|
|
506
|
+
* @param {*} [options] Override http request option.
|
|
507
|
+
* @throws {RequiredError}
|
|
508
|
+
*/
|
|
509
|
+
listAdminDataChecks(requestParameters?: DataReplicationApiListAdminDataChecksRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataCheckListItem>>;
|
|
510
|
+
/**
|
|
511
|
+
* Retrieve a list of data channel events.
|
|
512
|
+
* @summary List Data Channel Events
|
|
513
|
+
* @param {DataReplicationApiListDataChannelEventsRequest} requestParameters Request parameters.
|
|
514
|
+
* @param {*} [options] Override http request option.
|
|
515
|
+
* @throws {RequiredError}
|
|
516
|
+
*/
|
|
517
|
+
listDataChannelEvents(requestParameters: DataReplicationApiListDataChannelEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<EventItem>>;
|
|
518
|
+
/**
|
|
519
|
+
* Retrieve a list of data channel parameters.
|
|
520
|
+
* @summary List Data Channel Parameters
|
|
521
|
+
* @param {DataReplicationApiListDataChannelParametersRequest} requestParameters Request parameters.
|
|
522
|
+
* @param {*} [options] Override http request option.
|
|
523
|
+
* @throws {RequiredError}
|
|
524
|
+
*/
|
|
525
|
+
listDataChannelParameters(requestParameters: DataReplicationApiListDataChannelParametersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
526
|
+
[key: string]: Array<DataReplicationParametersResponseDetail>;
|
|
527
|
+
}>;
|
|
528
|
+
/**
|
|
529
|
+
* Query containers of a data channel module pod
|
|
530
|
+
* @summary Query data channel module pod containers
|
|
531
|
+
* @param {DataReplicationApiQueryDataChannelContainersRequest} requestParameters Request parameters.
|
|
532
|
+
* @param {*} [options] Override http request option.
|
|
533
|
+
* @throws {RequiredError}
|
|
534
|
+
*/
|
|
535
|
+
queryDataChannelContainers(requestParameters: DataReplicationApiQueryDataChannelContainersRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataReplicationChannelContainer>>;
|
|
536
|
+
/**
|
|
537
|
+
* Query logs of a data channel
|
|
538
|
+
* @summary Query data channel logs
|
|
539
|
+
* @param {DataReplicationApiQueryDataChannelLogsRequest} requestParameters Request parameters.
|
|
540
|
+
* @param {*} [options] Override http request option.
|
|
541
|
+
* @throws {RequiredError}
|
|
542
|
+
*/
|
|
543
|
+
queryDataChannelLogs(requestParameters: DataReplicationApiQueryDataChannelLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
544
|
+
/**
|
|
545
|
+
* query replication object.
|
|
546
|
+
* @summary query replication object
|
|
547
|
+
* @param {DataReplicationApiQueryReplicationObjectRequest} requestParameters Request parameters.
|
|
548
|
+
* @param {*} [options] Override http request option.
|
|
549
|
+
* @throws {RequiredError}
|
|
550
|
+
*/
|
|
551
|
+
queryReplicationObject(requestParameters: DataReplicationApiQueryReplicationObjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplicationObjectTree>;
|
|
552
|
+
/**
|
|
553
|
+
* Update a new data channel.
|
|
554
|
+
* @summary Update a data channel
|
|
555
|
+
* @param {DataReplicationApiUpdateDataChannelRequest} requestParameters Request parameters.
|
|
556
|
+
* @param {*} [options] Override http request option.
|
|
557
|
+
* @throws {RequiredError}
|
|
558
|
+
*/
|
|
559
|
+
updateDataChannel(requestParameters: DataReplicationApiUpdateDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataChannelResponse>;
|
|
560
|
+
};
|
|
561
|
+
/**
|
|
562
|
+
* DataReplicationApi - interface
|
|
563
|
+
* @export
|
|
564
|
+
* @interface DataReplicationApi
|
|
565
|
+
*/
|
|
566
|
+
export interface DataReplicationApiInterface {
|
|
567
|
+
/**
|
|
568
|
+
* Create a new data channel ops.
|
|
569
|
+
* @summary Create a new data channel ops
|
|
570
|
+
* @param {DataReplicationApiCreateDataChannelOpsRequest} requestParameters Request parameters.
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
* @memberof DataReplicationApiInterface
|
|
574
|
+
*/
|
|
575
|
+
createDataChannelOps(requestParameters: DataReplicationApiCreateDataChannelOpsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
576
|
+
/**
|
|
577
|
+
* create pre check.
|
|
578
|
+
* @summary create pre check
|
|
579
|
+
* @param {DataReplicationApiCreatePreCheckRequest} requestParameters Request parameters.
|
|
580
|
+
* @param {*} [options] Override http request option.
|
|
581
|
+
* @throws {RequiredError}
|
|
582
|
+
* @memberof DataReplicationApiInterface
|
|
583
|
+
*/
|
|
584
|
+
createPreCheck(requestParameters: DataReplicationApiCreatePreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<PreCheckTaskResponse>;
|
|
585
|
+
/**
|
|
586
|
+
* Delete a data channel.
|
|
587
|
+
* @summary Delete a data channel
|
|
588
|
+
* @param {DataReplicationApiDeleteDataChannelRequest} requestParameters Request parameters.
|
|
589
|
+
* @param {*} [options] Override http request option.
|
|
590
|
+
* @throws {RequiredError}
|
|
591
|
+
* @memberof DataReplicationApiInterface
|
|
592
|
+
*/
|
|
593
|
+
deleteDataChannel(requestParameters: DataReplicationApiDeleteDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
594
|
+
/**
|
|
595
|
+
* Delete a standalone data check and its runtime resources.
|
|
596
|
+
* @summary Delete a data check
|
|
597
|
+
* @param {DataReplicationApiDeleteDataCheckRequest} requestParameters Request parameters.
|
|
598
|
+
* @param {*} [options] Override http request option.
|
|
599
|
+
* @throws {RequiredError}
|
|
600
|
+
* @memberof DataReplicationApiInterface
|
|
601
|
+
*/
|
|
602
|
+
deleteDataCheck(requestParameters: DataReplicationApiDeleteDataCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
603
|
+
/**
|
|
604
|
+
* delete preCheck.
|
|
605
|
+
* @summary delete preCheck
|
|
606
|
+
* @param {DataReplicationApiDeletePreCheckRequest} requestParameters Request parameters.
|
|
607
|
+
* @param {*} [options] Override http request option.
|
|
608
|
+
* @deprecated
|
|
609
|
+
* @throws {RequiredError}
|
|
610
|
+
* @memberof DataReplicationApiInterface
|
|
611
|
+
*/
|
|
612
|
+
deletePreCheck(requestParameters: DataReplicationApiDeletePreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
613
|
+
/**
|
|
614
|
+
* Retrieve a data channel detail.
|
|
615
|
+
* @summary Get Data Channel Details
|
|
616
|
+
* @param {DataReplicationApiGetDataChannelRequest} requestParameters Request parameters.
|
|
617
|
+
* @param {*} [options] Override http request option.
|
|
618
|
+
* @throws {RequiredError}
|
|
619
|
+
* @memberof DataReplicationApiInterface
|
|
620
|
+
*/
|
|
621
|
+
getDataChannel(requestParameters: DataReplicationApiGetDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataChannelDetail>;
|
|
622
|
+
/**
|
|
623
|
+
* Retrieve a standalone data check detail.
|
|
624
|
+
* @summary Get Data Check
|
|
625
|
+
* @param {DataReplicationApiGetDataCheckRequest} requestParameters Request parameters.
|
|
626
|
+
* @param {*} [options] Override http request option.
|
|
627
|
+
* @throws {RequiredError}
|
|
628
|
+
* @memberof DataReplicationApiInterface
|
|
629
|
+
*/
|
|
630
|
+
getDataCheck(requestParameters: DataReplicationApiGetDataCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataCheckItem>;
|
|
631
|
+
/**
|
|
632
|
+
* Read typed check miss or diff details from the latest parsed check result.
|
|
633
|
+
* @summary Get Data Check Difference Details
|
|
634
|
+
* @param {DataReplicationApiGetDataCheckDetailsRequest} requestParameters Request parameters.
|
|
635
|
+
* @param {*} [options] Override http request option.
|
|
636
|
+
* @throws {RequiredError}
|
|
637
|
+
* @memberof DataReplicationApiInterface
|
|
638
|
+
*/
|
|
639
|
+
getDataCheckDetails(requestParameters: DataReplicationApiGetDataCheckDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataCheckDetails>;
|
|
640
|
+
/**
|
|
641
|
+
* Read raw SQL lines emitted by check sql_logger entries.
|
|
642
|
+
* @summary Get Data Check SQL Logs
|
|
643
|
+
* @param {DataReplicationApiGetDataCheckSQLLogsRequest} requestParameters Request parameters.
|
|
644
|
+
* @param {*} [options] Override http request option.
|
|
645
|
+
* @throws {RequiredError}
|
|
646
|
+
* @memberof DataReplicationApiInterface
|
|
647
|
+
*/
|
|
648
|
+
getDataCheckSQLLogs(requestParameters: DataReplicationApiGetDataCheckSQLLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
649
|
+
/**
|
|
650
|
+
* get preCheck.
|
|
651
|
+
* @summary get preCheck
|
|
652
|
+
* @param {DataReplicationApiGetPreCheckRequest} requestParameters Request parameters.
|
|
653
|
+
* @param {*} [options] Override http request option.
|
|
654
|
+
* @throws {RequiredError}
|
|
655
|
+
* @memberof DataReplicationApiInterface
|
|
656
|
+
*/
|
|
657
|
+
getPreCheck(requestParameters: DataReplicationApiGetPreCheckRequest, options?: RawAxiosRequestConfig): AxiosPromise<PreCheckTaskDetail>;
|
|
658
|
+
/**
|
|
659
|
+
* Retrieve a list of data channels.
|
|
660
|
+
* @summary List Data Channels
|
|
661
|
+
* @param {DataReplicationApiListAdminDataChannelsRequest} requestParameters Request parameters.
|
|
662
|
+
* @param {*} [options] Override http request option.
|
|
663
|
+
* @throws {RequiredError}
|
|
664
|
+
* @memberof DataReplicationApiInterface
|
|
665
|
+
*/
|
|
666
|
+
listAdminDataChannels(requestParameters?: DataReplicationApiListAdminDataChannelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataChannelItem>>;
|
|
667
|
+
/**
|
|
668
|
+
* Retrieve a list of standalone data checks.
|
|
669
|
+
* @summary List Data Checks
|
|
670
|
+
* @param {DataReplicationApiListAdminDataChecksRequest} requestParameters Request parameters.
|
|
671
|
+
* @param {*} [options] Override http request option.
|
|
672
|
+
* @throws {RequiredError}
|
|
673
|
+
* @memberof DataReplicationApiInterface
|
|
674
|
+
*/
|
|
675
|
+
listAdminDataChecks(requestParameters?: DataReplicationApiListAdminDataChecksRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataCheckListItem>>;
|
|
676
|
+
/**
|
|
677
|
+
* Retrieve a list of data channel events.
|
|
678
|
+
* @summary List Data Channel Events
|
|
679
|
+
* @param {DataReplicationApiListDataChannelEventsRequest} requestParameters Request parameters.
|
|
680
|
+
* @param {*} [options] Override http request option.
|
|
681
|
+
* @throws {RequiredError}
|
|
682
|
+
* @memberof DataReplicationApiInterface
|
|
683
|
+
*/
|
|
684
|
+
listDataChannelEvents(requestParameters: DataReplicationApiListDataChannelEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<EventItem>>;
|
|
685
|
+
/**
|
|
686
|
+
* Retrieve a list of data channel parameters.
|
|
687
|
+
* @summary List Data Channel Parameters
|
|
688
|
+
* @param {DataReplicationApiListDataChannelParametersRequest} requestParameters Request parameters.
|
|
689
|
+
* @param {*} [options] Override http request option.
|
|
690
|
+
* @throws {RequiredError}
|
|
691
|
+
* @memberof DataReplicationApiInterface
|
|
692
|
+
*/
|
|
693
|
+
listDataChannelParameters(requestParameters: DataReplicationApiListDataChannelParametersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
694
|
+
[key: string]: Array<DataReplicationParametersResponseDetail>;
|
|
695
|
+
}>;
|
|
696
|
+
/**
|
|
697
|
+
* Query containers of a data channel module pod
|
|
698
|
+
* @summary Query data channel module pod containers
|
|
699
|
+
* @param {DataReplicationApiQueryDataChannelContainersRequest} requestParameters Request parameters.
|
|
700
|
+
* @param {*} [options] Override http request option.
|
|
701
|
+
* @throws {RequiredError}
|
|
702
|
+
* @memberof DataReplicationApiInterface
|
|
703
|
+
*/
|
|
704
|
+
queryDataChannelContainers(requestParameters: DataReplicationApiQueryDataChannelContainersRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DataReplicationChannelContainer>>;
|
|
705
|
+
/**
|
|
706
|
+
* Query logs of a data channel
|
|
707
|
+
* @summary Query data channel logs
|
|
708
|
+
* @param {DataReplicationApiQueryDataChannelLogsRequest} requestParameters Request parameters.
|
|
709
|
+
* @param {*} [options] Override http request option.
|
|
710
|
+
* @throws {RequiredError}
|
|
711
|
+
* @memberof DataReplicationApiInterface
|
|
712
|
+
*/
|
|
713
|
+
queryDataChannelLogs(requestParameters: DataReplicationApiQueryDataChannelLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
714
|
+
/**
|
|
715
|
+
* query replication object.
|
|
716
|
+
* @summary query replication object
|
|
717
|
+
* @param {DataReplicationApiQueryReplicationObjectRequest} requestParameters Request parameters.
|
|
718
|
+
* @param {*} [options] Override http request option.
|
|
719
|
+
* @throws {RequiredError}
|
|
720
|
+
* @memberof DataReplicationApiInterface
|
|
721
|
+
*/
|
|
722
|
+
queryReplicationObject(requestParameters: DataReplicationApiQueryReplicationObjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplicationObjectTree>;
|
|
723
|
+
/**
|
|
724
|
+
* Update a new data channel.
|
|
725
|
+
* @summary Update a data channel
|
|
726
|
+
* @param {DataReplicationApiUpdateDataChannelRequest} requestParameters Request parameters.
|
|
727
|
+
* @param {*} [options] Override http request option.
|
|
728
|
+
* @throws {RequiredError}
|
|
729
|
+
* @memberof DataReplicationApiInterface
|
|
730
|
+
*/
|
|
731
|
+
updateDataChannel(requestParameters: DataReplicationApiUpdateDataChannelRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataChannelResponse>;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* Request parameters for createDataChannelOps operation in DataReplicationApi.
|
|
735
|
+
* @export
|
|
736
|
+
* @interface DataReplicationApiCreateDataChannelOpsRequest
|
|
737
|
+
*/
|
|
738
|
+
export interface DataReplicationApiCreateDataChannelOpsRequest {
|
|
739
|
+
/**
|
|
740
|
+
* The Name of the organization
|
|
741
|
+
* @type {string}
|
|
742
|
+
* @memberof DataReplicationApiCreateDataChannelOps
|
|
743
|
+
*/
|
|
744
|
+
readonly orgName: string;
|
|
745
|
+
/**
|
|
746
|
+
* The ID of the data channel
|
|
747
|
+
* @type {string}
|
|
748
|
+
* @memberof DataReplicationApiCreateDataChannelOps
|
|
749
|
+
*/
|
|
750
|
+
readonly channelID: string;
|
|
751
|
+
/**
|
|
752
|
+
* The operation type
|
|
753
|
+
* @type {DataReplicationOpsType}
|
|
754
|
+
* @memberof DataReplicationApiCreateDataChannelOps
|
|
755
|
+
*/
|
|
756
|
+
readonly opsType: DataReplicationOpsType;
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Request parameters for createPreCheck operation in DataReplicationApi.
|
|
760
|
+
* @export
|
|
761
|
+
* @interface DataReplicationApiCreatePreCheckRequest
|
|
762
|
+
*/
|
|
763
|
+
export interface DataReplicationApiCreatePreCheckRequest {
|
|
764
|
+
/**
|
|
765
|
+
* The Name of the organization
|
|
766
|
+
* @type {string}
|
|
767
|
+
* @memberof DataReplicationApiCreatePreCheck
|
|
768
|
+
*/
|
|
769
|
+
readonly orgName: string;
|
|
770
|
+
/**
|
|
771
|
+
*
|
|
772
|
+
* @type {PreCheckCreate}
|
|
773
|
+
* @memberof DataReplicationApiCreatePreCheck
|
|
774
|
+
*/
|
|
775
|
+
readonly body: PreCheckCreate;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* Request parameters for deleteDataChannel operation in DataReplicationApi.
|
|
779
|
+
* @export
|
|
780
|
+
* @interface DataReplicationApiDeleteDataChannelRequest
|
|
781
|
+
*/
|
|
782
|
+
export interface DataReplicationApiDeleteDataChannelRequest {
|
|
783
|
+
/**
|
|
784
|
+
* The Name of the organization
|
|
785
|
+
* @type {string}
|
|
786
|
+
* @memberof DataReplicationApiDeleteDataChannel
|
|
787
|
+
*/
|
|
788
|
+
readonly orgName: string;
|
|
789
|
+
/**
|
|
790
|
+
* The ID of the data channel
|
|
791
|
+
* @type {string}
|
|
792
|
+
* @memberof DataReplicationApiDeleteDataChannel
|
|
793
|
+
*/
|
|
794
|
+
readonly channelID: string;
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Request parameters for deleteDataCheck operation in DataReplicationApi.
|
|
798
|
+
* @export
|
|
799
|
+
* @interface DataReplicationApiDeleteDataCheckRequest
|
|
800
|
+
*/
|
|
801
|
+
export interface DataReplicationApiDeleteDataCheckRequest {
|
|
802
|
+
/**
|
|
803
|
+
* The Name of the organization
|
|
804
|
+
* @type {string}
|
|
805
|
+
* @memberof DataReplicationApiDeleteDataCheck
|
|
806
|
+
*/
|
|
807
|
+
readonly orgName: string;
|
|
808
|
+
/**
|
|
809
|
+
* The ID of the check
|
|
810
|
+
* @type {string}
|
|
811
|
+
* @memberof DataReplicationApiDeleteDataCheck
|
|
812
|
+
*/
|
|
813
|
+
readonly checkID: string;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* Request parameters for deletePreCheck operation in DataReplicationApi.
|
|
817
|
+
* @export
|
|
818
|
+
* @interface DataReplicationApiDeletePreCheckRequest
|
|
819
|
+
*/
|
|
820
|
+
export interface DataReplicationApiDeletePreCheckRequest {
|
|
821
|
+
/**
|
|
822
|
+
* The ID of the preCheck task
|
|
823
|
+
* @type {string}
|
|
824
|
+
* @memberof DataReplicationApiDeletePreCheck
|
|
825
|
+
*/
|
|
826
|
+
readonly preCheckID: string;
|
|
827
|
+
/**
|
|
828
|
+
* The Name of the organization
|
|
829
|
+
* @type {string}
|
|
830
|
+
* @memberof DataReplicationApiDeletePreCheck
|
|
831
|
+
*/
|
|
832
|
+
readonly orgName: string;
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* Request parameters for getDataChannel operation in DataReplicationApi.
|
|
836
|
+
* @export
|
|
837
|
+
* @interface DataReplicationApiGetDataChannelRequest
|
|
838
|
+
*/
|
|
839
|
+
export interface DataReplicationApiGetDataChannelRequest {
|
|
840
|
+
/**
|
|
841
|
+
* The Name of the organization
|
|
842
|
+
* @type {string}
|
|
843
|
+
* @memberof DataReplicationApiGetDataChannel
|
|
844
|
+
*/
|
|
845
|
+
readonly orgName: string;
|
|
846
|
+
/**
|
|
847
|
+
* The ID of the data channel
|
|
848
|
+
* @type {string}
|
|
849
|
+
* @memberof DataReplicationApiGetDataChannel
|
|
850
|
+
*/
|
|
851
|
+
readonly channelID: string;
|
|
852
|
+
}
|
|
853
|
+
/**
|
|
854
|
+
* Request parameters for getDataCheck operation in DataReplicationApi.
|
|
855
|
+
* @export
|
|
856
|
+
* @interface DataReplicationApiGetDataCheckRequest
|
|
857
|
+
*/
|
|
858
|
+
export interface DataReplicationApiGetDataCheckRequest {
|
|
859
|
+
/**
|
|
860
|
+
* The Name of the organization
|
|
861
|
+
* @type {string}
|
|
862
|
+
* @memberof DataReplicationApiGetDataCheck
|
|
863
|
+
*/
|
|
864
|
+
readonly orgName: string;
|
|
865
|
+
/**
|
|
866
|
+
* The ID of the check
|
|
867
|
+
* @type {string}
|
|
868
|
+
* @memberof DataReplicationApiGetDataCheck
|
|
869
|
+
*/
|
|
870
|
+
readonly checkID: string;
|
|
871
|
+
}
|
|
872
|
+
/**
|
|
873
|
+
* Request parameters for getDataCheckDetails operation in DataReplicationApi.
|
|
874
|
+
* @export
|
|
875
|
+
* @interface DataReplicationApiGetDataCheckDetailsRequest
|
|
876
|
+
*/
|
|
877
|
+
export interface DataReplicationApiGetDataCheckDetailsRequest {
|
|
878
|
+
/**
|
|
879
|
+
* The Name of the organization
|
|
880
|
+
* @type {string}
|
|
881
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
882
|
+
*/
|
|
883
|
+
readonly orgName: string;
|
|
884
|
+
/**
|
|
885
|
+
* The ID of the check
|
|
886
|
+
* @type {string}
|
|
887
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
888
|
+
*/
|
|
889
|
+
readonly checkID: string;
|
|
890
|
+
/**
|
|
891
|
+
* The detail type
|
|
892
|
+
* @type {DataCheckDetailType}
|
|
893
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
894
|
+
*/
|
|
895
|
+
readonly type: DataCheckDetailType;
|
|
896
|
+
/**
|
|
897
|
+
* Source schema or database. Required for snapshot checks.
|
|
898
|
+
* @type {string}
|
|
899
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
900
|
+
*/
|
|
901
|
+
readonly schema?: string;
|
|
902
|
+
/**
|
|
903
|
+
* Source table. Required for snapshot checks.
|
|
904
|
+
* @type {string}
|
|
905
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
906
|
+
*/
|
|
907
|
+
readonly table?: string;
|
|
908
|
+
/**
|
|
909
|
+
* Struct object key. Optional for struct checks; omitted to page all struct details.
|
|
910
|
+
* @type {string}
|
|
911
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
912
|
+
*/
|
|
913
|
+
readonly key?: string;
|
|
914
|
+
/**
|
|
915
|
+
* Page number for pagination.
|
|
916
|
+
* @type {number}
|
|
917
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
918
|
+
*/
|
|
919
|
+
readonly page?: number;
|
|
920
|
+
/**
|
|
921
|
+
* Number of items per page.
|
|
922
|
+
* @type {number}
|
|
923
|
+
* @memberof DataReplicationApiGetDataCheckDetails
|
|
924
|
+
*/
|
|
925
|
+
readonly pageSize?: number;
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Request parameters for getDataCheckSQLLogs operation in DataReplicationApi.
|
|
929
|
+
* @export
|
|
930
|
+
* @interface DataReplicationApiGetDataCheckSQLLogsRequest
|
|
931
|
+
*/
|
|
932
|
+
export interface DataReplicationApiGetDataCheckSQLLogsRequest {
|
|
933
|
+
/**
|
|
934
|
+
* The Name of the organization
|
|
935
|
+
* @type {string}
|
|
936
|
+
* @memberof DataReplicationApiGetDataCheckSQLLogs
|
|
937
|
+
*/
|
|
938
|
+
readonly orgName: string;
|
|
939
|
+
/**
|
|
940
|
+
* The ID of the check
|
|
941
|
+
* @type {string}
|
|
942
|
+
* @memberof DataReplicationApiGetDataCheckSQLLogs
|
|
943
|
+
*/
|
|
944
|
+
readonly checkID: string;
|
|
945
|
+
}
|
|
946
|
+
/**
|
|
947
|
+
* Request parameters for getPreCheck operation in DataReplicationApi.
|
|
948
|
+
* @export
|
|
949
|
+
* @interface DataReplicationApiGetPreCheckRequest
|
|
950
|
+
*/
|
|
951
|
+
export interface DataReplicationApiGetPreCheckRequest {
|
|
952
|
+
/**
|
|
953
|
+
* The ID of the preCheck task
|
|
954
|
+
* @type {string}
|
|
955
|
+
* @memberof DataReplicationApiGetPreCheck
|
|
956
|
+
*/
|
|
957
|
+
readonly preCheckID: string;
|
|
958
|
+
/**
|
|
959
|
+
* The Name of the organization
|
|
960
|
+
* @type {string}
|
|
961
|
+
* @memberof DataReplicationApiGetPreCheck
|
|
962
|
+
*/
|
|
963
|
+
readonly orgName: string;
|
|
964
|
+
}
|
|
965
|
+
/**
|
|
966
|
+
* Request parameters for listAdminDataChannels operation in DataReplicationApi.
|
|
967
|
+
* @export
|
|
968
|
+
* @interface DataReplicationApiListAdminDataChannelsRequest
|
|
969
|
+
*/
|
|
970
|
+
export interface DataReplicationApiListAdminDataChannelsRequest {
|
|
971
|
+
/**
|
|
972
|
+
* The Name of the organization
|
|
973
|
+
* @type {string}
|
|
974
|
+
* @memberof DataReplicationApiListAdminDataChannels
|
|
975
|
+
*/
|
|
976
|
+
readonly orgName?: string;
|
|
977
|
+
/**
|
|
978
|
+
* The name of the data channel
|
|
979
|
+
* @type {string}
|
|
980
|
+
* @memberof DataReplicationApiListAdminDataChannels
|
|
981
|
+
*/
|
|
982
|
+
readonly name?: string;
|
|
983
|
+
/**
|
|
984
|
+
* The status of the data channel
|
|
985
|
+
* @type {Array<string>}
|
|
986
|
+
* @memberof DataReplicationApiListAdminDataChannels
|
|
987
|
+
*/
|
|
988
|
+
readonly status?: Array<string>;
|
|
989
|
+
}
|
|
990
|
+
/**
|
|
991
|
+
* Request parameters for listAdminDataChecks operation in DataReplicationApi.
|
|
992
|
+
* @export
|
|
993
|
+
* @interface DataReplicationApiListAdminDataChecksRequest
|
|
994
|
+
*/
|
|
995
|
+
export interface DataReplicationApiListAdminDataChecksRequest {
|
|
996
|
+
/**
|
|
997
|
+
* The Name of the organization
|
|
998
|
+
* @type {string}
|
|
999
|
+
* @memberof DataReplicationApiListAdminDataChecks
|
|
1000
|
+
*/
|
|
1001
|
+
readonly orgName?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* The name of the check
|
|
1004
|
+
* @type {string}
|
|
1005
|
+
* @memberof DataReplicationApiListAdminDataChecks
|
|
1006
|
+
*/
|
|
1007
|
+
readonly name?: string;
|
|
1008
|
+
/**
|
|
1009
|
+
* The status of the check
|
|
1010
|
+
* @type {Array<string>}
|
|
1011
|
+
* @memberof DataReplicationApiListAdminDataChecks
|
|
1012
|
+
*/
|
|
1013
|
+
readonly status?: Array<string>;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
* Request parameters for listDataChannelEvents operation in DataReplicationApi.
|
|
1017
|
+
* @export
|
|
1018
|
+
* @interface DataReplicationApiListDataChannelEventsRequest
|
|
1019
|
+
*/
|
|
1020
|
+
export interface DataReplicationApiListDataChannelEventsRequest {
|
|
1021
|
+
/**
|
|
1022
|
+
* The Name of the organization
|
|
1023
|
+
* @type {string}
|
|
1024
|
+
* @memberof DataReplicationApiListDataChannelEvents
|
|
1025
|
+
*/
|
|
1026
|
+
readonly orgName: string;
|
|
1027
|
+
/**
|
|
1028
|
+
* The ID of the data channel
|
|
1029
|
+
* @type {string}
|
|
1030
|
+
* @memberof DataReplicationApiListDataChannelEvents
|
|
1031
|
+
*/
|
|
1032
|
+
readonly channelID: string;
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* Request parameters for listDataChannelParameters operation in DataReplicationApi.
|
|
1036
|
+
* @export
|
|
1037
|
+
* @interface DataReplicationApiListDataChannelParametersRequest
|
|
1038
|
+
*/
|
|
1039
|
+
export interface DataReplicationApiListDataChannelParametersRequest {
|
|
1040
|
+
/**
|
|
1041
|
+
* The Name of the organization
|
|
1042
|
+
* @type {string}
|
|
1043
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1044
|
+
*/
|
|
1045
|
+
readonly orgName: string;
|
|
1046
|
+
/**
|
|
1047
|
+
* The name of the standard definition
|
|
1048
|
+
* @type {string}
|
|
1049
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1050
|
+
*/
|
|
1051
|
+
readonly standardName?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* The ID of the data channel
|
|
1054
|
+
* @type {string}
|
|
1055
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1056
|
+
*/
|
|
1057
|
+
readonly channelID?: string;
|
|
1058
|
+
/**
|
|
1059
|
+
* The source EngineDeifnition name
|
|
1060
|
+
* @type {string}
|
|
1061
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1062
|
+
*/
|
|
1063
|
+
readonly source?: string;
|
|
1064
|
+
/**
|
|
1065
|
+
* The target EngineDeifnition name
|
|
1066
|
+
* @type {string}
|
|
1067
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1068
|
+
*/
|
|
1069
|
+
readonly target?: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* The module name
|
|
1072
|
+
* @type {string}
|
|
1073
|
+
* @memberof DataReplicationApiListDataChannelParameters
|
|
1074
|
+
*/
|
|
1075
|
+
readonly moduleName?: string;
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* Request parameters for queryDataChannelContainers operation in DataReplicationApi.
|
|
1079
|
+
* @export
|
|
1080
|
+
* @interface DataReplicationApiQueryDataChannelContainersRequest
|
|
1081
|
+
*/
|
|
1082
|
+
export interface DataReplicationApiQueryDataChannelContainersRequest {
|
|
1083
|
+
/**
|
|
1084
|
+
* The Name of the organization
|
|
1085
|
+
* @type {string}
|
|
1086
|
+
* @memberof DataReplicationApiQueryDataChannelContainers
|
|
1087
|
+
*/
|
|
1088
|
+
readonly orgName: string;
|
|
1089
|
+
/**
|
|
1090
|
+
*
|
|
1091
|
+
* @type {string}
|
|
1092
|
+
* @memberof DataReplicationApiQueryDataChannelContainers
|
|
1093
|
+
*/
|
|
1094
|
+
readonly channelID: string;
|
|
1095
|
+
/**
|
|
1096
|
+
*
|
|
1097
|
+
* @type {string}
|
|
1098
|
+
* @memberof DataReplicationApiQueryDataChannelContainers
|
|
1099
|
+
*/
|
|
1100
|
+
readonly moduleName?: string;
|
|
1101
|
+
}
|
|
1102
|
+
/**
|
|
1103
|
+
* Request parameters for queryDataChannelLogs operation in DataReplicationApi.
|
|
1104
|
+
* @export
|
|
1105
|
+
* @interface DataReplicationApiQueryDataChannelLogsRequest
|
|
1106
|
+
*/
|
|
1107
|
+
export interface DataReplicationApiQueryDataChannelLogsRequest {
|
|
1108
|
+
/**
|
|
1109
|
+
* The Name of the organization
|
|
1110
|
+
* @type {string}
|
|
1111
|
+
* @memberof DataReplicationApiQueryDataChannelLogs
|
|
1112
|
+
*/
|
|
1113
|
+
readonly orgName: string;
|
|
1114
|
+
/**
|
|
1115
|
+
*
|
|
1116
|
+
* @type {string}
|
|
1117
|
+
* @memberof DataReplicationApiQueryDataChannelLogs
|
|
1118
|
+
*/
|
|
1119
|
+
readonly channelID: string;
|
|
1120
|
+
/**
|
|
1121
|
+
*
|
|
1122
|
+
* @type {string}
|
|
1123
|
+
* @memberof DataReplicationApiQueryDataChannelLogs
|
|
1124
|
+
*/
|
|
1125
|
+
readonly moduleName?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
*
|
|
1128
|
+
* @type {string}
|
|
1129
|
+
* @memberof DataReplicationApiQueryDataChannelLogs
|
|
1130
|
+
*/
|
|
1131
|
+
readonly containerName?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
*
|
|
1134
|
+
* @type {string}
|
|
1135
|
+
* @memberof DataReplicationApiQueryDataChannelLogs
|
|
1136
|
+
*/
|
|
1137
|
+
readonly limit?: string;
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* Request parameters for queryReplicationObject operation in DataReplicationApi.
|
|
1141
|
+
* @export
|
|
1142
|
+
* @interface DataReplicationApiQueryReplicationObjectRequest
|
|
1143
|
+
*/
|
|
1144
|
+
export interface DataReplicationApiQueryReplicationObjectRequest {
|
|
1145
|
+
/**
|
|
1146
|
+
* The Name of the organization
|
|
1147
|
+
* @type {string}
|
|
1148
|
+
* @memberof DataReplicationApiQueryReplicationObject
|
|
1149
|
+
*/
|
|
1150
|
+
readonly orgName: string;
|
|
1151
|
+
/**
|
|
1152
|
+
*
|
|
1153
|
+
* @type {ReplicationObjectQuery}
|
|
1154
|
+
* @memberof DataReplicationApiQueryReplicationObject
|
|
1155
|
+
*/
|
|
1156
|
+
readonly body: ReplicationObjectQuery;
|
|
1157
|
+
}
|
|
1158
|
+
/**
|
|
1159
|
+
* Request parameters for updateDataChannel operation in DataReplicationApi.
|
|
1160
|
+
* @export
|
|
1161
|
+
* @interface DataReplicationApiUpdateDataChannelRequest
|
|
1162
|
+
*/
|
|
1163
|
+
export interface DataReplicationApiUpdateDataChannelRequest {
|
|
1164
|
+
/**
|
|
1165
|
+
* The Name of the organization
|
|
1166
|
+
* @type {string}
|
|
1167
|
+
* @memberof DataReplicationApiUpdateDataChannel
|
|
1168
|
+
*/
|
|
1169
|
+
readonly orgName: string;
|
|
1170
|
+
/**
|
|
1171
|
+
* The ID of the data channel
|
|
1172
|
+
* @type {string}
|
|
1173
|
+
* @memberof DataReplicationApiUpdateDataChannel
|
|
1174
|
+
*/
|
|
1175
|
+
readonly channelID: string;
|
|
1176
|
+
/**
|
|
1177
|
+
*
|
|
1178
|
+
* @type {DataReplicationUpdate}
|
|
1179
|
+
* @memberof DataReplicationApiUpdateDataChannel
|
|
1180
|
+
*/
|
|
1181
|
+
readonly body: DataReplicationUpdate;
|
|
1182
|
+
}
|
|
1183
|
+
/**
|
|
1184
|
+
* DataReplicationApi - object-oriented interface
|
|
1185
|
+
* @export
|
|
1186
|
+
* @class DataReplicationApi
|
|
1187
|
+
* @extends {BaseAPI}
|
|
1188
|
+
*/
|
|
1189
|
+
export declare class DataReplicationApi extends BaseAPI implements DataReplicationApiInterface {
|
|
1190
|
+
/**
|
|
1191
|
+
* Create a new data channel ops.
|
|
1192
|
+
* @summary Create a new data channel ops
|
|
1193
|
+
* @param {DataReplicationApiCreateDataChannelOpsRequest} requestParameters Request parameters.
|
|
1194
|
+
* @param {*} [options] Override http request option.
|
|
1195
|
+
* @throws {RequiredError}
|
|
1196
|
+
* @memberof DataReplicationApi
|
|
1197
|
+
*/
|
|
1198
|
+
createDataChannelOps(requestParameters: DataReplicationApiCreateDataChannelOpsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1199
|
+
/**
|
|
1200
|
+
* create pre check.
|
|
1201
|
+
* @summary create pre check
|
|
1202
|
+
* @param {DataReplicationApiCreatePreCheckRequest} requestParameters Request parameters.
|
|
1203
|
+
* @param {*} [options] Override http request option.
|
|
1204
|
+
* @throws {RequiredError}
|
|
1205
|
+
* @memberof DataReplicationApi
|
|
1206
|
+
*/
|
|
1207
|
+
createPreCheck(requestParameters: DataReplicationApiCreatePreCheckRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PreCheckTaskResponse, any, {}>>;
|
|
1208
|
+
/**
|
|
1209
|
+
* Delete a data channel.
|
|
1210
|
+
* @summary Delete a data channel
|
|
1211
|
+
* @param {DataReplicationApiDeleteDataChannelRequest} requestParameters Request parameters.
|
|
1212
|
+
* @param {*} [options] Override http request option.
|
|
1213
|
+
* @throws {RequiredError}
|
|
1214
|
+
* @memberof DataReplicationApi
|
|
1215
|
+
*/
|
|
1216
|
+
deleteDataChannel(requestParameters: DataReplicationApiDeleteDataChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1217
|
+
/**
|
|
1218
|
+
* Delete a standalone data check and its runtime resources.
|
|
1219
|
+
* @summary Delete a data check
|
|
1220
|
+
* @param {DataReplicationApiDeleteDataCheckRequest} requestParameters Request parameters.
|
|
1221
|
+
* @param {*} [options] Override http request option.
|
|
1222
|
+
* @throws {RequiredError}
|
|
1223
|
+
* @memberof DataReplicationApi
|
|
1224
|
+
*/
|
|
1225
|
+
deleteDataCheck(requestParameters: DataReplicationApiDeleteDataCheckRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1226
|
+
/**
|
|
1227
|
+
* delete preCheck.
|
|
1228
|
+
* @summary delete preCheck
|
|
1229
|
+
* @param {DataReplicationApiDeletePreCheckRequest} requestParameters Request parameters.
|
|
1230
|
+
* @param {*} [options] Override http request option.
|
|
1231
|
+
* @deprecated
|
|
1232
|
+
* @throws {RequiredError}
|
|
1233
|
+
* @memberof DataReplicationApi
|
|
1234
|
+
*/
|
|
1235
|
+
deletePreCheck(requestParameters: DataReplicationApiDeletePreCheckRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1236
|
+
/**
|
|
1237
|
+
* Retrieve a data channel detail.
|
|
1238
|
+
* @summary Get Data Channel Details
|
|
1239
|
+
* @param {DataReplicationApiGetDataChannelRequest} requestParameters Request parameters.
|
|
1240
|
+
* @param {*} [options] Override http request option.
|
|
1241
|
+
* @throws {RequiredError}
|
|
1242
|
+
* @memberof DataReplicationApi
|
|
1243
|
+
*/
|
|
1244
|
+
getDataChannel(requestParameters: DataReplicationApiGetDataChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataChannelDetail, any, {}>>;
|
|
1245
|
+
/**
|
|
1246
|
+
* Retrieve a standalone data check detail.
|
|
1247
|
+
* @summary Get Data Check
|
|
1248
|
+
* @param {DataReplicationApiGetDataCheckRequest} requestParameters Request parameters.
|
|
1249
|
+
* @param {*} [options] Override http request option.
|
|
1250
|
+
* @throws {RequiredError}
|
|
1251
|
+
* @memberof DataReplicationApi
|
|
1252
|
+
*/
|
|
1253
|
+
getDataCheck(requestParameters: DataReplicationApiGetDataCheckRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataCheckItem, any, {}>>;
|
|
1254
|
+
/**
|
|
1255
|
+
* Read typed check miss or diff details from the latest parsed check result.
|
|
1256
|
+
* @summary Get Data Check Difference Details
|
|
1257
|
+
* @param {DataReplicationApiGetDataCheckDetailsRequest} requestParameters Request parameters.
|
|
1258
|
+
* @param {*} [options] Override http request option.
|
|
1259
|
+
* @throws {RequiredError}
|
|
1260
|
+
* @memberof DataReplicationApi
|
|
1261
|
+
*/
|
|
1262
|
+
getDataCheckDetails(requestParameters: DataReplicationApiGetDataCheckDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataCheckDetails, any, {}>>;
|
|
1263
|
+
/**
|
|
1264
|
+
* Read raw SQL lines emitted by check sql_logger entries.
|
|
1265
|
+
* @summary Get Data Check SQL Logs
|
|
1266
|
+
* @param {DataReplicationApiGetDataCheckSQLLogsRequest} requestParameters Request parameters.
|
|
1267
|
+
* @param {*} [options] Override http request option.
|
|
1268
|
+
* @throws {RequiredError}
|
|
1269
|
+
* @memberof DataReplicationApi
|
|
1270
|
+
*/
|
|
1271
|
+
getDataCheckSQLLogs(requestParameters: DataReplicationApiGetDataCheckSQLLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1272
|
+
/**
|
|
1273
|
+
* get preCheck.
|
|
1274
|
+
* @summary get preCheck
|
|
1275
|
+
* @param {DataReplicationApiGetPreCheckRequest} requestParameters Request parameters.
|
|
1276
|
+
* @param {*} [options] Override http request option.
|
|
1277
|
+
* @throws {RequiredError}
|
|
1278
|
+
* @memberof DataReplicationApi
|
|
1279
|
+
*/
|
|
1280
|
+
getPreCheck(requestParameters: DataReplicationApiGetPreCheckRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PreCheckTaskDetail, any, {}>>;
|
|
1281
|
+
/**
|
|
1282
|
+
* Retrieve a list of data channels.
|
|
1283
|
+
* @summary List Data Channels
|
|
1284
|
+
* @param {DataReplicationApiListAdminDataChannelsRequest} requestParameters Request parameters.
|
|
1285
|
+
* @param {*} [options] Override http request option.
|
|
1286
|
+
* @throws {RequiredError}
|
|
1287
|
+
* @memberof DataReplicationApi
|
|
1288
|
+
*/
|
|
1289
|
+
listAdminDataChannels(requestParameters?: DataReplicationApiListAdminDataChannelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataChannelItem[], any, {}>>;
|
|
1290
|
+
/**
|
|
1291
|
+
* Retrieve a list of standalone data checks.
|
|
1292
|
+
* @summary List Data Checks
|
|
1293
|
+
* @param {DataReplicationApiListAdminDataChecksRequest} requestParameters Request parameters.
|
|
1294
|
+
* @param {*} [options] Override http request option.
|
|
1295
|
+
* @throws {RequiredError}
|
|
1296
|
+
* @memberof DataReplicationApi
|
|
1297
|
+
*/
|
|
1298
|
+
listAdminDataChecks(requestParameters?: DataReplicationApiListAdminDataChecksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataCheckListItem[], any, {}>>;
|
|
1299
|
+
/**
|
|
1300
|
+
* Retrieve a list of data channel events.
|
|
1301
|
+
* @summary List Data Channel Events
|
|
1302
|
+
* @param {DataReplicationApiListDataChannelEventsRequest} requestParameters Request parameters.
|
|
1303
|
+
* @param {*} [options] Override http request option.
|
|
1304
|
+
* @throws {RequiredError}
|
|
1305
|
+
* @memberof DataReplicationApi
|
|
1306
|
+
*/
|
|
1307
|
+
listDataChannelEvents(requestParameters: DataReplicationApiListDataChannelEventsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventItem[], any, {}>>;
|
|
1308
|
+
/**
|
|
1309
|
+
* Retrieve a list of data channel parameters.
|
|
1310
|
+
* @summary List Data Channel Parameters
|
|
1311
|
+
* @param {DataReplicationApiListDataChannelParametersRequest} requestParameters Request parameters.
|
|
1312
|
+
* @param {*} [options] Override http request option.
|
|
1313
|
+
* @throws {RequiredError}
|
|
1314
|
+
* @memberof DataReplicationApi
|
|
1315
|
+
*/
|
|
1316
|
+
listDataChannelParameters(requestParameters: DataReplicationApiListDataChannelParametersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1317
|
+
[key: string]: DataReplicationParametersResponseDetail[];
|
|
1318
|
+
}, any, {}>>;
|
|
1319
|
+
/**
|
|
1320
|
+
* Query containers of a data channel module pod
|
|
1321
|
+
* @summary Query data channel module pod containers
|
|
1322
|
+
* @param {DataReplicationApiQueryDataChannelContainersRequest} requestParameters Request parameters.
|
|
1323
|
+
* @param {*} [options] Override http request option.
|
|
1324
|
+
* @throws {RequiredError}
|
|
1325
|
+
* @memberof DataReplicationApi
|
|
1326
|
+
*/
|
|
1327
|
+
queryDataChannelContainers(requestParameters: DataReplicationApiQueryDataChannelContainersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataReplicationChannelContainer[], any, {}>>;
|
|
1328
|
+
/**
|
|
1329
|
+
* Query logs of a data channel
|
|
1330
|
+
* @summary Query data channel logs
|
|
1331
|
+
* @param {DataReplicationApiQueryDataChannelLogsRequest} requestParameters Request parameters.
|
|
1332
|
+
* @param {*} [options] Override http request option.
|
|
1333
|
+
* @throws {RequiredError}
|
|
1334
|
+
* @memberof DataReplicationApi
|
|
1335
|
+
*/
|
|
1336
|
+
queryDataChannelLogs(requestParameters: DataReplicationApiQueryDataChannelLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1337
|
+
/**
|
|
1338
|
+
* query replication object.
|
|
1339
|
+
* @summary query replication object
|
|
1340
|
+
* @param {DataReplicationApiQueryReplicationObjectRequest} requestParameters Request parameters.
|
|
1341
|
+
* @param {*} [options] Override http request option.
|
|
1342
|
+
* @throws {RequiredError}
|
|
1343
|
+
* @memberof DataReplicationApi
|
|
1344
|
+
*/
|
|
1345
|
+
queryReplicationObject(requestParameters: DataReplicationApiQueryReplicationObjectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReplicationObjectTree, any, {}>>;
|
|
1346
|
+
/**
|
|
1347
|
+
* Update a new data channel.
|
|
1348
|
+
* @summary Update a data channel
|
|
1349
|
+
* @param {DataReplicationApiUpdateDataChannelRequest} requestParameters Request parameters.
|
|
1350
|
+
* @param {*} [options] Override http request option.
|
|
1351
|
+
* @throws {RequiredError}
|
|
1352
|
+
* @memberof DataReplicationApi
|
|
1353
|
+
*/
|
|
1354
|
+
updateDataChannel(requestParameters: DataReplicationApiUpdateDataChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataChannelResponse, any, {}>>;
|
|
1355
|
+
}
|
|
1356
|
+
//# sourceMappingURL=data-replication-api.d.ts.map
|