@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.9
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/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4200 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31119 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5760 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +962 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +967 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3080 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1833 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1691 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3554 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3072 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8878 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1353 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1791 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1022 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14894 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +842 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +842 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4527 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3682 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10954 -0
- package/src/services/cloud.ts +75508 -0
- package/src/services/cloud_v2.ts +14751 -0
- package/src/services/dedicatedceph.ts +2233 -0
- package/src/services/dedicatednasha.ts +2269 -0
- package/src/services/domain.ts +7998 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4218 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4462 -0
- package/src/services/iploadbalancing.ts +8422 -0
- package/src/services/ldp.ts +7274 -0
- package/src/services/me.ts +21720 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3226 -0
- package/src/services/packxdsl.ts +4623 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2433 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32941 -0
- package/src/services/vmwareclouddirectorbackup.ts +2171 -0
- package/src/services/vmwareclouddirectororganization.ts +2171 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11290 -0
- package/src/services/xdsl.ts +9278 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,2492 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as Redacted from "effect/Redacted";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
5
|
+
export type { OvhOpError, OvhOpContext };
|
|
6
|
+
declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
|
|
7
|
+
readonly code: any;
|
|
8
|
+
readonly message: any;
|
|
9
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
10
|
+
"@distilled.cloud/error/categories": {
|
|
11
|
+
ConflictError: true;
|
|
12
|
+
};
|
|
13
|
+
});
|
|
14
|
+
export declare class Conflict extends /*@__PURE__*/ Conflict_base {
|
|
15
|
+
}
|
|
16
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
17
|
+
readonly code: any;
|
|
18
|
+
readonly message: any;
|
|
19
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
20
|
+
"@distilled.cloud/error/categories": {
|
|
21
|
+
AuthError: true;
|
|
22
|
+
};
|
|
23
|
+
});
|
|
24
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
25
|
+
}
|
|
26
|
+
declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
|
|
27
|
+
readonly code: any;
|
|
28
|
+
readonly message: any;
|
|
29
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
30
|
+
"@distilled.cloud/error/categories": {
|
|
31
|
+
BadRequestError: true;
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
export declare class NotFound extends /*@__PURE__*/ NotFound_base {
|
|
35
|
+
}
|
|
36
|
+
export interface CreateDbaasLogChangeContactRequest {
|
|
37
|
+
/** Service name */
|
|
38
|
+
serviceName: string;
|
|
39
|
+
/** The contact to set as admin contact */
|
|
40
|
+
contactAdmin?: string;
|
|
41
|
+
/** The contact to set as billing contact */
|
|
42
|
+
contactBilling?: string;
|
|
43
|
+
/** The contact to set as tech contact */
|
|
44
|
+
contactTech?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare const CreateDbaasLogChangeContactRequest: S.Schema<CreateDbaasLogChangeContactRequest>;
|
|
47
|
+
export type CreateDbaasLogChangeContactResponseBodyList = Array<number>;
|
|
48
|
+
export declare const CreateDbaasLogChangeContactResponseBodyList: S.Schema<CreateDbaasLogChangeContactResponseBodyList>;
|
|
49
|
+
export type CreateDbaasLogChangeContactResponse = CreateDbaasLogChangeContactResponseBodyList;
|
|
50
|
+
export declare const CreateDbaasLogChangeContactResponse: S.Schema<CreateDbaasLogChangeContactResponse>;
|
|
51
|
+
export interface CreateDbaasLogEncryptionKeyRequest {
|
|
52
|
+
/** Service name */
|
|
53
|
+
serviceName: string;
|
|
54
|
+
/** Encryption Key content */
|
|
55
|
+
content: string;
|
|
56
|
+
/** Encryption Key fingerprint */
|
|
57
|
+
fingerprint: string;
|
|
58
|
+
/** Encryption Key title */
|
|
59
|
+
title: string;
|
|
60
|
+
}
|
|
61
|
+
export declare const CreateDbaasLogEncryptionKeyRequest: S.Schema<CreateDbaasLogEncryptionKeyRequest>;
|
|
62
|
+
/** Possible values for OperationStateEnum */
|
|
63
|
+
export type DbaasLogsOperationStateEnum = "FAILURE" | "PENDING" | "RECEIVED" | "RETRY" | "REVOKED" | "RUNNING" | "STARTED" | "SUCCESS";
|
|
64
|
+
export declare const DbaasLogsOperationStateEnum: any;
|
|
65
|
+
/** Asynchronous operation */
|
|
66
|
+
export interface DbaasLogsOperation {
|
|
67
|
+
/** Alias used */
|
|
68
|
+
aliasId?: string | null;
|
|
69
|
+
/** Operation creation */
|
|
70
|
+
createdAt?: string;
|
|
71
|
+
/** Dashboard used */
|
|
72
|
+
dashboardId?: string | null;
|
|
73
|
+
/** Encryption key used */
|
|
74
|
+
encryptionKeyId?: string | null;
|
|
75
|
+
/** Index used */
|
|
76
|
+
indexId?: string | null;
|
|
77
|
+
/** Input used */
|
|
78
|
+
inputId?: string | null;
|
|
79
|
+
/** Operation ID */
|
|
80
|
+
operationId?: string;
|
|
81
|
+
/** OpenSearch Dashboards used */
|
|
82
|
+
osdId?: string | null;
|
|
83
|
+
/** Role used */
|
|
84
|
+
roleId?: string | null;
|
|
85
|
+
/** Service name */
|
|
86
|
+
serviceName?: string;
|
|
87
|
+
/** Operation status */
|
|
88
|
+
state?: DbaasLogsOperationStateEnum;
|
|
89
|
+
/** Stream used */
|
|
90
|
+
streamId?: string | null;
|
|
91
|
+
/** Subscription used */
|
|
92
|
+
subscriptionId?: string | null;
|
|
93
|
+
/** Metrics tenant used */
|
|
94
|
+
tenantId?: string | null;
|
|
95
|
+
/** Token used */
|
|
96
|
+
tokenId?: string | null;
|
|
97
|
+
/** Operation last update */
|
|
98
|
+
updatedAt?: string | null;
|
|
99
|
+
}
|
|
100
|
+
export declare const DbaasLogsOperation: S.Schema<DbaasLogsOperation>;
|
|
101
|
+
/** IP blocks */
|
|
102
|
+
export type CreateDbaasLogInputRequestAllowedNetworksList = Array<string>;
|
|
103
|
+
export declare const CreateDbaasLogInputRequestAllowedNetworksList: S.Schema<CreateDbaasLogInputRequestAllowedNetworksList>;
|
|
104
|
+
export interface CreateDbaasLogInputRequest {
|
|
105
|
+
/** Service name */
|
|
106
|
+
serviceName: string;
|
|
107
|
+
/** IP blocks */
|
|
108
|
+
allowedNetworks?: CreateDbaasLogInputRequestAllowedNetworksList | null;
|
|
109
|
+
/** Whether the workload is auto-scaled */
|
|
110
|
+
autoscale?: boolean | null;
|
|
111
|
+
/** Description */
|
|
112
|
+
description: string;
|
|
113
|
+
/** Engine ID */
|
|
114
|
+
engineId: string;
|
|
115
|
+
/** Exposed port */
|
|
116
|
+
exposedPort?: string | null;
|
|
117
|
+
/** Maximum number of instances in auto-scaled mode */
|
|
118
|
+
maxScaleInstance?: number | null;
|
|
119
|
+
/** Minimum number of instances in auto-scaled mode */
|
|
120
|
+
minScaleInstance?: number | null;
|
|
121
|
+
/** Number of instance running */
|
|
122
|
+
nbInstance?: number | null;
|
|
123
|
+
/** If set, notify when scaling happens */
|
|
124
|
+
scalingNotifyEnabled?: boolean | null;
|
|
125
|
+
/** Stream ID */
|
|
126
|
+
streamId: string;
|
|
127
|
+
/** Title */
|
|
128
|
+
title: string;
|
|
129
|
+
}
|
|
130
|
+
export declare const CreateDbaasLogInputRequest: S.Schema<CreateDbaasLogInputRequest>;
|
|
131
|
+
export interface CreateDbaasLogInputConfigtestRequest {
|
|
132
|
+
/** Service name */
|
|
133
|
+
serviceName: string;
|
|
134
|
+
/** Input ID */
|
|
135
|
+
inputId: string;
|
|
136
|
+
}
|
|
137
|
+
export declare const CreateDbaasLogInputConfigtestRequest: S.Schema<CreateDbaasLogInputConfigtestRequest>;
|
|
138
|
+
export interface CreateDbaasLogInputEndRequest {
|
|
139
|
+
/** Service name */
|
|
140
|
+
serviceName: string;
|
|
141
|
+
/** Input ID */
|
|
142
|
+
inputId: string;
|
|
143
|
+
}
|
|
144
|
+
export declare const CreateDbaasLogInputEndRequest: S.Schema<CreateDbaasLogInputEndRequest>;
|
|
145
|
+
export interface CreateDbaasLogInputLogUrlRequest {
|
|
146
|
+
/** Service name */
|
|
147
|
+
serviceName: string;
|
|
148
|
+
/** Input ID */
|
|
149
|
+
inputId: string;
|
|
150
|
+
}
|
|
151
|
+
export declare const CreateDbaasLogInputLogUrlRequest: S.Schema<CreateDbaasLogInputLogUrlRequest>;
|
|
152
|
+
/** Temporary url information */
|
|
153
|
+
export interface DbaasLogsTemporaryLogsLink {
|
|
154
|
+
/** Temporary url expiration date */
|
|
155
|
+
expirationDate?: string;
|
|
156
|
+
/** Temporary url */
|
|
157
|
+
url?: string;
|
|
158
|
+
}
|
|
159
|
+
export declare const DbaasLogsTemporaryLogsLink: S.Schema<DbaasLogsTemporaryLogsLink>;
|
|
160
|
+
export interface CreateDbaasLogOutputGraylogDashboardRequest {
|
|
161
|
+
/** Service name */
|
|
162
|
+
serviceName: string;
|
|
163
|
+
/** Description */
|
|
164
|
+
description: string;
|
|
165
|
+
/** Title */
|
|
166
|
+
title: string;
|
|
167
|
+
}
|
|
168
|
+
export declare const CreateDbaasLogOutputGraylogDashboardRequest: S.Schema<CreateDbaasLogOutputGraylogDashboardRequest>;
|
|
169
|
+
/** Possible values for StreamColdStorageCompressionEnum */
|
|
170
|
+
export type DbaasLogsStreamColdStorageCompressionEnum = "DEFLATED" | "GZIP" | "LZMA" | "ZSTD";
|
|
171
|
+
export declare const DbaasLogsStreamColdStorageCompressionEnum: any;
|
|
172
|
+
/** Possible values for StreamColdStorageContentEnum */
|
|
173
|
+
export type DbaasLogsStreamColdStorageContentEnum = "ALL" | "GELF" | "PLAIN";
|
|
174
|
+
export declare const DbaasLogsStreamColdStorageContentEnum: any;
|
|
175
|
+
/** Encryption keys used to encrypt stream archives */
|
|
176
|
+
export type CreateDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList = Array<string>;
|
|
177
|
+
export declare const CreateDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList: S.Schema<CreateDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList>;
|
|
178
|
+
export interface CreateDbaasLogOutputGraylogStreamRequest {
|
|
179
|
+
/** Service name */
|
|
180
|
+
serviceName: string;
|
|
181
|
+
/** Cold storage compression */
|
|
182
|
+
coldStorageCompression?: DbaasLogsStreamColdStorageCompressionEnum | (string & {}) | null;
|
|
183
|
+
/** Cold storage archive content */
|
|
184
|
+
coldStorageContent?: DbaasLogsStreamColdStorageContentEnum | (string & {}) | null;
|
|
185
|
+
/** Cold storage enabled */
|
|
186
|
+
coldStorageEnabled?: boolean | null;
|
|
187
|
+
/** Cold storage notify enabled */
|
|
188
|
+
coldStorageNotifyEnabled?: boolean | null;
|
|
189
|
+
/** Cold storage retention time */
|
|
190
|
+
coldStorageRetention?: number | null;
|
|
191
|
+
/** Description */
|
|
192
|
+
description: string;
|
|
193
|
+
/** Encryption keys used to encrypt stream archives */
|
|
194
|
+
encryptionKeysIds?: CreateDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList | null;
|
|
195
|
+
/** ES indexing enabled */
|
|
196
|
+
indexingEnabled?: boolean | null;
|
|
197
|
+
/** Maximum indexing size (in GB) */
|
|
198
|
+
indexingMaxSize?: number | null;
|
|
199
|
+
/** If set, notify when size is near 80, 90 or 100 % of the maximum configured setting */
|
|
200
|
+
indexingNotifyEnabled?: boolean | null;
|
|
201
|
+
/** Parent stream ID */
|
|
202
|
+
parentStreamId?: string | null;
|
|
203
|
+
/** If set, pause indexing when maximum size is reach */
|
|
204
|
+
pauseIndexingOnMaxSize?: boolean | null;
|
|
205
|
+
/** Retention ID */
|
|
206
|
+
retentionId?: string | null;
|
|
207
|
+
/** Title */
|
|
208
|
+
title: string;
|
|
209
|
+
/** Web Socket enabled */
|
|
210
|
+
webSocketEnabled?: boolean | null;
|
|
211
|
+
}
|
|
212
|
+
export declare const CreateDbaasLogOutputGraylogStreamRequest: S.Schema<CreateDbaasLogOutputGraylogStreamRequest>;
|
|
213
|
+
/** Possible values for StreamAlertConditionConditionTypeEnum */
|
|
214
|
+
export type DbaasLogsStreamAlertConditionConditionTypeEnum = "FIELD_CONTENT_VALUE" | "FIELD_VALUE" | "MESSAGE_COUNT";
|
|
215
|
+
export declare const DbaasLogsStreamAlertConditionConditionTypeEnum: any;
|
|
216
|
+
/** Possible values for StreamAlertConditionConstraintTypeEnum */
|
|
217
|
+
export type DbaasLogsStreamAlertConditionConstraintTypeEnum = "MAX" | "MEAN" | "MIN" | "STDLABEU" | "SUM";
|
|
218
|
+
export declare const DbaasLogsStreamAlertConditionConstraintTypeEnum: any;
|
|
219
|
+
/** Possible values for StreamAlertConditionThresholdTypeEnum */
|
|
220
|
+
export type DbaasLogsStreamAlertConditionThresholdTypeEnum = "EQ" | "GT" | "GTE" | "LT" | "LTE";
|
|
221
|
+
export declare const DbaasLogsStreamAlertConditionThresholdTypeEnum: any;
|
|
222
|
+
export interface CreateDbaasLogOutputGraylogStreamAlertRequest {
|
|
223
|
+
/** Service name */
|
|
224
|
+
serviceName: string;
|
|
225
|
+
/** Stream ID */
|
|
226
|
+
streamId: string;
|
|
227
|
+
/** Backlog */
|
|
228
|
+
backlog: number;
|
|
229
|
+
/** Condition type */
|
|
230
|
+
conditionType?: DbaasLogsStreamAlertConditionConditionTypeEnum | (string & {}) | null;
|
|
231
|
+
/** Constraint type */
|
|
232
|
+
constraintType?: DbaasLogsStreamAlertConditionConstraintTypeEnum | (string & {}) | null;
|
|
233
|
+
/** Field */
|
|
234
|
+
field?: string | null;
|
|
235
|
+
/** Grace period */
|
|
236
|
+
grace: number;
|
|
237
|
+
/** Query filter */
|
|
238
|
+
queryFilter?: string | null;
|
|
239
|
+
/** Repeat notifications enabled */
|
|
240
|
+
repeatNotificationsEnabled?: boolean | null;
|
|
241
|
+
/** Threshold */
|
|
242
|
+
threshold?: number | null;
|
|
243
|
+
/** Threshold type */
|
|
244
|
+
thresholdType?: DbaasLogsStreamAlertConditionThresholdTypeEnum | (string & {}) | null;
|
|
245
|
+
/** Time */
|
|
246
|
+
time?: number | null;
|
|
247
|
+
/** Title */
|
|
248
|
+
title: string;
|
|
249
|
+
/** Value */
|
|
250
|
+
value?: string | null;
|
|
251
|
+
}
|
|
252
|
+
export declare const CreateDbaasLogOutputGraylogStreamAlertRequest: S.Schema<CreateDbaasLogOutputGraylogStreamAlertRequest>;
|
|
253
|
+
export interface CreateDbaasLogOutputGraylogStreamArchiveUrlRequest {
|
|
254
|
+
/** Service name */
|
|
255
|
+
serviceName: string;
|
|
256
|
+
/** Stream ID */
|
|
257
|
+
streamId: string;
|
|
258
|
+
/** Archive ID */
|
|
259
|
+
archiveId: string;
|
|
260
|
+
}
|
|
261
|
+
export declare const CreateDbaasLogOutputGraylogStreamArchiveUrlRequest: S.Schema<CreateDbaasLogOutputGraylogStreamArchiveUrlRequest>;
|
|
262
|
+
/** Stream archive url */
|
|
263
|
+
export interface DbaasLogsArchiveUrl {
|
|
264
|
+
/** Temporary URL expiration date */
|
|
265
|
+
expirationDate?: string;
|
|
266
|
+
/** Temporary URL to get archive */
|
|
267
|
+
url?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare const DbaasLogsArchiveUrl: S.Schema<DbaasLogsArchiveUrl>;
|
|
270
|
+
/** Possible values for StreamRuleOperatorEnum */
|
|
271
|
+
export type DbaasLogsStreamRuleOperatorEnum = "FIELD_PRESENCE" | "GREATER_THAN" | "MATCH_EXACTLY" | "SMALLER_THAN";
|
|
272
|
+
export declare const DbaasLogsStreamRuleOperatorEnum: any;
|
|
273
|
+
export interface CreateDbaasLogOutputGraylogStreamRuleRequest {
|
|
274
|
+
/** Service name */
|
|
275
|
+
serviceName: string;
|
|
276
|
+
/** Stream ID */
|
|
277
|
+
streamId: string;
|
|
278
|
+
/** Field name */
|
|
279
|
+
field: string;
|
|
280
|
+
/** Invert condition */
|
|
281
|
+
isInverted?: boolean | null;
|
|
282
|
+
/** Field operator */
|
|
283
|
+
operator: DbaasLogsStreamRuleOperatorEnum | (string & {});
|
|
284
|
+
/** Field value */
|
|
285
|
+
value: string;
|
|
286
|
+
}
|
|
287
|
+
export declare const CreateDbaasLogOutputGraylogStreamRuleRequest: S.Schema<CreateDbaasLogOutputGraylogStreamRuleRequest>;
|
|
288
|
+
export interface CreateDbaasLogOutputMetricTenantRequest {
|
|
289
|
+
/** Service name */
|
|
290
|
+
serviceName: string;
|
|
291
|
+
/** Metric tenant description */
|
|
292
|
+
description: string;
|
|
293
|
+
/** Maximum number of time series inside the tenant */
|
|
294
|
+
maxSeries?: number;
|
|
295
|
+
/** Delete samples older than the specified retention period. */
|
|
296
|
+
retentionId: string;
|
|
297
|
+
/** Metric tenant title */
|
|
298
|
+
title: string;
|
|
299
|
+
}
|
|
300
|
+
export declare const CreateDbaasLogOutputMetricTenantRequest: S.Schema<CreateDbaasLogOutputMetricTenantRequest>;
|
|
301
|
+
export interface CreateDbaasLogOutputOpensearchAliasRequest {
|
|
302
|
+
/** Service name */
|
|
303
|
+
serviceName: string;
|
|
304
|
+
/** Description */
|
|
305
|
+
description: string;
|
|
306
|
+
/** Suffix */
|
|
307
|
+
suffix: string;
|
|
308
|
+
}
|
|
309
|
+
export declare const CreateDbaasLogOutputOpensearchAliasRequest: S.Schema<CreateDbaasLogOutputOpensearchAliasRequest>;
|
|
310
|
+
export interface CreateDbaasLogOutputOpensearchAliasIndexRequest {
|
|
311
|
+
/** Service name */
|
|
312
|
+
serviceName: string;
|
|
313
|
+
/** Alias ID */
|
|
314
|
+
aliasId: string;
|
|
315
|
+
/** Index ID */
|
|
316
|
+
indexId: string;
|
|
317
|
+
}
|
|
318
|
+
export declare const CreateDbaasLogOutputOpensearchAliasIndexRequest: S.Schema<CreateDbaasLogOutputOpensearchAliasIndexRequest>;
|
|
319
|
+
export interface CreateDbaasLogOutputOpensearchAliasStreamRequest {
|
|
320
|
+
/** Service name */
|
|
321
|
+
serviceName: string;
|
|
322
|
+
/** Alias ID */
|
|
323
|
+
aliasId: string;
|
|
324
|
+
/** Stream ID */
|
|
325
|
+
streamId: string;
|
|
326
|
+
}
|
|
327
|
+
export declare const CreateDbaasLogOutputOpensearchAliasStreamRequest: S.Schema<CreateDbaasLogOutputOpensearchAliasStreamRequest>;
|
|
328
|
+
export interface CreateDbaasLogOutputOpensearchIndexRequest {
|
|
329
|
+
/** Service name */
|
|
330
|
+
serviceName: string;
|
|
331
|
+
/** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */
|
|
332
|
+
alertNotifyEnabled?: boolean | null;
|
|
333
|
+
/** Description */
|
|
334
|
+
description: string;
|
|
335
|
+
/** Number of shard */
|
|
336
|
+
nbShard?: number | null;
|
|
337
|
+
/** Suffix */
|
|
338
|
+
suffix: string;
|
|
339
|
+
}
|
|
340
|
+
export declare const CreateDbaasLogOutputOpensearchIndexRequest: S.Schema<CreateDbaasLogOutputOpensearchIndexRequest>;
|
|
341
|
+
export interface CreateDbaasLogOutputOpensearchOsdRequest {
|
|
342
|
+
/** Service name */
|
|
343
|
+
serviceName: string;
|
|
344
|
+
/** Description */
|
|
345
|
+
description: string;
|
|
346
|
+
}
|
|
347
|
+
export declare const CreateDbaasLogOutputOpensearchOsdRequest: S.Schema<CreateDbaasLogOutputOpensearchOsdRequest>;
|
|
348
|
+
export interface CreateDbaasLogRoleRequest {
|
|
349
|
+
/** Service name */
|
|
350
|
+
serviceName: string;
|
|
351
|
+
/** Description */
|
|
352
|
+
description: string;
|
|
353
|
+
/** Name */
|
|
354
|
+
name: string;
|
|
355
|
+
}
|
|
356
|
+
export declare const CreateDbaasLogRoleRequest: S.Schema<CreateDbaasLogRoleRequest>;
|
|
357
|
+
export interface CreateDbaasLogRoleMemberRequest {
|
|
358
|
+
/** Service name */
|
|
359
|
+
serviceName: string;
|
|
360
|
+
/** Role ID */
|
|
361
|
+
roleId: string;
|
|
362
|
+
/** Custom note */
|
|
363
|
+
note?: string | null;
|
|
364
|
+
/** Username */
|
|
365
|
+
username: string;
|
|
366
|
+
}
|
|
367
|
+
export declare const CreateDbaasLogRoleMemberRequest: S.Schema<CreateDbaasLogRoleMemberRequest>;
|
|
368
|
+
export interface CreateDbaasLogRolePermissionAliasRequest {
|
|
369
|
+
/** Service name */
|
|
370
|
+
serviceName: string;
|
|
371
|
+
/** Role ID */
|
|
372
|
+
roleId: string;
|
|
373
|
+
/** Alias ID */
|
|
374
|
+
aliasId: string;
|
|
375
|
+
}
|
|
376
|
+
export declare const CreateDbaasLogRolePermissionAliasRequest: S.Schema<CreateDbaasLogRolePermissionAliasRequest>;
|
|
377
|
+
/** Possible values for PermissionTypeEnum */
|
|
378
|
+
export type DbaasLogsPermissionTypeEnum = "READ_ONLY" | "READ_WRITE";
|
|
379
|
+
export declare const DbaasLogsPermissionTypeEnum: any;
|
|
380
|
+
export interface CreateDbaasLogRolePermissionDashboardRequest {
|
|
381
|
+
/** Service name */
|
|
382
|
+
serviceName: string;
|
|
383
|
+
/** Role ID */
|
|
384
|
+
roleId: string;
|
|
385
|
+
/** Dashboard ID */
|
|
386
|
+
dashboardId: string;
|
|
387
|
+
/** Permission type */
|
|
388
|
+
permissionType?: DbaasLogsPermissionTypeEnum | (string & {}) | null;
|
|
389
|
+
}
|
|
390
|
+
export declare const CreateDbaasLogRolePermissionDashboardRequest: S.Schema<CreateDbaasLogRolePermissionDashboardRequest>;
|
|
391
|
+
export interface CreateDbaasLogRolePermissionIndexRequest {
|
|
392
|
+
/** Service name */
|
|
393
|
+
serviceName: string;
|
|
394
|
+
/** Role ID */
|
|
395
|
+
roleId: string;
|
|
396
|
+
/** Index ID */
|
|
397
|
+
indexId: string;
|
|
398
|
+
/** Permission type */
|
|
399
|
+
permissionType?: DbaasLogsPermissionTypeEnum | (string & {}) | null;
|
|
400
|
+
}
|
|
401
|
+
export declare const CreateDbaasLogRolePermissionIndexRequest: S.Schema<CreateDbaasLogRolePermissionIndexRequest>;
|
|
402
|
+
export interface CreateDbaasLogRolePermissionOsdRequest {
|
|
403
|
+
/** Service name */
|
|
404
|
+
serviceName: string;
|
|
405
|
+
/** Role ID */
|
|
406
|
+
roleId: string;
|
|
407
|
+
/** Osd ID */
|
|
408
|
+
osdId: string;
|
|
409
|
+
/** Permission type */
|
|
410
|
+
permissionType?: DbaasLogsPermissionTypeEnum | (string & {}) | null;
|
|
411
|
+
}
|
|
412
|
+
export declare const CreateDbaasLogRolePermissionOsdRequest: S.Schema<CreateDbaasLogRolePermissionOsdRequest>;
|
|
413
|
+
export interface CreateDbaasLogRolePermissionStreamRequest {
|
|
414
|
+
/** Service name */
|
|
415
|
+
serviceName: string;
|
|
416
|
+
/** Role ID */
|
|
417
|
+
roleId: string;
|
|
418
|
+
/** Stream ID */
|
|
419
|
+
streamId: string;
|
|
420
|
+
}
|
|
421
|
+
export declare const CreateDbaasLogRolePermissionStreamRequest: S.Schema<CreateDbaasLogRolePermissionStreamRequest>;
|
|
422
|
+
export interface CreateDbaasLogTokenRequest {
|
|
423
|
+
/** Service name */
|
|
424
|
+
serviceName: string;
|
|
425
|
+
/** Cluster ID */
|
|
426
|
+
clusterId?: string | null;
|
|
427
|
+
/** Token name */
|
|
428
|
+
name: string;
|
|
429
|
+
}
|
|
430
|
+
export declare const CreateDbaasLogTokenRequest: S.Schema<CreateDbaasLogTokenRequest>;
|
|
431
|
+
export interface CreateDbaasLogUserChangePasswordRequest {
|
|
432
|
+
/** Service name */
|
|
433
|
+
serviceName: string;
|
|
434
|
+
/** Password must be at least 12 characters long contain a number, an uppercase, a lowercase and a special letter */
|
|
435
|
+
password: string | Redacted.Redacted<string>;
|
|
436
|
+
}
|
|
437
|
+
export declare const CreateDbaasLogUserChangePasswordRequest: S.Schema<CreateDbaasLogUserChangePasswordRequest>;
|
|
438
|
+
export interface DeleteDbaasLogEncryptionKeyRequest {
|
|
439
|
+
/** Service name */
|
|
440
|
+
serviceName: string;
|
|
441
|
+
/** Encryption key ID */
|
|
442
|
+
encryptionKeyId: string;
|
|
443
|
+
}
|
|
444
|
+
export declare const DeleteDbaasLogEncryptionKeyRequest: S.Schema<DeleteDbaasLogEncryptionKeyRequest>;
|
|
445
|
+
export interface DeleteDbaasLogInputRequest {
|
|
446
|
+
/** Service name */
|
|
447
|
+
serviceName: string;
|
|
448
|
+
/** Input ID */
|
|
449
|
+
inputId: string;
|
|
450
|
+
}
|
|
451
|
+
export declare const DeleteDbaasLogInputRequest: S.Schema<DeleteDbaasLogInputRequest>;
|
|
452
|
+
export interface DeleteDbaasLogOutputGraylogDashboardRequest {
|
|
453
|
+
/** Service name */
|
|
454
|
+
serviceName: string;
|
|
455
|
+
/** Dashboard ID */
|
|
456
|
+
dashboardId: string;
|
|
457
|
+
}
|
|
458
|
+
export declare const DeleteDbaasLogOutputGraylogDashboardRequest: S.Schema<DeleteDbaasLogOutputGraylogDashboardRequest>;
|
|
459
|
+
export interface DeleteDbaasLogOutputGraylogStreamRequest {
|
|
460
|
+
/** Service name */
|
|
461
|
+
serviceName: string;
|
|
462
|
+
/** Stream ID */
|
|
463
|
+
streamId: string;
|
|
464
|
+
}
|
|
465
|
+
export declare const DeleteDbaasLogOutputGraylogStreamRequest: S.Schema<DeleteDbaasLogOutputGraylogStreamRequest>;
|
|
466
|
+
export interface DeleteDbaasLogOutputGraylogStreamAlertRequest {
|
|
467
|
+
/** Service name */
|
|
468
|
+
serviceName: string;
|
|
469
|
+
/** Stream ID */
|
|
470
|
+
streamId: string;
|
|
471
|
+
/** Alert ID */
|
|
472
|
+
alertId: string;
|
|
473
|
+
}
|
|
474
|
+
export declare const DeleteDbaasLogOutputGraylogStreamAlertRequest: S.Schema<DeleteDbaasLogOutputGraylogStreamAlertRequest>;
|
|
475
|
+
export interface DeleteDbaasLogOutputGraylogStreamRuleRequest {
|
|
476
|
+
/** Service name */
|
|
477
|
+
serviceName: string;
|
|
478
|
+
/** Stream ID */
|
|
479
|
+
streamId: string;
|
|
480
|
+
/** Rule ID */
|
|
481
|
+
ruleId: string;
|
|
482
|
+
}
|
|
483
|
+
export declare const DeleteDbaasLogOutputGraylogStreamRuleRequest: S.Schema<DeleteDbaasLogOutputGraylogStreamRuleRequest>;
|
|
484
|
+
export interface DeleteDbaasLogOutputGraylogStreamSubscriptionRequest {
|
|
485
|
+
/** Service name */
|
|
486
|
+
serviceName: string;
|
|
487
|
+
/** Stream ID */
|
|
488
|
+
streamId: string;
|
|
489
|
+
/** Subscription ID */
|
|
490
|
+
subscriptionId: string;
|
|
491
|
+
}
|
|
492
|
+
export declare const DeleteDbaasLogOutputGraylogStreamSubscriptionRequest: S.Schema<DeleteDbaasLogOutputGraylogStreamSubscriptionRequest>;
|
|
493
|
+
export interface DeleteDbaasLogOutputMetricTenantRequest {
|
|
494
|
+
/** Service name */
|
|
495
|
+
serviceName: string;
|
|
496
|
+
/** Tenant ID */
|
|
497
|
+
tenantId: string;
|
|
498
|
+
}
|
|
499
|
+
export declare const DeleteDbaasLogOutputMetricTenantRequest: S.Schema<DeleteDbaasLogOutputMetricTenantRequest>;
|
|
500
|
+
export interface DeleteDbaasLogOutputMetricTenantSubscriptionRequest {
|
|
501
|
+
/** Service name */
|
|
502
|
+
serviceName: string;
|
|
503
|
+
/** Tenant ID */
|
|
504
|
+
tenantId: string;
|
|
505
|
+
/** Subscription ID */
|
|
506
|
+
subscriptionId: string;
|
|
507
|
+
}
|
|
508
|
+
export declare const DeleteDbaasLogOutputMetricTenantSubscriptionRequest: S.Schema<DeleteDbaasLogOutputMetricTenantSubscriptionRequest>;
|
|
509
|
+
export interface DeleteDbaasLogOutputOpensearchAliasRequest {
|
|
510
|
+
/** Service name */
|
|
511
|
+
serviceName: string;
|
|
512
|
+
/** Alias ID */
|
|
513
|
+
aliasId: string;
|
|
514
|
+
}
|
|
515
|
+
export declare const DeleteDbaasLogOutputOpensearchAliasRequest: S.Schema<DeleteDbaasLogOutputOpensearchAliasRequest>;
|
|
516
|
+
export interface DeleteDbaasLogOutputOpensearchAliasIndexRequest {
|
|
517
|
+
/** Service name */
|
|
518
|
+
serviceName: string;
|
|
519
|
+
/** Alias ID */
|
|
520
|
+
aliasId: string;
|
|
521
|
+
/** Index ID */
|
|
522
|
+
indexId: string;
|
|
523
|
+
}
|
|
524
|
+
export declare const DeleteDbaasLogOutputOpensearchAliasIndexRequest: S.Schema<DeleteDbaasLogOutputOpensearchAliasIndexRequest>;
|
|
525
|
+
export interface DeleteDbaasLogOutputOpensearchAliasStreamRequest {
|
|
526
|
+
/** Service name */
|
|
527
|
+
serviceName: string;
|
|
528
|
+
/** Alias ID */
|
|
529
|
+
aliasId: string;
|
|
530
|
+
/** Stream ID */
|
|
531
|
+
streamId: string;
|
|
532
|
+
}
|
|
533
|
+
export declare const DeleteDbaasLogOutputOpensearchAliasStreamRequest: S.Schema<DeleteDbaasLogOutputOpensearchAliasStreamRequest>;
|
|
534
|
+
export interface DeleteDbaasLogOutputOpensearchIndexRequest {
|
|
535
|
+
/** Service name */
|
|
536
|
+
serviceName: string;
|
|
537
|
+
/** Index ID */
|
|
538
|
+
indexId: string;
|
|
539
|
+
}
|
|
540
|
+
export declare const DeleteDbaasLogOutputOpensearchIndexRequest: S.Schema<DeleteDbaasLogOutputOpensearchIndexRequest>;
|
|
541
|
+
export interface DeleteDbaasLogOutputOpensearchOsdRequest {
|
|
542
|
+
/** Service name */
|
|
543
|
+
serviceName: string;
|
|
544
|
+
/** Osd ID */
|
|
545
|
+
osdId: string;
|
|
546
|
+
}
|
|
547
|
+
export declare const DeleteDbaasLogOutputOpensearchOsdRequest: S.Schema<DeleteDbaasLogOutputOpensearchOsdRequest>;
|
|
548
|
+
export interface DeleteDbaasLogRoleRequest {
|
|
549
|
+
/** Service name */
|
|
550
|
+
serviceName: string;
|
|
551
|
+
/** Role ID */
|
|
552
|
+
roleId: string;
|
|
553
|
+
}
|
|
554
|
+
export declare const DeleteDbaasLogRoleRequest: S.Schema<DeleteDbaasLogRoleRequest>;
|
|
555
|
+
export interface DeleteDbaasLogRoleMemberRequest {
|
|
556
|
+
/** Service name */
|
|
557
|
+
serviceName: string;
|
|
558
|
+
/** Role ID */
|
|
559
|
+
roleId: string;
|
|
560
|
+
/** Username */
|
|
561
|
+
username: string;
|
|
562
|
+
}
|
|
563
|
+
export declare const DeleteDbaasLogRoleMemberRequest: S.Schema<DeleteDbaasLogRoleMemberRequest>;
|
|
564
|
+
export interface DeleteDbaasLogRolePermissionRequest {
|
|
565
|
+
/** Service name */
|
|
566
|
+
serviceName: string;
|
|
567
|
+
/** Role ID */
|
|
568
|
+
roleId: string;
|
|
569
|
+
/** Permission ID */
|
|
570
|
+
permissionId: string;
|
|
571
|
+
}
|
|
572
|
+
export declare const DeleteDbaasLogRolePermissionRequest: S.Schema<DeleteDbaasLogRolePermissionRequest>;
|
|
573
|
+
export interface DeleteDbaasLogTokenRequest {
|
|
574
|
+
/** Service name */
|
|
575
|
+
serviceName: string;
|
|
576
|
+
/** Token ID */
|
|
577
|
+
tokenId: string;
|
|
578
|
+
}
|
|
579
|
+
export declare const DeleteDbaasLogTokenRequest: S.Schema<DeleteDbaasLogTokenRequest>;
|
|
580
|
+
export interface DuplicateDbaasLogsOutputGraylogDashboardRequest {
|
|
581
|
+
/** Service name */
|
|
582
|
+
serviceName: string;
|
|
583
|
+
/** Dashboard ID */
|
|
584
|
+
dashboardId: string;
|
|
585
|
+
/** Description */
|
|
586
|
+
description: string;
|
|
587
|
+
/** Stream ID */
|
|
588
|
+
streamId?: string | null;
|
|
589
|
+
/** Title */
|
|
590
|
+
title: string;
|
|
591
|
+
}
|
|
592
|
+
export declare const DuplicateDbaasLogsOutputGraylogDashboardRequest: S.Schema<DuplicateDbaasLogsOutputGraylogDashboardRequest>;
|
|
593
|
+
export interface GetDbaasLogRequest {
|
|
594
|
+
/** Service name */
|
|
595
|
+
serviceName: string;
|
|
596
|
+
}
|
|
597
|
+
export declare const GetDbaasLogRequest: S.Schema<GetDbaasLogRequest>;
|
|
598
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
599
|
+
export type IamResourceMetadataTagsMap = {
|
|
600
|
+
[key: string]: string | undefined;
|
|
601
|
+
};
|
|
602
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
603
|
+
/** IAM resource metadata embedded in services models */
|
|
604
|
+
export interface IamResourceMetadata {
|
|
605
|
+
/** Resource display name */
|
|
606
|
+
displayName?: string | null;
|
|
607
|
+
/** Unique identifier of the resource */
|
|
608
|
+
id?: string;
|
|
609
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
610
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
611
|
+
/** Unique resource name used in policies */
|
|
612
|
+
urn?: string;
|
|
613
|
+
}
|
|
614
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
615
|
+
/** Possible values for ServicePlanEnum */
|
|
616
|
+
export type DbaasLogsServicePlanEnum = "ENTERPRISE" | "STANDARD";
|
|
617
|
+
export declare const DbaasLogsServicePlanEnum: any;
|
|
618
|
+
/** Possible values for ServiceStateEnum */
|
|
619
|
+
export type DbaasLogsServiceStateEnum = "DISABLED" | "ENABLED" | "INIT" | "TO_CONFIG";
|
|
620
|
+
export declare const DbaasLogsServiceStateEnum: any;
|
|
621
|
+
/** Service */
|
|
622
|
+
export interface DbaasLogsServiceWithIAM {
|
|
623
|
+
/** Service creation */
|
|
624
|
+
createdAt?: string;
|
|
625
|
+
/** Service custom name */
|
|
626
|
+
displayName?: string | null;
|
|
627
|
+
/** IAM resource metadata */
|
|
628
|
+
iam?: IamResourceMetadata | null;
|
|
629
|
+
/** If set, can perform extra action on cluster */
|
|
630
|
+
isClusterOwner?: boolean;
|
|
631
|
+
/** Is IAM enabled for this service? */
|
|
632
|
+
isIamEnabled?: boolean;
|
|
633
|
+
/** Service plan */
|
|
634
|
+
plan?: DbaasLogsServicePlanEnum;
|
|
635
|
+
/** Service name */
|
|
636
|
+
serviceName?: string;
|
|
637
|
+
/** Service state */
|
|
638
|
+
state?: DbaasLogsServiceStateEnum;
|
|
639
|
+
/** Service last update */
|
|
640
|
+
updatedAt?: string | null;
|
|
641
|
+
/** Username on DBaaS Logs */
|
|
642
|
+
username?: string;
|
|
643
|
+
}
|
|
644
|
+
export declare const DbaasLogsServiceWithIAM: S.Schema<DbaasLogsServiceWithIAM>;
|
|
645
|
+
export interface GetDbaasLogClusterRequest {
|
|
646
|
+
/** Service name */
|
|
647
|
+
serviceName: string;
|
|
648
|
+
/** Cluster ID */
|
|
649
|
+
clusterId: string;
|
|
650
|
+
}
|
|
651
|
+
export declare const GetDbaasLogClusterRequest: S.Schema<GetDbaasLogClusterRequest>;
|
|
652
|
+
/** Allowed networks for ARCHIVE flow type */
|
|
653
|
+
export type DbaasLogsClusterArchiveAllowedNetworksList = Array<string>;
|
|
654
|
+
export declare const DbaasLogsClusterArchiveAllowedNetworksList: S.Schema<DbaasLogsClusterArchiveAllowedNetworksList>;
|
|
655
|
+
/** Possible values for CertificationLevelEnum */
|
|
656
|
+
export type DbaasLogsCertificationLevelEnum = "HDS" | "PCI_DSS" | "SNC" | "SOC2" | "STANDARD" | "TRUSTED_ZONE";
|
|
657
|
+
export declare const DbaasLogsCertificationLevelEnum: any;
|
|
658
|
+
/** Possible values for ClusterClusterTypeEnum */
|
|
659
|
+
export type DbaasLogsClusterClusterTypeEnum = "DEDICATED" | "SHARED";
|
|
660
|
+
export declare const DbaasLogsClusterClusterTypeEnum: any;
|
|
661
|
+
/** Allowed networks for DIRECT_INPUT flow type */
|
|
662
|
+
export type DbaasLogsClusterDirectInputAllowedNetworksList = Array<string>;
|
|
663
|
+
export declare const DbaasLogsClusterDirectInputAllowedNetworksList: S.Schema<DbaasLogsClusterDirectInputAllowedNetworksList>;
|
|
664
|
+
/** Allowed networks for QUERY flow type */
|
|
665
|
+
export type DbaasLogsClusterQueryAllowedNetworksList = Array<string>;
|
|
666
|
+
export declare const DbaasLogsClusterQueryAllowedNetworksList: S.Schema<DbaasLogsClusterQueryAllowedNetworksList>;
|
|
667
|
+
/** Possible values for ClusterRegionEnum */
|
|
668
|
+
export type DbaasLogsClusterRegionEnum = "BHS" | "GRA" | "P-19" | "RBX" | "SBG";
|
|
669
|
+
export declare const DbaasLogsClusterRegionEnum: any;
|
|
670
|
+
/** Cluster */
|
|
671
|
+
export interface DbaasLogsCluster {
|
|
672
|
+
/** Allowed networks for ARCHIVE flow type */
|
|
673
|
+
archiveAllowedNetworks?: DbaasLogsClusterArchiveAllowedNetworksList;
|
|
674
|
+
/** Certification level of the given cluster */
|
|
675
|
+
certificationLevel?: DbaasLogsCertificationLevelEnum;
|
|
676
|
+
/** Cluster ID */
|
|
677
|
+
clusterId?: string;
|
|
678
|
+
/** Cluster type */
|
|
679
|
+
clusterType?: DbaasLogsClusterClusterTypeEnum;
|
|
680
|
+
/** PEM for dedicated inputs */
|
|
681
|
+
dedicatedInputPEM?: string;
|
|
682
|
+
/** Retention ID used by default when none is given on new stream */
|
|
683
|
+
defaultRetentionId?: string;
|
|
684
|
+
/** Allowed networks for DIRECT_INPUT flow type */
|
|
685
|
+
directInputAllowedNetworks?: DbaasLogsClusterDirectInputAllowedNetworksList;
|
|
686
|
+
/** PEM for direct inputs */
|
|
687
|
+
directInputPEM?: string;
|
|
688
|
+
/** Hostname */
|
|
689
|
+
hostname?: string;
|
|
690
|
+
/** All content generated by given service will be placed on this cluster */
|
|
691
|
+
isDefault?: boolean;
|
|
692
|
+
/** Allow given service to perform advanced operations on cluster */
|
|
693
|
+
isUnlocked?: boolean;
|
|
694
|
+
/** Allowed networks for QUERY flow type */
|
|
695
|
+
queryAllowedNetworks?: DbaasLogsClusterQueryAllowedNetworksList;
|
|
696
|
+
/** Data center localization */
|
|
697
|
+
region?: DbaasLogsClusterRegionEnum;
|
|
698
|
+
}
|
|
699
|
+
export declare const DbaasLogsCluster: S.Schema<DbaasLogsCluster>;
|
|
700
|
+
export interface GetDbaasLogClusterRetentionRequest {
|
|
701
|
+
/** Service name */
|
|
702
|
+
serviceName: string;
|
|
703
|
+
/** Cluster ID */
|
|
704
|
+
clusterId: string;
|
|
705
|
+
/** Retention ID */
|
|
706
|
+
retentionId: string;
|
|
707
|
+
}
|
|
708
|
+
export declare const GetDbaasLogClusterRetentionRequest: S.Schema<GetDbaasLogClusterRetentionRequest>;
|
|
709
|
+
/** Possible values for RetentionTypeEnum */
|
|
710
|
+
export type DbaasLogsRetentionTypeEnum = "LOGS_COLD_STORAGE" | "LOGS_INDEXING" | "METRICS_TENANT";
|
|
711
|
+
export declare const DbaasLogsRetentionTypeEnum: any;
|
|
712
|
+
/** Cluster retention */
|
|
713
|
+
export interface DbaasLogsClusterRetention {
|
|
714
|
+
/** Indexed duration expressed in ISO-8601 format */
|
|
715
|
+
duration?: string | null;
|
|
716
|
+
/** Indicates if a new stream can use it */
|
|
717
|
+
isSupported?: boolean;
|
|
718
|
+
/** Retention ID */
|
|
719
|
+
retentionId?: string;
|
|
720
|
+
/** Retention type */
|
|
721
|
+
retentionType?: DbaasLogsRetentionTypeEnum;
|
|
722
|
+
}
|
|
723
|
+
export declare const DbaasLogsClusterRetention: S.Schema<DbaasLogsClusterRetention>;
|
|
724
|
+
export interface GetDbaasLogEncryptionKeyRequest {
|
|
725
|
+
/** Service name */
|
|
726
|
+
serviceName: string;
|
|
727
|
+
/** Encryption key ID */
|
|
728
|
+
encryptionKeyId: string;
|
|
729
|
+
}
|
|
730
|
+
export declare const GetDbaasLogEncryptionKeyRequest: S.Schema<GetDbaasLogEncryptionKeyRequest>;
|
|
731
|
+
/** Possible values for EncryptionKeyAlgorithmEnum */
|
|
732
|
+
export type DbaasLogsEncryptionKeyAlgorithmEnum = "ECC25519" | "RSA4096";
|
|
733
|
+
export declare const DbaasLogsEncryptionKeyAlgorithmEnum: any;
|
|
734
|
+
/** Encryption key */
|
|
735
|
+
export interface DbaasLogsEncryptionKey {
|
|
736
|
+
/** Encryption Key algorithm */
|
|
737
|
+
algorithm?: DbaasLogsEncryptionKeyAlgorithmEnum;
|
|
738
|
+
/** Encryption Key content */
|
|
739
|
+
content: string;
|
|
740
|
+
/** Encryption Key creation date */
|
|
741
|
+
createdAt?: string;
|
|
742
|
+
/** Encryption Key ID */
|
|
743
|
+
encryptionKeyId?: string;
|
|
744
|
+
/** Encryption Key fingerprint */
|
|
745
|
+
fingerprint: string;
|
|
746
|
+
/** Indicates if you are allowed to edit entry */
|
|
747
|
+
isEditable?: boolean;
|
|
748
|
+
/** Number of archives encrypted with this Encryption Key */
|
|
749
|
+
nbArchive?: number | null;
|
|
750
|
+
/** Encryption Key title */
|
|
751
|
+
title: string;
|
|
752
|
+
/** Encryption Key user ID */
|
|
753
|
+
uid?: string;
|
|
754
|
+
}
|
|
755
|
+
export declare const DbaasLogsEncryptionKey: S.Schema<DbaasLogsEncryptionKey>;
|
|
756
|
+
export interface GetDbaasLogInputRequest {
|
|
757
|
+
/** Service name */
|
|
758
|
+
serviceName: string;
|
|
759
|
+
/** Input ID */
|
|
760
|
+
inputId: string;
|
|
761
|
+
}
|
|
762
|
+
export declare const GetDbaasLogInputRequest: S.Schema<GetDbaasLogInputRequest>;
|
|
763
|
+
/** IP blocks */
|
|
764
|
+
export type DbaasLogsInputAllowedNetworksList = Array<string>;
|
|
765
|
+
export declare const DbaasLogsInputAllowedNetworksList: S.Schema<DbaasLogsInputAllowedNetworksList>;
|
|
766
|
+
/** Possible values for InputStatusEnum */
|
|
767
|
+
export type DbaasLogsInputStatusEnum = "INIT" | "PENDING" | "PROCESSING" | "RUNNING";
|
|
768
|
+
export declare const DbaasLogsInputStatusEnum: any;
|
|
769
|
+
/** Input */
|
|
770
|
+
export interface DbaasLogsInput {
|
|
771
|
+
/** IP blocks */
|
|
772
|
+
allowedNetworks?: DbaasLogsInputAllowedNetworksList | null;
|
|
773
|
+
/** Whether the workload is auto-scaled */
|
|
774
|
+
autoscale?: boolean | null;
|
|
775
|
+
/** Input creation */
|
|
776
|
+
createdAt?: string;
|
|
777
|
+
/** Input description */
|
|
778
|
+
description?: string;
|
|
779
|
+
/** Input engine ID */
|
|
780
|
+
engineId?: string;
|
|
781
|
+
/** Port */
|
|
782
|
+
exposedPort?: string | null;
|
|
783
|
+
/** Hostname */
|
|
784
|
+
hostname?: string;
|
|
785
|
+
/** Input ID */
|
|
786
|
+
inputId?: string;
|
|
787
|
+
/** Indicate if input need to be restarted */
|
|
788
|
+
isRestartRequired?: boolean;
|
|
789
|
+
/** Maximum number of instances in auto-scaled mode */
|
|
790
|
+
maxScaleInstance?: number | null;
|
|
791
|
+
/** Minimum number of instances in auto-scaled mode */
|
|
792
|
+
minScaleInstance?: number | null;
|
|
793
|
+
/** Number of instance running */
|
|
794
|
+
nbInstance?: number | null;
|
|
795
|
+
/** Input IP address */
|
|
796
|
+
publicAddress?: string;
|
|
797
|
+
/** If set, notify when scaling happens */
|
|
798
|
+
scalingNotifyEnabled?: boolean | null;
|
|
799
|
+
/** Input SSL certificate */
|
|
800
|
+
sslCertificate?: string;
|
|
801
|
+
/** init: configuration required, pending: ready to start, running: available */
|
|
802
|
+
status?: DbaasLogsInputStatusEnum;
|
|
803
|
+
/** Associated Graylog stream */
|
|
804
|
+
streamId?: string;
|
|
805
|
+
/** Input title */
|
|
806
|
+
title?: string;
|
|
807
|
+
/** Input last update */
|
|
808
|
+
updatedAt?: string | null;
|
|
809
|
+
}
|
|
810
|
+
export declare const DbaasLogsInput: S.Schema<DbaasLogsInput>;
|
|
811
|
+
export interface GetDbaasLogInputConfigtestResultRequest {
|
|
812
|
+
/** Service name */
|
|
813
|
+
serviceName: string;
|
|
814
|
+
/** Input ID */
|
|
815
|
+
inputId: string;
|
|
816
|
+
}
|
|
817
|
+
export declare const GetDbaasLogInputConfigtestResultRequest: S.Schema<GetDbaasLogInputConfigtestResultRequest>;
|
|
818
|
+
/** Config test results */
|
|
819
|
+
export interface DbaasLogsTestResult {
|
|
820
|
+
/** Whether the given configuration pass the syntax test */
|
|
821
|
+
isValid?: boolean;
|
|
822
|
+
/** Standard error */
|
|
823
|
+
stderr?: string | null;
|
|
824
|
+
/** Standard output */
|
|
825
|
+
stdout?: string | null;
|
|
826
|
+
/** Last config test update */
|
|
827
|
+
updatedAt?: string | null;
|
|
828
|
+
}
|
|
829
|
+
export declare const DbaasLogsTestResult: S.Schema<DbaasLogsTestResult>;
|
|
830
|
+
export interface GetDbaasLogInputConfigurationFlowggerRequest {
|
|
831
|
+
/** Service name */
|
|
832
|
+
serviceName: string;
|
|
833
|
+
/** Input ID */
|
|
834
|
+
inputId: string;
|
|
835
|
+
}
|
|
836
|
+
export declare const GetDbaasLogInputConfigurationFlowggerRequest: S.Schema<GetDbaasLogInputConfigurationFlowggerRequest>;
|
|
837
|
+
/** Possible values for FlowggerConfigurationLogFormatEnum */
|
|
838
|
+
export type DbaasLogsFlowggerConfigurationLogFormatEnum = "CAPNP" | "GELF" | "LTSV" | "RFC5424";
|
|
839
|
+
export declare const DbaasLogsFlowggerConfigurationLogFormatEnum: any;
|
|
840
|
+
/** Possible values for FlowggerConfigurationLogFramingEnum */
|
|
841
|
+
export type DbaasLogsFlowggerConfigurationLogFramingEnum = "CAPNP" | "LINE" | "NUL" | "SYSLEN";
|
|
842
|
+
export declare const DbaasLogsFlowggerConfigurationLogFramingEnum: any;
|
|
843
|
+
/** Flowgger configuration */
|
|
844
|
+
export interface DbaasLogsFlowggerConfiguration {
|
|
845
|
+
/** Type of format to decode */
|
|
846
|
+
logFormat?: DbaasLogsFlowggerConfigurationLogFormatEnum;
|
|
847
|
+
/** Indicates how messages are delimited */
|
|
848
|
+
logFraming?: DbaasLogsFlowggerConfigurationLogFramingEnum;
|
|
849
|
+
}
|
|
850
|
+
export declare const DbaasLogsFlowggerConfiguration: S.Schema<DbaasLogsFlowggerConfiguration>;
|
|
851
|
+
export interface GetDbaasLogInputConfigurationLogstashRequest {
|
|
852
|
+
/** Service name */
|
|
853
|
+
serviceName: string;
|
|
854
|
+
/** Input ID */
|
|
855
|
+
inputId: string;
|
|
856
|
+
}
|
|
857
|
+
export declare const GetDbaasLogInputConfigurationLogstashRequest: S.Schema<GetDbaasLogInputConfigurationLogstashRequest>;
|
|
858
|
+
/** Logstash configuration */
|
|
859
|
+
export interface DbaasLogsLogstashConfiguration {
|
|
860
|
+
/** The filter section of logstash.conf */
|
|
861
|
+
filterSection?: string | null;
|
|
862
|
+
/** The filter section of logstash.conf */
|
|
863
|
+
inputSection?: string;
|
|
864
|
+
/** The list of customs Grok patterns */
|
|
865
|
+
patternSection?: string | null;
|
|
866
|
+
}
|
|
867
|
+
export declare const DbaasLogsLogstashConfiguration: S.Schema<DbaasLogsLogstashConfiguration>;
|
|
868
|
+
export interface GetDbaasLogInputEngineRequest {
|
|
869
|
+
/** Service name */
|
|
870
|
+
serviceName: string;
|
|
871
|
+
/** Engine ID */
|
|
872
|
+
engineId: string;
|
|
873
|
+
}
|
|
874
|
+
export declare const GetDbaasLogInputEngineRequest: S.Schema<GetDbaasLogInputEngineRequest>;
|
|
875
|
+
/** Possible values for EngineNameEnum */
|
|
876
|
+
export type DbaasLogsEngineNameEnum = "FLOWGGER" | "LOGSTASH" | "TEST";
|
|
877
|
+
export declare const DbaasLogsEngineNameEnum: any;
|
|
878
|
+
/** Input engine */
|
|
879
|
+
export interface DbaasLogsEngine {
|
|
880
|
+
/** Input engine ID */
|
|
881
|
+
engineId?: string;
|
|
882
|
+
/** Indicates if engine will soon not be supported */
|
|
883
|
+
isDeprecated?: boolean;
|
|
884
|
+
/** Software name */
|
|
885
|
+
name?: DbaasLogsEngineNameEnum;
|
|
886
|
+
/** Software version */
|
|
887
|
+
version?: string;
|
|
888
|
+
}
|
|
889
|
+
export declare const DbaasLogsEngine: S.Schema<DbaasLogsEngine>;
|
|
890
|
+
export interface GetDbaasLogInputEngineHelperRequest {
|
|
891
|
+
/** Service name */
|
|
892
|
+
serviceName: string;
|
|
893
|
+
/** Engine ID */
|
|
894
|
+
engineId: string;
|
|
895
|
+
/** Helper ID */
|
|
896
|
+
helperId: string;
|
|
897
|
+
}
|
|
898
|
+
export declare const GetDbaasLogInputEngineHelperRequest: S.Schema<GetDbaasLogInputEngineHelperRequest>;
|
|
899
|
+
/** Possible values for HelperSectionName */
|
|
900
|
+
export type DbaasLogsHelperSectionNameEnum = "LOGSTASH_FILTER" | "LOGSTASH_INPUT" | "LOGSTASH_PATTERN";
|
|
901
|
+
export declare const DbaasLogsHelperSectionNameEnum: any;
|
|
902
|
+
/** Helper section */
|
|
903
|
+
export interface DbaasLogsHelperSection {
|
|
904
|
+
/** Section content */
|
|
905
|
+
content?: string;
|
|
906
|
+
/** Section name */
|
|
907
|
+
name?: DbaasLogsHelperSectionNameEnum;
|
|
908
|
+
}
|
|
909
|
+
export declare const DbaasLogsHelperSection: S.Schema<DbaasLogsHelperSection>;
|
|
910
|
+
/** Helper sections */
|
|
911
|
+
export type DbaasLogsHelperSectionsList = Array<DbaasLogsHelperSection>;
|
|
912
|
+
export declare const DbaasLogsHelperSectionsList: S.Schema<DbaasLogsHelperSectionsList>;
|
|
913
|
+
/** Helper */
|
|
914
|
+
export interface DbaasLogsHelper {
|
|
915
|
+
/** Helper description */
|
|
916
|
+
description?: string;
|
|
917
|
+
/** Input engine UUID */
|
|
918
|
+
engineId?: string;
|
|
919
|
+
/** Helper UUID */
|
|
920
|
+
helperId?: string;
|
|
921
|
+
/** Helper sections */
|
|
922
|
+
sections?: DbaasLogsHelperSectionsList;
|
|
923
|
+
/** Helper title */
|
|
924
|
+
title?: string;
|
|
925
|
+
}
|
|
926
|
+
export declare const DbaasLogsHelper: S.Schema<DbaasLogsHelper>;
|
|
927
|
+
export interface GetDbaasLogMetricsRequest {
|
|
928
|
+
/** Service name */
|
|
929
|
+
serviceName: string;
|
|
930
|
+
}
|
|
931
|
+
export declare const GetDbaasLogMetricsRequest: S.Schema<GetDbaasLogMetricsRequest>;
|
|
932
|
+
/** Metrics access */
|
|
933
|
+
export interface DbaasLogsServiceMetric {
|
|
934
|
+
/** Metrics server url */
|
|
935
|
+
host?: string;
|
|
936
|
+
/** Metrics credentials */
|
|
937
|
+
token?: string;
|
|
938
|
+
}
|
|
939
|
+
export declare const DbaasLogsServiceMetric: S.Schema<DbaasLogsServiceMetric>;
|
|
940
|
+
export interface GetDbaasLogOperationRequest {
|
|
941
|
+
/** Service name */
|
|
942
|
+
serviceName: string;
|
|
943
|
+
/** Operation ID */
|
|
944
|
+
operationId: string;
|
|
945
|
+
}
|
|
946
|
+
export declare const GetDbaasLogOperationRequest: S.Schema<GetDbaasLogOperationRequest>;
|
|
947
|
+
export interface GetDbaasLogOutputGraylogDashboardRequest {
|
|
948
|
+
/** Service name */
|
|
949
|
+
serviceName: string;
|
|
950
|
+
/** Dashboard ID */
|
|
951
|
+
dashboardId: string;
|
|
952
|
+
}
|
|
953
|
+
export declare const GetDbaasLogOutputGraylogDashboardRequest: S.Schema<GetDbaasLogOutputGraylogDashboardRequest>;
|
|
954
|
+
/** Graylog dashboard */
|
|
955
|
+
export interface DbaasLogsDashboard {
|
|
956
|
+
/** Dashboard creation */
|
|
957
|
+
createdAt?: string;
|
|
958
|
+
/** Dashboard ID */
|
|
959
|
+
dashboardId?: string;
|
|
960
|
+
/** Dashboard description */
|
|
961
|
+
description?: string;
|
|
962
|
+
/** Indicates if you are allowed to edit entry */
|
|
963
|
+
isEditable?: boolean;
|
|
964
|
+
/** Dashboard description */
|
|
965
|
+
title?: string;
|
|
966
|
+
/** Dashboard last update */
|
|
967
|
+
updatedAt?: string | null;
|
|
968
|
+
}
|
|
969
|
+
export declare const DbaasLogsDashboard: S.Schema<DbaasLogsDashboard>;
|
|
970
|
+
export interface GetDbaasLogOutputGraylogStreamRequest {
|
|
971
|
+
/** Service name */
|
|
972
|
+
serviceName: string;
|
|
973
|
+
/** Stream ID */
|
|
974
|
+
streamId: string;
|
|
975
|
+
}
|
|
976
|
+
export declare const GetDbaasLogOutputGraylogStreamRequest: S.Schema<GetDbaasLogOutputGraylogStreamRequest>;
|
|
977
|
+
/** Encryption keys used to encrypt stream archives */
|
|
978
|
+
export type DbaasLogsStreamEncryptionKeysIdsList = Array<string>;
|
|
979
|
+
export declare const DbaasLogsStreamEncryptionKeysIdsList: S.Schema<DbaasLogsStreamEncryptionKeysIdsList>;
|
|
980
|
+
/** Graylog stream */
|
|
981
|
+
export interface DbaasLogsStream {
|
|
982
|
+
/** Indicates if the current user can create alert on the stream */
|
|
983
|
+
canAlert?: boolean;
|
|
984
|
+
/** Cluster ID */
|
|
985
|
+
clusterId?: string;
|
|
986
|
+
/** Cold storage compression method */
|
|
987
|
+
coldStorageCompression?: DbaasLogsStreamColdStorageCompressionEnum | null;
|
|
988
|
+
/** ColdStorage content */
|
|
989
|
+
coldStorageContent?: DbaasLogsStreamColdStorageContentEnum | null;
|
|
990
|
+
/** Is Cold storage enabled? */
|
|
991
|
+
coldStorageEnabled?: boolean | null;
|
|
992
|
+
/** Notify on new Cold storage archive */
|
|
993
|
+
coldStorageNotifyEnabled?: boolean | null;
|
|
994
|
+
/** Cold storage retention in year */
|
|
995
|
+
coldStorageRetention?: number | null;
|
|
996
|
+
/** Stream creation */
|
|
997
|
+
createdAt?: string;
|
|
998
|
+
/** Stream description */
|
|
999
|
+
description?: string;
|
|
1000
|
+
/** Encryption keys used to encrypt stream archives */
|
|
1001
|
+
encryptionKeysIds?: DbaasLogsStreamEncryptionKeysIdsList | null;
|
|
1002
|
+
/** Indexing current size (in bytes) */
|
|
1003
|
+
indexingCurrentSize?: number | null;
|
|
1004
|
+
/** Enable ES indexing */
|
|
1005
|
+
indexingEnabled?: boolean | null;
|
|
1006
|
+
/** Maximum indexing size (in GB) */
|
|
1007
|
+
indexingMaxSize?: number | null;
|
|
1008
|
+
/** If set, notify when size is near 80, 90 or 100 % of the maximum configured setting */
|
|
1009
|
+
indexingNotifyEnabled?: boolean | null;
|
|
1010
|
+
/** Indicates if you are allowed to edit entry */
|
|
1011
|
+
isEditable?: boolean;
|
|
1012
|
+
/** Number of alert condition */
|
|
1013
|
+
nbAlertCondition?: number;
|
|
1014
|
+
/** Number of coldstored archives */
|
|
1015
|
+
nbArchive?: number;
|
|
1016
|
+
/** Number of subscriptions targeting this stream */
|
|
1017
|
+
nbSubscription?: number;
|
|
1018
|
+
/** Parent stream ID */
|
|
1019
|
+
parentStreamId?: string | null;
|
|
1020
|
+
/** If set, pause indexing when maximum size is reach */
|
|
1021
|
+
pauseIndexingOnMaxSize?: boolean | null;
|
|
1022
|
+
/** Retention ID */
|
|
1023
|
+
retentionId?: string;
|
|
1024
|
+
/** Stream ID */
|
|
1025
|
+
streamId?: string;
|
|
1026
|
+
/** Stream description */
|
|
1027
|
+
title?: string;
|
|
1028
|
+
/** Stream last update */
|
|
1029
|
+
updatedAt?: string | null;
|
|
1030
|
+
/** Enable Websocket */
|
|
1031
|
+
webSocketEnabled?: boolean | null;
|
|
1032
|
+
}
|
|
1033
|
+
export declare const DbaasLogsStream: S.Schema<DbaasLogsStream>;
|
|
1034
|
+
export interface GetDbaasLogOutputGraylogStreamAlertRequest {
|
|
1035
|
+
/** Service name */
|
|
1036
|
+
serviceName: string;
|
|
1037
|
+
/** Stream ID */
|
|
1038
|
+
streamId: string;
|
|
1039
|
+
/** Alert ID */
|
|
1040
|
+
alertId: string;
|
|
1041
|
+
}
|
|
1042
|
+
export declare const GetDbaasLogOutputGraylogStreamAlertRequest: S.Schema<GetDbaasLogOutputGraylogStreamAlertRequest>;
|
|
1043
|
+
/** Alert condition */
|
|
1044
|
+
export interface DbaasLogsStreamAlertCondition {
|
|
1045
|
+
/** Stream alert condition ID */
|
|
1046
|
+
alertId?: string;
|
|
1047
|
+
/** Backlog size */
|
|
1048
|
+
backlog?: number;
|
|
1049
|
+
/** Alert condition type */
|
|
1050
|
+
conditionType?: DbaasLogsStreamAlertConditionConditionTypeEnum | null;
|
|
1051
|
+
/** Constraint type */
|
|
1052
|
+
constraintType?: DbaasLogsStreamAlertConditionConstraintTypeEnum | null;
|
|
1053
|
+
/** Field name */
|
|
1054
|
+
field?: string | null;
|
|
1055
|
+
/** Grace period in minutes */
|
|
1056
|
+
grace?: number;
|
|
1057
|
+
/** Query filter */
|
|
1058
|
+
queryFilter?: string | null;
|
|
1059
|
+
/** Repeat notifications */
|
|
1060
|
+
repeatNotificationsEnabled?: boolean | null;
|
|
1061
|
+
/** Threshold */
|
|
1062
|
+
threshold?: number | null;
|
|
1063
|
+
/** Threshold condition */
|
|
1064
|
+
thresholdType?: DbaasLogsStreamAlertConditionThresholdTypeEnum | null;
|
|
1065
|
+
/** Time lapse in minutes */
|
|
1066
|
+
time?: number | null;
|
|
1067
|
+
/** Condition label */
|
|
1068
|
+
title?: string;
|
|
1069
|
+
/** Field value */
|
|
1070
|
+
value?: string | null;
|
|
1071
|
+
}
|
|
1072
|
+
export declare const DbaasLogsStreamAlertCondition: S.Schema<DbaasLogsStreamAlertCondition>;
|
|
1073
|
+
export interface GetDbaasLogOutputGraylogStreamArchiveRequest {
|
|
1074
|
+
/** Service name */
|
|
1075
|
+
serviceName: string;
|
|
1076
|
+
/** Stream ID */
|
|
1077
|
+
streamId: string;
|
|
1078
|
+
/** Archive ID */
|
|
1079
|
+
archiveId: string;
|
|
1080
|
+
}
|
|
1081
|
+
export declare const GetDbaasLogOutputGraylogStreamArchiveRequest: S.Schema<GetDbaasLogOutputGraylogStreamArchiveRequest>;
|
|
1082
|
+
/** Possible values for ArchiveRetrievalStateEnum */
|
|
1083
|
+
export type DbaasLogsArchiveRetrievalStateEnum = "sealed" | "unsealed" | "unsealing";
|
|
1084
|
+
export declare const DbaasLogsArchiveRetrievalStateEnum: any;
|
|
1085
|
+
/** Stream archive */
|
|
1086
|
+
export interface DbaasLogsArchive {
|
|
1087
|
+
/** Archive ID */
|
|
1088
|
+
archiveId?: string;
|
|
1089
|
+
/** Create date */
|
|
1090
|
+
createdAt?: string | null;
|
|
1091
|
+
/** Filename */
|
|
1092
|
+
filename?: string;
|
|
1093
|
+
/** MD5 checksum */
|
|
1094
|
+
md5?: string;
|
|
1095
|
+
/** Retrieval delay */
|
|
1096
|
+
retrievalDelay?: number;
|
|
1097
|
+
/** Retrieval state */
|
|
1098
|
+
retrievalState?: DbaasLogsArchiveRetrievalStateEnum;
|
|
1099
|
+
/** sha256 checksum */
|
|
1100
|
+
sha256?: string;
|
|
1101
|
+
/** File size in bytes */
|
|
1102
|
+
size?: number;
|
|
1103
|
+
}
|
|
1104
|
+
export declare const DbaasLogsArchive: S.Schema<DbaasLogsArchive>;
|
|
1105
|
+
export interface GetDbaasLogOutputGraylogStreamRuleRequest {
|
|
1106
|
+
/** Service name */
|
|
1107
|
+
serviceName: string;
|
|
1108
|
+
/** Stream ID */
|
|
1109
|
+
streamId: string;
|
|
1110
|
+
/** Rule ID */
|
|
1111
|
+
ruleId: string;
|
|
1112
|
+
}
|
|
1113
|
+
export declare const GetDbaasLogOutputGraylogStreamRuleRequest: S.Schema<GetDbaasLogOutputGraylogStreamRuleRequest>;
|
|
1114
|
+
/** Stream rule */
|
|
1115
|
+
export interface DbaasLogsStreamRule {
|
|
1116
|
+
/** Field name */
|
|
1117
|
+
field?: string;
|
|
1118
|
+
/** Invert condition */
|
|
1119
|
+
isInverted?: boolean | null;
|
|
1120
|
+
/** Field operator */
|
|
1121
|
+
operator?: DbaasLogsStreamRuleOperatorEnum | null;
|
|
1122
|
+
/** Stream rule ID */
|
|
1123
|
+
ruleId?: string;
|
|
1124
|
+
/** Field value */
|
|
1125
|
+
value?: string;
|
|
1126
|
+
}
|
|
1127
|
+
export declare const DbaasLogsStreamRule: S.Schema<DbaasLogsStreamRule>;
|
|
1128
|
+
export interface GetDbaasLogOutputGraylogStreamSubscriptionRequest {
|
|
1129
|
+
/** Service name */
|
|
1130
|
+
serviceName: string;
|
|
1131
|
+
/** Stream ID */
|
|
1132
|
+
streamId: string;
|
|
1133
|
+
/** Subscription ID */
|
|
1134
|
+
subscriptionId: string;
|
|
1135
|
+
}
|
|
1136
|
+
export declare const GetDbaasLogOutputGraylogStreamSubscriptionRequest: S.Schema<GetDbaasLogOutputGraylogStreamSubscriptionRequest>;
|
|
1137
|
+
/** Log subscription resource */
|
|
1138
|
+
export interface DbaasLogsLogSubscriptionResource {
|
|
1139
|
+
/** Name of subscribed resource */
|
|
1140
|
+
name?: string;
|
|
1141
|
+
/** Type of subscribed resource */
|
|
1142
|
+
type?: string;
|
|
1143
|
+
}
|
|
1144
|
+
export declare const DbaasLogsLogSubscriptionResource: S.Schema<DbaasLogsLogSubscriptionResource>;
|
|
1145
|
+
/** Log subscription */
|
|
1146
|
+
export interface DbaasLogsLogSubscription {
|
|
1147
|
+
/** Creation date of the subscription */
|
|
1148
|
+
createdAt?: string;
|
|
1149
|
+
/** Log kind name of this subscription */
|
|
1150
|
+
kind?: string;
|
|
1151
|
+
/** Subscribed resource, where the logs come from */
|
|
1152
|
+
resource?: DbaasLogsLogSubscriptionResource;
|
|
1153
|
+
/** Name of the destination log service */
|
|
1154
|
+
serviceName?: string;
|
|
1155
|
+
/** Id of the destination log stream */
|
|
1156
|
+
streamId?: string;
|
|
1157
|
+
/** Subscription ID */
|
|
1158
|
+
subscriptionId?: string;
|
|
1159
|
+
/** Last update date of the subscription */
|
|
1160
|
+
updatedAt?: string;
|
|
1161
|
+
}
|
|
1162
|
+
export declare const DbaasLogsLogSubscription: S.Schema<DbaasLogsLogSubscription>;
|
|
1163
|
+
export interface GetDbaasLogOutputMetricTenantRequest {
|
|
1164
|
+
/** Service name */
|
|
1165
|
+
serviceName: string;
|
|
1166
|
+
/** Tenant ID */
|
|
1167
|
+
tenantId: string;
|
|
1168
|
+
}
|
|
1169
|
+
export declare const GetDbaasLogOutputMetricTenantRequest: S.Schema<GetDbaasLogOutputMetricTenantRequest>;
|
|
1170
|
+
/** Possible values for DeliveryStatusEnum */
|
|
1171
|
+
export type DbaasLogsDeliveryStatusEnum = "DELETING" | "DELIVERING" | "READY" | "UPDATING";
|
|
1172
|
+
export declare const DbaasLogsDeliveryStatusEnum: any;
|
|
1173
|
+
/** Metric Tenant */
|
|
1174
|
+
export interface DbaasLogsMetricTenant {
|
|
1175
|
+
/** Metric tenant creation */
|
|
1176
|
+
createdAt?: string;
|
|
1177
|
+
/** Status of the delivering process */
|
|
1178
|
+
deliveryStatus?: DbaasLogsDeliveryStatusEnum;
|
|
1179
|
+
/** Metric tenant description */
|
|
1180
|
+
description?: string;
|
|
1181
|
+
/** Maximum number of time series inside the tenant */
|
|
1182
|
+
maxSeries?: number;
|
|
1183
|
+
/** Delete samples older than the specified retention period. */
|
|
1184
|
+
retentionId?: string;
|
|
1185
|
+
/** The Id of the metric tenant */
|
|
1186
|
+
tenantId?: string;
|
|
1187
|
+
/** Metric tenant title */
|
|
1188
|
+
title?: string;
|
|
1189
|
+
/** Metric tenant last update */
|
|
1190
|
+
updatedAt?: string | null;
|
|
1191
|
+
}
|
|
1192
|
+
export declare const DbaasLogsMetricTenant: S.Schema<DbaasLogsMetricTenant>;
|
|
1193
|
+
export interface GetDbaasLogOutputMetricTenantSubscriptionRequest {
|
|
1194
|
+
/** Service name */
|
|
1195
|
+
serviceName: string;
|
|
1196
|
+
/** Tenant ID */
|
|
1197
|
+
tenantId: string;
|
|
1198
|
+
/** Subscription ID */
|
|
1199
|
+
subscriptionId: string;
|
|
1200
|
+
}
|
|
1201
|
+
export declare const GetDbaasLogOutputMetricTenantSubscriptionRequest: S.Schema<GetDbaasLogOutputMetricTenantSubscriptionRequest>;
|
|
1202
|
+
/** Metrics subscription */
|
|
1203
|
+
export interface DbaasLogsMetricSubscription {
|
|
1204
|
+
/** Creation date of the subscription */
|
|
1205
|
+
createdAt?: string;
|
|
1206
|
+
/** Metric kind name of this subscription */
|
|
1207
|
+
kind?: string;
|
|
1208
|
+
/** Subscribed resource, where the metrics come from */
|
|
1209
|
+
resource?: DbaasLogsLogSubscriptionResource;
|
|
1210
|
+
/** Name of the destination /dbaas/logs service */
|
|
1211
|
+
serviceName?: string;
|
|
1212
|
+
/** Subscription ID */
|
|
1213
|
+
subscriptionId?: string;
|
|
1214
|
+
/** Id of the destination metric tenant */
|
|
1215
|
+
tenantId?: string;
|
|
1216
|
+
/** Last update date of the subscription */
|
|
1217
|
+
updatedAt?: string;
|
|
1218
|
+
}
|
|
1219
|
+
export declare const DbaasLogsMetricSubscription: S.Schema<DbaasLogsMetricSubscription>;
|
|
1220
|
+
export interface GetDbaasLogOutputOpensearchAliasRequest {
|
|
1221
|
+
/** Service name */
|
|
1222
|
+
serviceName: string;
|
|
1223
|
+
/** Alias ID */
|
|
1224
|
+
aliasId: string;
|
|
1225
|
+
}
|
|
1226
|
+
export declare const GetDbaasLogOutputOpensearchAliasRequest: S.Schema<GetDbaasLogOutputOpensearchAliasRequest>;
|
|
1227
|
+
/** Alias */
|
|
1228
|
+
export interface DbaasLogsAlias {
|
|
1229
|
+
/** Alias ID */
|
|
1230
|
+
aliasId?: string;
|
|
1231
|
+
/** Input creation */
|
|
1232
|
+
createdAt?: string;
|
|
1233
|
+
/** Alias description */
|
|
1234
|
+
description?: string | null;
|
|
1235
|
+
/** Indicates if you are allowed to edit entry */
|
|
1236
|
+
isEditable?: boolean;
|
|
1237
|
+
/** Alias name */
|
|
1238
|
+
name?: string;
|
|
1239
|
+
/** Number of indices linked */
|
|
1240
|
+
nbIndex?: number;
|
|
1241
|
+
/** Number of streams linked */
|
|
1242
|
+
nbStream?: number;
|
|
1243
|
+
/** Input last update */
|
|
1244
|
+
updatedAt?: string | null;
|
|
1245
|
+
}
|
|
1246
|
+
export declare const DbaasLogsAlias: S.Schema<DbaasLogsAlias>;
|
|
1247
|
+
export interface GetDbaasLogOutputOpensearchIndexRequest {
|
|
1248
|
+
/** Service name */
|
|
1249
|
+
serviceName: string;
|
|
1250
|
+
/** Index ID */
|
|
1251
|
+
indexId: string;
|
|
1252
|
+
}
|
|
1253
|
+
export declare const GetDbaasLogOutputOpensearchIndexRequest: S.Schema<GetDbaasLogOutputOpensearchIndexRequest>;
|
|
1254
|
+
/** Index */
|
|
1255
|
+
export interface DbaasLogsIndex {
|
|
1256
|
+
/** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */
|
|
1257
|
+
alertNotifyEnabled?: boolean | null;
|
|
1258
|
+
/** Index creation */
|
|
1259
|
+
createdAt?: string;
|
|
1260
|
+
/** Current index size (in bytes) */
|
|
1261
|
+
currentSize?: number | null;
|
|
1262
|
+
/** Index description */
|
|
1263
|
+
description?: string | null;
|
|
1264
|
+
/** Index ID */
|
|
1265
|
+
indexId?: string;
|
|
1266
|
+
/** Indicates if you are allowed to edit entry */
|
|
1267
|
+
isEditable?: boolean;
|
|
1268
|
+
/** Maximum index size (in bytes) */
|
|
1269
|
+
maxSize?: number;
|
|
1270
|
+
/** Index name */
|
|
1271
|
+
name?: string;
|
|
1272
|
+
/** Number of shard */
|
|
1273
|
+
nbShard?: number | null;
|
|
1274
|
+
/** Index last update */
|
|
1275
|
+
updatedAt?: string | null;
|
|
1276
|
+
}
|
|
1277
|
+
export declare const DbaasLogsIndex: S.Schema<DbaasLogsIndex>;
|
|
1278
|
+
export interface GetDbaasLogOutputOpensearchOsdRequest {
|
|
1279
|
+
/** Service name */
|
|
1280
|
+
serviceName: string;
|
|
1281
|
+
/** Osd ID */
|
|
1282
|
+
osdId: string;
|
|
1283
|
+
}
|
|
1284
|
+
export declare const GetDbaasLogOutputOpensearchOsdRequest: S.Schema<GetDbaasLogOutputOpensearchOsdRequest>;
|
|
1285
|
+
/** OpenSearch Dashboards instance */
|
|
1286
|
+
export interface DbaasLogsOsd {
|
|
1287
|
+
/** OpenSearch Dashboards creation */
|
|
1288
|
+
createdAt?: string;
|
|
1289
|
+
/** Status of the delivering process */
|
|
1290
|
+
deliveryStatus?: DbaasLogsDeliveryStatusEnum;
|
|
1291
|
+
/** OpenSearch Dashboards description */
|
|
1292
|
+
description?: string;
|
|
1293
|
+
/** Indicates if you are allowed to edit entry */
|
|
1294
|
+
isEditable?: boolean;
|
|
1295
|
+
/** OpenSearch Dashboards name */
|
|
1296
|
+
name?: string;
|
|
1297
|
+
/** OpenSearch Dashboards ID */
|
|
1298
|
+
osdId?: string;
|
|
1299
|
+
/** OpenSearch Dashboards last update */
|
|
1300
|
+
updatedAt?: string | null;
|
|
1301
|
+
}
|
|
1302
|
+
export declare const DbaasLogsOsd: S.Schema<DbaasLogsOsd>;
|
|
1303
|
+
export interface GetDbaasLogRoleRequest {
|
|
1304
|
+
/** Service name */
|
|
1305
|
+
serviceName: string;
|
|
1306
|
+
/** Role ID */
|
|
1307
|
+
roleId: string;
|
|
1308
|
+
}
|
|
1309
|
+
export declare const GetDbaasLogRoleRequest: S.Schema<GetDbaasLogRoleRequest>;
|
|
1310
|
+
/** Role */
|
|
1311
|
+
export interface DbaasLogsRole {
|
|
1312
|
+
/** Role creation */
|
|
1313
|
+
createdAt?: string;
|
|
1314
|
+
/** Role description */
|
|
1315
|
+
description?: string;
|
|
1316
|
+
/** Role name */
|
|
1317
|
+
name?: string;
|
|
1318
|
+
/** Number of members */
|
|
1319
|
+
nbMember?: number;
|
|
1320
|
+
/** Number of permissions */
|
|
1321
|
+
nbPermission?: number;
|
|
1322
|
+
/** Role ID */
|
|
1323
|
+
roleId?: string;
|
|
1324
|
+
/** Role last update */
|
|
1325
|
+
updatedAt?: string | null;
|
|
1326
|
+
}
|
|
1327
|
+
export declare const DbaasLogsRole: S.Schema<DbaasLogsRole>;
|
|
1328
|
+
export interface GetDbaasLogRoleMemberRequest {
|
|
1329
|
+
/** Service name */
|
|
1330
|
+
serviceName: string;
|
|
1331
|
+
/** Role ID */
|
|
1332
|
+
roleId: string;
|
|
1333
|
+
/** Username */
|
|
1334
|
+
username: string;
|
|
1335
|
+
}
|
|
1336
|
+
export declare const GetDbaasLogRoleMemberRequest: S.Schema<GetDbaasLogRoleMemberRequest>;
|
|
1337
|
+
/** Member */
|
|
1338
|
+
export interface DbaasLogsMember {
|
|
1339
|
+
/** Membership creation */
|
|
1340
|
+
createdAt?: string;
|
|
1341
|
+
/** Custom note */
|
|
1342
|
+
note?: string | null;
|
|
1343
|
+
/** Username on DBaaS Logs */
|
|
1344
|
+
username?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export declare const DbaasLogsMember: S.Schema<DbaasLogsMember>;
|
|
1347
|
+
export interface GetDbaasLogRolePermissionRequest {
|
|
1348
|
+
/** Service name */
|
|
1349
|
+
serviceName: string;
|
|
1350
|
+
/** Role ID */
|
|
1351
|
+
roleId: string;
|
|
1352
|
+
/** Permission ID */
|
|
1353
|
+
permissionId: string;
|
|
1354
|
+
}
|
|
1355
|
+
export declare const GetDbaasLogRolePermissionRequest: S.Schema<GetDbaasLogRolePermissionRequest>;
|
|
1356
|
+
/** Role permission */
|
|
1357
|
+
export interface DbaasLogsPermission {
|
|
1358
|
+
/** Associated Elasticsearch alias */
|
|
1359
|
+
aliasId?: string | null;
|
|
1360
|
+
/** Associated Graylog dashboard */
|
|
1361
|
+
dashboardId?: string | null;
|
|
1362
|
+
/** Associated Elasticsearch index */
|
|
1363
|
+
indexId?: string | null;
|
|
1364
|
+
/** Associated OpenSearch Dashboards instance */
|
|
1365
|
+
osdId?: string | null;
|
|
1366
|
+
/** Permission ID */
|
|
1367
|
+
permissionId?: string;
|
|
1368
|
+
/** Permission type */
|
|
1369
|
+
permissionType?: DbaasLogsPermissionTypeEnum | null;
|
|
1370
|
+
/** Associated Graylog stream */
|
|
1371
|
+
streamId?: string | null;
|
|
1372
|
+
}
|
|
1373
|
+
export declare const DbaasLogsPermission: S.Schema<DbaasLogsPermission>;
|
|
1374
|
+
export interface GetDbaasLogServiceInfosRequest {
|
|
1375
|
+
/** Service name */
|
|
1376
|
+
serviceName: string;
|
|
1377
|
+
}
|
|
1378
|
+
export declare const GetDbaasLogServiceInfosRequest: S.Schema<GetDbaasLogServiceInfosRequest>;
|
|
1379
|
+
/** All the possible renew period of your service in month */
|
|
1380
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
1381
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
1382
|
+
/** Map a possible renew for a specific service */
|
|
1383
|
+
export interface ServiceRenewType {
|
|
1384
|
+
/** The service is automatically renewed */
|
|
1385
|
+
automatic?: boolean;
|
|
1386
|
+
/** The service will be deleted at expiration */
|
|
1387
|
+
deleteAtExpiration?: boolean;
|
|
1388
|
+
/** The service forced to be renewed */
|
|
1389
|
+
forced?: boolean;
|
|
1390
|
+
/** The service needs to be manually renewed and paid */
|
|
1391
|
+
manualPayment?: boolean | null;
|
|
1392
|
+
/** period of renew in month */
|
|
1393
|
+
period?: number | null;
|
|
1394
|
+
}
|
|
1395
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
1396
|
+
/** Detailed renewal type of a service */
|
|
1397
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
1398
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
1399
|
+
/** service.StateEnum */
|
|
1400
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
1401
|
+
export declare const ServiceStateEnum: any;
|
|
1402
|
+
/** Details about a Service */
|
|
1403
|
+
export interface ServicesService {
|
|
1404
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
1405
|
+
canDeleteAtExpiration?: boolean;
|
|
1406
|
+
contactAdmin?: string;
|
|
1407
|
+
contactBilling?: string;
|
|
1408
|
+
contactTech?: string;
|
|
1409
|
+
creation?: string;
|
|
1410
|
+
domain?: string;
|
|
1411
|
+
engagedUpTo?: string | null;
|
|
1412
|
+
expiration?: string;
|
|
1413
|
+
/** All the possible renew period of your service in month */
|
|
1414
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
1415
|
+
/** Way of handling the renew */
|
|
1416
|
+
renew?: ServiceRenewType | null;
|
|
1417
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
1418
|
+
serviceId?: number;
|
|
1419
|
+
status?: ServiceStateEnum;
|
|
1420
|
+
}
|
|
1421
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
1422
|
+
export interface GetDbaasLogTokenRequest {
|
|
1423
|
+
/** Service name */
|
|
1424
|
+
serviceName: string;
|
|
1425
|
+
/** Token ID */
|
|
1426
|
+
tokenId: string;
|
|
1427
|
+
}
|
|
1428
|
+
export declare const GetDbaasLogTokenRequest: S.Schema<GetDbaasLogTokenRequest>;
|
|
1429
|
+
/** Token */
|
|
1430
|
+
export interface DbaasLogsToken {
|
|
1431
|
+
/** Cluster ID */
|
|
1432
|
+
clusterId?: string | null;
|
|
1433
|
+
/** Token creation */
|
|
1434
|
+
createdAt?: string;
|
|
1435
|
+
/** Token name */
|
|
1436
|
+
name?: string;
|
|
1437
|
+
/** Token ID */
|
|
1438
|
+
tokenId?: string;
|
|
1439
|
+
/** Token last update */
|
|
1440
|
+
updatedAt?: string | null;
|
|
1441
|
+
/** Token value */
|
|
1442
|
+
value?: string;
|
|
1443
|
+
}
|
|
1444
|
+
export declare const DbaasLogsToken: S.Schema<DbaasLogsToken>;
|
|
1445
|
+
export interface ListDbaasLogClusterRequest {
|
|
1446
|
+
/** Service name */
|
|
1447
|
+
serviceName: string;
|
|
1448
|
+
/** Filter by name (like) */
|
|
1449
|
+
namePattern?: string;
|
|
1450
|
+
}
|
|
1451
|
+
export declare const ListDbaasLogClusterRequest: S.Schema<ListDbaasLogClusterRequest>;
|
|
1452
|
+
export type ListDbaasLogClusterResponseBodyList = Array<string>;
|
|
1453
|
+
export declare const ListDbaasLogClusterResponseBodyList: S.Schema<ListDbaasLogClusterResponseBodyList>;
|
|
1454
|
+
export type ListDbaasLogClusterResponse = ListDbaasLogClusterResponseBodyList;
|
|
1455
|
+
export declare const ListDbaasLogClusterResponse: S.Schema<ListDbaasLogClusterResponse>;
|
|
1456
|
+
export interface ListDbaasLogClusterRetentionRequest {
|
|
1457
|
+
/** Service name */
|
|
1458
|
+
serviceName: string;
|
|
1459
|
+
/** Cluster ID */
|
|
1460
|
+
clusterId: string;
|
|
1461
|
+
}
|
|
1462
|
+
export declare const ListDbaasLogClusterRetentionRequest: S.Schema<ListDbaasLogClusterRetentionRequest>;
|
|
1463
|
+
export type ListDbaasLogClusterRetentionResponseBodyList = Array<string>;
|
|
1464
|
+
export declare const ListDbaasLogClusterRetentionResponseBodyList: S.Schema<ListDbaasLogClusterRetentionResponseBodyList>;
|
|
1465
|
+
export type ListDbaasLogClusterRetentionResponse = ListDbaasLogClusterRetentionResponseBodyList;
|
|
1466
|
+
export declare const ListDbaasLogClusterRetentionResponse: S.Schema<ListDbaasLogClusterRetentionResponse>;
|
|
1467
|
+
export interface ListDbaasLogEncryptionKeyRequest {
|
|
1468
|
+
/** Service name */
|
|
1469
|
+
serviceName: string;
|
|
1470
|
+
/** Filter by title (like) */
|
|
1471
|
+
titlePattern?: string;
|
|
1472
|
+
}
|
|
1473
|
+
export declare const ListDbaasLogEncryptionKeyRequest: S.Schema<ListDbaasLogEncryptionKeyRequest>;
|
|
1474
|
+
export type ListDbaasLogEncryptionKeyResponseBodyList = Array<string>;
|
|
1475
|
+
export declare const ListDbaasLogEncryptionKeyResponseBodyList: S.Schema<ListDbaasLogEncryptionKeyResponseBodyList>;
|
|
1476
|
+
export type ListDbaasLogEncryptionKeyResponse = ListDbaasLogEncryptionKeyResponseBodyList;
|
|
1477
|
+
export declare const ListDbaasLogEncryptionKeyResponse: S.Schema<ListDbaasLogEncryptionKeyResponse>;
|
|
1478
|
+
export interface ListDbaasLogInputRequest {
|
|
1479
|
+
/** Service name */
|
|
1480
|
+
serviceName: string;
|
|
1481
|
+
/** Filter by title (like) */
|
|
1482
|
+
titlePattern?: string;
|
|
1483
|
+
}
|
|
1484
|
+
export declare const ListDbaasLogInputRequest: S.Schema<ListDbaasLogInputRequest>;
|
|
1485
|
+
export type ListDbaasLogInputResponseBodyList = Array<string>;
|
|
1486
|
+
export declare const ListDbaasLogInputResponseBodyList: S.Schema<ListDbaasLogInputResponseBodyList>;
|
|
1487
|
+
export type ListDbaasLogInputResponse = ListDbaasLogInputResponseBodyList;
|
|
1488
|
+
export declare const ListDbaasLogInputResponse: S.Schema<ListDbaasLogInputResponse>;
|
|
1489
|
+
export interface ListDbaasLogInputActionRequest {
|
|
1490
|
+
/** Service name */
|
|
1491
|
+
serviceName: string;
|
|
1492
|
+
/** Input ID */
|
|
1493
|
+
inputId: string;
|
|
1494
|
+
}
|
|
1495
|
+
export declare const ListDbaasLogInputActionRequest: S.Schema<ListDbaasLogInputActionRequest>;
|
|
1496
|
+
/** Possible values for InputActionTypeEnum */
|
|
1497
|
+
export type DbaasLogsInputActionTypeEnum = "DESTROY" | "END" | "LOG" | "RESTART" | "START" | "TEST";
|
|
1498
|
+
export declare const DbaasLogsInputActionTypeEnum: any;
|
|
1499
|
+
/** Action on input */
|
|
1500
|
+
export interface DbaasLogsInputAction {
|
|
1501
|
+
/** Indicates if action is allowed */
|
|
1502
|
+
isAllowed?: boolean;
|
|
1503
|
+
/** Action type */
|
|
1504
|
+
type?: DbaasLogsInputActionTypeEnum;
|
|
1505
|
+
}
|
|
1506
|
+
export declare const DbaasLogsInputAction: S.Schema<DbaasLogsInputAction>;
|
|
1507
|
+
export type ListDbaasLogInputActionResponseBodyList = Array<DbaasLogsInputAction>;
|
|
1508
|
+
export declare const ListDbaasLogInputActionResponseBodyList: S.Schema<ListDbaasLogInputActionResponseBodyList>;
|
|
1509
|
+
export type ListDbaasLogInputActionResponse = ListDbaasLogInputActionResponseBodyList;
|
|
1510
|
+
export declare const ListDbaasLogInputActionResponse: S.Schema<ListDbaasLogInputActionResponse>;
|
|
1511
|
+
export interface ListDbaasLogInputEngineRequest {
|
|
1512
|
+
/** Service name */
|
|
1513
|
+
serviceName: string;
|
|
1514
|
+
}
|
|
1515
|
+
export declare const ListDbaasLogInputEngineRequest: S.Schema<ListDbaasLogInputEngineRequest>;
|
|
1516
|
+
export type ListDbaasLogInputEngineResponseBodyList = Array<string>;
|
|
1517
|
+
export declare const ListDbaasLogInputEngineResponseBodyList: S.Schema<ListDbaasLogInputEngineResponseBodyList>;
|
|
1518
|
+
export type ListDbaasLogInputEngineResponse = ListDbaasLogInputEngineResponseBodyList;
|
|
1519
|
+
export declare const ListDbaasLogInputEngineResponse: S.Schema<ListDbaasLogInputEngineResponse>;
|
|
1520
|
+
export interface ListDbaasLogInputEngineHelperRequest {
|
|
1521
|
+
/** Service name */
|
|
1522
|
+
serviceName: string;
|
|
1523
|
+
/** Engine ID */
|
|
1524
|
+
engineId: string;
|
|
1525
|
+
}
|
|
1526
|
+
export declare const ListDbaasLogInputEngineHelperRequest: S.Schema<ListDbaasLogInputEngineHelperRequest>;
|
|
1527
|
+
export type ListDbaasLogInputEngineHelperResponseBodyList = Array<string>;
|
|
1528
|
+
export declare const ListDbaasLogInputEngineHelperResponseBodyList: S.Schema<ListDbaasLogInputEngineHelperResponseBodyList>;
|
|
1529
|
+
export type ListDbaasLogInputEngineHelperResponse = ListDbaasLogInputEngineHelperResponseBodyList;
|
|
1530
|
+
export declare const ListDbaasLogInputEngineHelperResponse: S.Schema<ListDbaasLogInputEngineHelperResponse>;
|
|
1531
|
+
export interface ListDbaasLogInputUrlRequest {
|
|
1532
|
+
/** Service name */
|
|
1533
|
+
serviceName: string;
|
|
1534
|
+
/** Input ID */
|
|
1535
|
+
inputId: string;
|
|
1536
|
+
}
|
|
1537
|
+
export declare const ListDbaasLogInputUrlRequest: S.Schema<ListDbaasLogInputUrlRequest>;
|
|
1538
|
+
/** Possible values for UrlTypeEnum */
|
|
1539
|
+
export type DbaasLogsUrlTypeEnum = "CONSOLE" | "ELASTICSEARCH_API" | "GRAYLOG_API" | "GRAYLOG_WEBUI" | "HTTP_GELF" | "HTTP_TLS_GELF" | "KIBANA_WEBUI" | "OPENSEARCH_API" | "OSD_WEBUI" | "PROMETHEUS_API" | "SERVICE_DOMAIN" | "TCP_BEATS" | "TCP_CAP_N_PROTO" | "TCP_GELF" | "TCP_LTSV_LINE" | "TCP_LTSV_NUL" | "TCP_RFC5424" | "TCP_TLS_BEATS" | "TCP_TLS_CAP_N_PROTO" | "TCP_TLS_GELF" | "TCP_TLS_LTSV_LINE" | "TCP_TLS_LTSV_NUL" | "TCP_TLS_RFC5424" | "UDP_CAP_N_PROTO" | "UDP_GELF" | "UDP_LTSV_LINE" | "UDP_LTSV_NUL" | "UDP_RFC5424" | "WEB_SOCKET";
|
|
1540
|
+
export declare const DbaasLogsUrlTypeEnum: any;
|
|
1541
|
+
/** Web address */
|
|
1542
|
+
export interface DbaasLogsUrl {
|
|
1543
|
+
/** Web URI */
|
|
1544
|
+
address?: string;
|
|
1545
|
+
/** Service type */
|
|
1546
|
+
type?: DbaasLogsUrlTypeEnum;
|
|
1547
|
+
}
|
|
1548
|
+
export declare const DbaasLogsUrl: S.Schema<DbaasLogsUrl>;
|
|
1549
|
+
export type ListDbaasLogInputUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1550
|
+
export declare const ListDbaasLogInputUrlResponseBodyList: S.Schema<ListDbaasLogInputUrlResponseBodyList>;
|
|
1551
|
+
export type ListDbaasLogInputUrlResponse = ListDbaasLogInputUrlResponseBodyList;
|
|
1552
|
+
export declare const ListDbaasLogInputUrlResponse: S.Schema<ListDbaasLogInputUrlResponse>;
|
|
1553
|
+
export interface ListDbaasLogOperationRequest {
|
|
1554
|
+
/** Service name */
|
|
1555
|
+
serviceName: string;
|
|
1556
|
+
}
|
|
1557
|
+
export declare const ListDbaasLogOperationRequest: S.Schema<ListDbaasLogOperationRequest>;
|
|
1558
|
+
export type ListDbaasLogOperationResponseBodyList = Array<string>;
|
|
1559
|
+
export declare const ListDbaasLogOperationResponseBodyList: S.Schema<ListDbaasLogOperationResponseBodyList>;
|
|
1560
|
+
export type ListDbaasLogOperationResponse = ListDbaasLogOperationResponseBodyList;
|
|
1561
|
+
export declare const ListDbaasLogOperationResponse: S.Schema<ListDbaasLogOperationResponse>;
|
|
1562
|
+
export interface ListDbaasLogOutputGraylogDashboardRequest {
|
|
1563
|
+
/** Service name */
|
|
1564
|
+
serviceName: string;
|
|
1565
|
+
/** Filter by title (like) */
|
|
1566
|
+
titlePattern?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export declare const ListDbaasLogOutputGraylogDashboardRequest: S.Schema<ListDbaasLogOutputGraylogDashboardRequest>;
|
|
1569
|
+
export type ListDbaasLogOutputGraylogDashboardResponseBodyList = Array<string>;
|
|
1570
|
+
export declare const ListDbaasLogOutputGraylogDashboardResponseBodyList: S.Schema<ListDbaasLogOutputGraylogDashboardResponseBodyList>;
|
|
1571
|
+
export type ListDbaasLogOutputGraylogDashboardResponse = ListDbaasLogOutputGraylogDashboardResponseBodyList;
|
|
1572
|
+
export declare const ListDbaasLogOutputGraylogDashboardResponse: S.Schema<ListDbaasLogOutputGraylogDashboardResponse>;
|
|
1573
|
+
export interface ListDbaasLogOutputGraylogDashboardUrlRequest {
|
|
1574
|
+
/** Service name */
|
|
1575
|
+
serviceName: string;
|
|
1576
|
+
/** Dashboard ID */
|
|
1577
|
+
dashboardId: string;
|
|
1578
|
+
}
|
|
1579
|
+
export declare const ListDbaasLogOutputGraylogDashboardUrlRequest: S.Schema<ListDbaasLogOutputGraylogDashboardUrlRequest>;
|
|
1580
|
+
export type ListDbaasLogOutputGraylogDashboardUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1581
|
+
export declare const ListDbaasLogOutputGraylogDashboardUrlResponseBodyList: S.Schema<ListDbaasLogOutputGraylogDashboardUrlResponseBodyList>;
|
|
1582
|
+
export type ListDbaasLogOutputGraylogDashboardUrlResponse = ListDbaasLogOutputGraylogDashboardUrlResponseBodyList;
|
|
1583
|
+
export declare const ListDbaasLogOutputGraylogDashboardUrlResponse: S.Schema<ListDbaasLogOutputGraylogDashboardUrlResponse>;
|
|
1584
|
+
export interface ListDbaasLogOutputGraylogStreamRequest {
|
|
1585
|
+
/** Service name */
|
|
1586
|
+
serviceName: string;
|
|
1587
|
+
/** Filter by title (like) */
|
|
1588
|
+
titlePattern?: string;
|
|
1589
|
+
}
|
|
1590
|
+
export declare const ListDbaasLogOutputGraylogStreamRequest: S.Schema<ListDbaasLogOutputGraylogStreamRequest>;
|
|
1591
|
+
export type ListDbaasLogOutputGraylogStreamResponseBodyList = Array<string>;
|
|
1592
|
+
export declare const ListDbaasLogOutputGraylogStreamResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamResponseBodyList>;
|
|
1593
|
+
export type ListDbaasLogOutputGraylogStreamResponse = ListDbaasLogOutputGraylogStreamResponseBodyList;
|
|
1594
|
+
export declare const ListDbaasLogOutputGraylogStreamResponse: S.Schema<ListDbaasLogOutputGraylogStreamResponse>;
|
|
1595
|
+
export interface ListDbaasLogOutputGraylogStreamAlertRequest {
|
|
1596
|
+
/** Service name */
|
|
1597
|
+
serviceName: string;
|
|
1598
|
+
/** Stream ID */
|
|
1599
|
+
streamId: string;
|
|
1600
|
+
}
|
|
1601
|
+
export declare const ListDbaasLogOutputGraylogStreamAlertRequest: S.Schema<ListDbaasLogOutputGraylogStreamAlertRequest>;
|
|
1602
|
+
export type ListDbaasLogOutputGraylogStreamAlertResponseBodyList = Array<string>;
|
|
1603
|
+
export declare const ListDbaasLogOutputGraylogStreamAlertResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamAlertResponseBodyList>;
|
|
1604
|
+
export type ListDbaasLogOutputGraylogStreamAlertResponse = ListDbaasLogOutputGraylogStreamAlertResponseBodyList;
|
|
1605
|
+
export declare const ListDbaasLogOutputGraylogStreamAlertResponse: S.Schema<ListDbaasLogOutputGraylogStreamAlertResponse>;
|
|
1606
|
+
export interface ListDbaasLogOutputGraylogStreamArchiveRequest {
|
|
1607
|
+
/** Service name */
|
|
1608
|
+
serviceName: string;
|
|
1609
|
+
/** Stream ID */
|
|
1610
|
+
streamId: string;
|
|
1611
|
+
}
|
|
1612
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveRequest: S.Schema<ListDbaasLogOutputGraylogStreamArchiveRequest>;
|
|
1613
|
+
export type ListDbaasLogOutputGraylogStreamArchiveResponseBodyList = Array<string>;
|
|
1614
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamArchiveResponseBodyList>;
|
|
1615
|
+
export type ListDbaasLogOutputGraylogStreamArchiveResponse = ListDbaasLogOutputGraylogStreamArchiveResponseBodyList;
|
|
1616
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveResponse: S.Schema<ListDbaasLogOutputGraylogStreamArchiveResponse>;
|
|
1617
|
+
export interface ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyRequest {
|
|
1618
|
+
/** Service name */
|
|
1619
|
+
serviceName: string;
|
|
1620
|
+
/** Stream ID */
|
|
1621
|
+
streamId: string;
|
|
1622
|
+
/** Archive ID */
|
|
1623
|
+
archiveId: string;
|
|
1624
|
+
}
|
|
1625
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyRequest: S.Schema<ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyRequest>;
|
|
1626
|
+
export type ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponseBodyList = Array<string>;
|
|
1627
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponseBodyList>;
|
|
1628
|
+
export type ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponse = ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponseBodyList;
|
|
1629
|
+
export declare const ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponse: S.Schema<ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponse>;
|
|
1630
|
+
export interface ListDbaasLogOutputGraylogStreamRuleRequest {
|
|
1631
|
+
/** Service name */
|
|
1632
|
+
serviceName: string;
|
|
1633
|
+
/** Stream ID */
|
|
1634
|
+
streamId: string;
|
|
1635
|
+
}
|
|
1636
|
+
export declare const ListDbaasLogOutputGraylogStreamRuleRequest: S.Schema<ListDbaasLogOutputGraylogStreamRuleRequest>;
|
|
1637
|
+
export type ListDbaasLogOutputGraylogStreamRuleResponseBodyList = Array<string>;
|
|
1638
|
+
export declare const ListDbaasLogOutputGraylogStreamRuleResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamRuleResponseBodyList>;
|
|
1639
|
+
export type ListDbaasLogOutputGraylogStreamRuleResponse = ListDbaasLogOutputGraylogStreamRuleResponseBodyList;
|
|
1640
|
+
export declare const ListDbaasLogOutputGraylogStreamRuleResponse: S.Schema<ListDbaasLogOutputGraylogStreamRuleResponse>;
|
|
1641
|
+
export interface ListDbaasLogOutputGraylogStreamSubscriptionRequest {
|
|
1642
|
+
/** Service name */
|
|
1643
|
+
serviceName: string;
|
|
1644
|
+
/** Stream ID */
|
|
1645
|
+
streamId: string;
|
|
1646
|
+
/** Filter by resource name (like) */
|
|
1647
|
+
resourceName?: string;
|
|
1648
|
+
/** Filter by resource type (like) */
|
|
1649
|
+
resourceType?: string;
|
|
1650
|
+
}
|
|
1651
|
+
export declare const ListDbaasLogOutputGraylogStreamSubscriptionRequest: S.Schema<ListDbaasLogOutputGraylogStreamSubscriptionRequest>;
|
|
1652
|
+
export type ListDbaasLogOutputGraylogStreamSubscriptionResponseBodyList = Array<string>;
|
|
1653
|
+
export declare const ListDbaasLogOutputGraylogStreamSubscriptionResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamSubscriptionResponseBodyList>;
|
|
1654
|
+
export type ListDbaasLogOutputGraylogStreamSubscriptionResponse = ListDbaasLogOutputGraylogStreamSubscriptionResponseBodyList;
|
|
1655
|
+
export declare const ListDbaasLogOutputGraylogStreamSubscriptionResponse: S.Schema<ListDbaasLogOutputGraylogStreamSubscriptionResponse>;
|
|
1656
|
+
export interface ListDbaasLogOutputGraylogStreamUrlRequest {
|
|
1657
|
+
/** Service name */
|
|
1658
|
+
serviceName: string;
|
|
1659
|
+
/** Stream ID */
|
|
1660
|
+
streamId: string;
|
|
1661
|
+
}
|
|
1662
|
+
export declare const ListDbaasLogOutputGraylogStreamUrlRequest: S.Schema<ListDbaasLogOutputGraylogStreamUrlRequest>;
|
|
1663
|
+
export type ListDbaasLogOutputGraylogStreamUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1664
|
+
export declare const ListDbaasLogOutputGraylogStreamUrlResponseBodyList: S.Schema<ListDbaasLogOutputGraylogStreamUrlResponseBodyList>;
|
|
1665
|
+
export type ListDbaasLogOutputGraylogStreamUrlResponse = ListDbaasLogOutputGraylogStreamUrlResponseBodyList;
|
|
1666
|
+
export declare const ListDbaasLogOutputGraylogStreamUrlResponse: S.Schema<ListDbaasLogOutputGraylogStreamUrlResponse>;
|
|
1667
|
+
export interface ListDbaasLogOutputMetricTenantRequest {
|
|
1668
|
+
/** Service name */
|
|
1669
|
+
serviceName: string;
|
|
1670
|
+
}
|
|
1671
|
+
export declare const ListDbaasLogOutputMetricTenantRequest: S.Schema<ListDbaasLogOutputMetricTenantRequest>;
|
|
1672
|
+
export type ListDbaasLogOutputMetricTenantResponseBodyList = Array<string>;
|
|
1673
|
+
export declare const ListDbaasLogOutputMetricTenantResponseBodyList: S.Schema<ListDbaasLogOutputMetricTenantResponseBodyList>;
|
|
1674
|
+
export type ListDbaasLogOutputMetricTenantResponse = ListDbaasLogOutputMetricTenantResponseBodyList;
|
|
1675
|
+
export declare const ListDbaasLogOutputMetricTenantResponse: S.Schema<ListDbaasLogOutputMetricTenantResponse>;
|
|
1676
|
+
export interface ListDbaasLogOutputMetricTenantSubscriptionRequest {
|
|
1677
|
+
/** Service name */
|
|
1678
|
+
serviceName: string;
|
|
1679
|
+
/** Tenant ID */
|
|
1680
|
+
tenantId: string;
|
|
1681
|
+
/** Filter by resource name (like) */
|
|
1682
|
+
resourceName?: string;
|
|
1683
|
+
/** Filter by resource type (like) */
|
|
1684
|
+
resourceType?: string;
|
|
1685
|
+
}
|
|
1686
|
+
export declare const ListDbaasLogOutputMetricTenantSubscriptionRequest: S.Schema<ListDbaasLogOutputMetricTenantSubscriptionRequest>;
|
|
1687
|
+
export type ListDbaasLogOutputMetricTenantSubscriptionResponseBodyList = Array<string>;
|
|
1688
|
+
export declare const ListDbaasLogOutputMetricTenantSubscriptionResponseBodyList: S.Schema<ListDbaasLogOutputMetricTenantSubscriptionResponseBodyList>;
|
|
1689
|
+
export type ListDbaasLogOutputMetricTenantSubscriptionResponse = ListDbaasLogOutputMetricTenantSubscriptionResponseBodyList;
|
|
1690
|
+
export declare const ListDbaasLogOutputMetricTenantSubscriptionResponse: S.Schema<ListDbaasLogOutputMetricTenantSubscriptionResponse>;
|
|
1691
|
+
export interface ListDbaasLogOutputMetricTenantUrlRequest {
|
|
1692
|
+
/** Service name */
|
|
1693
|
+
serviceName: string;
|
|
1694
|
+
/** Tenant ID */
|
|
1695
|
+
tenantId: string;
|
|
1696
|
+
}
|
|
1697
|
+
export declare const ListDbaasLogOutputMetricTenantUrlRequest: S.Schema<ListDbaasLogOutputMetricTenantUrlRequest>;
|
|
1698
|
+
export type ListDbaasLogOutputMetricTenantUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1699
|
+
export declare const ListDbaasLogOutputMetricTenantUrlResponseBodyList: S.Schema<ListDbaasLogOutputMetricTenantUrlResponseBodyList>;
|
|
1700
|
+
export type ListDbaasLogOutputMetricTenantUrlResponse = ListDbaasLogOutputMetricTenantUrlResponseBodyList;
|
|
1701
|
+
export declare const ListDbaasLogOutputMetricTenantUrlResponse: S.Schema<ListDbaasLogOutputMetricTenantUrlResponse>;
|
|
1702
|
+
export interface ListDbaasLogOutputOpensearchAliasRequest {
|
|
1703
|
+
/** Service name */
|
|
1704
|
+
serviceName: string;
|
|
1705
|
+
/** Filter by name (like) */
|
|
1706
|
+
namePattern?: string;
|
|
1707
|
+
}
|
|
1708
|
+
export declare const ListDbaasLogOutputOpensearchAliasRequest: S.Schema<ListDbaasLogOutputOpensearchAliasRequest>;
|
|
1709
|
+
export type ListDbaasLogOutputOpensearchAliasResponseBodyList = Array<string>;
|
|
1710
|
+
export declare const ListDbaasLogOutputOpensearchAliasResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchAliasResponseBodyList>;
|
|
1711
|
+
export type ListDbaasLogOutputOpensearchAliasResponse = ListDbaasLogOutputOpensearchAliasResponseBodyList;
|
|
1712
|
+
export declare const ListDbaasLogOutputOpensearchAliasResponse: S.Schema<ListDbaasLogOutputOpensearchAliasResponse>;
|
|
1713
|
+
export interface ListDbaasLogOutputOpensearchAliasIndexRequest {
|
|
1714
|
+
/** Service name */
|
|
1715
|
+
serviceName: string;
|
|
1716
|
+
/** Alias ID */
|
|
1717
|
+
aliasId: string;
|
|
1718
|
+
}
|
|
1719
|
+
export declare const ListDbaasLogOutputOpensearchAliasIndexRequest: S.Schema<ListDbaasLogOutputOpensearchAliasIndexRequest>;
|
|
1720
|
+
export type ListDbaasLogOutputOpensearchAliasIndexResponseBodyList = Array<string>;
|
|
1721
|
+
export declare const ListDbaasLogOutputOpensearchAliasIndexResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchAliasIndexResponseBodyList>;
|
|
1722
|
+
export type ListDbaasLogOutputOpensearchAliasIndexResponse = ListDbaasLogOutputOpensearchAliasIndexResponseBodyList;
|
|
1723
|
+
export declare const ListDbaasLogOutputOpensearchAliasIndexResponse: S.Schema<ListDbaasLogOutputOpensearchAliasIndexResponse>;
|
|
1724
|
+
export interface ListDbaasLogOutputOpensearchAliasStreamRequest {
|
|
1725
|
+
/** Service name */
|
|
1726
|
+
serviceName: string;
|
|
1727
|
+
/** Alias ID */
|
|
1728
|
+
aliasId: string;
|
|
1729
|
+
}
|
|
1730
|
+
export declare const ListDbaasLogOutputOpensearchAliasStreamRequest: S.Schema<ListDbaasLogOutputOpensearchAliasStreamRequest>;
|
|
1731
|
+
export type ListDbaasLogOutputOpensearchAliasStreamResponseBodyList = Array<string>;
|
|
1732
|
+
export declare const ListDbaasLogOutputOpensearchAliasStreamResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchAliasStreamResponseBodyList>;
|
|
1733
|
+
export type ListDbaasLogOutputOpensearchAliasStreamResponse = ListDbaasLogOutputOpensearchAliasStreamResponseBodyList;
|
|
1734
|
+
export declare const ListDbaasLogOutputOpensearchAliasStreamResponse: S.Schema<ListDbaasLogOutputOpensearchAliasStreamResponse>;
|
|
1735
|
+
export interface ListDbaasLogOutputOpensearchAliasUrlRequest {
|
|
1736
|
+
/** Service name */
|
|
1737
|
+
serviceName: string;
|
|
1738
|
+
/** Alias ID */
|
|
1739
|
+
aliasId: string;
|
|
1740
|
+
}
|
|
1741
|
+
export declare const ListDbaasLogOutputOpensearchAliasUrlRequest: S.Schema<ListDbaasLogOutputOpensearchAliasUrlRequest>;
|
|
1742
|
+
export type ListDbaasLogOutputOpensearchAliasUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1743
|
+
export declare const ListDbaasLogOutputOpensearchAliasUrlResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchAliasUrlResponseBodyList>;
|
|
1744
|
+
export type ListDbaasLogOutputOpensearchAliasUrlResponse = ListDbaasLogOutputOpensearchAliasUrlResponseBodyList;
|
|
1745
|
+
export declare const ListDbaasLogOutputOpensearchAliasUrlResponse: S.Schema<ListDbaasLogOutputOpensearchAliasUrlResponse>;
|
|
1746
|
+
export interface ListDbaasLogOutputOpensearchIndexRequest {
|
|
1747
|
+
/** Service name */
|
|
1748
|
+
serviceName: string;
|
|
1749
|
+
/** Filter by name (like) */
|
|
1750
|
+
namePattern?: string;
|
|
1751
|
+
}
|
|
1752
|
+
export declare const ListDbaasLogOutputOpensearchIndexRequest: S.Schema<ListDbaasLogOutputOpensearchIndexRequest>;
|
|
1753
|
+
export type ListDbaasLogOutputOpensearchIndexResponseBodyList = Array<string>;
|
|
1754
|
+
export declare const ListDbaasLogOutputOpensearchIndexResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchIndexResponseBodyList>;
|
|
1755
|
+
export type ListDbaasLogOutputOpensearchIndexResponse = ListDbaasLogOutputOpensearchIndexResponseBodyList;
|
|
1756
|
+
export declare const ListDbaasLogOutputOpensearchIndexResponse: S.Schema<ListDbaasLogOutputOpensearchIndexResponse>;
|
|
1757
|
+
export interface ListDbaasLogOutputOpensearchIndexUrlRequest {
|
|
1758
|
+
/** Service name */
|
|
1759
|
+
serviceName: string;
|
|
1760
|
+
/** Index ID */
|
|
1761
|
+
indexId: string;
|
|
1762
|
+
}
|
|
1763
|
+
export declare const ListDbaasLogOutputOpensearchIndexUrlRequest: S.Schema<ListDbaasLogOutputOpensearchIndexUrlRequest>;
|
|
1764
|
+
export type ListDbaasLogOutputOpensearchIndexUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1765
|
+
export declare const ListDbaasLogOutputOpensearchIndexUrlResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchIndexUrlResponseBodyList>;
|
|
1766
|
+
export type ListDbaasLogOutputOpensearchIndexUrlResponse = ListDbaasLogOutputOpensearchIndexUrlResponseBodyList;
|
|
1767
|
+
export declare const ListDbaasLogOutputOpensearchIndexUrlResponse: S.Schema<ListDbaasLogOutputOpensearchIndexUrlResponse>;
|
|
1768
|
+
export interface ListDbaasLogOutputOpensearchOsdRequest {
|
|
1769
|
+
/** Service name */
|
|
1770
|
+
serviceName: string;
|
|
1771
|
+
}
|
|
1772
|
+
export declare const ListDbaasLogOutputOpensearchOsdRequest: S.Schema<ListDbaasLogOutputOpensearchOsdRequest>;
|
|
1773
|
+
export type ListDbaasLogOutputOpensearchOsdResponseBodyList = Array<string>;
|
|
1774
|
+
export declare const ListDbaasLogOutputOpensearchOsdResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchOsdResponseBodyList>;
|
|
1775
|
+
export type ListDbaasLogOutputOpensearchOsdResponse = ListDbaasLogOutputOpensearchOsdResponseBodyList;
|
|
1776
|
+
export declare const ListDbaasLogOutputOpensearchOsdResponse: S.Schema<ListDbaasLogOutputOpensearchOsdResponse>;
|
|
1777
|
+
export interface ListDbaasLogOutputOpensearchOsdUrlRequest {
|
|
1778
|
+
/** Service name */
|
|
1779
|
+
serviceName: string;
|
|
1780
|
+
/** Osd ID */
|
|
1781
|
+
osdId: string;
|
|
1782
|
+
}
|
|
1783
|
+
export declare const ListDbaasLogOutputOpensearchOsdUrlRequest: S.Schema<ListDbaasLogOutputOpensearchOsdUrlRequest>;
|
|
1784
|
+
export type ListDbaasLogOutputOpensearchOsdUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1785
|
+
export declare const ListDbaasLogOutputOpensearchOsdUrlResponseBodyList: S.Schema<ListDbaasLogOutputOpensearchOsdUrlResponseBodyList>;
|
|
1786
|
+
export type ListDbaasLogOutputOpensearchOsdUrlResponse = ListDbaasLogOutputOpensearchOsdUrlResponseBodyList;
|
|
1787
|
+
export declare const ListDbaasLogOutputOpensearchOsdUrlResponse: S.Schema<ListDbaasLogOutputOpensearchOsdUrlResponse>;
|
|
1788
|
+
export interface ListDbaasLogRoleRequest {
|
|
1789
|
+
/** Service name */
|
|
1790
|
+
serviceName: string;
|
|
1791
|
+
/** Filter by name (like) */
|
|
1792
|
+
namePattern?: string;
|
|
1793
|
+
}
|
|
1794
|
+
export declare const ListDbaasLogRoleRequest: S.Schema<ListDbaasLogRoleRequest>;
|
|
1795
|
+
export type ListDbaasLogRoleResponseBodyList = Array<string>;
|
|
1796
|
+
export declare const ListDbaasLogRoleResponseBodyList: S.Schema<ListDbaasLogRoleResponseBodyList>;
|
|
1797
|
+
export type ListDbaasLogRoleResponse = ListDbaasLogRoleResponseBodyList;
|
|
1798
|
+
export declare const ListDbaasLogRoleResponse: S.Schema<ListDbaasLogRoleResponse>;
|
|
1799
|
+
export interface ListDbaasLogRoleMemberRequest {
|
|
1800
|
+
/** Service name */
|
|
1801
|
+
serviceName: string;
|
|
1802
|
+
/** Role ID */
|
|
1803
|
+
roleId: string;
|
|
1804
|
+
}
|
|
1805
|
+
export declare const ListDbaasLogRoleMemberRequest: S.Schema<ListDbaasLogRoleMemberRequest>;
|
|
1806
|
+
export type ListDbaasLogRoleMemberResponseBodyList = Array<string>;
|
|
1807
|
+
export declare const ListDbaasLogRoleMemberResponseBodyList: S.Schema<ListDbaasLogRoleMemberResponseBodyList>;
|
|
1808
|
+
export type ListDbaasLogRoleMemberResponse = ListDbaasLogRoleMemberResponseBodyList;
|
|
1809
|
+
export declare const ListDbaasLogRoleMemberResponse: S.Schema<ListDbaasLogRoleMemberResponse>;
|
|
1810
|
+
export interface ListDbaasLogRolePermissionRequest {
|
|
1811
|
+
/** Service name */
|
|
1812
|
+
serviceName: string;
|
|
1813
|
+
/** Role ID */
|
|
1814
|
+
roleId: string;
|
|
1815
|
+
}
|
|
1816
|
+
export declare const ListDbaasLogRolePermissionRequest: S.Schema<ListDbaasLogRolePermissionRequest>;
|
|
1817
|
+
export type ListDbaasLogRolePermissionResponseBodyList = Array<string>;
|
|
1818
|
+
export declare const ListDbaasLogRolePermissionResponseBodyList: S.Schema<ListDbaasLogRolePermissionResponseBodyList>;
|
|
1819
|
+
export type ListDbaasLogRolePermissionResponse = ListDbaasLogRolePermissionResponseBodyList;
|
|
1820
|
+
export declare const ListDbaasLogRolePermissionResponse: S.Schema<ListDbaasLogRolePermissionResponse>;
|
|
1821
|
+
/** Resource tag filter */
|
|
1822
|
+
export interface IamResourceTagFilterInput {
|
|
1823
|
+
}
|
|
1824
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
1825
|
+
export type ListDbaasLogsRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
1826
|
+
export declare const ListDbaasLogsRequestIamTagsValueList: S.Schema<ListDbaasLogsRequestIamTagsValueList>;
|
|
1827
|
+
export type ListDbaasLogsRequestIamTagsMap = {
|
|
1828
|
+
[key: string]: ListDbaasLogsRequestIamTagsValueList | undefined;
|
|
1829
|
+
};
|
|
1830
|
+
export declare const ListDbaasLogsRequestIamTagsMap: S.Schema<ListDbaasLogsRequestIamTagsMap>;
|
|
1831
|
+
export interface ListDbaasLogsRequest {
|
|
1832
|
+
/** Filter resources on IAM tags */
|
|
1833
|
+
iamTags?: ListDbaasLogsRequestIamTagsMap;
|
|
1834
|
+
}
|
|
1835
|
+
export declare const ListDbaasLogsRequest: S.Schema<ListDbaasLogsRequest>;
|
|
1836
|
+
export type ListDbaasLogsResponseBodyList = Array<string>;
|
|
1837
|
+
export declare const ListDbaasLogsResponseBodyList: S.Schema<ListDbaasLogsResponseBodyList>;
|
|
1838
|
+
export type ListDbaasLogsResponse = ListDbaasLogsResponseBodyList;
|
|
1839
|
+
export declare const ListDbaasLogsResponse: S.Schema<ListDbaasLogsResponse>;
|
|
1840
|
+
export interface ListDbaasLogTokenRequest {
|
|
1841
|
+
/** Service name */
|
|
1842
|
+
serviceName: string;
|
|
1843
|
+
/** Filter by name (like) */
|
|
1844
|
+
namePattern?: string;
|
|
1845
|
+
}
|
|
1846
|
+
export declare const ListDbaasLogTokenRequest: S.Schema<ListDbaasLogTokenRequest>;
|
|
1847
|
+
export type ListDbaasLogTokenResponseBodyList = Array<string>;
|
|
1848
|
+
export declare const ListDbaasLogTokenResponseBodyList: S.Schema<ListDbaasLogTokenResponseBodyList>;
|
|
1849
|
+
export type ListDbaasLogTokenResponse = ListDbaasLogTokenResponseBodyList;
|
|
1850
|
+
export declare const ListDbaasLogTokenResponse: S.Schema<ListDbaasLogTokenResponse>;
|
|
1851
|
+
export interface ListDbaasLogUrlRequest {
|
|
1852
|
+
/** Service name */
|
|
1853
|
+
serviceName: string;
|
|
1854
|
+
}
|
|
1855
|
+
export declare const ListDbaasLogUrlRequest: S.Schema<ListDbaasLogUrlRequest>;
|
|
1856
|
+
export type ListDbaasLogUrlResponseBodyList = Array<DbaasLogsUrl>;
|
|
1857
|
+
export declare const ListDbaasLogUrlResponseBodyList: S.Schema<ListDbaasLogUrlResponseBodyList>;
|
|
1858
|
+
export type ListDbaasLogUrlResponse = ListDbaasLogUrlResponseBodyList;
|
|
1859
|
+
export declare const ListDbaasLogUrlResponse: S.Schema<ListDbaasLogUrlResponse>;
|
|
1860
|
+
export interface PutDbaasLogRequest {
|
|
1861
|
+
/** Service name */
|
|
1862
|
+
serviceName: string;
|
|
1863
|
+
/** Service custom name */
|
|
1864
|
+
displayName?: string | null;
|
|
1865
|
+
/** Enable IAM for this service */
|
|
1866
|
+
enableIam?: boolean | null;
|
|
1867
|
+
}
|
|
1868
|
+
export declare const PutDbaasLogRequest: S.Schema<PutDbaasLogRequest>;
|
|
1869
|
+
/** Allowed networks for ARCHIVE flow type */
|
|
1870
|
+
export type PutDbaasLogClusterRequestArchiveAllowedNetworksList = Array<string>;
|
|
1871
|
+
export declare const PutDbaasLogClusterRequestArchiveAllowedNetworksList: S.Schema<PutDbaasLogClusterRequestArchiveAllowedNetworksList>;
|
|
1872
|
+
/** Allowed networks for DIRECT_INPUT flow type */
|
|
1873
|
+
export type PutDbaasLogClusterRequestDirectInputAllowedNetworksList = Array<string>;
|
|
1874
|
+
export declare const PutDbaasLogClusterRequestDirectInputAllowedNetworksList: S.Schema<PutDbaasLogClusterRequestDirectInputAllowedNetworksList>;
|
|
1875
|
+
/** Allowed networks for QUERY flow type */
|
|
1876
|
+
export type PutDbaasLogClusterRequestQueryAllowedNetworksList = Array<string>;
|
|
1877
|
+
export declare const PutDbaasLogClusterRequestQueryAllowedNetworksList: S.Schema<PutDbaasLogClusterRequestQueryAllowedNetworksList>;
|
|
1878
|
+
export interface PutDbaasLogClusterRequest {
|
|
1879
|
+
/** Service name */
|
|
1880
|
+
serviceName: string;
|
|
1881
|
+
/** Cluster ID */
|
|
1882
|
+
clusterId: string;
|
|
1883
|
+
/** Allowed networks for ARCHIVE flow type */
|
|
1884
|
+
archiveAllowedNetworks?: PutDbaasLogClusterRequestArchiveAllowedNetworksList | null;
|
|
1885
|
+
/** Allowed networks for DIRECT_INPUT flow type */
|
|
1886
|
+
directInputAllowedNetworks?: PutDbaasLogClusterRequestDirectInputAllowedNetworksList | null;
|
|
1887
|
+
/** Allowed networks for QUERY flow type */
|
|
1888
|
+
queryAllowedNetworks?: PutDbaasLogClusterRequestQueryAllowedNetworksList | null;
|
|
1889
|
+
}
|
|
1890
|
+
export declare const PutDbaasLogClusterRequest: S.Schema<PutDbaasLogClusterRequest>;
|
|
1891
|
+
/** IP blocks */
|
|
1892
|
+
export type PutDbaasLogInputRequestAllowedNetworksList = Array<string>;
|
|
1893
|
+
export declare const PutDbaasLogInputRequestAllowedNetworksList: S.Schema<PutDbaasLogInputRequestAllowedNetworksList>;
|
|
1894
|
+
export interface PutDbaasLogInputRequest {
|
|
1895
|
+
/** Service name */
|
|
1896
|
+
serviceName: string;
|
|
1897
|
+
/** Input ID */
|
|
1898
|
+
inputId: string;
|
|
1899
|
+
/** IP blocks */
|
|
1900
|
+
allowedNetworks?: PutDbaasLogInputRequestAllowedNetworksList | null;
|
|
1901
|
+
/** Whether the workload is auto-scaled */
|
|
1902
|
+
autoscale?: boolean | null;
|
|
1903
|
+
/** Description */
|
|
1904
|
+
description: string;
|
|
1905
|
+
/** Engine ID */
|
|
1906
|
+
engineId: string;
|
|
1907
|
+
/** Exposed port */
|
|
1908
|
+
exposedPort?: string | null;
|
|
1909
|
+
/** Maximum number of instances in auto-scaled mode */
|
|
1910
|
+
maxScaleInstance?: number | null;
|
|
1911
|
+
/** Minimum number of instances in auto-scaled mode */
|
|
1912
|
+
minScaleInstance?: number | null;
|
|
1913
|
+
/** Number of instance running */
|
|
1914
|
+
nbInstance?: number | null;
|
|
1915
|
+
/** If set, notify when scaling happens */
|
|
1916
|
+
scalingNotifyEnabled?: boolean | null;
|
|
1917
|
+
/** Stream ID */
|
|
1918
|
+
streamId: string;
|
|
1919
|
+
/** Title */
|
|
1920
|
+
title: string;
|
|
1921
|
+
}
|
|
1922
|
+
export declare const PutDbaasLogInputRequest: S.Schema<PutDbaasLogInputRequest>;
|
|
1923
|
+
export interface PutDbaasLogInputConfigurationFlowggerRequest {
|
|
1924
|
+
/** Service name */
|
|
1925
|
+
serviceName: string;
|
|
1926
|
+
/** Input ID */
|
|
1927
|
+
inputId: string;
|
|
1928
|
+
/** configuration log format */
|
|
1929
|
+
logFormat: DbaasLogsFlowggerConfigurationLogFormatEnum | (string & {});
|
|
1930
|
+
/** Log framing */
|
|
1931
|
+
logFraming: DbaasLogsFlowggerConfigurationLogFramingEnum | (string & {});
|
|
1932
|
+
}
|
|
1933
|
+
export declare const PutDbaasLogInputConfigurationFlowggerRequest: S.Schema<PutDbaasLogInputConfigurationFlowggerRequest>;
|
|
1934
|
+
export interface PutDbaasLogInputConfigurationLogstashRequest {
|
|
1935
|
+
/** Service name */
|
|
1936
|
+
serviceName: string;
|
|
1937
|
+
/** Input ID */
|
|
1938
|
+
inputId: string;
|
|
1939
|
+
/** Filter section */
|
|
1940
|
+
filterSection?: string | null;
|
|
1941
|
+
/** Input section */
|
|
1942
|
+
inputSection: string;
|
|
1943
|
+
/** Pattern section */
|
|
1944
|
+
patternSection?: string | null;
|
|
1945
|
+
}
|
|
1946
|
+
export declare const PutDbaasLogInputConfigurationLogstashRequest: S.Schema<PutDbaasLogInputConfigurationLogstashRequest>;
|
|
1947
|
+
export interface PutDbaasLogOutputGraylogDashboardRequest {
|
|
1948
|
+
/** Service name */
|
|
1949
|
+
serviceName: string;
|
|
1950
|
+
/** Dashboard ID */
|
|
1951
|
+
dashboardId: string;
|
|
1952
|
+
/** Description */
|
|
1953
|
+
description: string;
|
|
1954
|
+
/** Title */
|
|
1955
|
+
title: string;
|
|
1956
|
+
}
|
|
1957
|
+
export declare const PutDbaasLogOutputGraylogDashboardRequest: S.Schema<PutDbaasLogOutputGraylogDashboardRequest>;
|
|
1958
|
+
/** Encryption keys used to encrypt stream archives */
|
|
1959
|
+
export type PutDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList = Array<string>;
|
|
1960
|
+
export declare const PutDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList: S.Schema<PutDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList>;
|
|
1961
|
+
export interface PutDbaasLogOutputGraylogStreamRequest {
|
|
1962
|
+
/** Service name */
|
|
1963
|
+
serviceName: string;
|
|
1964
|
+
/** Stream ID */
|
|
1965
|
+
streamId: string;
|
|
1966
|
+
/** Cold storage compression */
|
|
1967
|
+
coldStorageCompression?: DbaasLogsStreamColdStorageCompressionEnum | (string & {}) | null;
|
|
1968
|
+
/** Cold storage content */
|
|
1969
|
+
coldStorageContent?: DbaasLogsStreamColdStorageContentEnum | (string & {}) | null;
|
|
1970
|
+
/** Cold storage enabled */
|
|
1971
|
+
coldStorageEnabled?: boolean | null;
|
|
1972
|
+
/** Cold storage notify enabled */
|
|
1973
|
+
coldStorageNotifyEnabled?: boolean | null;
|
|
1974
|
+
/** Cold storage retention time */
|
|
1975
|
+
coldStorageRetention?: number | null;
|
|
1976
|
+
/** Description */
|
|
1977
|
+
description: string;
|
|
1978
|
+
/** Encryption keys used to encrypt stream archives */
|
|
1979
|
+
encryptionKeysIds?: PutDbaasLogOutputGraylogStreamRequestEncryptionKeysIdsList | null;
|
|
1980
|
+
/** ES indexing enabled */
|
|
1981
|
+
indexingEnabled?: boolean | null;
|
|
1982
|
+
/** Maximum indexing size (in GB) */
|
|
1983
|
+
indexingMaxSize?: number | null;
|
|
1984
|
+
/** If set, notify when size is near 80, 90 or 100 % of the maximum configured setting */
|
|
1985
|
+
indexingNotifyEnabled?: boolean | null;
|
|
1986
|
+
/** If set, pause indexing when maximum size is reach */
|
|
1987
|
+
pauseIndexingOnMaxSize?: boolean | null;
|
|
1988
|
+
/** Title */
|
|
1989
|
+
title: string;
|
|
1990
|
+
/** Web socket enabled */
|
|
1991
|
+
webSocketEnabled?: boolean | null;
|
|
1992
|
+
}
|
|
1993
|
+
export declare const PutDbaasLogOutputGraylogStreamRequest: S.Schema<PutDbaasLogOutputGraylogStreamRequest>;
|
|
1994
|
+
export interface PutDbaasLogOutputGraylogStreamAlertRequest {
|
|
1995
|
+
/** Service name */
|
|
1996
|
+
serviceName: string;
|
|
1997
|
+
/** Stream ID */
|
|
1998
|
+
streamId: string;
|
|
1999
|
+
/** Alert ID */
|
|
2000
|
+
alertId: string;
|
|
2001
|
+
/** Backlog */
|
|
2002
|
+
backlog: number;
|
|
2003
|
+
/** Condition type */
|
|
2004
|
+
conditionType?: DbaasLogsStreamAlertConditionConditionTypeEnum | (string & {}) | null;
|
|
2005
|
+
/** Constraint type */
|
|
2006
|
+
constraintType?: DbaasLogsStreamAlertConditionConstraintTypeEnum | (string & {}) | null;
|
|
2007
|
+
/** Field */
|
|
2008
|
+
field?: string | null;
|
|
2009
|
+
/** Grace period */
|
|
2010
|
+
grace: number;
|
|
2011
|
+
/** Query filter */
|
|
2012
|
+
queryFilter?: string | null;
|
|
2013
|
+
/** Repeat notifications enabled */
|
|
2014
|
+
repeatNotificationsEnabled?: boolean | null;
|
|
2015
|
+
/** Threshold */
|
|
2016
|
+
threshold?: number | null;
|
|
2017
|
+
/** Threshold type */
|
|
2018
|
+
thresholdType?: DbaasLogsStreamAlertConditionThresholdTypeEnum | (string & {}) | null;
|
|
2019
|
+
/** Time */
|
|
2020
|
+
time?: number | null;
|
|
2021
|
+
/** Title */
|
|
2022
|
+
title: string;
|
|
2023
|
+
/** Value */
|
|
2024
|
+
value?: string | null;
|
|
2025
|
+
}
|
|
2026
|
+
export declare const PutDbaasLogOutputGraylogStreamAlertRequest: S.Schema<PutDbaasLogOutputGraylogStreamAlertRequest>;
|
|
2027
|
+
export interface PutDbaasLogOutputMetricTenantRequest {
|
|
2028
|
+
/** Service name */
|
|
2029
|
+
serviceName: string;
|
|
2030
|
+
/** Tenant ID */
|
|
2031
|
+
tenantId: string;
|
|
2032
|
+
/** Metric tenant description */
|
|
2033
|
+
description: string;
|
|
2034
|
+
/** Maximum number of time series inside the tenant */
|
|
2035
|
+
maxSeries?: number;
|
|
2036
|
+
/** Delete samples older than the specified retention period. */
|
|
2037
|
+
retentionId: string;
|
|
2038
|
+
/** Metric tenant title */
|
|
2039
|
+
title: string;
|
|
2040
|
+
}
|
|
2041
|
+
export declare const PutDbaasLogOutputMetricTenantRequest: S.Schema<PutDbaasLogOutputMetricTenantRequest>;
|
|
2042
|
+
export interface PutDbaasLogOutputOpensearchAliasRequest {
|
|
2043
|
+
/** Service name */
|
|
2044
|
+
serviceName: string;
|
|
2045
|
+
/** Alias ID */
|
|
2046
|
+
aliasId: string;
|
|
2047
|
+
/** Description */
|
|
2048
|
+
description: string;
|
|
2049
|
+
}
|
|
2050
|
+
export declare const PutDbaasLogOutputOpensearchAliasRequest: S.Schema<PutDbaasLogOutputOpensearchAliasRequest>;
|
|
2051
|
+
export interface PutDbaasLogOutputOpensearchIndexRequest {
|
|
2052
|
+
/** Service name */
|
|
2053
|
+
serviceName: string;
|
|
2054
|
+
/** Index ID */
|
|
2055
|
+
indexId: string;
|
|
2056
|
+
/** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */
|
|
2057
|
+
alertNotifyEnabled?: boolean | null;
|
|
2058
|
+
/** Description */
|
|
2059
|
+
description: string;
|
|
2060
|
+
}
|
|
2061
|
+
export declare const PutDbaasLogOutputOpensearchIndexRequest: S.Schema<PutDbaasLogOutputOpensearchIndexRequest>;
|
|
2062
|
+
export interface PutDbaasLogOutputOpensearchOsdRequest {
|
|
2063
|
+
/** Service name */
|
|
2064
|
+
serviceName: string;
|
|
2065
|
+
/** Osd ID */
|
|
2066
|
+
osdId: string;
|
|
2067
|
+
/** Description */
|
|
2068
|
+
description: string;
|
|
2069
|
+
}
|
|
2070
|
+
export declare const PutDbaasLogOutputOpensearchOsdRequest: S.Schema<PutDbaasLogOutputOpensearchOsdRequest>;
|
|
2071
|
+
export interface PutDbaasLogRoleRequest {
|
|
2072
|
+
/** Service name */
|
|
2073
|
+
serviceName: string;
|
|
2074
|
+
/** Role ID */
|
|
2075
|
+
roleId: string;
|
|
2076
|
+
/** Description */
|
|
2077
|
+
description: string;
|
|
2078
|
+
/** Name */
|
|
2079
|
+
name: string;
|
|
2080
|
+
}
|
|
2081
|
+
export declare const PutDbaasLogRoleRequest: S.Schema<PutDbaasLogRoleRequest>;
|
|
2082
|
+
export interface PutDbaasLogRoleMemberRequest {
|
|
2083
|
+
/** Service name */
|
|
2084
|
+
serviceName: string;
|
|
2085
|
+
/** Role ID */
|
|
2086
|
+
roleId: string;
|
|
2087
|
+
/** Username */
|
|
2088
|
+
username: string;
|
|
2089
|
+
/** Custom note */
|
|
2090
|
+
note?: string | null;
|
|
2091
|
+
}
|
|
2092
|
+
export declare const PutDbaasLogRoleMemberRequest: S.Schema<PutDbaasLogRoleMemberRequest>;
|
|
2093
|
+
export interface PutDbaasLogServiceInfosRequest {
|
|
2094
|
+
/** Service name */
|
|
2095
|
+
serviceName: string;
|
|
2096
|
+
/** Way of handling the renew */
|
|
2097
|
+
renew?: ServiceRenewType | null;
|
|
2098
|
+
}
|
|
2099
|
+
export declare const PutDbaasLogServiceInfosRequest: S.Schema<PutDbaasLogServiceInfosRequest>;
|
|
2100
|
+
export interface PutDbaasLogServiceInfosResponse {
|
|
2101
|
+
}
|
|
2102
|
+
export declare const PutDbaasLogServiceInfosResponse: S.Schema<PutDbaasLogServiceInfosResponse>;
|
|
2103
|
+
export interface RestartDbaasLogsInputRequest {
|
|
2104
|
+
/** Service name */
|
|
2105
|
+
serviceName: string;
|
|
2106
|
+
/** Input ID */
|
|
2107
|
+
inputId: string;
|
|
2108
|
+
}
|
|
2109
|
+
export declare const RestartDbaasLogsInputRequest: S.Schema<RestartDbaasLogsInputRequest>;
|
|
2110
|
+
export interface StartDbaasLogsInputRequest {
|
|
2111
|
+
/** Service name */
|
|
2112
|
+
serviceName: string;
|
|
2113
|
+
/** Input ID */
|
|
2114
|
+
inputId: string;
|
|
2115
|
+
}
|
|
2116
|
+
export declare const StartDbaasLogsInputRequest: S.Schema<StartDbaasLogsInputRequest>;
|
|
2117
|
+
export type CreateDbaasLogChangeContactError = OvhOpError;
|
|
2118
|
+
/** Launch a contact change procedure */
|
|
2119
|
+
export declare const createDbaasLogChangeContact: API.OperationMethod<CreateDbaasLogChangeContactRequest, CreateDbaasLogChangeContactResponse, CreateDbaasLogChangeContactError, OvhOpContext>;
|
|
2120
|
+
export type CreateDbaasLogEncryptionKeyError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2121
|
+
/** Add a new encryption key */
|
|
2122
|
+
export declare const createDbaasLogEncryptionKey: API.OperationMethod<CreateDbaasLogEncryptionKeyRequest, DbaasLogsOperation, CreateDbaasLogEncryptionKeyError, OvhOpContext>;
|
|
2123
|
+
export type CreateDbaasLogInputError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2124
|
+
/** Register a new input object */
|
|
2125
|
+
export declare const createDbaasLogInput: API.OperationMethod<CreateDbaasLogInputRequest, DbaasLogsOperation, CreateDbaasLogInputError, OvhOpContext>;
|
|
2126
|
+
export type CreateDbaasLogInputConfigtestError = Forbidden | NotFound | OvhOpError;
|
|
2127
|
+
/** Validate configuration of specified input */
|
|
2128
|
+
export declare const createDbaasLogInputConfigtest: API.OperationMethod<CreateDbaasLogInputConfigtestRequest, DbaasLogsOperation, CreateDbaasLogInputConfigtestError, OvhOpContext>;
|
|
2129
|
+
export type CreateDbaasLogInputEndError = Forbidden | NotFound | OvhOpError;
|
|
2130
|
+
/** Schedule the end of specified input */
|
|
2131
|
+
export declare const createDbaasLogInputEnd: API.OperationMethod<CreateDbaasLogInputEndRequest, DbaasLogsOperation, CreateDbaasLogInputEndError, OvhOpContext>;
|
|
2132
|
+
export type CreateDbaasLogInputLogUrlError = Forbidden | NotFound | OvhOpError;
|
|
2133
|
+
/** Generate a temporary url to retrieve input logs */
|
|
2134
|
+
export declare const createDbaasLogInputLogUrl: API.OperationMethod<CreateDbaasLogInputLogUrlRequest, DbaasLogsTemporaryLogsLink, CreateDbaasLogInputLogUrlError, OvhOpContext>;
|
|
2135
|
+
export type CreateDbaasLogOutputGraylogDashboardError = Forbidden | NotFound | OvhOpError;
|
|
2136
|
+
/** Register a new graylog dashboard */
|
|
2137
|
+
export declare const createDbaasLogOutputGraylogDashboard: API.OperationMethod<CreateDbaasLogOutputGraylogDashboardRequest, DbaasLogsOperation, CreateDbaasLogOutputGraylogDashboardError, OvhOpContext>;
|
|
2138
|
+
export type CreateDbaasLogOutputGraylogStreamError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2139
|
+
/** Register a new graylog stream */
|
|
2140
|
+
export declare const createDbaasLogOutputGraylogStream: API.OperationMethod<CreateDbaasLogOutputGraylogStreamRequest, DbaasLogsOperation, CreateDbaasLogOutputGraylogStreamError, OvhOpContext>;
|
|
2141
|
+
export type CreateDbaasLogOutputGraylogStreamAlertError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2142
|
+
/** Register a new alert on specified graylog stream */
|
|
2143
|
+
export declare const createDbaasLogOutputGraylogStreamAlert: API.OperationMethod<CreateDbaasLogOutputGraylogStreamAlertRequest, DbaasLogsOperation, CreateDbaasLogOutputGraylogStreamAlertError, OvhOpContext>;
|
|
2144
|
+
export type CreateDbaasLogOutputGraylogStreamArchiveUrlError = NotFound | OvhOpError;
|
|
2145
|
+
/** Get a public temporary URL to access the archive */
|
|
2146
|
+
export declare const createDbaasLogOutputGraylogStreamArchiveUrl: API.OperationMethod<CreateDbaasLogOutputGraylogStreamArchiveUrlRequest, DbaasLogsArchiveUrl, CreateDbaasLogOutputGraylogStreamArchiveUrlError, OvhOpContext>;
|
|
2147
|
+
export type CreateDbaasLogOutputGraylogStreamRuleError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2148
|
+
/** Register a new rule on specified graylog stream */
|
|
2149
|
+
export declare const createDbaasLogOutputGraylogStreamRule: API.OperationMethod<CreateDbaasLogOutputGraylogStreamRuleRequest, DbaasLogsOperation, CreateDbaasLogOutputGraylogStreamRuleError, OvhOpContext>;
|
|
2150
|
+
export type CreateDbaasLogOutputMetricTenantError = Forbidden | Conflict | OvhOpError;
|
|
2151
|
+
/** Create a metric tenant */
|
|
2152
|
+
export declare const createDbaasLogOutputMetricTenant: API.OperationMethod<CreateDbaasLogOutputMetricTenantRequest, DbaasLogsOperation, CreateDbaasLogOutputMetricTenantError, OvhOpContext>;
|
|
2153
|
+
export type CreateDbaasLogOutputOpensearchAliasError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2154
|
+
/** Register a new OpenSearch alias */
|
|
2155
|
+
export declare const createDbaasLogOutputOpensearchAlias: API.OperationMethod<CreateDbaasLogOutputOpensearchAliasRequest, DbaasLogsOperation, CreateDbaasLogOutputOpensearchAliasError, OvhOpContext>;
|
|
2156
|
+
export type CreateDbaasLogOutputOpensearchAliasIndexError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2157
|
+
/** Attach a OpenSearch index to specified OpenSearch alias */
|
|
2158
|
+
export declare const createDbaasLogOutputOpensearchAliasIndex: API.OperationMethod<CreateDbaasLogOutputOpensearchAliasIndexRequest, DbaasLogsOperation, CreateDbaasLogOutputOpensearchAliasIndexError, OvhOpContext>;
|
|
2159
|
+
export type CreateDbaasLogOutputOpensearchAliasStreamError = Forbidden | NotFound | OvhOpError;
|
|
2160
|
+
/** Attach a Graylog stream to specified OpenSearch alias */
|
|
2161
|
+
export declare const createDbaasLogOutputOpensearchAliasStream: API.OperationMethod<CreateDbaasLogOutputOpensearchAliasStreamRequest, DbaasLogsOperation, CreateDbaasLogOutputOpensearchAliasStreamError, OvhOpContext>;
|
|
2162
|
+
export type CreateDbaasLogOutputOpensearchIndexError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2163
|
+
/** Register a new OpenSearch index */
|
|
2164
|
+
export declare const createDbaasLogOutputOpensearchIndex: API.OperationMethod<CreateDbaasLogOutputOpensearchIndexRequest, DbaasLogsOperation, CreateDbaasLogOutputOpensearchIndexError, OvhOpContext>;
|
|
2165
|
+
export type CreateDbaasLogOutputOpensearchOsdError = Forbidden | NotFound | OvhOpError;
|
|
2166
|
+
/** Register a new OpenSearch Dashboards instance */
|
|
2167
|
+
export declare const createDbaasLogOutputOpensearchOsd: API.OperationMethod<CreateDbaasLogOutputOpensearchOsdRequest, DbaasLogsOperation, CreateDbaasLogOutputOpensearchOsdError, OvhOpContext>;
|
|
2168
|
+
export type CreateDbaasLogRoleError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2169
|
+
/** Register a new role */
|
|
2170
|
+
export declare const createDbaasLogRole: API.OperationMethod<CreateDbaasLogRoleRequest, DbaasLogsOperation, CreateDbaasLogRoleError, OvhOpContext>;
|
|
2171
|
+
export type CreateDbaasLogRoleMemberError = Forbidden | NotFound | OvhOpError;
|
|
2172
|
+
/** Append user into the member list of specified role */
|
|
2173
|
+
export declare const createDbaasLogRoleMember: API.OperationMethod<CreateDbaasLogRoleMemberRequest, DbaasLogsOperation, CreateDbaasLogRoleMemberError, OvhOpContext>;
|
|
2174
|
+
export type CreateDbaasLogRolePermissionAliasError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2175
|
+
/** Append a elasticsearch alias permission to role */
|
|
2176
|
+
export declare const createDbaasLogRolePermissionAlias: API.OperationMethod<CreateDbaasLogRolePermissionAliasRequest, DbaasLogsOperation, CreateDbaasLogRolePermissionAliasError, OvhOpContext>;
|
|
2177
|
+
export type CreateDbaasLogRolePermissionDashboardError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2178
|
+
/** Append a graylog dashboard permission to role */
|
|
2179
|
+
export declare const createDbaasLogRolePermissionDashboard: API.OperationMethod<CreateDbaasLogRolePermissionDashboardRequest, DbaasLogsOperation, CreateDbaasLogRolePermissionDashboardError, OvhOpContext>;
|
|
2180
|
+
export type CreateDbaasLogRolePermissionIndexError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2181
|
+
/** Append a elasticsearch index permission to role */
|
|
2182
|
+
export declare const createDbaasLogRolePermissionIndex: API.OperationMethod<CreateDbaasLogRolePermissionIndexRequest, DbaasLogsOperation, CreateDbaasLogRolePermissionIndexError, OvhOpContext>;
|
|
2183
|
+
export type CreateDbaasLogRolePermissionOsdError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2184
|
+
/** Append a OpenSearch Dashboards permission to role */
|
|
2185
|
+
export declare const createDbaasLogRolePermissionOsd: API.OperationMethod<CreateDbaasLogRolePermissionOsdRequest, DbaasLogsOperation, CreateDbaasLogRolePermissionOsdError, OvhOpContext>;
|
|
2186
|
+
export type CreateDbaasLogRolePermissionStreamError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2187
|
+
/** Append a graylog stream permission to role */
|
|
2188
|
+
export declare const createDbaasLogRolePermissionStream: API.OperationMethod<CreateDbaasLogRolePermissionStreamRequest, DbaasLogsOperation, CreateDbaasLogRolePermissionStreamError, OvhOpContext>;
|
|
2189
|
+
export type CreateDbaasLogTokenError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2190
|
+
/** Add a new token */
|
|
2191
|
+
export declare const createDbaasLogToken: API.OperationMethod<CreateDbaasLogTokenRequest, DbaasLogsOperation, CreateDbaasLogTokenError, OvhOpContext>;
|
|
2192
|
+
export type CreateDbaasLogUserChangePasswordError = Forbidden | NotFound | OvhOpError;
|
|
2193
|
+
/** Initiate a password change procedure. */
|
|
2194
|
+
export declare const createDbaasLogUserChangePassword: API.OperationMethod<CreateDbaasLogUserChangePasswordRequest, DbaasLogsOperation, CreateDbaasLogUserChangePasswordError, OvhOpContext>;
|
|
2195
|
+
export type DeleteDbaasLogEncryptionKeyError = Forbidden | NotFound | OvhOpError;
|
|
2196
|
+
/** Delete the specified encryption key */
|
|
2197
|
+
export declare const deleteDbaasLogEncryptionKey: API.OperationMethod<DeleteDbaasLogEncryptionKeyRequest, DbaasLogsOperation, DeleteDbaasLogEncryptionKeyError, OvhOpContext>;
|
|
2198
|
+
export type DeleteDbaasLogInputError = Forbidden | NotFound | OvhOpError;
|
|
2199
|
+
/** Remove the specified input object */
|
|
2200
|
+
export declare const deleteDbaasLogInput: API.OperationMethod<DeleteDbaasLogInputRequest, DbaasLogsOperation, DeleteDbaasLogInputError, OvhOpContext>;
|
|
2201
|
+
export type DeleteDbaasLogOutputGraylogDashboardError = Forbidden | NotFound | OvhOpError;
|
|
2202
|
+
/** Remove specified graylog dashboard */
|
|
2203
|
+
export declare const deleteDbaasLogOutputGraylogDashboard: API.OperationMethod<DeleteDbaasLogOutputGraylogDashboardRequest, DbaasLogsOperation, DeleteDbaasLogOutputGraylogDashboardError, OvhOpContext>;
|
|
2204
|
+
export type DeleteDbaasLogOutputGraylogStreamError = Forbidden | NotFound | OvhOpError;
|
|
2205
|
+
/** Remove specified graylog stream */
|
|
2206
|
+
export declare const deleteDbaasLogOutputGraylogStream: API.OperationMethod<DeleteDbaasLogOutputGraylogStreamRequest, DbaasLogsOperation, DeleteDbaasLogOutputGraylogStreamError, OvhOpContext>;
|
|
2207
|
+
export type DeleteDbaasLogOutputGraylogStreamAlertError = Forbidden | NotFound | OvhOpError;
|
|
2208
|
+
/** Remove alert from specified graylog stream */
|
|
2209
|
+
export declare const deleteDbaasLogOutputGraylogStreamAlert: API.OperationMethod<DeleteDbaasLogOutputGraylogStreamAlertRequest, DbaasLogsOperation, DeleteDbaasLogOutputGraylogStreamAlertError, OvhOpContext>;
|
|
2210
|
+
export type DeleteDbaasLogOutputGraylogStreamRuleError = Forbidden | NotFound | OvhOpError;
|
|
2211
|
+
/** Remove specified graylog stream rule */
|
|
2212
|
+
export declare const deleteDbaasLogOutputGraylogStreamRule: API.OperationMethod<DeleteDbaasLogOutputGraylogStreamRuleRequest, DbaasLogsOperation, DeleteDbaasLogOutputGraylogStreamRuleError, OvhOpContext>;
|
|
2213
|
+
export type DeleteDbaasLogOutputGraylogStreamSubscriptionError = NotFound | OvhOpError;
|
|
2214
|
+
/** Delete a specified subscription targeting a specified graylog stream */
|
|
2215
|
+
export declare const deleteDbaasLogOutputGraylogStreamSubscription: API.OperationMethod<DeleteDbaasLogOutputGraylogStreamSubscriptionRequest, DbaasLogsOperation, DeleteDbaasLogOutputGraylogStreamSubscriptionError, OvhOpContext>;
|
|
2216
|
+
export type DeleteDbaasLogOutputMetricTenantError = Forbidden | NotFound | OvhOpError;
|
|
2217
|
+
/** Delete a metric tenant */
|
|
2218
|
+
export declare const deleteDbaasLogOutputMetricTenant: API.OperationMethod<DeleteDbaasLogOutputMetricTenantRequest, DbaasLogsOperation, DeleteDbaasLogOutputMetricTenantError, OvhOpContext>;
|
|
2219
|
+
export type DeleteDbaasLogOutputMetricTenantSubscriptionError = NotFound | OvhOpError;
|
|
2220
|
+
/** Delete a specified subscription targeting a specified metric tenant */
|
|
2221
|
+
export declare const deleteDbaasLogOutputMetricTenantSubscription: API.OperationMethod<DeleteDbaasLogOutputMetricTenantSubscriptionRequest, DbaasLogsOperation, DeleteDbaasLogOutputMetricTenantSubscriptionError, OvhOpContext>;
|
|
2222
|
+
export type DeleteDbaasLogOutputOpensearchAliasError = Forbidden | NotFound | OvhOpError;
|
|
2223
|
+
/** Remove specified OpenSearch alias */
|
|
2224
|
+
export declare const deleteDbaasLogOutputOpensearchAlias: API.OperationMethod<DeleteDbaasLogOutputOpensearchAliasRequest, DbaasLogsOperation, DeleteDbaasLogOutputOpensearchAliasError, OvhOpContext>;
|
|
2225
|
+
export type DeleteDbaasLogOutputOpensearchAliasIndexError = Forbidden | NotFound | OvhOpError;
|
|
2226
|
+
/** Detach a OpenSearch index from specified OpenSearch alias */
|
|
2227
|
+
export declare const deleteDbaasLogOutputOpensearchAliasIndex: API.OperationMethod<DeleteDbaasLogOutputOpensearchAliasIndexRequest, DbaasLogsOperation, DeleteDbaasLogOutputOpensearchAliasIndexError, OvhOpContext>;
|
|
2228
|
+
export type DeleteDbaasLogOutputOpensearchAliasStreamError = Forbidden | NotFound | OvhOpError;
|
|
2229
|
+
/** Detach a Graylog stream from specified OpenSearch alias */
|
|
2230
|
+
export declare const deleteDbaasLogOutputOpensearchAliasStream: API.OperationMethod<DeleteDbaasLogOutputOpensearchAliasStreamRequest, DbaasLogsOperation, DeleteDbaasLogOutputOpensearchAliasStreamError, OvhOpContext>;
|
|
2231
|
+
export type DeleteDbaasLogOutputOpensearchIndexError = Forbidden | NotFound | OvhOpError;
|
|
2232
|
+
/** Remove specified OpenSearch index */
|
|
2233
|
+
export declare const deleteDbaasLogOutputOpensearchIndex: API.OperationMethod<DeleteDbaasLogOutputOpensearchIndexRequest, DbaasLogsOperation, DeleteDbaasLogOutputOpensearchIndexError, OvhOpContext>;
|
|
2234
|
+
export type DeleteDbaasLogOutputOpensearchOsdError = Forbidden | NotFound | OvhOpError;
|
|
2235
|
+
/** Remove specified OpenSearch Dashboards instance */
|
|
2236
|
+
export declare const deleteDbaasLogOutputOpensearchOsd: API.OperationMethod<DeleteDbaasLogOutputOpensearchOsdRequest, DbaasLogsOperation, DeleteDbaasLogOutputOpensearchOsdError, OvhOpContext>;
|
|
2237
|
+
export type DeleteDbaasLogRoleError = Forbidden | NotFound | OvhOpError;
|
|
2238
|
+
/** Remove specified role */
|
|
2239
|
+
export declare const deleteDbaasLogRole: API.OperationMethod<DeleteDbaasLogRoleRequest, DbaasLogsOperation, DeleteDbaasLogRoleError, OvhOpContext>;
|
|
2240
|
+
export type DeleteDbaasLogRoleMemberError = Forbidden | NotFound | OvhOpError;
|
|
2241
|
+
/** Remove user from the member list of specified role */
|
|
2242
|
+
export declare const deleteDbaasLogRoleMember: API.OperationMethod<DeleteDbaasLogRoleMemberRequest, DbaasLogsOperation, DeleteDbaasLogRoleMemberError, OvhOpContext>;
|
|
2243
|
+
export type DeleteDbaasLogRolePermissionError = Forbidden | NotFound | OvhOpError;
|
|
2244
|
+
/** Remove specified permission */
|
|
2245
|
+
export declare const deleteDbaasLogRolePermission: API.OperationMethod<DeleteDbaasLogRolePermissionRequest, DbaasLogsOperation, DeleteDbaasLogRolePermissionError, OvhOpContext>;
|
|
2246
|
+
export type DeleteDbaasLogTokenError = Forbidden | NotFound | OvhOpError;
|
|
2247
|
+
/** Delete the specified token */
|
|
2248
|
+
export declare const deleteDbaasLogToken: API.OperationMethod<DeleteDbaasLogTokenRequest, DbaasLogsOperation, DeleteDbaasLogTokenError, OvhOpContext>;
|
|
2249
|
+
export type DuplicateDbaasLogsOutputGraylogDashboardError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2250
|
+
/** Copy all widgets from specified dashboard to a new one */
|
|
2251
|
+
export declare const duplicateDbaasLogsOutputGraylogDashboard: API.OperationMethod<DuplicateDbaasLogsOutputGraylogDashboardRequest, DbaasLogsOperation, DuplicateDbaasLogsOutputGraylogDashboardError, OvhOpContext>;
|
|
2252
|
+
export type GetDbaasLogError = NotFound | OvhOpError;
|
|
2253
|
+
/** Returns the service object of connected identity. */
|
|
2254
|
+
export declare const getDbaasLog: API.OperationMethod<GetDbaasLogRequest, DbaasLogsServiceWithIAM, GetDbaasLogError, OvhOpContext>;
|
|
2255
|
+
export type GetDbaasLogClusterError = NotFound | OvhOpError;
|
|
2256
|
+
/** Returns details of an allowed cluster */
|
|
2257
|
+
export declare const getDbaasLogCluster: API.OperationMethod<GetDbaasLogClusterRequest, DbaasLogsCluster, GetDbaasLogClusterError, OvhOpContext>;
|
|
2258
|
+
export type GetDbaasLogClusterRetentionError = Forbidden | NotFound | OvhOpError;
|
|
2259
|
+
/** Returns details of a retention */
|
|
2260
|
+
export declare const getDbaasLogClusterRetention: API.OperationMethod<GetDbaasLogClusterRetentionRequest, DbaasLogsClusterRetention, GetDbaasLogClusterRetentionError, OvhOpContext>;
|
|
2261
|
+
export type GetDbaasLogEncryptionKeyError = Forbidden | NotFound | OvhOpError;
|
|
2262
|
+
/** Return details of an encryption key */
|
|
2263
|
+
export declare const getDbaasLogEncryptionKey: API.OperationMethod<GetDbaasLogEncryptionKeyRequest, DbaasLogsEncryptionKey, GetDbaasLogEncryptionKeyError, OvhOpContext>;
|
|
2264
|
+
export type GetDbaasLogInputError = NotFound | OvhOpError;
|
|
2265
|
+
/** Returns details of specified input */
|
|
2266
|
+
export declare const getDbaasLogInput: API.OperationMethod<GetDbaasLogInputRequest, DbaasLogsInput, GetDbaasLogInputError, OvhOpContext>;
|
|
2267
|
+
export type GetDbaasLogInputConfigtestResultError = NotFound | OvhOpError;
|
|
2268
|
+
/** Returns the config test operation result */
|
|
2269
|
+
export declare const getDbaasLogInputConfigtestResult: API.OperationMethod<GetDbaasLogInputConfigtestResultRequest, DbaasLogsTestResult, GetDbaasLogInputConfigtestResultError, OvhOpContext>;
|
|
2270
|
+
export type GetDbaasLogInputConfigurationFlowggerError = NotFound | OvhOpError;
|
|
2271
|
+
/** Returns the flowgger configuration */
|
|
2272
|
+
export declare const getDbaasLogInputConfigurationFlowgger: API.OperationMethod<GetDbaasLogInputConfigurationFlowggerRequest, DbaasLogsFlowggerConfiguration, GetDbaasLogInputConfigurationFlowggerError, OvhOpContext>;
|
|
2273
|
+
export type GetDbaasLogInputConfigurationLogstashError = NotFound | OvhOpError;
|
|
2274
|
+
/** Returns the logstash configuration */
|
|
2275
|
+
export declare const getDbaasLogInputConfigurationLogstash: API.OperationMethod<GetDbaasLogInputConfigurationLogstashRequest, DbaasLogsLogstashConfiguration, GetDbaasLogInputConfigurationLogstashError, OvhOpContext>;
|
|
2276
|
+
export type GetDbaasLogInputEngineError = NotFound | OvhOpError;
|
|
2277
|
+
/** Returns details of specified input engine */
|
|
2278
|
+
export declare const getDbaasLogInputEngine: API.OperationMethod<GetDbaasLogInputEngineRequest, DbaasLogsEngine, GetDbaasLogInputEngineError, OvhOpContext>;
|
|
2279
|
+
export type GetDbaasLogInputEngineHelperError = NotFound | OvhOpError;
|
|
2280
|
+
/** Returns details of specified input engine helper */
|
|
2281
|
+
export declare const getDbaasLogInputEngineHelper: API.OperationMethod<GetDbaasLogInputEngineHelperRequest, DbaasLogsHelper, GetDbaasLogInputEngineHelperError, OvhOpContext>;
|
|
2282
|
+
export type GetDbaasLogMetricsError = NotFound | OvhOpError;
|
|
2283
|
+
/** Returns Metrics credentials */
|
|
2284
|
+
export declare const getDbaasLogMetrics: API.OperationMethod<GetDbaasLogMetricsRequest, DbaasLogsServiceMetric, GetDbaasLogMetricsError, OvhOpContext>;
|
|
2285
|
+
export type GetDbaasLogOperationError = NotFound | OvhOpError;
|
|
2286
|
+
/** Returns details of specified operation */
|
|
2287
|
+
export declare const getDbaasLogOperation: API.OperationMethod<GetDbaasLogOperationRequest, DbaasLogsOperation, GetDbaasLogOperationError, OvhOpContext>;
|
|
2288
|
+
export type GetDbaasLogOutputGraylogDashboardError = NotFound | OvhOpError;
|
|
2289
|
+
/** Returns details of specified graylog dashboard */
|
|
2290
|
+
export declare const getDbaasLogOutputGraylogDashboard: API.OperationMethod<GetDbaasLogOutputGraylogDashboardRequest, DbaasLogsDashboard, GetDbaasLogOutputGraylogDashboardError, OvhOpContext>;
|
|
2291
|
+
export type GetDbaasLogOutputGraylogStreamError = NotFound | OvhOpError;
|
|
2292
|
+
/** Returns details of specified graylog stream */
|
|
2293
|
+
export declare const getDbaasLogOutputGraylogStream: API.OperationMethod<GetDbaasLogOutputGraylogStreamRequest, DbaasLogsStream, GetDbaasLogOutputGraylogStreamError, OvhOpContext>;
|
|
2294
|
+
export type GetDbaasLogOutputGraylogStreamAlertError = NotFound | OvhOpError;
|
|
2295
|
+
/** Returns details of specified graylog stream alert */
|
|
2296
|
+
export declare const getDbaasLogOutputGraylogStreamAlert: API.OperationMethod<GetDbaasLogOutputGraylogStreamAlertRequest, DbaasLogsStreamAlertCondition, GetDbaasLogOutputGraylogStreamAlertError, OvhOpContext>;
|
|
2297
|
+
export type GetDbaasLogOutputGraylogStreamArchiveError = NotFound | OvhOpError;
|
|
2298
|
+
/** Returns details of specified archive */
|
|
2299
|
+
export declare const getDbaasLogOutputGraylogStreamArchive: API.OperationMethod<GetDbaasLogOutputGraylogStreamArchiveRequest, DbaasLogsArchive, GetDbaasLogOutputGraylogStreamArchiveError, OvhOpContext>;
|
|
2300
|
+
export type GetDbaasLogOutputGraylogStreamRuleError = NotFound | OvhOpError;
|
|
2301
|
+
/** Returns details of specified graylog stream rule */
|
|
2302
|
+
export declare const getDbaasLogOutputGraylogStreamRule: API.OperationMethod<GetDbaasLogOutputGraylogStreamRuleRequest, DbaasLogsStreamRule, GetDbaasLogOutputGraylogStreamRuleError, OvhOpContext>;
|
|
2303
|
+
export type GetDbaasLogOutputGraylogStreamSubscriptionError = NotFound | OvhOpError;
|
|
2304
|
+
/** Returns details of specified graylog stream subscription */
|
|
2305
|
+
export declare const getDbaasLogOutputGraylogStreamSubscription: API.OperationMethod<GetDbaasLogOutputGraylogStreamSubscriptionRequest, DbaasLogsLogSubscription, GetDbaasLogOutputGraylogStreamSubscriptionError, OvhOpContext>;
|
|
2306
|
+
export type GetDbaasLogOutputMetricTenantError = Forbidden | NotFound | OvhOpError;
|
|
2307
|
+
/** Get the details about a metric tenant */
|
|
2308
|
+
export declare const getDbaasLogOutputMetricTenant: API.OperationMethod<GetDbaasLogOutputMetricTenantRequest, DbaasLogsMetricTenant, GetDbaasLogOutputMetricTenantError, OvhOpContext>;
|
|
2309
|
+
export type GetDbaasLogOutputMetricTenantSubscriptionError = NotFound | OvhOpError;
|
|
2310
|
+
/** Returns details of specified metric tenant subscription */
|
|
2311
|
+
export declare const getDbaasLogOutputMetricTenantSubscription: API.OperationMethod<GetDbaasLogOutputMetricTenantSubscriptionRequest, DbaasLogsMetricSubscription, GetDbaasLogOutputMetricTenantSubscriptionError, OvhOpContext>;
|
|
2312
|
+
export type GetDbaasLogOutputOpensearchAliasError = NotFound | OvhOpError;
|
|
2313
|
+
/** Returns specified OpenSearch alias */
|
|
2314
|
+
export declare const getDbaasLogOutputOpensearchAlias: API.OperationMethod<GetDbaasLogOutputOpensearchAliasRequest, DbaasLogsAlias, GetDbaasLogOutputOpensearchAliasError, OvhOpContext>;
|
|
2315
|
+
export type GetDbaasLogOutputOpensearchIndexError = NotFound | OvhOpError;
|
|
2316
|
+
/** Returns specified OpenSearch index */
|
|
2317
|
+
export declare const getDbaasLogOutputOpensearchIndex: API.OperationMethod<GetDbaasLogOutputOpensearchIndexRequest, DbaasLogsIndex, GetDbaasLogOutputOpensearchIndexError, OvhOpContext>;
|
|
2318
|
+
export type GetDbaasLogOutputOpensearchOsdError = NotFound | OvhOpError;
|
|
2319
|
+
/** Returns specified OpenSearch Dashboards instance */
|
|
2320
|
+
export declare const getDbaasLogOutputOpensearchOsd: API.OperationMethod<GetDbaasLogOutputOpensearchOsdRequest, DbaasLogsOsd, GetDbaasLogOutputOpensearchOsdError, OvhOpContext>;
|
|
2321
|
+
export type GetDbaasLogRoleError = Forbidden | NotFound | OvhOpError;
|
|
2322
|
+
/** Returns details of specified role */
|
|
2323
|
+
export declare const getDbaasLogRole: API.OperationMethod<GetDbaasLogRoleRequest, DbaasLogsRole, GetDbaasLogRoleError, OvhOpContext>;
|
|
2324
|
+
export type GetDbaasLogRoleMemberError = Forbidden | NotFound | OvhOpError;
|
|
2325
|
+
/** Returns the member metadata */
|
|
2326
|
+
export declare const getDbaasLogRoleMember: API.OperationMethod<GetDbaasLogRoleMemberRequest, DbaasLogsMember, GetDbaasLogRoleMemberError, OvhOpContext>;
|
|
2327
|
+
export type GetDbaasLogRolePermissionError = NotFound | OvhOpError;
|
|
2328
|
+
/** Returns details of specified permission */
|
|
2329
|
+
export declare const getDbaasLogRolePermission: API.OperationMethod<GetDbaasLogRolePermissionRequest, DbaasLogsPermission, GetDbaasLogRolePermissionError, OvhOpContext>;
|
|
2330
|
+
export type GetDbaasLogServiceInfosError = OvhOpError;
|
|
2331
|
+
/** Get service information */
|
|
2332
|
+
export declare const getDbaasLogServiceInfos: API.OperationMethod<GetDbaasLogServiceInfosRequest, ServicesService, GetDbaasLogServiceInfosError, OvhOpContext>;
|
|
2333
|
+
export type GetDbaasLogTokenError = Forbidden | NotFound | OvhOpError;
|
|
2334
|
+
/** Returns the specified token */
|
|
2335
|
+
export declare const getDbaasLogToken: API.OperationMethod<GetDbaasLogTokenRequest, DbaasLogsToken, GetDbaasLogTokenError, OvhOpContext>;
|
|
2336
|
+
export type ListDbaasLogClusterError = NotFound | OvhOpError;
|
|
2337
|
+
/** Returns the list of allowed cluster */
|
|
2338
|
+
export declare const listDbaasLogCluster: API.OperationMethod<ListDbaasLogClusterRequest, ListDbaasLogClusterResponse, ListDbaasLogClusterError, OvhOpContext>;
|
|
2339
|
+
export type ListDbaasLogClusterRetentionError = Forbidden | NotFound | OvhOpError;
|
|
2340
|
+
/** List all the retention ID available for a given cluster */
|
|
2341
|
+
export declare const listDbaasLogClusterRetention: API.OperationMethod<ListDbaasLogClusterRetentionRequest, ListDbaasLogClusterRetentionResponse, ListDbaasLogClusterRetentionError, OvhOpContext>;
|
|
2342
|
+
export type ListDbaasLogEncryptionKeyError = NotFound | OvhOpError;
|
|
2343
|
+
/** Return the list of registred encryption keys */
|
|
2344
|
+
export declare const listDbaasLogEncryptionKey: API.OperationMethod<ListDbaasLogEncryptionKeyRequest, ListDbaasLogEncryptionKeyResponse, ListDbaasLogEncryptionKeyError, OvhOpContext>;
|
|
2345
|
+
export type ListDbaasLogInputError = NotFound | OvhOpError;
|
|
2346
|
+
/** Returns the list of registered input attached to the logged user */
|
|
2347
|
+
export declare const listDbaasLogInput: API.OperationMethod<ListDbaasLogInputRequest, ListDbaasLogInputResponse, ListDbaasLogInputError, OvhOpContext>;
|
|
2348
|
+
export type ListDbaasLogInputActionError = NotFound | OvhOpError;
|
|
2349
|
+
/** Returns actions of specified input */
|
|
2350
|
+
export declare const listDbaasLogInputAction: API.OperationMethod<ListDbaasLogInputActionRequest, ListDbaasLogInputActionResponse, ListDbaasLogInputActionError, OvhOpContext>;
|
|
2351
|
+
export type ListDbaasLogInputEngineError = OvhOpError;
|
|
2352
|
+
/** Returns the list of available input engines */
|
|
2353
|
+
export declare const listDbaasLogInputEngine: API.OperationMethod<ListDbaasLogInputEngineRequest, ListDbaasLogInputEngineResponse, ListDbaasLogInputEngineError, OvhOpContext>;
|
|
2354
|
+
export type ListDbaasLogInputEngineHelperError = OvhOpError;
|
|
2355
|
+
/** Return the list of available helpers for the given input engine */
|
|
2356
|
+
export declare const listDbaasLogInputEngineHelper: API.OperationMethod<ListDbaasLogInputEngineHelperRequest, ListDbaasLogInputEngineHelperResponse, ListDbaasLogInputEngineHelperError, OvhOpContext>;
|
|
2357
|
+
export type ListDbaasLogInputUrlError = NotFound | OvhOpError;
|
|
2358
|
+
/** Returns the list of urls of specified input */
|
|
2359
|
+
export declare const listDbaasLogInputUrl: API.OperationMethod<ListDbaasLogInputUrlRequest, ListDbaasLogInputUrlResponse, ListDbaasLogInputUrlError, OvhOpContext>;
|
|
2360
|
+
export type ListDbaasLogOperationError = NotFound | OvhOpError;
|
|
2361
|
+
/** Latest operations */
|
|
2362
|
+
export declare const listDbaasLogOperation: API.OperationMethod<ListDbaasLogOperationRequest, ListDbaasLogOperationResponse, ListDbaasLogOperationError, OvhOpContext>;
|
|
2363
|
+
export type ListDbaasLogOutputGraylogDashboardError = NotFound | OvhOpError;
|
|
2364
|
+
/** Returns the list of graylog dashboards */
|
|
2365
|
+
export declare const listDbaasLogOutputGraylogDashboard: API.OperationMethod<ListDbaasLogOutputGraylogDashboardRequest, ListDbaasLogOutputGraylogDashboardResponse, ListDbaasLogOutputGraylogDashboardError, OvhOpContext>;
|
|
2366
|
+
export type ListDbaasLogOutputGraylogDashboardUrlError = NotFound | OvhOpError;
|
|
2367
|
+
/** Returns the list of urls of specified graylog dashboard */
|
|
2368
|
+
export declare const listDbaasLogOutputGraylogDashboardUrl: API.OperationMethod<ListDbaasLogOutputGraylogDashboardUrlRequest, ListDbaasLogOutputGraylogDashboardUrlResponse, ListDbaasLogOutputGraylogDashboardUrlError, OvhOpContext>;
|
|
2369
|
+
export type ListDbaasLogOutputGraylogStreamError = NotFound | OvhOpError;
|
|
2370
|
+
/** Returns the list of graylog streams */
|
|
2371
|
+
export declare const listDbaasLogOutputGraylogStream: API.OperationMethod<ListDbaasLogOutputGraylogStreamRequest, ListDbaasLogOutputGraylogStreamResponse, ListDbaasLogOutputGraylogStreamError, OvhOpContext>;
|
|
2372
|
+
export type ListDbaasLogOutputGraylogStreamAlertError = NotFound | OvhOpError;
|
|
2373
|
+
/** Returns the list of configured alerts of specified graylog stream */
|
|
2374
|
+
export declare const listDbaasLogOutputGraylogStreamAlert: API.OperationMethod<ListDbaasLogOutputGraylogStreamAlertRequest, ListDbaasLogOutputGraylogStreamAlertResponse, ListDbaasLogOutputGraylogStreamAlertError, OvhOpContext>;
|
|
2375
|
+
export type ListDbaasLogOutputGraylogStreamArchiveError = NotFound | OvhOpError;
|
|
2376
|
+
/** Returns the list of archives */
|
|
2377
|
+
export declare const listDbaasLogOutputGraylogStreamArchive: API.OperationMethod<ListDbaasLogOutputGraylogStreamArchiveRequest, ListDbaasLogOutputGraylogStreamArchiveResponse, ListDbaasLogOutputGraylogStreamArchiveError, OvhOpContext>;
|
|
2378
|
+
export type ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyError = NotFound | OvhOpError;
|
|
2379
|
+
/** Get the list of encryption keys used to encrypt the archive */
|
|
2380
|
+
export declare const listDbaasLogOutputGraylogStreamArchiveEncryptionKey: API.OperationMethod<ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyRequest, ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyResponse, ListDbaasLogOutputGraylogStreamArchiveEncryptionKeyError, OvhOpContext>;
|
|
2381
|
+
export type ListDbaasLogOutputGraylogStreamRuleError = NotFound | OvhOpError;
|
|
2382
|
+
/** Returns the list of rules of specified graylog stream */
|
|
2383
|
+
export declare const listDbaasLogOutputGraylogStreamRule: API.OperationMethod<ListDbaasLogOutputGraylogStreamRuleRequest, ListDbaasLogOutputGraylogStreamRuleResponse, ListDbaasLogOutputGraylogStreamRuleError, OvhOpContext>;
|
|
2384
|
+
export type ListDbaasLogOutputGraylogStreamSubscriptionError = NotFound | OvhOpError;
|
|
2385
|
+
/** Returns the list of subscriptions targeting a specified graylog stream */
|
|
2386
|
+
export declare const listDbaasLogOutputGraylogStreamSubscription: API.OperationMethod<ListDbaasLogOutputGraylogStreamSubscriptionRequest, ListDbaasLogOutputGraylogStreamSubscriptionResponse, ListDbaasLogOutputGraylogStreamSubscriptionError, OvhOpContext>;
|
|
2387
|
+
export type ListDbaasLogOutputGraylogStreamUrlError = NotFound | OvhOpError;
|
|
2388
|
+
/** Returns the list of urls of specified graylog stream */
|
|
2389
|
+
export declare const listDbaasLogOutputGraylogStreamUrl: API.OperationMethod<ListDbaasLogOutputGraylogStreamUrlRequest, ListDbaasLogOutputGraylogStreamUrlResponse, ListDbaasLogOutputGraylogStreamUrlError, OvhOpContext>;
|
|
2390
|
+
export type ListDbaasLogOutputMetricTenantError = NotFound | OvhOpError;
|
|
2391
|
+
/** List service's metric tenants */
|
|
2392
|
+
export declare const listDbaasLogOutputMetricTenant: API.OperationMethod<ListDbaasLogOutputMetricTenantRequest, ListDbaasLogOutputMetricTenantResponse, ListDbaasLogOutputMetricTenantError, OvhOpContext>;
|
|
2393
|
+
export type ListDbaasLogOutputMetricTenantSubscriptionError = NotFound | OvhOpError;
|
|
2394
|
+
/** Returns the list of subscriptions targeting a specified metric tenant */
|
|
2395
|
+
export declare const listDbaasLogOutputMetricTenantSubscription: API.OperationMethod<ListDbaasLogOutputMetricTenantSubscriptionRequest, ListDbaasLogOutputMetricTenantSubscriptionResponse, ListDbaasLogOutputMetricTenantSubscriptionError, OvhOpContext>;
|
|
2396
|
+
export type ListDbaasLogOutputMetricTenantUrlError = NotFound | OvhOpError;
|
|
2397
|
+
/** Returns the list of urls of specified metric tenant */
|
|
2398
|
+
export declare const listDbaasLogOutputMetricTenantUrl: API.OperationMethod<ListDbaasLogOutputMetricTenantUrlRequest, ListDbaasLogOutputMetricTenantUrlResponse, ListDbaasLogOutputMetricTenantUrlError, OvhOpContext>;
|
|
2399
|
+
export type ListDbaasLogOutputOpensearchAliasError = NotFound | OvhOpError;
|
|
2400
|
+
/** Returns the list of alias for connected user */
|
|
2401
|
+
export declare const listDbaasLogOutputOpensearchAlias: API.OperationMethod<ListDbaasLogOutputOpensearchAliasRequest, ListDbaasLogOutputOpensearchAliasResponse, ListDbaasLogOutputOpensearchAliasError, OvhOpContext>;
|
|
2402
|
+
export type ListDbaasLogOutputOpensearchAliasIndexError = NotFound | OvhOpError;
|
|
2403
|
+
/** Returns the list of OpenSearch indexes attached to specified OpenSearch alias */
|
|
2404
|
+
export declare const listDbaasLogOutputOpensearchAliasIndex: API.OperationMethod<ListDbaasLogOutputOpensearchAliasIndexRequest, ListDbaasLogOutputOpensearchAliasIndexResponse, ListDbaasLogOutputOpensearchAliasIndexError, OvhOpContext>;
|
|
2405
|
+
export type ListDbaasLogOutputOpensearchAliasStreamError = NotFound | OvhOpError;
|
|
2406
|
+
/** Returns the list of Graylog streams attached to specified OpenSearch alias */
|
|
2407
|
+
export declare const listDbaasLogOutputOpensearchAliasStream: API.OperationMethod<ListDbaasLogOutputOpensearchAliasStreamRequest, ListDbaasLogOutputOpensearchAliasStreamResponse, ListDbaasLogOutputOpensearchAliasStreamError, OvhOpContext>;
|
|
2408
|
+
export type ListDbaasLogOutputOpensearchAliasUrlError = NotFound | OvhOpError;
|
|
2409
|
+
/** Returns the list of urls of specified alias */
|
|
2410
|
+
export declare const listDbaasLogOutputOpensearchAliasUrl: API.OperationMethod<ListDbaasLogOutputOpensearchAliasUrlRequest, ListDbaasLogOutputOpensearchAliasUrlResponse, ListDbaasLogOutputOpensearchAliasUrlError, OvhOpContext>;
|
|
2411
|
+
export type ListDbaasLogOutputOpensearchIndexError = NotFound | OvhOpError;
|
|
2412
|
+
/** Returns the list of OpenSearch indexes */
|
|
2413
|
+
export declare const listDbaasLogOutputOpensearchIndex: API.OperationMethod<ListDbaasLogOutputOpensearchIndexRequest, ListDbaasLogOutputOpensearchIndexResponse, ListDbaasLogOutputOpensearchIndexError, OvhOpContext>;
|
|
2414
|
+
export type ListDbaasLogOutputOpensearchIndexUrlError = NotFound | OvhOpError;
|
|
2415
|
+
/** Returns the list of urls of specified index */
|
|
2416
|
+
export declare const listDbaasLogOutputOpensearchIndexUrl: API.OperationMethod<ListDbaasLogOutputOpensearchIndexUrlRequest, ListDbaasLogOutputOpensearchIndexUrlResponse, ListDbaasLogOutputOpensearchIndexUrlError, OvhOpContext>;
|
|
2417
|
+
export type ListDbaasLogOutputOpensearchOsdError = NotFound | OvhOpError;
|
|
2418
|
+
/** Returns the list of OpenSearch Dashboards instances */
|
|
2419
|
+
export declare const listDbaasLogOutputOpensearchOsd: API.OperationMethod<ListDbaasLogOutputOpensearchOsdRequest, ListDbaasLogOutputOpensearchOsdResponse, ListDbaasLogOutputOpensearchOsdError, OvhOpContext>;
|
|
2420
|
+
export type ListDbaasLogOutputOpensearchOsdUrlError = NotFound | OvhOpError;
|
|
2421
|
+
/** Returns the list of urls of specified OpenSearch Dashboards */
|
|
2422
|
+
export declare const listDbaasLogOutputOpensearchOsdUrl: API.OperationMethod<ListDbaasLogOutputOpensearchOsdUrlRequest, ListDbaasLogOutputOpensearchOsdUrlResponse, ListDbaasLogOutputOpensearchOsdUrlError, OvhOpContext>;
|
|
2423
|
+
export type ListDbaasLogRoleError = Forbidden | NotFound | OvhOpError;
|
|
2424
|
+
/** Returns the list of roles */
|
|
2425
|
+
export declare const listDbaasLogRole: API.OperationMethod<ListDbaasLogRoleRequest, ListDbaasLogRoleResponse, ListDbaasLogRoleError, OvhOpContext>;
|
|
2426
|
+
export type ListDbaasLogRoleMemberError = Forbidden | NotFound | OvhOpError;
|
|
2427
|
+
/** Returns the member list of specified role */
|
|
2428
|
+
export declare const listDbaasLogRoleMember: API.OperationMethod<ListDbaasLogRoleMemberRequest, ListDbaasLogRoleMemberResponse, ListDbaasLogRoleMemberError, OvhOpContext>;
|
|
2429
|
+
export type ListDbaasLogRolePermissionError = NotFound | OvhOpError;
|
|
2430
|
+
/** Returns the list of permissions of specified role */
|
|
2431
|
+
export declare const listDbaasLogRolePermission: API.OperationMethod<ListDbaasLogRolePermissionRequest, ListDbaasLogRolePermissionResponse, ListDbaasLogRolePermissionError, OvhOpContext>;
|
|
2432
|
+
export type ListDbaasLogsError = OvhOpError;
|
|
2433
|
+
/** List available services */
|
|
2434
|
+
export declare const listDbaasLogs: API.OperationMethod<ListDbaasLogsRequest, ListDbaasLogsResponse, ListDbaasLogsError, OvhOpContext>;
|
|
2435
|
+
export type ListDbaasLogTokenError = Forbidden | NotFound | OvhOpError;
|
|
2436
|
+
/** Returns the list of service tokens */
|
|
2437
|
+
export declare const listDbaasLogToken: API.OperationMethod<ListDbaasLogTokenRequest, ListDbaasLogTokenResponse, ListDbaasLogTokenError, OvhOpContext>;
|
|
2438
|
+
export type ListDbaasLogUrlError = NotFound | OvhOpError;
|
|
2439
|
+
/** Returns platform useful urls */
|
|
2440
|
+
export declare const listDbaasLogUrl: API.OperationMethod<ListDbaasLogUrlRequest, ListDbaasLogUrlResponse, ListDbaasLogUrlError, OvhOpContext>;
|
|
2441
|
+
export type PutDbaasLogError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2442
|
+
/** Update the service properties */
|
|
2443
|
+
export declare const putDbaasLog: API.OperationMethod<PutDbaasLogRequest, DbaasLogsOperation, PutDbaasLogError, OvhOpContext>;
|
|
2444
|
+
export type PutDbaasLogClusterError = Forbidden | NotFound | OvhOpError;
|
|
2445
|
+
/** Update details of an allowed cluster */
|
|
2446
|
+
export declare const putDbaasLogCluster: API.OperationMethod<PutDbaasLogClusterRequest, DbaasLogsOperation, PutDbaasLogClusterError, OvhOpContext>;
|
|
2447
|
+
export type PutDbaasLogInputError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2448
|
+
/** Update information of specified input object */
|
|
2449
|
+
export declare const putDbaasLogInput: API.OperationMethod<PutDbaasLogInputRequest, DbaasLogsOperation, PutDbaasLogInputError, OvhOpContext>;
|
|
2450
|
+
export type PutDbaasLogInputConfigurationFlowggerError = Forbidden | NotFound | OvhOpError;
|
|
2451
|
+
/** Update the flowgger configuration */
|
|
2452
|
+
export declare const putDbaasLogInputConfigurationFlowgger: API.OperationMethod<PutDbaasLogInputConfigurationFlowggerRequest, DbaasLogsOperation, PutDbaasLogInputConfigurationFlowggerError, OvhOpContext>;
|
|
2453
|
+
export type PutDbaasLogInputConfigurationLogstashError = Forbidden | NotFound | OvhOpError;
|
|
2454
|
+
/** Update the logstash configuration */
|
|
2455
|
+
export declare const putDbaasLogInputConfigurationLogstash: API.OperationMethod<PutDbaasLogInputConfigurationLogstashRequest, DbaasLogsOperation, PutDbaasLogInputConfigurationLogstashError, OvhOpContext>;
|
|
2456
|
+
export type PutDbaasLogOutputGraylogDashboardError = Forbidden | NotFound | OvhOpError;
|
|
2457
|
+
/** Update information of specified graylog dashboard */
|
|
2458
|
+
export declare const putDbaasLogOutputGraylogDashboard: API.OperationMethod<PutDbaasLogOutputGraylogDashboardRequest, DbaasLogsOperation, PutDbaasLogOutputGraylogDashboardError, OvhOpContext>;
|
|
2459
|
+
export type PutDbaasLogOutputGraylogStreamError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2460
|
+
/** Update information of specified graylog stream */
|
|
2461
|
+
export declare const putDbaasLogOutputGraylogStream: API.OperationMethod<PutDbaasLogOutputGraylogStreamRequest, DbaasLogsOperation, PutDbaasLogOutputGraylogStreamError, OvhOpContext>;
|
|
2462
|
+
export type PutDbaasLogOutputGraylogStreamAlertError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2463
|
+
/** Update alert information of specified graylog stream */
|
|
2464
|
+
export declare const putDbaasLogOutputGraylogStreamAlert: API.OperationMethod<PutDbaasLogOutputGraylogStreamAlertRequest, DbaasLogsOperation, PutDbaasLogOutputGraylogStreamAlertError, OvhOpContext>;
|
|
2465
|
+
export type PutDbaasLogOutputMetricTenantError = Forbidden | NotFound | Conflict | OvhOpError;
|
|
2466
|
+
/** Update a metric tenant */
|
|
2467
|
+
export declare const putDbaasLogOutputMetricTenant: API.OperationMethod<PutDbaasLogOutputMetricTenantRequest, DbaasLogsOperation, PutDbaasLogOutputMetricTenantError, OvhOpContext>;
|
|
2468
|
+
export type PutDbaasLogOutputOpensearchAliasError = Forbidden | NotFound | OvhOpError;
|
|
2469
|
+
/** Update specified OpenSearch alias */
|
|
2470
|
+
export declare const putDbaasLogOutputOpensearchAlias: API.OperationMethod<PutDbaasLogOutputOpensearchAliasRequest, DbaasLogsOperation, PutDbaasLogOutputOpensearchAliasError, OvhOpContext>;
|
|
2471
|
+
export type PutDbaasLogOutputOpensearchIndexError = Forbidden | NotFound | OvhOpError;
|
|
2472
|
+
/** Update specified OpenSearch index */
|
|
2473
|
+
export declare const putDbaasLogOutputOpensearchIndex: API.OperationMethod<PutDbaasLogOutputOpensearchIndexRequest, DbaasLogsOperation, PutDbaasLogOutputOpensearchIndexError, OvhOpContext>;
|
|
2474
|
+
export type PutDbaasLogOutputOpensearchOsdError = Forbidden | NotFound | OvhOpError;
|
|
2475
|
+
/** Update specified OpenSearch Dashboards instance */
|
|
2476
|
+
export declare const putDbaasLogOutputOpensearchOsd: API.OperationMethod<PutDbaasLogOutputOpensearchOsdRequest, DbaasLogsOperation, PutDbaasLogOutputOpensearchOsdError, OvhOpContext>;
|
|
2477
|
+
export type PutDbaasLogRoleError = Forbidden | NotFound | OvhOpError;
|
|
2478
|
+
/** Update information of specified role */
|
|
2479
|
+
export declare const putDbaasLogRole: API.OperationMethod<PutDbaasLogRoleRequest, DbaasLogsOperation, PutDbaasLogRoleError, OvhOpContext>;
|
|
2480
|
+
export type PutDbaasLogRoleMemberError = Forbidden | NotFound | OvhOpError;
|
|
2481
|
+
/** Update the member metadata */
|
|
2482
|
+
export declare const putDbaasLogRoleMember: API.OperationMethod<PutDbaasLogRoleMemberRequest, DbaasLogsOperation, PutDbaasLogRoleMemberError, OvhOpContext>;
|
|
2483
|
+
export type PutDbaasLogServiceInfosError = OvhOpError;
|
|
2484
|
+
/** Update service information */
|
|
2485
|
+
export declare const putDbaasLogServiceInfos: API.OperationMethod<PutDbaasLogServiceInfosRequest, PutDbaasLogServiceInfosResponse, PutDbaasLogServiceInfosError, OvhOpContext>;
|
|
2486
|
+
export type RestartDbaasLogsInputError = Forbidden | NotFound | OvhOpError;
|
|
2487
|
+
/** Schedule the restart of specified input */
|
|
2488
|
+
export declare const restartDbaasLogsInput: API.OperationMethod<RestartDbaasLogsInputRequest, DbaasLogsOperation, RestartDbaasLogsInputError, OvhOpContext>;
|
|
2489
|
+
export type StartDbaasLogsInputError = Forbidden | NotFound | OvhOpError;
|
|
2490
|
+
/** Schedule the start of specified input */
|
|
2491
|
+
export declare const startDbaasLogsInput: API.OperationMethod<StartDbaasLogsInputRequest, DbaasLogsOperation, StartDbaasLogsInputError, OvhOpContext>;
|
|
2492
|
+
//# sourceMappingURL=ldp.d.ts.map
|