@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,3986 @@
|
|
|
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
|
+
/** All future uses you can provide for a service termination */
|
|
7
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
8
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
9
|
+
/** All reasons you can provide for a service termination */
|
|
10
|
+
export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
|
|
11
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
12
|
+
export interface ConfirmHostingWebTerminationRequest {
|
|
13
|
+
/** Service name */
|
|
14
|
+
serviceName: string;
|
|
15
|
+
/** Commentary about your termination request */
|
|
16
|
+
commentary?: string;
|
|
17
|
+
/** All future uses you can provide for a service termination */
|
|
18
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
19
|
+
/** All reasons you can provide for a service termination */
|
|
20
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
21
|
+
/** The termination token sent by email to the admin contact */
|
|
22
|
+
token: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const ConfirmHostingWebTerminationRequest: S.Schema<ConfirmHostingWebTerminationRequest>;
|
|
25
|
+
export type ConfirmHostingWebTerminationResponse = string;
|
|
26
|
+
export declare const ConfirmHostingWebTerminationResponse: S.Schema<ConfirmHostingWebTerminationResponse>;
|
|
27
|
+
export interface CopyHostingWebDatabaseRequest {
|
|
28
|
+
/** The internal name of your hosting */
|
|
29
|
+
serviceName: string;
|
|
30
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
31
|
+
name: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const CopyHostingWebDatabaseRequest: S.Schema<CopyHostingWebDatabaseRequest>;
|
|
34
|
+
/** Database copy status */
|
|
35
|
+
export type HostingWebDatabaseCopyStatusEnum = "doing" | "done" | "error" | "todo";
|
|
36
|
+
export declare const HostingWebDatabaseCopyStatusEnum: any;
|
|
37
|
+
/** Copy */
|
|
38
|
+
export interface HostingWebDatabaseCopy {
|
|
39
|
+
/** Creation date */
|
|
40
|
+
creationDate?: string;
|
|
41
|
+
/** Expiration date */
|
|
42
|
+
expirationDate?: string | null;
|
|
43
|
+
/** Copy id */
|
|
44
|
+
id?: string;
|
|
45
|
+
/** Last update date */
|
|
46
|
+
lastUpdate?: string;
|
|
47
|
+
/** Copy status */
|
|
48
|
+
status?: HostingWebDatabaseCopyStatusEnum;
|
|
49
|
+
}
|
|
50
|
+
export declare const HostingWebDatabaseCopy: S.Schema<HostingWebDatabaseCopy>;
|
|
51
|
+
export interface CopyHostingWebDatabaseRestoreRequest {
|
|
52
|
+
/** The internal name of your hosting */
|
|
53
|
+
serviceName: string;
|
|
54
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
55
|
+
name: string;
|
|
56
|
+
/** UUID of the copy to restore */
|
|
57
|
+
copyId: string;
|
|
58
|
+
/** If database will be flushed before importing the dump. Default: false */
|
|
59
|
+
flushDatabase?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export declare const CopyHostingWebDatabaseRestoreRequest: S.Schema<CopyHostingWebDatabaseRestoreRequest>;
|
|
62
|
+
/** Object type enum */
|
|
63
|
+
export type HostingWebTaskObjectTypeEnum = "Abuse" | "AttachedDomain" | "BlockedIp" | "Cdn" | "Cron" | "Database" | "Deployment" | "Dump" | "EnvVar" | "Filerz" | "Hostedssl" | "Hosting" | "Indy" | "Infra" | "Minor" | "Module" | "Other" | "OvhConfig" | "OvhOrg" | "OwnLogs" | "Runtime" | "Scan" | "Sqlperso" | "User" | "UserLogs" | "Web" | "Webd" | "Website";
|
|
64
|
+
export declare const HostingWebTaskObjectTypeEnum: any;
|
|
65
|
+
/** Task status enum */
|
|
66
|
+
export type HostingWebTaskStatusEnum = "cancelled" | "doing" | "done" | "init" | "todo";
|
|
67
|
+
export declare const HostingWebTaskStatusEnum: any;
|
|
68
|
+
/** Tasks */
|
|
69
|
+
export interface HostingWebTask {
|
|
70
|
+
/** Completion date */
|
|
71
|
+
doneDate?: string | null;
|
|
72
|
+
/** Function name */
|
|
73
|
+
function?: string;
|
|
74
|
+
/** the id of the task */
|
|
75
|
+
id?: number;
|
|
76
|
+
/** last update */
|
|
77
|
+
lastUpdate?: string | null;
|
|
78
|
+
/** Task related object ID */
|
|
79
|
+
objectId?: string | null;
|
|
80
|
+
/** Task object type */
|
|
81
|
+
objectType?: HostingWebTaskObjectTypeEnum | null;
|
|
82
|
+
/** Task Creation date */
|
|
83
|
+
startDate?: string;
|
|
84
|
+
/** Task status */
|
|
85
|
+
status?: HostingWebTaskStatusEnum;
|
|
86
|
+
}
|
|
87
|
+
export declare const HostingWebTask: S.Schema<HostingWebTask>;
|
|
88
|
+
/** whether or not the attachedDomain is linked to the hosting cdn */
|
|
89
|
+
export type HostingWebAttachedDomainCdnEnum = "active" | "none";
|
|
90
|
+
export declare const HostingWebAttachedDomainCdnEnum: any;
|
|
91
|
+
/** Firewall state for this path */
|
|
92
|
+
export type HostingWebAttachedDomainFirewallEnum = "active" | "none";
|
|
93
|
+
export declare const HostingWebAttachedDomainFirewallEnum: any;
|
|
94
|
+
/** Available cluster countries */
|
|
95
|
+
export type HostingWebCountryEnum = "BE" | "CA" | "CZ" | "DE" | "ES" | "FI" | "FR" | "IE" | "IT" | "LT" | "NL" | "PL" | "PT" | "UK";
|
|
96
|
+
export declare const HostingWebCountryEnum: any;
|
|
97
|
+
export interface CreateHostingWebAttachedDomainRequest {
|
|
98
|
+
/** Service name */
|
|
99
|
+
serviceName: string;
|
|
100
|
+
/** If set to true, DNS zone will not be updated by the operation */
|
|
101
|
+
bypassDNSConfiguration?: boolean | null;
|
|
102
|
+
/** Whether the attached domain is linked to the hosting CDN */
|
|
103
|
+
cdn?: HostingWebAttachedDomainCdnEnum | (string & {}) | null;
|
|
104
|
+
/** Domain to link */
|
|
105
|
+
domain?: string | null;
|
|
106
|
+
/** Whether the firewall is active for this domain */
|
|
107
|
+
firewall?: HostingWebAttachedDomainFirewallEnum | (string & {}) | null;
|
|
108
|
+
/** Change attached domain's DNS to the IP of the country */
|
|
109
|
+
ipLocation?: HostingWebCountryEnum | (string & {}) | null;
|
|
110
|
+
/** Domain to separate the logs on */
|
|
111
|
+
ownLog?: string | null;
|
|
112
|
+
/** Path of the attached domain */
|
|
113
|
+
path?: string | null;
|
|
114
|
+
/** The runtime configuration ID used on this domain */
|
|
115
|
+
runtimeId?: number | null;
|
|
116
|
+
/** Whether to put the attached domain in the SSL certificate */
|
|
117
|
+
ssl?: boolean | null;
|
|
118
|
+
}
|
|
119
|
+
export declare const CreateHostingWebAttachedDomainRequest: S.Schema<CreateHostingWebAttachedDomainRequest>;
|
|
120
|
+
/** Task function enum */
|
|
121
|
+
export type HostingWebTaskFunctionEnum = "abuse/close" | "abuse/create" | "abuse/create/web" | "abuse/delete/web" | "abuse/update" | "abuse/update/web" | "agora/AnycastUpdateReference" | "agora/DnsAddonUpdateReference" | "agora/DnsUpdateReference" | "agora/updateReference" | "attachedDomain/create" | "attachedDomain/delete" | "attachedDomain/restart" | "attachedDomain/update" | "cdn/delete" | "cdn/domain/create" | "cdn/domain/delete" | "cdn/domain/flush" | "cdn/domain/suspend" | "cdn/flush" | "cdn/install" | "cdn/reopen" | "cdn/suspend" | "cdn/upgrade" | "cluster/setDevelopment" | "cluster/setTesting" | "cluster/ssl/deploy" | "cluster/ssl/renew" | "cluster/test/attachedDomains" | "cluster/test/cdn" | "cluster/test/crons" | "cluster/test/emails" | "cluster/test/fileBrowser" | "cluster/test/hostedssl" | "cluster/test/modules" | "cluster/test/ovhConfig" | "cluster/test/userLogs" | "cluster/test/users" | "configuration/create" | "configuration/delete" | "configuration/update" | "cron/create" | "cron/delete" | "cron/update" | "database/changePassword" | "database/changePasswordTest" | "database/changeRight" | "database/changeRightTest" | "database/checkQuotaNow" | "database/copy" | "database/copyRestore" | "database/create" | "database/delete" | "database/deleteTest" | "database/dumpAnyDay" | "database/hostUpdate" | "database/import" | "database/optimize" | "database/restore" | "dedicatedIp/delete" | "dedicatedIp/reopen" | "dedicatedIp/suspend" | "depc/push" | "dump/create" | "dump/delete" | "envVar/create" | "envVar/delete" | "envVar/update" | "envVar/upgrade" | "eventbus/push" | "filerz/customerMonitoring" | "filerz/delete" | "hostedssl/assignFreeKey" | "hostedssl/cdn/update" | "hostedssl/create" | "hostedssl/delete" | "hostedssl/globalsign/delete" | "hostedssl/htaccess/install" | "hostedssl/import" | "hostedssl/install" | "hostedssl/install/sectigo" | "hostedssl/iplb/reload" | "hostedssl/push" | "hostedssl/pushDcvFile" | "hostedssl/regenerate" | "hostedssl/repush" | "hosting/activate/privateDatabase" | "hosting/basculement" | "hosting/changeOffer/cloud" | "hosting/changeOffer/shared" | "hosting/changement" | "hosting/delete" | "hosting/delete_start1m" | "hosting/install" | "hosting/reopen" | "hosting/suspend" | "indy/reopen" | "indy/suspend" | "infra/certificate/deploy" | "infra/certificate/generate" | "infra/certificate/install" | "infra/sharedsql/upgrade" | "infra/ssl/deploy" | "infra/ssl/renew" | "ip/move" | "ip/park" | "localSeoAccount/create" | "localSeoAccount/delete" | "localSeoLocation/delete" | "localSeoLocation/install" | "localSeoLocation/reopen" | "localSeoLocation/suspend" | "localSeoVisibilityCheck/process" | "mailsout/checkMailsoutQueue" | "mailsout/flushMailsoutQueue" | "mailsout/updateUserInRedis" | "migration/copyUsers" | "migration/dday/filerz" | "migration/dday/listPrivateDatabases" | "migration/dday/lot" | "migration/dday/updateInfra/crons" | "migration/dday/updateInfra/dedicated" | "migration/dday/updateInfra/migratedFqdn" | "migration/updateOrt" | "module/changePassword" | "module/create" | "module/delete" | "module/install" | "monitoring/remotewrite" | "notification/send" | "ovhConfig/refresh" | "ovhConfig/rollback" | "ovhConfig/update" | "ovhOrg/delete" | "ownLogs/create" | "ownLogs/delete" | "provisionning/cdn" | "provisionning/cluster" | "provisionning/filerz" | "provisionning/filerz_log" | "provisionning/hosting" | "provisionning/ipfo" | "provisionning/ipifo" | "provisionning/iplb" | "provisionning/privatesql" | "provisionning/sharedsql" | "provisionning/ssl" | "provisionning/web" | "provisionning/webapp" | "runtime/create" | "runtime/delete" | "runtime/setDefault" | "runtime/update" | "scan/create" | "sqlperso/delete" | "sqlperso/install" | "sqlperso/reopen" | "sqlperso/suspend" | "synchronizeDepc/attachedDomain" | "synchronizeDepc/cluster" | "synchronizeDepc/database" | "synchronizeDepc/filer" | "synchronizeDepc/offer" | "synchronizeDepc/webd" | "test/migration" | "user/changePassword" | "user/create" | "user/delete" | "user/update" | "userLogs/changePassword" | "userLogs/create" | "userLogs/delete" | "uster/setTesting" | "web/changeDns" | "web/changeFilerz" | "web/changeFilerzWithCallback" | "web/changeJailState" | "web/changeOutState" | "web/changeState" | "web/changeWebState" | "web/checkQuotaNow" | "web/create" | "web/delete" | "web/deleteUser" | "web/restoreSnapshot" | "webProvisionning" | "webd/changeSlots" | "website/create" | "website/delete" | "website/deploy";
|
|
122
|
+
export declare const HostingWebTaskFunctionEnum: any;
|
|
123
|
+
/** Public task */
|
|
124
|
+
export interface HostingWebPublicTask {
|
|
125
|
+
/** Done date */
|
|
126
|
+
doneDate?: string | null;
|
|
127
|
+
/** Task function */
|
|
128
|
+
function?: HostingWebTaskFunctionEnum;
|
|
129
|
+
/** Task's id */
|
|
130
|
+
id?: number;
|
|
131
|
+
/** Last update date */
|
|
132
|
+
lastUpdate?: string | null;
|
|
133
|
+
/** Task object id */
|
|
134
|
+
objectId?: string | null;
|
|
135
|
+
/** Task object type */
|
|
136
|
+
objectType?: HostingWebTaskObjectTypeEnum | null;
|
|
137
|
+
/** Start date */
|
|
138
|
+
startDate?: string;
|
|
139
|
+
/** Task status */
|
|
140
|
+
status?: HostingWebTaskStatusEnum;
|
|
141
|
+
}
|
|
142
|
+
export declare const HostingWebPublicTask: S.Schema<HostingWebPublicTask>;
|
|
143
|
+
export interface CreateHostingWebAttachedDomainSslRequest {
|
|
144
|
+
/** Service name */
|
|
145
|
+
serviceName: string;
|
|
146
|
+
/** Domain */
|
|
147
|
+
domain: string;
|
|
148
|
+
}
|
|
149
|
+
export declare const CreateHostingWebAttachedDomainSslRequest: S.Schema<CreateHostingWebAttachedDomainSslRequest>;
|
|
150
|
+
/** Hosted SSL Provider */
|
|
151
|
+
export type HostingWebHostedsslProviderEnum = "COMODO" | "CUSTOM" | "LETSENCRYPT" | "SECTIGO";
|
|
152
|
+
export declare const HostingWebHostedsslProviderEnum: any;
|
|
153
|
+
/** Hosted SSL status */
|
|
154
|
+
export type HostingWebHostedsslStatusEnum = "created" | "creating" | "deleting" | "importing" | "regenerating";
|
|
155
|
+
export declare const HostingWebHostedsslStatusEnum: any;
|
|
156
|
+
/** Hosted SSL type */
|
|
157
|
+
export type HostingWebHostedsslTypeEnum = "CUSTOM" | "DV" | "EV";
|
|
158
|
+
export declare const HostingWebHostedsslTypeEnum: any;
|
|
159
|
+
/** Hosted SSL properties */
|
|
160
|
+
export interface HostingWebSSL {
|
|
161
|
+
/** If the hostedssl is currently bound to a report */
|
|
162
|
+
isReportable?: boolean;
|
|
163
|
+
/** Provider of the Hosted SSL */
|
|
164
|
+
provider?: HostingWebHostedsslProviderEnum;
|
|
165
|
+
/** Regenerable flag */
|
|
166
|
+
regenerable?: boolean;
|
|
167
|
+
/** Status of the Hosted SSL */
|
|
168
|
+
status?: HostingWebHostedsslStatusEnum;
|
|
169
|
+
/** The task ID working on this Hosted SSL */
|
|
170
|
+
taskId?: number | null;
|
|
171
|
+
/** Type of the Hosted SSL */
|
|
172
|
+
type?: HostingWebHostedsslTypeEnum;
|
|
173
|
+
}
|
|
174
|
+
export declare const HostingWebSSL: S.Schema<HostingWebSSL>;
|
|
175
|
+
/** Option pattern type */
|
|
176
|
+
export type CdnOptionPatternTypeEnum = "extension" | "folder" | "regex" | "uri";
|
|
177
|
+
export declare const CdnOptionPatternTypeEnum: any;
|
|
178
|
+
/** Option query parameters */
|
|
179
|
+
export type CdnOptionQueryParametersEnum = "ignored" | "sorted";
|
|
180
|
+
export declare const CdnOptionQueryParametersEnum: any;
|
|
181
|
+
/** List of URI */
|
|
182
|
+
export type CdnDomainOptionConfigResourcesList = Array<string>;
|
|
183
|
+
export declare const CdnDomainOptionConfigResourcesList: S.Schema<CdnDomainOptionConfigResourcesList>;
|
|
184
|
+
/** Option configuration */
|
|
185
|
+
export interface CdnDomainOptionConfig {
|
|
186
|
+
/** URL used for Mobile Redirect */
|
|
187
|
+
destination?: string | null;
|
|
188
|
+
/** Follow Uri on Mobile Redirect */
|
|
189
|
+
followUri?: boolean | null;
|
|
190
|
+
/** Authorized Origins separated by a comma */
|
|
191
|
+
origins?: string | null;
|
|
192
|
+
/** Option pattern type */
|
|
193
|
+
patternType?: CdnOptionPatternTypeEnum | (string & {}) | null;
|
|
194
|
+
/** Cache Rule priority (lower is the strongest priority) */
|
|
195
|
+
priority?: number | null;
|
|
196
|
+
/** Action to apply on query parameters */
|
|
197
|
+
queryParameters?: CdnOptionQueryParametersEnum | (string & {}) | null;
|
|
198
|
+
/** List of URI */
|
|
199
|
+
resources?: CdnDomainOptionConfigResourcesList | null;
|
|
200
|
+
/** Redirection HTTP Code */
|
|
201
|
+
statusCode?: number | null;
|
|
202
|
+
/** Cache time in seconds */
|
|
203
|
+
ttl?: number | null;
|
|
204
|
+
}
|
|
205
|
+
export declare const CdnDomainOptionConfig: S.Schema<CdnDomainOptionConfig>;
|
|
206
|
+
/** Option type */
|
|
207
|
+
export type CdnOptionTypePostEnum = "cache_rule";
|
|
208
|
+
export declare const CdnOptionTypePostEnum: any;
|
|
209
|
+
export interface CreateHostingWebCdnDomainOptionRequest {
|
|
210
|
+
/** Service name */
|
|
211
|
+
serviceName: string;
|
|
212
|
+
/** Domain name */
|
|
213
|
+
domainName: string;
|
|
214
|
+
/** Option configuration */
|
|
215
|
+
config?: CdnDomainOptionConfig | null;
|
|
216
|
+
/** Enable / Disable the option */
|
|
217
|
+
enabled: boolean;
|
|
218
|
+
/** Option name */
|
|
219
|
+
name: string;
|
|
220
|
+
/** Url pattern */
|
|
221
|
+
pattern?: string | null;
|
|
222
|
+
/** Option type */
|
|
223
|
+
type: CdnOptionTypePostEnum | (string & {});
|
|
224
|
+
}
|
|
225
|
+
export declare const CreateHostingWebCdnDomainOptionRequest: S.Schema<CreateHostingWebCdnDomainOptionRequest>;
|
|
226
|
+
/** Additional information about option */
|
|
227
|
+
export interface CdnDomainOptionExtra {
|
|
228
|
+
/** Maximum usage of the option */
|
|
229
|
+
quota?: number | null;
|
|
230
|
+
/** Current usage of the option */
|
|
231
|
+
usage?: number | null;
|
|
232
|
+
}
|
|
233
|
+
export declare const CdnDomainOptionExtra: S.Schema<CdnDomainOptionExtra>;
|
|
234
|
+
/** Option type */
|
|
235
|
+
export type CdnOptionTypeEnum = "brotli" | "cache_rule" | "cors" | "devmode" | "geo_headers" | "hsts" | "https_redirect" | "mixed_content" | "mobile_redirect" | "prefetch" | "prewarm" | "querystring" | "waf";
|
|
236
|
+
export declare const CdnOptionTypeEnum: any;
|
|
237
|
+
/** Option details */
|
|
238
|
+
export interface CdnDomainOption {
|
|
239
|
+
/** Option configuration */
|
|
240
|
+
config?: CdnDomainOptionConfig | null;
|
|
241
|
+
/** Enable / Disable the option */
|
|
242
|
+
enabled: boolean;
|
|
243
|
+
/** Additional information about option */
|
|
244
|
+
extra?: CdnDomainOptionExtra | null;
|
|
245
|
+
/** Option name */
|
|
246
|
+
name?: string;
|
|
247
|
+
/** Url pattern */
|
|
248
|
+
pattern?: string | null;
|
|
249
|
+
/** Option type */
|
|
250
|
+
type: CdnOptionTypeEnum;
|
|
251
|
+
}
|
|
252
|
+
export declare const CdnDomainOption: S.Schema<CdnDomainOption>;
|
|
253
|
+
/** Map a possible renew for a specific service */
|
|
254
|
+
export interface ServiceRenewType {
|
|
255
|
+
/** The service is automatically renewed */
|
|
256
|
+
automatic?: boolean;
|
|
257
|
+
/** The service will be deleted at expiration */
|
|
258
|
+
deleteAtExpiration?: boolean;
|
|
259
|
+
/** The service forced to be renewed */
|
|
260
|
+
forced?: boolean;
|
|
261
|
+
/** The service needs to be manually renewed and paid */
|
|
262
|
+
manualPayment?: boolean | null;
|
|
263
|
+
/** period of renew in month */
|
|
264
|
+
period?: number | null;
|
|
265
|
+
}
|
|
266
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
267
|
+
export interface CreateHostingWebCdnServiceInfosUpdateRequest {
|
|
268
|
+
/** The internal name of your hosting */
|
|
269
|
+
serviceName: string;
|
|
270
|
+
/** Renew type */
|
|
271
|
+
renew: ServiceRenewType;
|
|
272
|
+
}
|
|
273
|
+
export declare const CreateHostingWebCdnServiceInfosUpdateRequest: S.Schema<CreateHostingWebCdnServiceInfosUpdateRequest>;
|
|
274
|
+
export interface CreateHostingWebCdnServiceInfosUpdateResponse {
|
|
275
|
+
}
|
|
276
|
+
export declare const CreateHostingWebCdnServiceInfosUpdateResponse: S.Schema<CreateHostingWebCdnServiceInfosUpdateResponse>;
|
|
277
|
+
export interface CreateHostingWebChangeContactRequest {
|
|
278
|
+
/** Service name */
|
|
279
|
+
serviceName: string;
|
|
280
|
+
/** The contact to set as admin contact */
|
|
281
|
+
contactAdmin?: string;
|
|
282
|
+
/** The contact to set as billing contact */
|
|
283
|
+
contactBilling?: string;
|
|
284
|
+
/** The contact to set as tech contact */
|
|
285
|
+
contactTech?: string;
|
|
286
|
+
}
|
|
287
|
+
export declare const CreateHostingWebChangeContactRequest: S.Schema<CreateHostingWebChangeContactRequest>;
|
|
288
|
+
export type CreateHostingWebChangeContactResponseBodyList = Array<number>;
|
|
289
|
+
export declare const CreateHostingWebChangeContactResponseBodyList: S.Schema<CreateHostingWebChangeContactResponseBodyList>;
|
|
290
|
+
export type CreateHostingWebChangeContactResponse = CreateHostingWebChangeContactResponseBodyList;
|
|
291
|
+
export declare const CreateHostingWebChangeContactResponse: S.Schema<CreateHostingWebChangeContactResponse>;
|
|
292
|
+
/** Web supported languages */
|
|
293
|
+
export type HostingWebLanguagesEnum = "node10" | "node11" | "node12" | "node14" | "node8" | "node9" | "other" | "php4" | "php5.2" | "php5.3" | "php5.4" | "php5.5" | "php5.6" | "php7.0" | "php7.1" | "php7.2" | "php7.3" | "php7.4" | "php8.0" | "php8.1" | "php8.2" | "php8.3" | "php8.4" | "python2" | "python3" | "ruby2.6";
|
|
294
|
+
export declare const HostingWebLanguagesEnum: any;
|
|
295
|
+
/** Cron status */
|
|
296
|
+
export type HostingWebCronStatusEnum = "disabled" | "enabled" | "suspended";
|
|
297
|
+
export declare const HostingWebCronStatusEnum: any;
|
|
298
|
+
export interface CreateHostingWebCronRequest {
|
|
299
|
+
/** Service name */
|
|
300
|
+
serviceName: string;
|
|
301
|
+
/** Command to execute */
|
|
302
|
+
command: string;
|
|
303
|
+
/** Description field for you */
|
|
304
|
+
description?: string | null;
|
|
305
|
+
/** Email used to receive error log (stderr) */
|
|
306
|
+
email?: string | null;
|
|
307
|
+
/** Frequency (crontab format) defined for the script (minutes are ignored) */
|
|
308
|
+
frequency: string;
|
|
309
|
+
/** Cron language */
|
|
310
|
+
language: HostingWebLanguagesEnum | (string & {});
|
|
311
|
+
/** Cron status */
|
|
312
|
+
status?: HostingWebCronStatusEnum | (string & {});
|
|
313
|
+
}
|
|
314
|
+
export declare const CreateHostingWebCronRequest: S.Schema<CreateHostingWebCronRequest>;
|
|
315
|
+
/** Database capabitities type enum */
|
|
316
|
+
export type HostingWebDatabaseDatabaseCapabilitiesTypeEnum = "extraSqlPerso" | "local" | "privateDatabase" | "sqlLocal" | "sqlPerso" | "sqlPro";
|
|
317
|
+
export declare const HostingWebDatabaseDatabaseCapabilitiesTypeEnum: any;
|
|
318
|
+
/** ExtraSqlPerso quota enum */
|
|
319
|
+
export type HostingWebDatabaseExtraSqlQuotaEnum = 25 | 100 | 200 | 256 | 400 | 512 | 800 | 1024;
|
|
320
|
+
export declare const HostingWebDatabaseExtraSqlQuotaEnum: any;
|
|
321
|
+
/** Database Type enum */
|
|
322
|
+
export type HostingWebDatabaseDatabaseCreationTypeEnum = "mariadb" | "mysql" | "postgresql" | "redis";
|
|
323
|
+
export declare const HostingWebDatabaseDatabaseCreationTypeEnum: any;
|
|
324
|
+
/** Database Version enum */
|
|
325
|
+
export type HostingWebDatabaseVersionEnum = "10" | "10.1" | "10.11" | "10.2" | "10.3" | "10.4" | "10.5" | "10.6" | "11" | "12" | "13" | "15" | "3.2" | "3.4" | "4.0" | "5.1" | "5.5" | "5.6" | "5.7" | "6.0" | "7.0" | "8.0" | "8.4" | "9.4" | "9.5" | "9.6";
|
|
326
|
+
export declare const HostingWebDatabaseVersionEnum: any;
|
|
327
|
+
export interface CreateHostingWebDatabaseRequest {
|
|
328
|
+
/** The internal name of your hosting */
|
|
329
|
+
serviceName: string;
|
|
330
|
+
/** Type of your database */
|
|
331
|
+
capabilitie: HostingWebDatabaseDatabaseCapabilitiesTypeEnum | (string & {});
|
|
332
|
+
/** Database password */
|
|
333
|
+
password?: string | Redacted.Redacted<string>;
|
|
334
|
+
/** Quota assign to your database. Only for extraSql */
|
|
335
|
+
quota?: HostingWebDatabaseExtraSqlQuotaEnum | (number & {});
|
|
336
|
+
/** Type you want for your database */
|
|
337
|
+
type: HostingWebDatabaseDatabaseCreationTypeEnum | (string & {});
|
|
338
|
+
/** Database user name. Must begin with your hosting login and must be in lower case */
|
|
339
|
+
user: string;
|
|
340
|
+
/** Version you want for your database following the type */
|
|
341
|
+
version?: HostingWebDatabaseVersionEnum | (string & {});
|
|
342
|
+
}
|
|
343
|
+
export declare const CreateHostingWebDatabaseRequest: S.Schema<CreateHostingWebDatabaseRequest>;
|
|
344
|
+
export interface CreateHostingWebDatabaseChangePasswordRequest {
|
|
345
|
+
/** The internal name of your hosting */
|
|
346
|
+
serviceName: string;
|
|
347
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
348
|
+
name: string;
|
|
349
|
+
/** The new database password */
|
|
350
|
+
password: string | Redacted.Redacted<string>;
|
|
351
|
+
}
|
|
352
|
+
export declare const CreateHostingWebDatabaseChangePasswordRequest: S.Schema<CreateHostingWebDatabaseChangePasswordRequest>;
|
|
353
|
+
/** List of dump types */
|
|
354
|
+
export type HostingWebDatabaseDumpDateEnum = "daily.1" | "now" | "weekly.1";
|
|
355
|
+
export declare const HostingWebDatabaseDumpDateEnum: any;
|
|
356
|
+
export interface CreateHostingWebDatabaseDumpRequest {
|
|
357
|
+
/** The internal name of your hosting */
|
|
358
|
+
serviceName: string;
|
|
359
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
360
|
+
name: string;
|
|
361
|
+
/** The date you want to dump */
|
|
362
|
+
date: HostingWebDatabaseDumpDateEnum | (string & {});
|
|
363
|
+
/** Send an email when dump will be available? Default: true */
|
|
364
|
+
sendEmail?: boolean;
|
|
365
|
+
}
|
|
366
|
+
export declare const CreateHostingWebDatabaseDumpRequest: S.Schema<CreateHostingWebDatabaseDumpRequest>;
|
|
367
|
+
/** Types of action you can request for your database */
|
|
368
|
+
export type HostingWebDatabaseRequestActionEnum = "CHECK_QUOTA";
|
|
369
|
+
export declare const HostingWebDatabaseRequestActionEnum: any;
|
|
370
|
+
export interface CreateHostingWebDatabaseRequestRequest {
|
|
371
|
+
/** The internal name of your hosting */
|
|
372
|
+
serviceName: string;
|
|
373
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
374
|
+
name: string;
|
|
375
|
+
/** Action you want to request */
|
|
376
|
+
action: HostingWebDatabaseRequestActionEnum | (string & {});
|
|
377
|
+
}
|
|
378
|
+
export declare const CreateHostingWebDatabaseRequestRequest: S.Schema<CreateHostingWebDatabaseRequestRequest>;
|
|
379
|
+
/** Types of action you can request for your mail */
|
|
380
|
+
export type HostingWebMailActionEnum = "BLOCK" | "PURGE" | "UNBLOCK";
|
|
381
|
+
export declare const HostingWebMailActionEnum: any;
|
|
382
|
+
export interface CreateHostingWebEmailRequestRequest {
|
|
383
|
+
/** The internal name of your hosting */
|
|
384
|
+
serviceName: string;
|
|
385
|
+
/** Action you want to request */
|
|
386
|
+
action: HostingWebMailActionEnum | (string & {});
|
|
387
|
+
}
|
|
388
|
+
export declare const CreateHostingWebEmailRequestRequest: S.Schema<CreateHostingWebEmailRequestRequest>;
|
|
389
|
+
export type CreateHostingWebEmailRequestResponse = string;
|
|
390
|
+
export declare const CreateHostingWebEmailRequestResponse: S.Schema<CreateHostingWebEmailRequestResponse>;
|
|
391
|
+
/** Filter the value of type property (=) */
|
|
392
|
+
export type HostingWebEnvVarTypeEnum = "integer" | "password" | "string";
|
|
393
|
+
export declare const HostingWebEnvVarTypeEnum: any;
|
|
394
|
+
export interface CreateHostingWebEnvVarRequest {
|
|
395
|
+
/** Service name */
|
|
396
|
+
serviceName: string;
|
|
397
|
+
/** Name of the variable */
|
|
398
|
+
key: string;
|
|
399
|
+
/** Type of variable set */
|
|
400
|
+
type: HostingWebEnvVarTypeEnum | (string & {});
|
|
401
|
+
/** Value of the variable */
|
|
402
|
+
value: string;
|
|
403
|
+
}
|
|
404
|
+
export declare const CreateHostingWebEnvVarRequest: S.Schema<CreateHostingWebEnvVarRequest>;
|
|
405
|
+
export interface CreateHostingWebExtraSqlPersoServiceInfosUpdateRequest {
|
|
406
|
+
/** The internal name of your hosting */
|
|
407
|
+
serviceName: string;
|
|
408
|
+
/** The extraSqlPerso option name */
|
|
409
|
+
name: string;
|
|
410
|
+
/** Renew type */
|
|
411
|
+
renew: ServiceRenewType;
|
|
412
|
+
}
|
|
413
|
+
export declare const CreateHostingWebExtraSqlPersoServiceInfosUpdateRequest: S.Schema<CreateHostingWebExtraSqlPersoServiceInfosUpdateRequest>;
|
|
414
|
+
export interface CreateHostingWebExtraSqlPersoServiceInfosUpdateResponse {
|
|
415
|
+
}
|
|
416
|
+
export declare const CreateHostingWebExtraSqlPersoServiceInfosUpdateResponse: S.Schema<CreateHostingWebExtraSqlPersoServiceInfosUpdateResponse>;
|
|
417
|
+
export interface CreateHostingWebKeySshRequest {
|
|
418
|
+
/** Service name */
|
|
419
|
+
serviceName: string;
|
|
420
|
+
}
|
|
421
|
+
export declare const CreateHostingWebKeySshRequest: S.Schema<CreateHostingWebKeySshRequest>;
|
|
422
|
+
/** Key information */
|
|
423
|
+
export interface HostingWebKey {
|
|
424
|
+
/** Public key */
|
|
425
|
+
publicKey?: string;
|
|
426
|
+
}
|
|
427
|
+
export declare const HostingWebKey: S.Schema<HostingWebKey>;
|
|
428
|
+
export interface CreateHostingWebLocalSeoLocationServiceInfosUpdateRequest {
|
|
429
|
+
/** The internal name of your hosting */
|
|
430
|
+
serviceName: string;
|
|
431
|
+
/** Location id */
|
|
432
|
+
id: number;
|
|
433
|
+
/** Renew type */
|
|
434
|
+
renew: ServiceRenewType;
|
|
435
|
+
}
|
|
436
|
+
export declare const CreateHostingWebLocalSeoLocationServiceInfosUpdateRequest: S.Schema<CreateHostingWebLocalSeoLocationServiceInfosUpdateRequest>;
|
|
437
|
+
export interface CreateHostingWebLocalSeoLocationServiceInfosUpdateResponse {
|
|
438
|
+
}
|
|
439
|
+
export declare const CreateHostingWebLocalSeoLocationServiceInfosUpdateResponse: S.Schema<CreateHostingWebLocalSeoLocationServiceInfosUpdateResponse>;
|
|
440
|
+
/** Location country */
|
|
441
|
+
export type HostingWebLocalSeoLocationCountryEnum = "FR";
|
|
442
|
+
export declare const HostingWebLocalSeoLocationCountryEnum: any;
|
|
443
|
+
export interface CreateHostingWebLocalSeoVisibilityCheckRequest {
|
|
444
|
+
/** Country of the location */
|
|
445
|
+
country: HostingWebLocalSeoLocationCountryEnum | (string & {});
|
|
446
|
+
/** Name of the location */
|
|
447
|
+
name: string;
|
|
448
|
+
/** Address line 1 of the location */
|
|
449
|
+
street: string;
|
|
450
|
+
/** Zipcode of the location */
|
|
451
|
+
zip: string;
|
|
452
|
+
}
|
|
453
|
+
export declare const CreateHostingWebLocalSeoVisibilityCheckRequest: S.Schema<CreateHostingWebLocalSeoVisibilityCheckRequest>;
|
|
454
|
+
/** Struct describing a location being checked for visibility */
|
|
455
|
+
export interface HostingWebLocalSeoSearchData {
|
|
456
|
+
/** City of the location */
|
|
457
|
+
city?: string;
|
|
458
|
+
/** Country of the location */
|
|
459
|
+
country?: string;
|
|
460
|
+
/** Id of the search */
|
|
461
|
+
id?: number;
|
|
462
|
+
/** Name of the location */
|
|
463
|
+
name?: string;
|
|
464
|
+
/** Province of the location */
|
|
465
|
+
province?: string | null;
|
|
466
|
+
/** Street of the location */
|
|
467
|
+
street?: string;
|
|
468
|
+
/** Street numero of the location */
|
|
469
|
+
streetNo?: string;
|
|
470
|
+
/** Token to use to get the results of the search */
|
|
471
|
+
token?: string;
|
|
472
|
+
/** Zipcode of the location */
|
|
473
|
+
zip?: string;
|
|
474
|
+
}
|
|
475
|
+
export declare const HostingWebLocalSeoSearchData: S.Schema<HostingWebLocalSeoSearchData>;
|
|
476
|
+
/** Struct describing the response for a visibility check request */
|
|
477
|
+
export interface HostingWebLocalSeoVisibilityCheckResponse {
|
|
478
|
+
/** Is the searched location already managed ? */
|
|
479
|
+
alreadyManaged?: boolean | null;
|
|
480
|
+
/** Searched location data */
|
|
481
|
+
searchData?: HostingWebLocalSeoSearchData;
|
|
482
|
+
}
|
|
483
|
+
export declare const HostingWebLocalSeoVisibilityCheckResponse: S.Schema<HostingWebLocalSeoVisibilityCheckResponse>;
|
|
484
|
+
/** The type of the dependency. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
485
|
+
export type HostingWebModuleDependencyTypeEnum = "mysql";
|
|
486
|
+
export declare const HostingWebModuleDependencyTypeEnum: any;
|
|
487
|
+
/** Dependency parameters. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
488
|
+
export interface HostingWebModuleDependencyType {
|
|
489
|
+
/** The name of this dependency */
|
|
490
|
+
name?: string | null;
|
|
491
|
+
/** The password associated with the user */
|
|
492
|
+
password?: string | Redacted.Redacted<string> | null;
|
|
493
|
+
/** The port on where to contact this dependency */
|
|
494
|
+
port?: number | null;
|
|
495
|
+
/** The prefix to set to the data to distinguish between the data from the module and the rest */
|
|
496
|
+
prefix?: string | null;
|
|
497
|
+
/** The server on where your dependency is hosted */
|
|
498
|
+
server?: string | null;
|
|
499
|
+
/** Type */
|
|
500
|
+
type?: HostingWebModuleDependencyTypeEnum | (string & {});
|
|
501
|
+
/** The user to use to connect to this dependency */
|
|
502
|
+
user?: string | null;
|
|
503
|
+
}
|
|
504
|
+
export declare const HostingWebModuleDependencyType: S.Schema<HostingWebModuleDependencyType>;
|
|
505
|
+
/** The dependencies that we have to configure on your module. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
506
|
+
export type CreateHostingWebModuleRequestDependenciesList = Array<HostingWebModuleDependencyType>;
|
|
507
|
+
export declare const CreateHostingWebModuleRequestDependenciesList: S.Schema<CreateHostingWebModuleRequestDependenciesList>;
|
|
508
|
+
/** Install language */
|
|
509
|
+
export type HostingWebModuleLanguageEnum = "cz" | "de" | "en" | "es" | "fi" | "fr" | "it" | "lt" | "nl" | "pl" | "pt";
|
|
510
|
+
export declare const HostingWebModuleLanguageEnum: any;
|
|
511
|
+
export interface CreateHostingWebModuleRequest {
|
|
512
|
+
/** The internal name of your hosting */
|
|
513
|
+
serviceName: string;
|
|
514
|
+
/** The login for the admin account (may be a standard string or your email) */
|
|
515
|
+
adminName?: string;
|
|
516
|
+
/** The password for the admin account (at least 8 characters) */
|
|
517
|
+
adminPassword?: string | Redacted.Redacted<string>;
|
|
518
|
+
/** The dependencies that we have to configure on your module. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
519
|
+
dependencies?: CreateHostingWebModuleRequestDependenciesList;
|
|
520
|
+
/** On which domain the module has to be available (it can be a multidomain or a subdomain) - if not set, the module will be available on your serviceName domain */
|
|
521
|
+
domain?: string;
|
|
522
|
+
/** The language to set to your module */
|
|
523
|
+
language?: HostingWebModuleLanguageEnum | (string & {});
|
|
524
|
+
/** ID of the module you want to install */
|
|
525
|
+
moduleId: number;
|
|
526
|
+
/** Where to install the module, relative to your home directory */
|
|
527
|
+
path?: string;
|
|
528
|
+
}
|
|
529
|
+
export declare const CreateHostingWebModuleRequest: S.Schema<CreateHostingWebModuleRequest>;
|
|
530
|
+
export interface CreateHostingWebModuleUpgradeRequest {
|
|
531
|
+
/** The internal name of your hosting */
|
|
532
|
+
serviceName: string;
|
|
533
|
+
/** Installation ID */
|
|
534
|
+
id: number;
|
|
535
|
+
/** The ID of the module to upgrade to */
|
|
536
|
+
moduleId: number;
|
|
537
|
+
}
|
|
538
|
+
export declare const CreateHostingWebModuleUpgradeRequest: S.Schema<CreateHostingWebModuleUpgradeRequest>;
|
|
539
|
+
/** Hosting configuration image to run website */
|
|
540
|
+
export type HostingWebOvhconfigContainerEnum = "jessie.i386" | "legacy" | "stable" | "stable64" | "testing";
|
|
541
|
+
export declare const HostingWebOvhconfigContainerEnum: any;
|
|
542
|
+
/** Hosting configuration engine */
|
|
543
|
+
export type HostingWebOvhConfigEngineNameEnum = "php" | "phpcgi";
|
|
544
|
+
export declare const HostingWebOvhConfigEngineNameEnum: any;
|
|
545
|
+
/** Hosting available configuration version */
|
|
546
|
+
export type HostingWebOvhConfigAvailableEngineVersionEnum = "5.4" | "5.5" | "5.6" | "7.0" | "7.1" | "7.2" | "7.3" | "7.4" | "8.0" | "8.1" | "8.2" | "8.3" | "8.4";
|
|
547
|
+
export declare const HostingWebOvhConfigAvailableEngineVersionEnum: any;
|
|
548
|
+
/** Hosting configuration environment */
|
|
549
|
+
export type HostingWebOvhConfigEnvironmentEnum = "development" | "production";
|
|
550
|
+
export declare const HostingWebOvhConfigEnvironmentEnum: any;
|
|
551
|
+
/** Hosting configuration firewall */
|
|
552
|
+
export type HostingWebOvhConfigHttpFirewallEnum = "none" | "security";
|
|
553
|
+
export declare const HostingWebOvhConfigHttpFirewallEnum: any;
|
|
554
|
+
export interface CreateHostingWebOvhConfigChangeConfigurationRequest {
|
|
555
|
+
/** The internal name of your hosting */
|
|
556
|
+
serviceName: string;
|
|
557
|
+
/** Configuration's id */
|
|
558
|
+
id: number;
|
|
559
|
+
/** Container to run this website */
|
|
560
|
+
container?: HostingWebOvhconfigContainerEnum | (string & {});
|
|
561
|
+
/** Version of engine you want */
|
|
562
|
+
engineName?: HostingWebOvhConfigEngineNameEnum | (string & {});
|
|
563
|
+
/** Name of engine you want */
|
|
564
|
+
engineVersion?: HostingWebOvhConfigAvailableEngineVersionEnum | (string & {});
|
|
565
|
+
/** Environment configuration you want */
|
|
566
|
+
environment?: HostingWebOvhConfigEnvironmentEnum | (string & {});
|
|
567
|
+
/** Configuration you want for http firewall */
|
|
568
|
+
httpFirewall?: HostingWebOvhConfigHttpFirewallEnum | (string & {});
|
|
569
|
+
}
|
|
570
|
+
export declare const CreateHostingWebOvhConfigChangeConfigurationRequest: S.Schema<CreateHostingWebOvhConfigChangeConfigurationRequest>;
|
|
571
|
+
export interface CreateHostingWebOvhConfigRefreshRequest {
|
|
572
|
+
/** The internal name of your hosting */
|
|
573
|
+
serviceName: string;
|
|
574
|
+
}
|
|
575
|
+
export declare const CreateHostingWebOvhConfigRefreshRequest: S.Schema<CreateHostingWebOvhConfigRefreshRequest>;
|
|
576
|
+
export interface CreateHostingWebOvhConfigRollbackRequest {
|
|
577
|
+
/** The internal name of your hosting */
|
|
578
|
+
serviceName: string;
|
|
579
|
+
/** Configuration's id */
|
|
580
|
+
id: number;
|
|
581
|
+
/** The configuration's id you want to rollback */
|
|
582
|
+
rollbackId: number;
|
|
583
|
+
}
|
|
584
|
+
export declare const CreateHostingWebOvhConfigRollbackRequest: S.Schema<CreateHostingWebOvhConfigRollbackRequest>;
|
|
585
|
+
export interface CreateHostingWebOwnLogUserLogRequest {
|
|
586
|
+
/** The internal name of your hosting */
|
|
587
|
+
serviceName: string;
|
|
588
|
+
/** Id of the object */
|
|
589
|
+
id: number;
|
|
590
|
+
/** Description field for you */
|
|
591
|
+
description: string;
|
|
592
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
593
|
+
login: string;
|
|
594
|
+
/** OwnLogs where this userLogs will be enable. Default : main domain ownlogs */
|
|
595
|
+
ownLogsId?: number;
|
|
596
|
+
/** The new userLogs password */
|
|
597
|
+
password: string | Redacted.Redacted<string>;
|
|
598
|
+
}
|
|
599
|
+
export declare const CreateHostingWebOwnLogUserLogRequest: S.Schema<CreateHostingWebOwnLogUserLogRequest>;
|
|
600
|
+
export type CreateHostingWebOwnLogUserLogResponse = string;
|
|
601
|
+
export declare const CreateHostingWebOwnLogUserLogResponse: S.Schema<CreateHostingWebOwnLogUserLogResponse>;
|
|
602
|
+
export interface CreateHostingWebOwnLogUserLogChangePasswordRequest {
|
|
603
|
+
/** The internal name of your hosting */
|
|
604
|
+
serviceName: string;
|
|
605
|
+
/** Id of the object */
|
|
606
|
+
id: number;
|
|
607
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
608
|
+
login: string;
|
|
609
|
+
/** The new userLogs password */
|
|
610
|
+
password: string | Redacted.Redacted<string>;
|
|
611
|
+
}
|
|
612
|
+
export declare const CreateHostingWebOwnLogUserLogChangePasswordRequest: S.Schema<CreateHostingWebOwnLogUserLogChangePasswordRequest>;
|
|
613
|
+
export type CreateHostingWebOwnLogUserLogChangePasswordResponse = string;
|
|
614
|
+
export declare const CreateHostingWebOwnLogUserLogChangePasswordResponse: S.Schema<CreateHostingWebOwnLogUserLogChangePasswordResponse>;
|
|
615
|
+
/** Types of action you can request for your web hosting */
|
|
616
|
+
export type HostingWebRequestActionEnum = "CHECK_QUOTA" | "FLUSH_CACHE" | "SCAN_ANTIHACK";
|
|
617
|
+
export declare const HostingWebRequestActionEnum: any;
|
|
618
|
+
export interface CreateHostingWebRequestRequest {
|
|
619
|
+
/** The internal name of your hosting */
|
|
620
|
+
serviceName: string;
|
|
621
|
+
/** Action you want to request */
|
|
622
|
+
action: HostingWebRequestActionEnum | (string & {});
|
|
623
|
+
}
|
|
624
|
+
export declare const CreateHostingWebRequestRequest: S.Schema<CreateHostingWebRequestRequest>;
|
|
625
|
+
/** Hosting's offer */
|
|
626
|
+
export type HostingWebOfferEnum = "CLOUDWEB_1" | "CLOUDWEB_2" | "CLOUDWEB_3" | "KS" | "PERFORMANCE_1" | "PERFORMANCE_2" | "PERFORMANCE_3" | "PERFORMANCE_4" | "PERSO" | "POWER_BETA_1" | "PRO" | "START";
|
|
627
|
+
export declare const HostingWebOfferEnum: any;
|
|
628
|
+
export interface CreateHostingWebRequestBoostRequest {
|
|
629
|
+
/** Service name */
|
|
630
|
+
serviceName: string;
|
|
631
|
+
/** Requested boost offer */
|
|
632
|
+
offer?: HostingWebOfferEnum | (string & {}) | null;
|
|
633
|
+
}
|
|
634
|
+
export declare const CreateHostingWebRequestBoostRequest: S.Schema<CreateHostingWebRequestBoostRequest>;
|
|
635
|
+
/** Runtime env enum */
|
|
636
|
+
export type HostingWebRuntimeEnvEnum = "development" | "production";
|
|
637
|
+
export declare const HostingWebRuntimeEnvEnum: any;
|
|
638
|
+
/** The attached domains fqdn to link to this runtime configuration */
|
|
639
|
+
export type CreateHostingWebRuntimeRequestAttachedDomainsList = Array<string>;
|
|
640
|
+
export declare const CreateHostingWebRuntimeRequestAttachedDomainsList: S.Schema<CreateHostingWebRuntimeRequestAttachedDomainsList>;
|
|
641
|
+
/** Runtime backend type enum */
|
|
642
|
+
export type HostingWebRuntimeTypeEnum = "nodejs-10" | "nodejs-11" | "nodejs-12" | "nodejs-14" | "nodejs-8" | "nodejs-9" | "phpfpm-5.6" | "phpfpm-7.0" | "phpfpm-7.1" | "phpfpm-7.2" | "phpfpm-7.3" | "phpfpm-7.4" | "phpfpm-8.0" | "python-2" | "python-3" | "ruby-2.6";
|
|
643
|
+
export declare const HostingWebRuntimeTypeEnum: any;
|
|
644
|
+
export interface CreateHostingWebRuntimeRequest {
|
|
645
|
+
/** The internal name of your hosting */
|
|
646
|
+
serviceName: string;
|
|
647
|
+
/** The client application bootstrap script */
|
|
648
|
+
appBootstrap?: string;
|
|
649
|
+
/** The client application environment */
|
|
650
|
+
appEnv?: HostingWebRuntimeEnvEnum | (string & {});
|
|
651
|
+
/** The attached domains fqdn to link to this runtime configuration */
|
|
652
|
+
attachedDomains?: CreateHostingWebRuntimeRequestAttachedDomainsList;
|
|
653
|
+
/** Set if the runtime configuration is the one by default for the hosting */
|
|
654
|
+
isDefault?: boolean;
|
|
655
|
+
/** The custom display name of the runtime configuration */
|
|
656
|
+
name?: string;
|
|
657
|
+
/** The client application public directory */
|
|
658
|
+
publicDir?: string;
|
|
659
|
+
/** The backend type of a runtime configuration */
|
|
660
|
+
type?: HostingWebRuntimeTypeEnum | (string & {});
|
|
661
|
+
}
|
|
662
|
+
export declare const CreateHostingWebRuntimeRequest: S.Schema<CreateHostingWebRuntimeRequest>;
|
|
663
|
+
/** Account's ssh state */
|
|
664
|
+
export type HostingWebUserSshStateEnum = "active" | "none" | "sftponly";
|
|
665
|
+
export declare const HostingWebUserSshStateEnum: any;
|
|
666
|
+
export interface CreateHostingWebUserRequest {
|
|
667
|
+
/** The internal name of your hosting */
|
|
668
|
+
serviceName: string;
|
|
669
|
+
/** Home directory */
|
|
670
|
+
home: string;
|
|
671
|
+
/** Login use for your new user */
|
|
672
|
+
login: string;
|
|
673
|
+
/** Password */
|
|
674
|
+
password: string | Redacted.Redacted<string>;
|
|
675
|
+
/** Ssh state for this user. Default: none */
|
|
676
|
+
sshState?: HostingWebUserSshStateEnum | (string & {});
|
|
677
|
+
}
|
|
678
|
+
export declare const CreateHostingWebUserRequest: S.Schema<CreateHostingWebUserRequest>;
|
|
679
|
+
export interface CreateHostingWebUserChangePasswordRequest {
|
|
680
|
+
/** The internal name of your hosting */
|
|
681
|
+
serviceName: string;
|
|
682
|
+
/** Login used to connect on FTP and SSH */
|
|
683
|
+
login: string;
|
|
684
|
+
/** The user's new password */
|
|
685
|
+
password: string | Redacted.Redacted<string>;
|
|
686
|
+
}
|
|
687
|
+
export declare const CreateHostingWebUserChangePasswordRequest: S.Schema<CreateHostingWebUserChangePasswordRequest>;
|
|
688
|
+
export interface CreateHostingWebWebsiteRequest {
|
|
689
|
+
/** Service name */
|
|
690
|
+
serviceName: string;
|
|
691
|
+
/** Relative path on the hosting filesystem the website will be deployed into */
|
|
692
|
+
path: string;
|
|
693
|
+
/** Branch of the repository containing the website source code to deploy */
|
|
694
|
+
vcsBranch: string;
|
|
695
|
+
/** Clone URL of the repository containing the website source code to deploy */
|
|
696
|
+
vcsUrl: string;
|
|
697
|
+
}
|
|
698
|
+
export declare const CreateHostingWebWebsiteRequest: S.Schema<CreateHostingWebWebsiteRequest>;
|
|
699
|
+
export interface DeleteHostingWebAttachedDomainRequest {
|
|
700
|
+
/** Service name */
|
|
701
|
+
serviceName: string;
|
|
702
|
+
/** Domain */
|
|
703
|
+
domain: string;
|
|
704
|
+
/** If set to true, DNS zone will not be updated by the operation */
|
|
705
|
+
bypassDNSConfiguration?: boolean;
|
|
706
|
+
}
|
|
707
|
+
export declare const DeleteHostingWebAttachedDomainRequest: S.Schema<DeleteHostingWebAttachedDomainRequest>;
|
|
708
|
+
export interface DeleteHostingWebAttachedDomainSslRequest {
|
|
709
|
+
/** Service name */
|
|
710
|
+
serviceName: string;
|
|
711
|
+
/** Domain */
|
|
712
|
+
domain: string;
|
|
713
|
+
}
|
|
714
|
+
export declare const DeleteHostingWebAttachedDomainSslRequest: S.Schema<DeleteHostingWebAttachedDomainSslRequest>;
|
|
715
|
+
export interface DeleteHostingWebCdnDomainOptionRequest {
|
|
716
|
+
/** Service name */
|
|
717
|
+
serviceName: string;
|
|
718
|
+
/** Domain name */
|
|
719
|
+
domainName: string;
|
|
720
|
+
/** Option name */
|
|
721
|
+
optionName: string;
|
|
722
|
+
}
|
|
723
|
+
export declare const DeleteHostingWebCdnDomainOptionRequest: S.Schema<DeleteHostingWebCdnDomainOptionRequest>;
|
|
724
|
+
export interface DeleteHostingWebCdnDomainOptionResponse {
|
|
725
|
+
}
|
|
726
|
+
export declare const DeleteHostingWebCdnDomainOptionResponse: S.Schema<DeleteHostingWebCdnDomainOptionResponse>;
|
|
727
|
+
export interface DeleteHostingWebCronRequest {
|
|
728
|
+
/** Service name */
|
|
729
|
+
serviceName: string;
|
|
730
|
+
/** Id */
|
|
731
|
+
id: number;
|
|
732
|
+
}
|
|
733
|
+
export declare const DeleteHostingWebCronRequest: S.Schema<DeleteHostingWebCronRequest>;
|
|
734
|
+
export interface DeleteHostingWebDatabaseRequest {
|
|
735
|
+
/** The internal name of your hosting */
|
|
736
|
+
serviceName: string;
|
|
737
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
738
|
+
name: string;
|
|
739
|
+
}
|
|
740
|
+
export declare const DeleteHostingWebDatabaseRequest: S.Schema<DeleteHostingWebDatabaseRequest>;
|
|
741
|
+
export interface DeleteHostingWebDatabaseCopyRequest {
|
|
742
|
+
/** The internal name of your hosting */
|
|
743
|
+
serviceName: string;
|
|
744
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
745
|
+
name: string;
|
|
746
|
+
/** Copy id */
|
|
747
|
+
id: string;
|
|
748
|
+
}
|
|
749
|
+
export declare const DeleteHostingWebDatabaseCopyRequest: S.Schema<DeleteHostingWebDatabaseCopyRequest>;
|
|
750
|
+
export interface DeleteHostingWebDatabaseCopyResponse {
|
|
751
|
+
}
|
|
752
|
+
export declare const DeleteHostingWebDatabaseCopyResponse: S.Schema<DeleteHostingWebDatabaseCopyResponse>;
|
|
753
|
+
export interface DeleteHostingWebDatabaseDumpRequest {
|
|
754
|
+
/** The internal name of your hosting */
|
|
755
|
+
serviceName: string;
|
|
756
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
757
|
+
name: string;
|
|
758
|
+
/** Dump id */
|
|
759
|
+
id: number;
|
|
760
|
+
}
|
|
761
|
+
export declare const DeleteHostingWebDatabaseDumpRequest: S.Schema<DeleteHostingWebDatabaseDumpRequest>;
|
|
762
|
+
export interface DeleteHostingWebDumpRequest {
|
|
763
|
+
/** The internal name of your hosting */
|
|
764
|
+
serviceName: string;
|
|
765
|
+
/** Dump id */
|
|
766
|
+
id: number;
|
|
767
|
+
}
|
|
768
|
+
export declare const DeleteHostingWebDumpRequest: S.Schema<DeleteHostingWebDumpRequest>;
|
|
769
|
+
export interface DeleteHostingWebEnvVarRequest {
|
|
770
|
+
/** Service name */
|
|
771
|
+
serviceName: string;
|
|
772
|
+
/** Key */
|
|
773
|
+
key: string;
|
|
774
|
+
}
|
|
775
|
+
export declare const DeleteHostingWebEnvVarRequest: S.Schema<DeleteHostingWebEnvVarRequest>;
|
|
776
|
+
export interface DeleteHostingWebModuleRequest {
|
|
777
|
+
/** The internal name of your hosting */
|
|
778
|
+
serviceName: string;
|
|
779
|
+
/** Installation ID */
|
|
780
|
+
id: number;
|
|
781
|
+
}
|
|
782
|
+
export declare const DeleteHostingWebModuleRequest: S.Schema<DeleteHostingWebModuleRequest>;
|
|
783
|
+
export interface DeleteHostingWebOwnLogUserLogRequest {
|
|
784
|
+
/** The internal name of your hosting */
|
|
785
|
+
serviceName: string;
|
|
786
|
+
/** Id of the object */
|
|
787
|
+
id: number;
|
|
788
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
789
|
+
login: string;
|
|
790
|
+
}
|
|
791
|
+
export declare const DeleteHostingWebOwnLogUserLogRequest: S.Schema<DeleteHostingWebOwnLogUserLogRequest>;
|
|
792
|
+
export type DeleteHostingWebOwnLogUserLogResponse = string;
|
|
793
|
+
export declare const DeleteHostingWebOwnLogUserLogResponse: S.Schema<DeleteHostingWebOwnLogUserLogResponse>;
|
|
794
|
+
export interface DeleteHostingWebRuntimeRequest {
|
|
795
|
+
/** The internal name of your hosting */
|
|
796
|
+
serviceName: string;
|
|
797
|
+
/** The runtime configuration ID */
|
|
798
|
+
id: number;
|
|
799
|
+
}
|
|
800
|
+
export declare const DeleteHostingWebRuntimeRequest: S.Schema<DeleteHostingWebRuntimeRequest>;
|
|
801
|
+
export interface DeleteHostingWebUserRequest {
|
|
802
|
+
/** The internal name of your hosting */
|
|
803
|
+
serviceName: string;
|
|
804
|
+
/** Login used to connect on FTP and SSH */
|
|
805
|
+
login: string;
|
|
806
|
+
}
|
|
807
|
+
export declare const DeleteHostingWebUserRequest: S.Schema<DeleteHostingWebUserRequest>;
|
|
808
|
+
export interface DeleteHostingWebWebsiteRequest {
|
|
809
|
+
/** Service name */
|
|
810
|
+
serviceName: string;
|
|
811
|
+
/** Id */
|
|
812
|
+
id: number;
|
|
813
|
+
/** Whether the website path should be emptied or not */
|
|
814
|
+
deleteFiles: boolean;
|
|
815
|
+
}
|
|
816
|
+
export declare const DeleteHostingWebWebsiteRequest: S.Schema<DeleteHostingWebWebsiteRequest>;
|
|
817
|
+
export interface DeployHostingWebWebsiteRequest {
|
|
818
|
+
/** Service name */
|
|
819
|
+
serviceName: string;
|
|
820
|
+
/** Id */
|
|
821
|
+
id: number;
|
|
822
|
+
/** Whether a reset was requested before deploying */
|
|
823
|
+
reset?: boolean;
|
|
824
|
+
}
|
|
825
|
+
export declare const DeployHostingWebWebsiteRequest: S.Schema<DeployHostingWebWebsiteRequest>;
|
|
826
|
+
export interface GetHostingWebRequest {
|
|
827
|
+
/** Service name */
|
|
828
|
+
serviceName: string;
|
|
829
|
+
}
|
|
830
|
+
export declare const GetHostingWebRequest: S.Schema<GetHostingWebRequest>;
|
|
831
|
+
/** Currency code */
|
|
832
|
+
export type OrderCurrencyCodeEnum = "AUD" | "CAD" | "CZK" | "EUR" | "GBP" | "INR" | "LTL" | "MAD" | "N/A" | "PLN" | "SGD" | "TND" | "USD" | "XOF" | "points";
|
|
833
|
+
export declare const OrderCurrencyCodeEnum: any;
|
|
834
|
+
/** Price with its currency and textual representation */
|
|
835
|
+
export interface OrderPrice {
|
|
836
|
+
/** Currency code */
|
|
837
|
+
currencyCode?: OrderCurrencyCodeEnum;
|
|
838
|
+
/** Price in microcents */
|
|
839
|
+
priceInUcents?: number | null;
|
|
840
|
+
/** Textual representation */
|
|
841
|
+
text?: string;
|
|
842
|
+
/** The effective price */
|
|
843
|
+
value?: number;
|
|
844
|
+
}
|
|
845
|
+
export declare const OrderPrice: S.Schema<OrderPrice>;
|
|
846
|
+
/** Struct which describs an boost offer from a service */
|
|
847
|
+
export interface HostingWebAvailableOfferStruct {
|
|
848
|
+
/** Available boost offer */
|
|
849
|
+
offer?: HostingWebOfferEnum;
|
|
850
|
+
/** The price in month for this boost offer */
|
|
851
|
+
price?: OrderPrice;
|
|
852
|
+
}
|
|
853
|
+
export declare const HostingWebAvailableOfferStruct: S.Schema<HostingWebAvailableOfferStruct>;
|
|
854
|
+
/** Available offers for boost option */
|
|
855
|
+
export type HostingWebServiceWithIAMAvailableBoostOfferList = Array<HostingWebAvailableOfferStruct>;
|
|
856
|
+
export declare const HostingWebServiceWithIAMAvailableBoostOfferList: S.Schema<HostingWebServiceWithIAMAvailableBoostOfferList>;
|
|
857
|
+
/** Hosting's offer */
|
|
858
|
+
export type HostingWebOfferCapabilitiesEnum = "1000gp" | "20gp" | "240gp" | "240pack" | "240plan" | "300gp" | "60gp" | "720pack" | "720plan" | "90pack" | "90plan" | "CLOUDWEB_1" | "CLOUDWEB_2" | "CLOUDWEB_3" | "KS" | "PERFORMANCE_1" | "PERFORMANCE_2" | "PERFORMANCE_3" | "PERFORMANCE_4" | "PERSO" | "POWER_BETA_1" | "PRO" | "START" | "business" | "cloudweb1" | "cloudweb2" | "cloudweb3" | "cloudwebbetax1" | "depro2012" | "deprol2012" | "deproxl2012" | "deproxxl2012" | "destart2012" | "destartl2012" | "destartxl2012" | "domainpack" | "hosting-free-100m" | "hosting-performance-1" | "hosting-performance-2" | "hosting-performance-3" | "hosting-performance-4" | "hosting-perso" | "hosting-pro" | "hosting-starter" | "hosting-starter-ovh" | "hostingAtScaleX128" | "hostingAtScaleX16" | "hostingAtScaleX20" | "hostingAtScaleX24" | "hostingAtScaleX32" | "hostingAtScaleX64" | "hostingAtScaleX8" | "itbusiness2012" | "itperso2012" | "itpremium2012" | "kimsufi2015" | "mailpack" | "mailplan" | "mediapack" | "mediaplan" | "ovhpro1To" | "ovhpro2To" | "ovhpro5To" | "paas2014beta" | "perf2014x1" | "perf2014x2" | "perf2014x3" | "perf2014x4" | "perso2010" | "perso2014" | "powerBeta1" | "powerbeta1" | "premium" | "pro2010" | "pro2014" | "start10g" | "start10m" | "start1g" | "start1ges" | "start1m" | "start5g" | "starter" | "xxlpack" | "xxlplan";
|
|
859
|
+
export declare const HostingWebOfferCapabilitiesEnum: any;
|
|
860
|
+
/** Available clusterIp by country */
|
|
861
|
+
export interface HostingWebCountriesIp {
|
|
862
|
+
/** The whois country of the ip */
|
|
863
|
+
country?: HostingWebCountryEnum;
|
|
864
|
+
/** The cluster ip */
|
|
865
|
+
ip?: string | null;
|
|
866
|
+
/** The cluster ipv6 */
|
|
867
|
+
ipv6?: string | null;
|
|
868
|
+
}
|
|
869
|
+
export declare const HostingWebCountriesIp: S.Schema<HostingWebCountriesIp>;
|
|
870
|
+
/** Available clusterIp by countries */
|
|
871
|
+
export type HostingWebServiceWithIAMCountriesIpList = Array<HostingWebCountriesIp>;
|
|
872
|
+
export declare const HostingWebServiceWithIAMCountriesIpList: S.Schema<HostingWebServiceWithIAMCountriesIpList>;
|
|
873
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
874
|
+
export type IamResourceMetadataTagsMap = {
|
|
875
|
+
[key: string]: string | undefined;
|
|
876
|
+
};
|
|
877
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
878
|
+
/** IAM resource metadata embedded in services models */
|
|
879
|
+
export interface IamResourceMetadata {
|
|
880
|
+
/** Resource display name */
|
|
881
|
+
displayName?: string | null;
|
|
882
|
+
/** Unique identifier of the resource */
|
|
883
|
+
id?: string;
|
|
884
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
885
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
886
|
+
/** Unique resource name used in policies */
|
|
887
|
+
urn?: string;
|
|
888
|
+
}
|
|
889
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
890
|
+
/** Hosting's OS */
|
|
891
|
+
export type HostingWebOperatingSystemEnum = "linux";
|
|
892
|
+
export declare const HostingWebOperatingSystemEnum: any;
|
|
893
|
+
/** Different support of PHP versions */
|
|
894
|
+
export type HostingWebPhpVersionStateEnum = "BETA" | "END_OF_LIFE" | "SECURITY_FIXES" | "SUPPORTED";
|
|
895
|
+
export declare const HostingWebPhpVersionStateEnum: any;
|
|
896
|
+
/** State of available php versions for this account */
|
|
897
|
+
export interface HostingWebPhpVersion {
|
|
898
|
+
/** Current support of this php version */
|
|
899
|
+
support?: HostingWebPhpVersionStateEnum;
|
|
900
|
+
/** PHP version */
|
|
901
|
+
version?: string;
|
|
902
|
+
}
|
|
903
|
+
export declare const HostingWebPhpVersion: S.Schema<HostingWebPhpVersion>;
|
|
904
|
+
/** State of available php versions for this account */
|
|
905
|
+
export type HostingWebServiceWithIAMPhpVersionsList = Array<HostingWebPhpVersion>;
|
|
906
|
+
export declare const HostingWebServiceWithIAMPhpVersionsList: S.Schema<HostingWebServiceWithIAMPhpVersionsList>;
|
|
907
|
+
/** A numeric value tagged with its unit */
|
|
908
|
+
export interface ComplexTypeUnitAndValueDouble {
|
|
909
|
+
/** Unit of the value */
|
|
910
|
+
unit?: string;
|
|
911
|
+
value?: number;
|
|
912
|
+
}
|
|
913
|
+
export declare const ComplexTypeUnitAndValueDouble: S.Schema<ComplexTypeUnitAndValueDouble>;
|
|
914
|
+
/** Hosting's type */
|
|
915
|
+
export type HostingWebResourceEnum = "bestEffort" | "cloud" | "dedicated" | "shared";
|
|
916
|
+
export declare const HostingWebResourceEnum: any;
|
|
917
|
+
/** Url and port of a service */
|
|
918
|
+
export interface HostingWebAddress {
|
|
919
|
+
/** Port to use to access to the service */
|
|
920
|
+
port?: number;
|
|
921
|
+
/** Url to contact the service */
|
|
922
|
+
url?: string;
|
|
923
|
+
}
|
|
924
|
+
export declare const HostingWebAddress: S.Schema<HostingWebAddress>;
|
|
925
|
+
/** Different url to manage your service */
|
|
926
|
+
export interface HostingWebServiceAccess {
|
|
927
|
+
/** Address with url and port to manage files by ftp */
|
|
928
|
+
ftp?: HostingWebAddress;
|
|
929
|
+
/** Address to see your webhosting without domain */
|
|
930
|
+
http?: HostingWebAddress;
|
|
931
|
+
/** Address with url and port to manage webhosting by ssh */
|
|
932
|
+
ssh?: HostingWebAddress;
|
|
933
|
+
}
|
|
934
|
+
export declare const HostingWebServiceAccess: S.Schema<HostingWebServiceAccess>;
|
|
935
|
+
/** Hosting's state */
|
|
936
|
+
export type HostingWebStateEnum = "active" | "bloqued" | "maintenance";
|
|
937
|
+
export declare const HostingWebStateEnum: any;
|
|
938
|
+
/** List of updates on your hosting */
|
|
939
|
+
export type HostingWebServiceWithIAMUpdatesList = Array<string>;
|
|
940
|
+
export declare const HostingWebServiceWithIAMUpdatesList: S.Schema<HostingWebServiceWithIAMUpdatesList>;
|
|
941
|
+
/** Web Hosting */
|
|
942
|
+
export interface HostingWebServiceWithIAM {
|
|
943
|
+
/** Available offers for boost option */
|
|
944
|
+
availableBoostOffer?: HostingWebServiceWithIAMAvailableBoostOfferList;
|
|
945
|
+
/** Current boost offer */
|
|
946
|
+
boostOffer?: HostingWebOfferCapabilitiesEnum | null;
|
|
947
|
+
/** Cluster name */
|
|
948
|
+
cluster?: string;
|
|
949
|
+
/** This direct ip to your cluster ( usefull for application like api ) */
|
|
950
|
+
clusterIp?: string | null;
|
|
951
|
+
/** This direct ipv6 to your cluster ( usefull for application like api ) */
|
|
952
|
+
clusterIpv6?: string | null;
|
|
953
|
+
/** Available clusterIp by countries */
|
|
954
|
+
countriesIp?: HostingWebServiceWithIAMCountriesIpList | null;
|
|
955
|
+
/** Datacenter where this account is located */
|
|
956
|
+
datacenter?: string;
|
|
957
|
+
/** The default attached domain created along with your hosting */
|
|
958
|
+
defaultAttachedDomain?: string | null;
|
|
959
|
+
/** Set the name displayed in ManagerV6 for your hosting (max 50 chars, empty string resets to service name) */
|
|
960
|
+
displayName?: string;
|
|
961
|
+
/** Filer name */
|
|
962
|
+
filer?: string | null;
|
|
963
|
+
/** Has a CDN service linked on the hosting */
|
|
964
|
+
hasCdn?: boolean | null;
|
|
965
|
+
/** Has a HostedSSL service linked on the hosting */
|
|
966
|
+
hasHostedSsl?: boolean | null;
|
|
967
|
+
/** Path of your home */
|
|
968
|
+
home?: string;
|
|
969
|
+
/** The recommended ip for your hosting ( depends on hosting's linked services, e.g CDN or hostedSSL ) */
|
|
970
|
+
hostingIp?: string | null;
|
|
971
|
+
/** The recommended ipv6 for your hosting ( depends on hosting's linked services, e.g CDN or hostedSSL ) */
|
|
972
|
+
hostingIpv6?: string | null;
|
|
973
|
+
/** IAM resource metadata */
|
|
974
|
+
iam?: IamResourceMetadata | null;
|
|
975
|
+
/** /hosting/web/{serviceName}/ovhConfig is stored in cache. This date is the last refresh of this data */
|
|
976
|
+
lastOvhConfigScan?: string | null;
|
|
977
|
+
/** If set to true, service can manage more than only one certificate */
|
|
978
|
+
multipleSSL?: boolean;
|
|
979
|
+
/** Hosting offer */
|
|
980
|
+
offer?: HostingWebOfferCapabilitiesEnum;
|
|
981
|
+
/** Hosting's OS */
|
|
982
|
+
operatingSystem?: HostingWebOperatingSystemEnum;
|
|
983
|
+
/** State of available php versions for this account */
|
|
984
|
+
phpVersions?: HostingWebServiceWithIAMPhpVersionsList;
|
|
985
|
+
/** Hosting's main login */
|
|
986
|
+
primaryLogin?: string;
|
|
987
|
+
/** Space allowed */
|
|
988
|
+
quotaSize?: ComplexTypeUnitAndValueDouble;
|
|
989
|
+
/** Space used */
|
|
990
|
+
quotaUsed?: ComplexTypeUnitAndValueDouble | null;
|
|
991
|
+
/** If your offer is old, return a recommended offer to migrate on */
|
|
992
|
+
recommendedOffer?: HostingWebOfferEnum | null;
|
|
993
|
+
/** Hosting resource type */
|
|
994
|
+
resourceType?: HostingWebResourceEnum;
|
|
995
|
+
/** URLs to use to manage your webhosting */
|
|
996
|
+
serviceManagementAccess?: HostingWebServiceAccess;
|
|
997
|
+
/** Service name */
|
|
998
|
+
serviceName?: string;
|
|
999
|
+
/** State of your hosting */
|
|
1000
|
+
state?: HostingWebStateEnum;
|
|
1001
|
+
/** Use to link an external domain. ( This token has to be insert into a TXT field on your dns zone with ovhcontrol subdomain ) */
|
|
1002
|
+
token?: string | null;
|
|
1003
|
+
/** Traffic quota allowed ( null = unlimited ) */
|
|
1004
|
+
trafficQuotaSize?: ComplexTypeUnitAndValueDouble | null;
|
|
1005
|
+
/** Traffic quota used */
|
|
1006
|
+
trafficQuotaUsed?: ComplexTypeUnitAndValueDouble | null;
|
|
1007
|
+
/** List of updates on your hosting */
|
|
1008
|
+
updates?: HostingWebServiceWithIAMUpdatesList;
|
|
1009
|
+
}
|
|
1010
|
+
export declare const HostingWebServiceWithIAM: S.Schema<HostingWebServiceWithIAM>;
|
|
1011
|
+
export interface GetHostingWebAttachedDomainRequest {
|
|
1012
|
+
/** Service name */
|
|
1013
|
+
serviceName: string;
|
|
1014
|
+
/** Domain */
|
|
1015
|
+
domain: string;
|
|
1016
|
+
}
|
|
1017
|
+
export declare const GetHostingWebAttachedDomainRequest: S.Schema<GetHostingWebAttachedDomainRequest>;
|
|
1018
|
+
/** allowed attachedDomain's capabilities methods */
|
|
1019
|
+
export type HostingWebAttachedDomainCapabilityMethodEnum = "DELETE" | "GET" | "POST" | "PUT";
|
|
1020
|
+
export declare const HostingWebAttachedDomainCapabilityMethodEnum: any;
|
|
1021
|
+
/** Attached domain Capability */
|
|
1022
|
+
export interface HostingWebAttachedDomainCapabilities {
|
|
1023
|
+
/** Capability description */
|
|
1024
|
+
description?: string;
|
|
1025
|
+
/** Capability href */
|
|
1026
|
+
href?: string;
|
|
1027
|
+
/** Capability key */
|
|
1028
|
+
key?: string;
|
|
1029
|
+
/** Capability method */
|
|
1030
|
+
method?: HostingWebAttachedDomainCapabilityMethodEnum;
|
|
1031
|
+
}
|
|
1032
|
+
export declare const HostingWebAttachedDomainCapabilities: S.Schema<HostingWebAttachedDomainCapabilities>;
|
|
1033
|
+
/** Provides the capabilities related to your attachedDomain */
|
|
1034
|
+
export type HostingWebAttachedDomainPublicAttachedDomainCapabilitiesList = Array<HostingWebAttachedDomainCapabilities>;
|
|
1035
|
+
export declare const HostingWebAttachedDomainPublicAttachedDomainCapabilitiesList: S.Schema<HostingWebAttachedDomainPublicAttachedDomainCapabilitiesList>;
|
|
1036
|
+
/** attachedDomain status */
|
|
1037
|
+
export type HostingWebAttachedDomainStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
1038
|
+
export declare const HostingWebAttachedDomainStatusEnum: any;
|
|
1039
|
+
/** AttachedDomain vcs status */
|
|
1040
|
+
export type HostingWebAttachedDomainVcsStatusEnum = "created" | "creating" | "deleting" | "deploying" | "disabled" | "error" | "initialError";
|
|
1041
|
+
export declare const HostingWebAttachedDomainVcsStatusEnum: any;
|
|
1042
|
+
/** Public attached domain */
|
|
1043
|
+
export interface HostingWebAttachedDomainPublicAttachedDomain {
|
|
1044
|
+
/** Provides the capabilities related to your attachedDomain */
|
|
1045
|
+
capabilities?: HostingWebAttachedDomainPublicAttachedDomainCapabilitiesList;
|
|
1046
|
+
/** whether or not attachedDomain is linked to the hosting cdn */
|
|
1047
|
+
cdn?: HostingWebAttachedDomainCdnEnum;
|
|
1048
|
+
/** Domain linked (fqdn) */
|
|
1049
|
+
domain?: string;
|
|
1050
|
+
/** Firewall state for this path */
|
|
1051
|
+
firewall?: HostingWebAttachedDomainFirewallEnum;
|
|
1052
|
+
/** IP location of the domain linked */
|
|
1053
|
+
ipLocation?: HostingWebCountryEnum | null;
|
|
1054
|
+
/** Whether your CDN can be flushed */
|
|
1055
|
+
isFlushable?: boolean;
|
|
1056
|
+
/** Domain for separate the logs */
|
|
1057
|
+
ownLog?: string | null;
|
|
1058
|
+
/** Attached domain path */
|
|
1059
|
+
path?: string;
|
|
1060
|
+
/** The runtime configuration ID used on this domain */
|
|
1061
|
+
runtimeId?: number | null;
|
|
1062
|
+
/** Put domain in SSL certificate */
|
|
1063
|
+
ssl?: boolean | null;
|
|
1064
|
+
/** Domain status */
|
|
1065
|
+
status?: HostingWebAttachedDomainStatusEnum;
|
|
1066
|
+
/** The task ID working on this domain */
|
|
1067
|
+
taskId?: number | null;
|
|
1068
|
+
/** The status of the VCS synchronization */
|
|
1069
|
+
vcsStatus?: HostingWebAttachedDomainVcsStatusEnum;
|
|
1070
|
+
}
|
|
1071
|
+
export declare const HostingWebAttachedDomainPublicAttachedDomain: S.Schema<HostingWebAttachedDomainPublicAttachedDomain>;
|
|
1072
|
+
export interface GetHostingWebAttachedDomainDigStatusRequest {
|
|
1073
|
+
/** Service name */
|
|
1074
|
+
serviceName: string;
|
|
1075
|
+
/** Domain */
|
|
1076
|
+
domain: string;
|
|
1077
|
+
}
|
|
1078
|
+
export declare const GetHostingWebAttachedDomainDigStatusRequest: S.Schema<GetHostingWebAttachedDomainDigStatusRequest>;
|
|
1079
|
+
/** Recommended IPV4 */
|
|
1080
|
+
export type HostingWebAttachedDomainRecommendedIpsRecommendedIpV4List = Array<string>;
|
|
1081
|
+
export declare const HostingWebAttachedDomainRecommendedIpsRecommendedIpV4List: S.Schema<HostingWebAttachedDomainRecommendedIpsRecommendedIpV4List>;
|
|
1082
|
+
/** Recommended IPV6 */
|
|
1083
|
+
export type HostingWebAttachedDomainRecommendedIpsRecommendedIpV6List = Array<string>;
|
|
1084
|
+
export declare const HostingWebAttachedDomainRecommendedIpsRecommendedIpV6List: S.Schema<HostingWebAttachedDomainRecommendedIpsRecommendedIpV6List>;
|
|
1085
|
+
/** Recommended IPs for DNS records configuration */
|
|
1086
|
+
export interface HostingWebAttachedDomainRecommendedIps {
|
|
1087
|
+
/** Recommended IPV4 */
|
|
1088
|
+
recommendedIpV4?: HostingWebAttachedDomainRecommendedIpsRecommendedIpV4List;
|
|
1089
|
+
/** Recommended IPV6 */
|
|
1090
|
+
recommendedIpV6?: HostingWebAttachedDomainRecommendedIpsRecommendedIpV6List;
|
|
1091
|
+
}
|
|
1092
|
+
export declare const HostingWebAttachedDomainRecommendedIps: S.Schema<HostingWebAttachedDomainRecommendedIps>;
|
|
1093
|
+
/** DNS Record type */
|
|
1094
|
+
export type HostingWebAttachedDomainRecordTypeEnum = "A" | "AAAA";
|
|
1095
|
+
export declare const HostingWebAttachedDomainRecordTypeEnum: any;
|
|
1096
|
+
/** Attached domain record status */
|
|
1097
|
+
export interface HostingWebAttachedDomainRecordStatus {
|
|
1098
|
+
/** Whether DNS is configured */
|
|
1099
|
+
dnsConfigured?: boolean;
|
|
1100
|
+
/** Whether IP is an OVH one */
|
|
1101
|
+
isOvhIp?: boolean;
|
|
1102
|
+
/** DNS record type */
|
|
1103
|
+
type?: HostingWebAttachedDomainRecordTypeEnum;
|
|
1104
|
+
}
|
|
1105
|
+
export declare const HostingWebAttachedDomainRecordStatus: S.Schema<HostingWebAttachedDomainRecordStatus>;
|
|
1106
|
+
export type HostingWebAttachedDomainDigStatusRecordsMap = {
|
|
1107
|
+
[key: string]: HostingWebAttachedDomainRecordStatus | undefined;
|
|
1108
|
+
};
|
|
1109
|
+
export declare const HostingWebAttachedDomainDigStatusRecordsMap: S.Schema<HostingWebAttachedDomainDigStatusRecordsMap>;
|
|
1110
|
+
/** Attached domain DNS status */
|
|
1111
|
+
export interface HostingWebAttachedDomainDigStatus {
|
|
1112
|
+
/** Attached domain */
|
|
1113
|
+
domain?: string;
|
|
1114
|
+
recommendedIps?: HostingWebAttachedDomainRecommendedIps;
|
|
1115
|
+
records?: HostingWebAttachedDomainDigStatusRecordsMap;
|
|
1116
|
+
}
|
|
1117
|
+
export declare const HostingWebAttachedDomainDigStatus: S.Schema<HostingWebAttachedDomainDigStatus>;
|
|
1118
|
+
export interface GetHostingWebAttachedDomainSslRequest {
|
|
1119
|
+
/** Service name */
|
|
1120
|
+
serviceName: string;
|
|
1121
|
+
/** Domain */
|
|
1122
|
+
domain: string;
|
|
1123
|
+
}
|
|
1124
|
+
export declare const GetHostingWebAttachedDomainSslRequest: S.Schema<GetHostingWebAttachedDomainSslRequest>;
|
|
1125
|
+
export interface GetHostingWebBoostHistoryRequest {
|
|
1126
|
+
/** Service name */
|
|
1127
|
+
serviceName: string;
|
|
1128
|
+
/** Date */
|
|
1129
|
+
date: string;
|
|
1130
|
+
}
|
|
1131
|
+
export declare const GetHostingWebBoostHistoryRequest: S.Schema<GetHostingWebBoostHistoryRequest>;
|
|
1132
|
+
/** Boost History */
|
|
1133
|
+
export interface HostingWebBoostHistory {
|
|
1134
|
+
/** Account who requested the change */
|
|
1135
|
+
accountId?: string;
|
|
1136
|
+
/** Boost offer used */
|
|
1137
|
+
boostOffer?: HostingWebOfferCapabilitiesEnum | null;
|
|
1138
|
+
/** The date when the change has been requested */
|
|
1139
|
+
date?: string;
|
|
1140
|
+
/** Offer when the change was made */
|
|
1141
|
+
offer?: HostingWebOfferCapabilitiesEnum;
|
|
1142
|
+
}
|
|
1143
|
+
export declare const HostingWebBoostHistory: S.Schema<HostingWebBoostHistory>;
|
|
1144
|
+
export interface GetHostingWebCdnRequest {
|
|
1145
|
+
/** Service name */
|
|
1146
|
+
serviceName: string;
|
|
1147
|
+
}
|
|
1148
|
+
export declare const GetHostingWebCdnRequest: S.Schema<GetHostingWebCdnRequest>;
|
|
1149
|
+
/** CDN status */
|
|
1150
|
+
export type HostingWebCdnStatusEnum = "created" | "creating" | "deleting" | "flushing" | "reopening" | "suspended" | "suspending";
|
|
1151
|
+
export declare const HostingWebCdnStatusEnum: any;
|
|
1152
|
+
/** CDN properties */
|
|
1153
|
+
export interface HostingWebCDN {
|
|
1154
|
+
/** Domain of this CDN */
|
|
1155
|
+
domain?: string;
|
|
1156
|
+
/** Whether CDN is free with the hosting */
|
|
1157
|
+
free?: boolean;
|
|
1158
|
+
/** Status of the CDN option */
|
|
1159
|
+
status?: HostingWebCdnStatusEnum;
|
|
1160
|
+
/** The task ID working on this CDN */
|
|
1161
|
+
taskId?: number | null;
|
|
1162
|
+
/** Type of the CDN */
|
|
1163
|
+
type?: string;
|
|
1164
|
+
/** Version of the CDN */
|
|
1165
|
+
version?: string;
|
|
1166
|
+
}
|
|
1167
|
+
export declare const HostingWebCDN: S.Schema<HostingWebCDN>;
|
|
1168
|
+
export interface GetHostingWebCdnDomainRequest {
|
|
1169
|
+
/** Service name */
|
|
1170
|
+
serviceName: string;
|
|
1171
|
+
/** Domain name */
|
|
1172
|
+
domainName: string;
|
|
1173
|
+
}
|
|
1174
|
+
export declare const GetHostingWebCdnDomainRequest: S.Schema<GetHostingWebCdnDomainRequest>;
|
|
1175
|
+
/** Domain status */
|
|
1176
|
+
export type CdnDomainStatusEnum = "deleting" | "disabled" | "disabling" | "ok" | "refreshing" | "to_delete" | "to_disable" | "to_refresh";
|
|
1177
|
+
export declare const CdnDomainStatusEnum: any;
|
|
1178
|
+
/** Domain details */
|
|
1179
|
+
export interface CdnDomain {
|
|
1180
|
+
/** Creation date */
|
|
1181
|
+
creationDate?: string;
|
|
1182
|
+
/** Domain name */
|
|
1183
|
+
name?: string;
|
|
1184
|
+
/** The domain configuration has been updated, it needs a refresh */
|
|
1185
|
+
needRefresh?: boolean;
|
|
1186
|
+
/** Domain status */
|
|
1187
|
+
status?: CdnDomainStatusEnum;
|
|
1188
|
+
/** Last update date */
|
|
1189
|
+
updatedDate?: string;
|
|
1190
|
+
}
|
|
1191
|
+
export declare const CdnDomain: S.Schema<CdnDomain>;
|
|
1192
|
+
export interface GetHostingWebCdnDomainLogsRequest {
|
|
1193
|
+
/** Service name */
|
|
1194
|
+
serviceName: string;
|
|
1195
|
+
/** Domain name */
|
|
1196
|
+
domainName: string;
|
|
1197
|
+
/** Logs date (default is yesterday) */
|
|
1198
|
+
date?: string;
|
|
1199
|
+
}
|
|
1200
|
+
export declare const GetHostingWebCdnDomainLogsRequest: S.Schema<GetHostingWebCdnDomainLogsRequest>;
|
|
1201
|
+
/** Logs archive URL */
|
|
1202
|
+
export interface CdnLogs {
|
|
1203
|
+
/** URL to logs archive */
|
|
1204
|
+
url?: string;
|
|
1205
|
+
/** URL validity */
|
|
1206
|
+
validity?: string;
|
|
1207
|
+
}
|
|
1208
|
+
export declare const CdnLogs: S.Schema<CdnLogs>;
|
|
1209
|
+
export interface GetHostingWebCdnDomainOptionRequest {
|
|
1210
|
+
/** Service name */
|
|
1211
|
+
serviceName: string;
|
|
1212
|
+
/** Domain name */
|
|
1213
|
+
domainName: string;
|
|
1214
|
+
/** Option name */
|
|
1215
|
+
optionName: string;
|
|
1216
|
+
}
|
|
1217
|
+
export declare const GetHostingWebCdnDomainOptionRequest: S.Schema<GetHostingWebCdnDomainOptionRequest>;
|
|
1218
|
+
export interface GetHostingWebCdnOperationRequest {
|
|
1219
|
+
/** Service name */
|
|
1220
|
+
serviceName: string;
|
|
1221
|
+
/** Id */
|
|
1222
|
+
id: number;
|
|
1223
|
+
}
|
|
1224
|
+
export declare const GetHostingWebCdnOperationRequest: S.Schema<GetHostingWebCdnOperationRequest>;
|
|
1225
|
+
/** Operation function */
|
|
1226
|
+
export type CdnOperationFunctionEnum = "analytics_delete" | "analytics_recompute" | "domain_delete" | "domain_disable" | "domain_purge" | "domain_refresh" | "service_install" | "ssl_delete" | "ssl_install";
|
|
1227
|
+
export declare const CdnOperationFunctionEnum: any;
|
|
1228
|
+
/** Shared CDN offer */
|
|
1229
|
+
export type CdnOperationOfferEnum = "advanced" | "basic" | "security";
|
|
1230
|
+
export declare const CdnOperationOfferEnum: any;
|
|
1231
|
+
/** Operation parameter */
|
|
1232
|
+
export interface CdnOperationParameter {
|
|
1233
|
+
/** CDN anycast IP */
|
|
1234
|
+
anycastIp?: string | null;
|
|
1235
|
+
/** Cluster name */
|
|
1236
|
+
cluster?: string | null;
|
|
1237
|
+
/** Date */
|
|
1238
|
+
date?: string | null;
|
|
1239
|
+
/** Domain name */
|
|
1240
|
+
domainName?: string | null;
|
|
1241
|
+
/** CDN certificate fingerprint */
|
|
1242
|
+
fingerprint?: string | null;
|
|
1243
|
+
/** Shared CDN offer */
|
|
1244
|
+
offer?: CdnOperationOfferEnum | null;
|
|
1245
|
+
/** Pattern to purge on CDN */
|
|
1246
|
+
pattern?: string | null;
|
|
1247
|
+
/** Service name */
|
|
1248
|
+
service?: string | null;
|
|
1249
|
+
/** CDN ssl id */
|
|
1250
|
+
sslId?: number | null;
|
|
1251
|
+
}
|
|
1252
|
+
export declare const CdnOperationParameter: S.Schema<CdnOperationParameter>;
|
|
1253
|
+
/** Operation status */
|
|
1254
|
+
export type CdnOperationStatusEnum = "cancelled" | "doing" | "done" | "error" | "todo";
|
|
1255
|
+
export declare const CdnOperationStatusEnum: any;
|
|
1256
|
+
/** Operation details */
|
|
1257
|
+
export interface CdnOperation {
|
|
1258
|
+
/** Comment */
|
|
1259
|
+
comment?: string | null;
|
|
1260
|
+
/** Creation date */
|
|
1261
|
+
creationDate?: string;
|
|
1262
|
+
/** Operation function */
|
|
1263
|
+
function?: CdnOperationFunctionEnum;
|
|
1264
|
+
/** Operation id */
|
|
1265
|
+
id?: number;
|
|
1266
|
+
/** Operation parameter */
|
|
1267
|
+
parameter?: CdnOperationParameter;
|
|
1268
|
+
/** Shared CDN service */
|
|
1269
|
+
service?: string;
|
|
1270
|
+
/** Operation status */
|
|
1271
|
+
status?: CdnOperationStatusEnum;
|
|
1272
|
+
/** Next execution date */
|
|
1273
|
+
todoDate?: string;
|
|
1274
|
+
/** Last execution date */
|
|
1275
|
+
updatedDate?: string;
|
|
1276
|
+
}
|
|
1277
|
+
export declare const CdnOperation: S.Schema<CdnOperation>;
|
|
1278
|
+
export interface GetHostingWebCdnServiceInfosRequest {
|
|
1279
|
+
/** The internal name of your hosting */
|
|
1280
|
+
serviceName: string;
|
|
1281
|
+
}
|
|
1282
|
+
export declare const GetHostingWebCdnServiceInfosRequest: S.Schema<GetHostingWebCdnServiceInfosRequest>;
|
|
1283
|
+
/** All the possible renew period of your service in month */
|
|
1284
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
1285
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
1286
|
+
/** Detailed renewal type of a service */
|
|
1287
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
1288
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
1289
|
+
/** service.StateEnum */
|
|
1290
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
1291
|
+
export declare const ServiceStateEnum: any;
|
|
1292
|
+
/** Details about a Service */
|
|
1293
|
+
export interface ServicesService {
|
|
1294
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
1295
|
+
canDeleteAtExpiration?: boolean;
|
|
1296
|
+
contactAdmin?: string;
|
|
1297
|
+
contactBilling?: string;
|
|
1298
|
+
contactTech?: string;
|
|
1299
|
+
creation?: string;
|
|
1300
|
+
domain?: string;
|
|
1301
|
+
engagedUpTo?: string | null;
|
|
1302
|
+
expiration?: string;
|
|
1303
|
+
/** All the possible renew period of your service in month */
|
|
1304
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
1305
|
+
/** Way of handling the renew */
|
|
1306
|
+
renew?: ServiceRenewType | null;
|
|
1307
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
1308
|
+
serviceId?: number;
|
|
1309
|
+
status?: ServiceStateEnum;
|
|
1310
|
+
}
|
|
1311
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
1312
|
+
export interface GetHostingWebConfigurationRequest {
|
|
1313
|
+
/** The internal name of your hosting */
|
|
1314
|
+
serviceName: string;
|
|
1315
|
+
}
|
|
1316
|
+
export declare const GetHostingWebConfigurationRequest: S.Schema<GetHostingWebConfigurationRequest>;
|
|
1317
|
+
/** Configuration env enum */
|
|
1318
|
+
export type HostingWebConfigurationEnvEnum = "development" | "production";
|
|
1319
|
+
export declare const HostingWebConfigurationEnvEnum: any;
|
|
1320
|
+
/** Configuration languages enum */
|
|
1321
|
+
export type HostingWebConfigurationLanguageEnum = "nodejs" | "python" | "ruby";
|
|
1322
|
+
export declare const HostingWebConfigurationLanguageEnum: any;
|
|
1323
|
+
/** Configuration state enum */
|
|
1324
|
+
export type HostingWebConfigurationStateEnum = "created" | "creating" | "deleting" | "updating";
|
|
1325
|
+
export declare const HostingWebConfigurationStateEnum: any;
|
|
1326
|
+
/** The Configuration of an hosting Power offer */
|
|
1327
|
+
export interface HostingWebConfiguration {
|
|
1328
|
+
/** Application environment */
|
|
1329
|
+
appEnv?: HostingWebConfigurationEnvEnum;
|
|
1330
|
+
/** Application launch script */
|
|
1331
|
+
entryPoint?: string | null;
|
|
1332
|
+
/** Id of the current configuration */
|
|
1333
|
+
id?: number;
|
|
1334
|
+
/** language chosen for the current hosting */
|
|
1335
|
+
language?: HostingWebConfigurationLanguageEnum;
|
|
1336
|
+
/** Directory of the application */
|
|
1337
|
+
publicDir?: string | null;
|
|
1338
|
+
/** Status of current configuration */
|
|
1339
|
+
status?: HostingWebConfigurationStateEnum;
|
|
1340
|
+
/** version of the language chosen for the current hosting */
|
|
1341
|
+
version?: string;
|
|
1342
|
+
}
|
|
1343
|
+
export declare const HostingWebConfiguration: S.Schema<HostingWebConfiguration>;
|
|
1344
|
+
export interface GetHostingWebCronRequest {
|
|
1345
|
+
/** Service name */
|
|
1346
|
+
serviceName: string;
|
|
1347
|
+
/** Id */
|
|
1348
|
+
id: number;
|
|
1349
|
+
}
|
|
1350
|
+
export declare const GetHostingWebCronRequest: S.Schema<GetHostingWebCronRequest>;
|
|
1351
|
+
/** Cron state */
|
|
1352
|
+
export type HostingWebCronStateEnum = "created" | "creating" | "deleting" | "updating";
|
|
1353
|
+
export declare const HostingWebCronStateEnum: any;
|
|
1354
|
+
/** Cron */
|
|
1355
|
+
export interface HostingWebCron {
|
|
1356
|
+
/** Command to execute */
|
|
1357
|
+
command: string;
|
|
1358
|
+
/** Description field for you */
|
|
1359
|
+
description?: string | null;
|
|
1360
|
+
/** Email used to receive error log (stderr) */
|
|
1361
|
+
email?: string | null;
|
|
1362
|
+
/** Frequency (crontab format) defined for the script (minutes are ignored) */
|
|
1363
|
+
frequency: string;
|
|
1364
|
+
/** Cron's id */
|
|
1365
|
+
id?: number;
|
|
1366
|
+
/** Cron language */
|
|
1367
|
+
language: HostingWebLanguagesEnum;
|
|
1368
|
+
/** Cron language */
|
|
1369
|
+
state?: HostingWebCronStateEnum;
|
|
1370
|
+
/** Cron status */
|
|
1371
|
+
status?: HostingWebCronStatusEnum;
|
|
1372
|
+
}
|
|
1373
|
+
export declare const HostingWebCron: S.Schema<HostingWebCron>;
|
|
1374
|
+
export interface GetHostingWebDatabaseRequest {
|
|
1375
|
+
/** The internal name of your hosting */
|
|
1376
|
+
serviceName: string;
|
|
1377
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
1378
|
+
name: string;
|
|
1379
|
+
}
|
|
1380
|
+
export declare const GetHostingWebDatabaseRequest: S.Schema<GetHostingWebDatabaseRequest>;
|
|
1381
|
+
/** Database Service Type enum */
|
|
1382
|
+
export type HostingWebDatabaseDatabaseServiceTypeEnum = "extra" | "included" | "optional";
|
|
1383
|
+
export declare const HostingWebDatabaseDatabaseServiceTypeEnum: any;
|
|
1384
|
+
/** Database mode */
|
|
1385
|
+
export type HostingWebDatabaseModeEnum = "besteffort" | "classic" | "module";
|
|
1386
|
+
export declare const HostingWebDatabaseModeEnum: any;
|
|
1387
|
+
/** Database state */
|
|
1388
|
+
export type HostingWebDatabaseStateEnum = "close" | "ok" | "readonly";
|
|
1389
|
+
export declare const HostingWebDatabaseStateEnum: any;
|
|
1390
|
+
/** Database status */
|
|
1391
|
+
export type HostingWebDatabaseStatusEnum = "checking" | "created" | "creating" | "deleting" | "dumping" | "importing" | "locked" | "optimizing" | "restoring" | "updating";
|
|
1392
|
+
export declare const HostingWebDatabaseStatusEnum: any;
|
|
1393
|
+
/** Database Type enum */
|
|
1394
|
+
export type HostingWebDatabaseDatabaseTypeEnum = "mariadb" | "mongodb" | "mysql" | "postgresql" | "redis";
|
|
1395
|
+
export declare const HostingWebDatabaseDatabaseTypeEnum: any;
|
|
1396
|
+
/** Indicates the current support state of your database version */
|
|
1397
|
+
export type HostingWebDatabaseSupportedVersionEnum = "beta" | "deprecated" | "stable";
|
|
1398
|
+
export declare const HostingWebDatabaseSupportedVersionEnum: any;
|
|
1399
|
+
/** Database */
|
|
1400
|
+
export interface HostingWebDatabase {
|
|
1401
|
+
/** Whether service database is deprecated */
|
|
1402
|
+
databaseServiceDeprecated?: boolean;
|
|
1403
|
+
/** Database service type */
|
|
1404
|
+
databaseType?: HostingWebDatabaseDatabaseServiceTypeEnum | null;
|
|
1405
|
+
/** The number of available dumps associated to this database */
|
|
1406
|
+
dumps?: number;
|
|
1407
|
+
/** URL for the graphical user interface */
|
|
1408
|
+
guiURL?: string | null;
|
|
1409
|
+
/** Date of the last check quota */
|
|
1410
|
+
lastCheck?: string | null;
|
|
1411
|
+
/** Mode of your database */
|
|
1412
|
+
mode?: HostingWebDatabaseModeEnum;
|
|
1413
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
1414
|
+
name?: string;
|
|
1415
|
+
/** The port on where to contact this database */
|
|
1416
|
+
port?: number;
|
|
1417
|
+
/** Space allowed */
|
|
1418
|
+
quotaSize?: ComplexTypeUnitAndValueDouble;
|
|
1419
|
+
/** Space used */
|
|
1420
|
+
quotaUsed?: ComplexTypeUnitAndValueDouble;
|
|
1421
|
+
/** Your database server name */
|
|
1422
|
+
server?: string | null;
|
|
1423
|
+
/** Database state */
|
|
1424
|
+
state?: HostingWebDatabaseStateEnum;
|
|
1425
|
+
/** The database status */
|
|
1426
|
+
status?: HostingWebDatabaseStatusEnum;
|
|
1427
|
+
/** The task ID working on this database */
|
|
1428
|
+
taskId?: number | null;
|
|
1429
|
+
/** Type of your database */
|
|
1430
|
+
type?: HostingWebDatabaseDatabaseTypeEnum;
|
|
1431
|
+
/** Database user name */
|
|
1432
|
+
user?: string;
|
|
1433
|
+
/** Database version following the database type */
|
|
1434
|
+
version?: HostingWebDatabaseVersionEnum;
|
|
1435
|
+
/** Indicates the current support state of your database version */
|
|
1436
|
+
versionSupport?: HostingWebDatabaseSupportedVersionEnum;
|
|
1437
|
+
}
|
|
1438
|
+
export declare const HostingWebDatabase: S.Schema<HostingWebDatabase>;
|
|
1439
|
+
export interface GetHostingWebDatabaseCapabilitiesRequest {
|
|
1440
|
+
/** The internal name of your hosting */
|
|
1441
|
+
serviceName: string;
|
|
1442
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
1443
|
+
name: string;
|
|
1444
|
+
}
|
|
1445
|
+
export declare const GetHostingWebDatabaseCapabilitiesRequest: S.Schema<GetHostingWebDatabaseCapabilitiesRequest>;
|
|
1446
|
+
/** Struct which describe available features for a database */
|
|
1447
|
+
export interface HostingWebDatabaseDatabaseCapabilities {
|
|
1448
|
+
/** Availability of the changePassword function */
|
|
1449
|
+
changePassword?: boolean;
|
|
1450
|
+
/** Availability of the changeRight function */
|
|
1451
|
+
changeRight?: boolean;
|
|
1452
|
+
/** Availability of the delete function */
|
|
1453
|
+
delete?: boolean;
|
|
1454
|
+
/** Availability of the dump function */
|
|
1455
|
+
dump?: boolean;
|
|
1456
|
+
/** Availability of the getQuota function */
|
|
1457
|
+
getQuota?: boolean;
|
|
1458
|
+
/** Availability of the getQuota function */
|
|
1459
|
+
getRight?: boolean;
|
|
1460
|
+
/** URL of the database management tool */
|
|
1461
|
+
guiURL?: string;
|
|
1462
|
+
/** Availability of the optimize function */
|
|
1463
|
+
optimize?: boolean;
|
|
1464
|
+
/** Availability of the restore function */
|
|
1465
|
+
restore?: boolean;
|
|
1466
|
+
}
|
|
1467
|
+
export declare const HostingWebDatabaseDatabaseCapabilities: S.Schema<HostingWebDatabaseDatabaseCapabilities>;
|
|
1468
|
+
export interface GetHostingWebDatabaseCopyRequest {
|
|
1469
|
+
/** The internal name of your hosting */
|
|
1470
|
+
serviceName: string;
|
|
1471
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
1472
|
+
name: string;
|
|
1473
|
+
/** Copy id */
|
|
1474
|
+
id: string;
|
|
1475
|
+
}
|
|
1476
|
+
export declare const GetHostingWebDatabaseCopyRequest: S.Schema<GetHostingWebDatabaseCopyRequest>;
|
|
1477
|
+
export interface GetHostingWebDatabaseDumpRequest {
|
|
1478
|
+
/** The internal name of your hosting */
|
|
1479
|
+
serviceName: string;
|
|
1480
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
1481
|
+
name: string;
|
|
1482
|
+
/** Dump id */
|
|
1483
|
+
id: number;
|
|
1484
|
+
}
|
|
1485
|
+
export declare const GetHostingWebDatabaseDumpRequest: S.Schema<GetHostingWebDatabaseDumpRequest>;
|
|
1486
|
+
/** Database dump status */
|
|
1487
|
+
export type HostingWebDatabaseDumpStatusEnum = "created" | "creating" | "deleting";
|
|
1488
|
+
export declare const HostingWebDatabaseDumpStatusEnum: any;
|
|
1489
|
+
/** Dump */
|
|
1490
|
+
export interface HostingWebDatabaseDump {
|
|
1491
|
+
/** Creation date of the dump */
|
|
1492
|
+
creationDate?: string;
|
|
1493
|
+
/** Automatic deletion date of the dump */
|
|
1494
|
+
deletionDate?: string;
|
|
1495
|
+
/** Dump id */
|
|
1496
|
+
id?: number;
|
|
1497
|
+
/** The dump status */
|
|
1498
|
+
status?: HostingWebDatabaseDumpStatusEnum;
|
|
1499
|
+
/** The task ID working on this dump */
|
|
1500
|
+
taskId?: number | null;
|
|
1501
|
+
/** Dump type */
|
|
1502
|
+
type?: HostingWebDatabaseDumpDateEnum;
|
|
1503
|
+
/** Dump url access */
|
|
1504
|
+
url?: string | null;
|
|
1505
|
+
}
|
|
1506
|
+
export declare const HostingWebDatabaseDump: S.Schema<HostingWebDatabaseDump>;
|
|
1507
|
+
export interface GetHostingWebDumpRequest {
|
|
1508
|
+
/** The internal name of your hosting */
|
|
1509
|
+
serviceName: string;
|
|
1510
|
+
/** Dump id */
|
|
1511
|
+
id: number;
|
|
1512
|
+
}
|
|
1513
|
+
export declare const GetHostingWebDumpRequest: S.Schema<GetHostingWebDumpRequest>;
|
|
1514
|
+
/** Dump */
|
|
1515
|
+
export interface HostingWebDump {
|
|
1516
|
+
/** Creation date of the dump */
|
|
1517
|
+
creationDate?: string;
|
|
1518
|
+
/** Source database name */
|
|
1519
|
+
databaseName?: string;
|
|
1520
|
+
/** Automatic deletion date of the dump */
|
|
1521
|
+
deletionDate?: string;
|
|
1522
|
+
/** Dump id */
|
|
1523
|
+
id?: number;
|
|
1524
|
+
/** If source database was deleted */
|
|
1525
|
+
orphan?: boolean;
|
|
1526
|
+
/** The dump status */
|
|
1527
|
+
status?: HostingWebDatabaseDumpStatusEnum;
|
|
1528
|
+
/** The task ID working on this dump */
|
|
1529
|
+
taskId?: number | null;
|
|
1530
|
+
/** Dump type */
|
|
1531
|
+
type?: HostingWebDatabaseDumpDateEnum;
|
|
1532
|
+
/** Dump url access */
|
|
1533
|
+
url?: string | null;
|
|
1534
|
+
}
|
|
1535
|
+
export declare const HostingWebDump: S.Schema<HostingWebDump>;
|
|
1536
|
+
export interface GetHostingWebEmailRequest {
|
|
1537
|
+
/** The internal name of your hosting */
|
|
1538
|
+
serviceName: string;
|
|
1539
|
+
}
|
|
1540
|
+
export declare const GetHostingWebEmailRequest: S.Schema<GetHostingWebEmailRequest>;
|
|
1541
|
+
/** Mail state enum */
|
|
1542
|
+
export type HostingWebMailStateEnum = "bounce" | "force" | "ko" | "ok" | "purging" | "spam";
|
|
1543
|
+
export declare const HostingWebMailStateEnum: any;
|
|
1544
|
+
/** Hosting automated emails */
|
|
1545
|
+
export interface HostingWebEmail {
|
|
1546
|
+
/** Bounce */
|
|
1547
|
+
bounce?: number;
|
|
1548
|
+
/** Email used to receive errors */
|
|
1549
|
+
email?: string | null;
|
|
1550
|
+
/** Max email to sent per day */
|
|
1551
|
+
maxPerDay?: number;
|
|
1552
|
+
/** Email sent since hosting creation */
|
|
1553
|
+
sent?: number;
|
|
1554
|
+
/** Email sent today */
|
|
1555
|
+
sentToday?: number;
|
|
1556
|
+
/** Email state */
|
|
1557
|
+
state?: HostingWebMailStateEnum;
|
|
1558
|
+
}
|
|
1559
|
+
export declare const HostingWebEmail: S.Schema<HostingWebEmail>;
|
|
1560
|
+
export interface GetHostingWebEmailOptionRequest {
|
|
1561
|
+
/** The internal name of your hosting */
|
|
1562
|
+
serviceName: string;
|
|
1563
|
+
/** Id of the object */
|
|
1564
|
+
id: number;
|
|
1565
|
+
}
|
|
1566
|
+
export declare const GetHostingWebEmailOptionRequest: S.Schema<GetHostingWebEmailOptionRequest>;
|
|
1567
|
+
/** Mail service linked to webhosting */
|
|
1568
|
+
export interface HostingWebEmailoption {
|
|
1569
|
+
/** Creation date */
|
|
1570
|
+
creationDate?: string;
|
|
1571
|
+
/** Email service domain */
|
|
1572
|
+
domain?: string;
|
|
1573
|
+
/** Account id */
|
|
1574
|
+
id?: number;
|
|
1575
|
+
}
|
|
1576
|
+
export declare const HostingWebEmailoption: S.Schema<HostingWebEmailoption>;
|
|
1577
|
+
export interface GetHostingWebEmailOptionServiceInfosRequest {
|
|
1578
|
+
/** The internal name of your hosting */
|
|
1579
|
+
serviceName: string;
|
|
1580
|
+
/** Id of the object */
|
|
1581
|
+
id: number;
|
|
1582
|
+
}
|
|
1583
|
+
export declare const GetHostingWebEmailOptionServiceInfosRequest: S.Schema<GetHostingWebEmailOptionServiceInfosRequest>;
|
|
1584
|
+
export interface GetHostingWebEnvVarRequest {
|
|
1585
|
+
/** Service name */
|
|
1586
|
+
serviceName: string;
|
|
1587
|
+
/** Key */
|
|
1588
|
+
key: string;
|
|
1589
|
+
}
|
|
1590
|
+
export declare const GetHostingWebEnvVarRequest: S.Schema<GetHostingWebEnvVarRequest>;
|
|
1591
|
+
/** EnvVar status */
|
|
1592
|
+
export type HostingWebEnvVarStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
1593
|
+
export declare const HostingWebEnvVarStatusEnum: any;
|
|
1594
|
+
/** Environment variables set into your webhosting account */
|
|
1595
|
+
export interface HostingWebEnvVar {
|
|
1596
|
+
/** Name of the variable */
|
|
1597
|
+
key?: string;
|
|
1598
|
+
/** The environnement variable status */
|
|
1599
|
+
status?: HostingWebEnvVarStatusEnum;
|
|
1600
|
+
/** The task ID working on this variable */
|
|
1601
|
+
taskId?: number | null;
|
|
1602
|
+
/** Type of variable set */
|
|
1603
|
+
type?: HostingWebEnvVarTypeEnum;
|
|
1604
|
+
/** Value of the variable */
|
|
1605
|
+
value?: string;
|
|
1606
|
+
}
|
|
1607
|
+
export declare const HostingWebEnvVar: S.Schema<HostingWebEnvVar>;
|
|
1608
|
+
export interface GetHostingWebExtraSqlPersoRequest {
|
|
1609
|
+
/** The internal name of your hosting */
|
|
1610
|
+
serviceName: string;
|
|
1611
|
+
/** The extraSqlPerso option name */
|
|
1612
|
+
name: string;
|
|
1613
|
+
}
|
|
1614
|
+
export declare const GetHostingWebExtraSqlPersoRequest: S.Schema<GetHostingWebExtraSqlPersoRequest>;
|
|
1615
|
+
/** Linked databases */
|
|
1616
|
+
export type HostingWebExtrasqlpersoUsageList = Array<string>;
|
|
1617
|
+
export declare const HostingWebExtrasqlpersoUsageList: S.Schema<HostingWebExtrasqlpersoUsageList>;
|
|
1618
|
+
/** Sqlperso service */
|
|
1619
|
+
export interface HostingWebExtrasqlperso {
|
|
1620
|
+
/** Number of database allowed by this option */
|
|
1621
|
+
database?: number;
|
|
1622
|
+
/** The extraSqlPerso option name */
|
|
1623
|
+
name?: string;
|
|
1624
|
+
/** Quota size allowed per each database by this option */
|
|
1625
|
+
size?: ComplexTypeUnitAndValueDouble;
|
|
1626
|
+
/** The extraSqlPerso option status */
|
|
1627
|
+
status?: string;
|
|
1628
|
+
/** The task ID working on this extraSqlPerso */
|
|
1629
|
+
taskId?: number | null;
|
|
1630
|
+
/** Linked databases */
|
|
1631
|
+
usage?: HostingWebExtrasqlpersoUsageList;
|
|
1632
|
+
}
|
|
1633
|
+
export declare const HostingWebExtrasqlperso: S.Schema<HostingWebExtrasqlperso>;
|
|
1634
|
+
export interface GetHostingWebExtraSqlPersoServiceInfosRequest {
|
|
1635
|
+
/** The internal name of your hosting */
|
|
1636
|
+
serviceName: string;
|
|
1637
|
+
/** The extraSqlPerso option name */
|
|
1638
|
+
name: string;
|
|
1639
|
+
}
|
|
1640
|
+
export declare const GetHostingWebExtraSqlPersoServiceInfosRequest: S.Schema<GetHostingWebExtraSqlPersoServiceInfosRequest>;
|
|
1641
|
+
export interface GetHostingWebIndyRequest {
|
|
1642
|
+
/** The internal name of your hosting */
|
|
1643
|
+
serviceName: string;
|
|
1644
|
+
/** Login of the multidomain independent user */
|
|
1645
|
+
login: string;
|
|
1646
|
+
}
|
|
1647
|
+
export declare const GetHostingWebIndyRequest: S.Schema<GetHostingWebIndyRequest>;
|
|
1648
|
+
/** AttachedDomain IDs linked to this multidomain */
|
|
1649
|
+
export type HostingWebIndyAttachedDomainsList = Array<string>;
|
|
1650
|
+
export declare const HostingWebIndyAttachedDomainsList: S.Schema<HostingWebIndyAttachedDomainsList>;
|
|
1651
|
+
/** Account's state */
|
|
1652
|
+
export type HostingWebUserStateEnum = "off" | "rw";
|
|
1653
|
+
export declare const HostingWebUserStateEnum: any;
|
|
1654
|
+
/** Hosting indys */
|
|
1655
|
+
export interface HostingWebIndy {
|
|
1656
|
+
/** AttachedDomain IDs linked to this multidomain */
|
|
1657
|
+
attachedDomains?: HostingWebIndyAttachedDomainsList;
|
|
1658
|
+
/** Home directory */
|
|
1659
|
+
home?: string;
|
|
1660
|
+
/** Login of the multidomain independent user */
|
|
1661
|
+
login?: string;
|
|
1662
|
+
/** User status */
|
|
1663
|
+
state?: HostingWebUserStateEnum;
|
|
1664
|
+
}
|
|
1665
|
+
export declare const HostingWebIndy: S.Schema<HostingWebIndy>;
|
|
1666
|
+
export interface GetHostingWebKeySshRequest {
|
|
1667
|
+
/** Service name */
|
|
1668
|
+
serviceName: string;
|
|
1669
|
+
}
|
|
1670
|
+
export declare const GetHostingWebKeySshRequest: S.Schema<GetHostingWebKeySshRequest>;
|
|
1671
|
+
export interface GetHostingWebLocalSeoAccountRequest {
|
|
1672
|
+
/** The internal name of your hosting */
|
|
1673
|
+
serviceName: string;
|
|
1674
|
+
/** Account id */
|
|
1675
|
+
id: number;
|
|
1676
|
+
}
|
|
1677
|
+
export declare const GetHostingWebLocalSeoAccountRequest: S.Schema<GetHostingWebLocalSeoAccountRequest>;
|
|
1678
|
+
/** Account status */
|
|
1679
|
+
export type HostingWebLocalSeoAccountStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
1680
|
+
export declare const HostingWebLocalSeoAccountStatusEnum: any;
|
|
1681
|
+
/** Local SEO accounts */
|
|
1682
|
+
export interface HostingWebLocalSeoAccount {
|
|
1683
|
+
/** Date of creation of the account */
|
|
1684
|
+
creationDate?: string;
|
|
1685
|
+
/** Email address associated to the account */
|
|
1686
|
+
email?: string;
|
|
1687
|
+
/** Account id */
|
|
1688
|
+
id?: number;
|
|
1689
|
+
/** Date of the last account's update */
|
|
1690
|
+
lastUpdate?: string;
|
|
1691
|
+
/** Current status of the account */
|
|
1692
|
+
status?: HostingWebLocalSeoAccountStatusEnum;
|
|
1693
|
+
/** Running task associated to the account */
|
|
1694
|
+
taskId?: number | null;
|
|
1695
|
+
}
|
|
1696
|
+
export declare const HostingWebLocalSeoAccount: S.Schema<HostingWebLocalSeoAccount>;
|
|
1697
|
+
export interface GetHostingWebLocalSeoEmailAvailabilityRequest {
|
|
1698
|
+
/** The email address to check */
|
|
1699
|
+
email: string;
|
|
1700
|
+
}
|
|
1701
|
+
export declare const GetHostingWebLocalSeoEmailAvailabilityRequest: S.Schema<GetHostingWebLocalSeoEmailAvailabilityRequest>;
|
|
1702
|
+
/** Availability of an email address for a local SEO order */
|
|
1703
|
+
export type HostingWebLocalSeoAccountEmailAvailabilityEnum = "available" | "merge" | "nic" | "taken";
|
|
1704
|
+
export declare const HostingWebLocalSeoAccountEmailAvailabilityEnum: any;
|
|
1705
|
+
/** Struct describing the availability of an email address for a local SEO order */
|
|
1706
|
+
export interface HostingWebLocalSeoEmailAvailability {
|
|
1707
|
+
/** Availability of the email address */
|
|
1708
|
+
availability?: HostingWebLocalSeoAccountEmailAvailabilityEnum;
|
|
1709
|
+
/** Hosting on which the email address is used */
|
|
1710
|
+
serviceName?: string | null;
|
|
1711
|
+
}
|
|
1712
|
+
export declare const HostingWebLocalSeoEmailAvailability: S.Schema<HostingWebLocalSeoEmailAvailability>;
|
|
1713
|
+
export interface GetHostingWebLocalSeoEmailAvailabilityRequest2 {
|
|
1714
|
+
/** The internal name of your hosting */
|
|
1715
|
+
serviceName: string;
|
|
1716
|
+
/** The email address to check */
|
|
1717
|
+
email: string;
|
|
1718
|
+
}
|
|
1719
|
+
export declare const GetHostingWebLocalSeoEmailAvailabilityRequest2: S.Schema<GetHostingWebLocalSeoEmailAvailabilityRequest2>;
|
|
1720
|
+
export interface GetHostingWebLocalSeoLocationRequest {
|
|
1721
|
+
/** The internal name of your hosting */
|
|
1722
|
+
serviceName: string;
|
|
1723
|
+
/** Location id */
|
|
1724
|
+
id: number;
|
|
1725
|
+
}
|
|
1726
|
+
export declare const GetHostingWebLocalSeoLocationRequest: S.Schema<GetHostingWebLocalSeoLocationRequest>;
|
|
1727
|
+
/** Location offer */
|
|
1728
|
+
export type HostingWebLocalSeoLocationOfferEnum = "normal";
|
|
1729
|
+
export declare const HostingWebLocalSeoLocationOfferEnum: any;
|
|
1730
|
+
/** Location status */
|
|
1731
|
+
export type HostingWebLocalSeoLocationStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
1732
|
+
export declare const HostingWebLocalSeoLocationStatusEnum: any;
|
|
1733
|
+
/** Local SEO locations */
|
|
1734
|
+
export interface HostingWebLocalSeoLocation {
|
|
1735
|
+
/** Account id */
|
|
1736
|
+
accountId?: number | null;
|
|
1737
|
+
/** Address of the location */
|
|
1738
|
+
address?: string | null;
|
|
1739
|
+
/** Country of the location */
|
|
1740
|
+
country?: HostingWebLocalSeoLocationCountryEnum;
|
|
1741
|
+
/** Date of the installation of the location */
|
|
1742
|
+
creationDate?: string;
|
|
1743
|
+
/** Location id */
|
|
1744
|
+
id?: number;
|
|
1745
|
+
/** Date of the last location's update */
|
|
1746
|
+
lastUpdate?: string;
|
|
1747
|
+
/** Name of the location */
|
|
1748
|
+
name?: string | null;
|
|
1749
|
+
/** Local SEO offer for this location */
|
|
1750
|
+
offer?: HostingWebLocalSeoLocationOfferEnum;
|
|
1751
|
+
/** Current status of the location */
|
|
1752
|
+
status?: HostingWebLocalSeoLocationStatusEnum;
|
|
1753
|
+
/** Running task associated to the location */
|
|
1754
|
+
taskId?: number | null;
|
|
1755
|
+
}
|
|
1756
|
+
export declare const HostingWebLocalSeoLocation: S.Schema<HostingWebLocalSeoLocation>;
|
|
1757
|
+
export interface GetHostingWebLocalSeoLocationServiceInfosRequest {
|
|
1758
|
+
/** The internal name of your hosting */
|
|
1759
|
+
serviceName: string;
|
|
1760
|
+
/** Location id */
|
|
1761
|
+
id: number;
|
|
1762
|
+
}
|
|
1763
|
+
export declare const GetHostingWebLocalSeoLocationServiceInfosRequest: S.Schema<GetHostingWebLocalSeoLocationServiceInfosRequest>;
|
|
1764
|
+
export interface GetHostingWebMetricsTokenRequest {
|
|
1765
|
+
/** Service name */
|
|
1766
|
+
serviceName: string;
|
|
1767
|
+
}
|
|
1768
|
+
export declare const GetHostingWebMetricsTokenRequest: S.Schema<GetHostingWebMetricsTokenRequest>;
|
|
1769
|
+
/** Metrics token */
|
|
1770
|
+
export interface HostingWebMetricsToken {
|
|
1771
|
+
/** Backend url */
|
|
1772
|
+
endpoint?: string;
|
|
1773
|
+
/** Token expiration date */
|
|
1774
|
+
expiry?: string;
|
|
1775
|
+
/** Generated token */
|
|
1776
|
+
token?: string;
|
|
1777
|
+
}
|
|
1778
|
+
export declare const HostingWebMetricsToken: S.Schema<HostingWebMetricsToken>;
|
|
1779
|
+
export interface GetHostingWebModuleRequest {
|
|
1780
|
+
/** The internal name of your hosting */
|
|
1781
|
+
serviceName: string;
|
|
1782
|
+
/** Installation ID */
|
|
1783
|
+
id: number;
|
|
1784
|
+
}
|
|
1785
|
+
export declare const GetHostingWebModuleRequest: S.Schema<GetHostingWebModuleRequest>;
|
|
1786
|
+
/** The dependencies to which the module has access. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
1787
|
+
export type HostingWebModuleDependenciesList = Array<HostingWebModuleDependencyType>;
|
|
1788
|
+
export declare const HostingWebModuleDependenciesList: S.Schema<HostingWebModuleDependenciesList>;
|
|
1789
|
+
/** Module status */
|
|
1790
|
+
export type HostingWebModuleStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
1791
|
+
export declare const HostingWebModuleStatusEnum: any;
|
|
1792
|
+
/** Hosting modules installed */
|
|
1793
|
+
export interface HostingWebModule {
|
|
1794
|
+
/** The admin folder, relative to the module's installation path */
|
|
1795
|
+
adminFolder?: string;
|
|
1796
|
+
/** Login for the admin account */
|
|
1797
|
+
adminName?: string;
|
|
1798
|
+
/** Date of the installation of the module */
|
|
1799
|
+
creationDate?: string;
|
|
1800
|
+
/** The dependencies to which the module has access. A dependency can be a standard database (like MySQL or PostgreSQL) or a key-value store (like Redis or Memcached) for example */
|
|
1801
|
+
dependencies?: HostingWebModuleDependenciesList;
|
|
1802
|
+
/** Installation ID */
|
|
1803
|
+
id?: number;
|
|
1804
|
+
/** The language of the module */
|
|
1805
|
+
language?: HostingWebModuleLanguageEnum;
|
|
1806
|
+
/** Date of the last module's upgrade */
|
|
1807
|
+
lastUpdate?: string;
|
|
1808
|
+
/** ID of the module associated with this installation */
|
|
1809
|
+
moduleId?: number;
|
|
1810
|
+
/** Where the module is installed, relative to your home directory */
|
|
1811
|
+
path?: string;
|
|
1812
|
+
/** The module status */
|
|
1813
|
+
status?: HostingWebModuleStatusEnum;
|
|
1814
|
+
/** The URL from where your module can be reached */
|
|
1815
|
+
targetUrl?: string;
|
|
1816
|
+
/** The task ID working on this module */
|
|
1817
|
+
taskId?: number | null;
|
|
1818
|
+
}
|
|
1819
|
+
export declare const HostingWebModule: S.Schema<HostingWebModule>;
|
|
1820
|
+
export interface GetHostingWebModuleListRequest {
|
|
1821
|
+
/** The ID of the module */
|
|
1822
|
+
id: number;
|
|
1823
|
+
}
|
|
1824
|
+
export declare const GetHostingWebModuleListRequest: S.Schema<GetHostingWebModuleListRequest>;
|
|
1825
|
+
/** The type of the admin name */
|
|
1826
|
+
export type HostingWebModuleAdminNameTypeEnum = "email" | "string";
|
|
1827
|
+
export declare const HostingWebModuleAdminNameTypeEnum: any;
|
|
1828
|
+
/** Branch enum */
|
|
1829
|
+
export type HostingWebModuleBranchEnum = "old" | "stable" | "testing";
|
|
1830
|
+
export declare const HostingWebModuleBranchEnum: any;
|
|
1831
|
+
/** The keywords for this module */
|
|
1832
|
+
export type HostingWebModuleListKeywordsList = Array<string>;
|
|
1833
|
+
export declare const HostingWebModuleListKeywordsList: S.Schema<HostingWebModuleListKeywordsList>;
|
|
1834
|
+
/** All available languages for this module */
|
|
1835
|
+
export type HostingWebModuleListLanguageList = Array<HostingWebModuleLanguageEnum>;
|
|
1836
|
+
export declare const HostingWebModuleListLanguageList: S.Schema<HostingWebModuleListLanguageList>;
|
|
1837
|
+
/** A numeric value tagged with its unit */
|
|
1838
|
+
export interface ComplexTypeUnitAndValueString {
|
|
1839
|
+
/** Unit of the value */
|
|
1840
|
+
unit?: string;
|
|
1841
|
+
value?: string;
|
|
1842
|
+
}
|
|
1843
|
+
export declare const ComplexTypeUnitAndValueString: S.Schema<ComplexTypeUnitAndValueString>;
|
|
1844
|
+
/** The IDs of the module you can upgrade to */
|
|
1845
|
+
export type HostingWebModuleListUpgradeFromList = Array<number>;
|
|
1846
|
+
export declare const HostingWebModuleListUpgradeFromList: S.Schema<HostingWebModuleListUpgradeFromList>;
|
|
1847
|
+
/** A module specifically packaged by OVH */
|
|
1848
|
+
export interface HostingWebModuleList {
|
|
1849
|
+
/** Is the module available? */
|
|
1850
|
+
active?: boolean;
|
|
1851
|
+
/** The type of the admin name */
|
|
1852
|
+
adminNameType?: HostingWebModuleAdminNameTypeEnum;
|
|
1853
|
+
/** The packager of this module for OVH */
|
|
1854
|
+
author?: string;
|
|
1855
|
+
/** The branch of the module */
|
|
1856
|
+
branch?: HostingWebModuleBranchEnum;
|
|
1857
|
+
/** The ID of the module */
|
|
1858
|
+
id?: number;
|
|
1859
|
+
/** The keywords for this module */
|
|
1860
|
+
keywords?: HostingWebModuleListKeywordsList;
|
|
1861
|
+
/** All available languages for this module */
|
|
1862
|
+
language?: HostingWebModuleListLanguageList;
|
|
1863
|
+
/** Minimal language version required to run this module */
|
|
1864
|
+
languageRequirement?: ComplexTypeUnitAndValueString;
|
|
1865
|
+
/** Is this the latest version available? */
|
|
1866
|
+
latest?: boolean;
|
|
1867
|
+
/** The name of the module */
|
|
1868
|
+
name?: string;
|
|
1869
|
+
/** Size of the module */
|
|
1870
|
+
size?: ComplexTypeUnitAndValueDouble;
|
|
1871
|
+
/** The IDs of the module you can upgrade to */
|
|
1872
|
+
upgradeFrom?: HostingWebModuleListUpgradeFromList;
|
|
1873
|
+
/** The version of the module */
|
|
1874
|
+
version?: string;
|
|
1875
|
+
}
|
|
1876
|
+
export declare const HostingWebModuleList: S.Schema<HostingWebModuleList>;
|
|
1877
|
+
export interface GetHostingWebOfferCapabilitiesRequest {
|
|
1878
|
+
/** Describe offer capabilities */
|
|
1879
|
+
offer: HostingWebOfferCapabilitiesEnum | (string & {});
|
|
1880
|
+
}
|
|
1881
|
+
export declare const GetHostingWebOfferCapabilitiesRequest: S.Schema<GetHostingWebOfferCapabilitiesRequest>;
|
|
1882
|
+
/** Database software available on this platform */
|
|
1883
|
+
export type HostingWebDatabaseCreationDatabaseCapabilitiesEnginesList = Array<HostingWebDatabaseDatabaseTypeEnum>;
|
|
1884
|
+
export declare const HostingWebDatabaseCreationDatabaseCapabilitiesEnginesList: S.Schema<HostingWebDatabaseCreationDatabaseCapabilitiesEnginesList>;
|
|
1885
|
+
/** Database Isolation enum */
|
|
1886
|
+
export type HostingWebDatabaseDatabaseIsolationEnum = "dedicated" | "local" | "shared";
|
|
1887
|
+
export declare const HostingWebDatabaseDatabaseIsolationEnum: any;
|
|
1888
|
+
/** A numeric value tagged with its unit */
|
|
1889
|
+
export type ComplexTypeUnitAndValueLong = ComplexTypeUnitAndValueDouble;
|
|
1890
|
+
export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueDouble>;
|
|
1891
|
+
/** Struct which describs quota and available for a specific type of database */
|
|
1892
|
+
export interface HostingWebDatabaseCreationDatabaseCapabilities {
|
|
1893
|
+
/** Number of database left for creation */
|
|
1894
|
+
available?: number;
|
|
1895
|
+
/** Database software available on this platform */
|
|
1896
|
+
engines?: HostingWebDatabaseCreationDatabaseCapabilitiesEnginesList;
|
|
1897
|
+
/** Technology use to isolate differents webhosting accounts */
|
|
1898
|
+
isolation?: HostingWebDatabaseDatabaseIsolationEnum;
|
|
1899
|
+
/** Size of data can be used */
|
|
1900
|
+
quota?: ComplexTypeUnitAndValueDouble;
|
|
1901
|
+
/** Database offer name */
|
|
1902
|
+
type?: HostingWebDatabaseDatabaseCapabilitiesTypeEnum;
|
|
1903
|
+
}
|
|
1904
|
+
export declare const HostingWebDatabaseCreationDatabaseCapabilities: S.Schema<HostingWebDatabaseCreationDatabaseCapabilities>;
|
|
1905
|
+
/** Describe all databases type you can have */
|
|
1906
|
+
export type HostingWebCapabilitiesDatabasesList = Array<HostingWebDatabaseCreationDatabaseCapabilities>;
|
|
1907
|
+
export declare const HostingWebCapabilitiesDatabasesList: S.Schema<HostingWebCapabilitiesDatabasesList>;
|
|
1908
|
+
/** Disk type available */
|
|
1909
|
+
export type HostingWebDiskTypeEnum = "HDD" | "SSD";
|
|
1910
|
+
export declare const HostingWebDiskTypeEnum: any;
|
|
1911
|
+
/** Disk properties (size and type of disk) */
|
|
1912
|
+
export interface HostingWebDiskType {
|
|
1913
|
+
/** Type of the disk */
|
|
1914
|
+
type?: HostingWebDiskTypeEnum;
|
|
1915
|
+
/** Unit for disk size */
|
|
1916
|
+
unit?: string;
|
|
1917
|
+
/** Size of the disk */
|
|
1918
|
+
value?: number;
|
|
1919
|
+
}
|
|
1920
|
+
export declare const HostingWebDiskType: S.Schema<HostingWebDiskType>;
|
|
1921
|
+
/** Struct which describes mail offer available and his quota */
|
|
1922
|
+
export interface HostingWebCreationEmailCapabilities {
|
|
1923
|
+
/** Number of email available for creation */
|
|
1924
|
+
available?: number;
|
|
1925
|
+
/** Email account capacity */
|
|
1926
|
+
quota?: ComplexTypeUnitAndValueDouble;
|
|
1927
|
+
}
|
|
1928
|
+
export declare const HostingWebCreationEmailCapabilities: S.Schema<HostingWebCreationEmailCapabilities>;
|
|
1929
|
+
/** Highlight tips for offer */
|
|
1930
|
+
export type HostingWebHighLightEnum = "best-seller" | "new";
|
|
1931
|
+
export declare const HostingWebHighLightEnum: any;
|
|
1932
|
+
/** Different NodeJs versions available */
|
|
1933
|
+
export type HostingWebNodejsVersionAvailableEnum = "nodejs-10" | "nodejs-11" | "nodejs-12" | "nodejs-8" | "nodejs-9";
|
|
1934
|
+
export declare const HostingWebNodejsVersionAvailableEnum: any;
|
|
1935
|
+
/** NodeJS versions */
|
|
1936
|
+
export type HostingWebCronLanguageAvailableNodejsList = Array<HostingWebNodejsVersionAvailableEnum>;
|
|
1937
|
+
export declare const HostingWebCronLanguageAvailableNodejsList: S.Schema<HostingWebCronLanguageAvailableNodejsList>;
|
|
1938
|
+
/** Different PHP versions available */
|
|
1939
|
+
export type HostingWebPhpVersionAvailableEnum = "phpfpm-5.6" | "phpfpm-7.0" | "phpfpm-7.1" | "phpfpm-7.2" | "phpfpm-7.3" | "phpfpm-7.4" | "phpfpm-8.0" | "phpfpm-8.1" | "phpfpm-8.2" | "phpfpm-8.3" | "phpfpm-8.4";
|
|
1940
|
+
export declare const HostingWebPhpVersionAvailableEnum: any;
|
|
1941
|
+
/** Php versions */
|
|
1942
|
+
export type HostingWebCronLanguageAvailablePhpList = Array<HostingWebPhpVersionAvailableEnum>;
|
|
1943
|
+
export declare const HostingWebCronLanguageAvailablePhpList: S.Schema<HostingWebCronLanguageAvailablePhpList>;
|
|
1944
|
+
/** Different Python versions available */
|
|
1945
|
+
export type HostingWebPythonVersionAvailableEnum = "python-2" | "python-3";
|
|
1946
|
+
export declare const HostingWebPythonVersionAvailableEnum: any;
|
|
1947
|
+
/** Python versions */
|
|
1948
|
+
export type HostingWebCronLanguageAvailablePythonList = Array<HostingWebPythonVersionAvailableEnum>;
|
|
1949
|
+
export declare const HostingWebCronLanguageAvailablePythonList: S.Schema<HostingWebCronLanguageAvailablePythonList>;
|
|
1950
|
+
/** Different Ruby versions available */
|
|
1951
|
+
export type HostingWebRubyVersionAvailableEnum = "ruby-2.6";
|
|
1952
|
+
export declare const HostingWebRubyVersionAvailableEnum: any;
|
|
1953
|
+
/** Ruby versions */
|
|
1954
|
+
export type HostingWebCronLanguageAvailableRubyList = Array<HostingWebRubyVersionAvailableEnum>;
|
|
1955
|
+
export declare const HostingWebCronLanguageAvailableRubyList: S.Schema<HostingWebCronLanguageAvailableRubyList>;
|
|
1956
|
+
/** Language available for cron script */
|
|
1957
|
+
export interface HostingWebCronLanguageAvailable {
|
|
1958
|
+
/** NodeJS versions */
|
|
1959
|
+
nodejs?: HostingWebCronLanguageAvailableNodejsList;
|
|
1960
|
+
/** Php versions */
|
|
1961
|
+
php?: HostingWebCronLanguageAvailablePhpList;
|
|
1962
|
+
/** Python versions */
|
|
1963
|
+
python?: HostingWebCronLanguageAvailablePythonList;
|
|
1964
|
+
/** Ruby versions */
|
|
1965
|
+
ruby?: HostingWebCronLanguageAvailableRubyList;
|
|
1966
|
+
}
|
|
1967
|
+
export declare const HostingWebCronLanguageAvailable: S.Schema<HostingWebCronLanguageAvailable>;
|
|
1968
|
+
/** Describe all privateDatabases type you can have */
|
|
1969
|
+
export type HostingWebCapabilitiesPrivateDatabasesList = Array<HostingWebDatabaseCreationDatabaseCapabilities>;
|
|
1970
|
+
export declare const HostingWebCapabilitiesPrivateDatabasesList: S.Schema<HostingWebCapabilitiesPrivateDatabasesList>;
|
|
1971
|
+
/** Struct which describs an offer */
|
|
1972
|
+
export interface HostingWebCapabilities {
|
|
1973
|
+
/** Number of domains you can attach to your hosting */
|
|
1974
|
+
attachedDomains?: number;
|
|
1975
|
+
/** Does the offer allow crontab */
|
|
1976
|
+
crontab?: boolean;
|
|
1977
|
+
/** Number of database engines allowed for your hosting */
|
|
1978
|
+
databaseEngines?: number;
|
|
1979
|
+
/** Describe all databases type you can have */
|
|
1980
|
+
databases?: HostingWebCapabilitiesDatabasesList;
|
|
1981
|
+
/** Disk capacity and type available for your hosting ( null for unlimited ) */
|
|
1982
|
+
disk?: HostingWebDiskType | null;
|
|
1983
|
+
/** Describe all email offer you can have */
|
|
1984
|
+
emails?: HostingWebCreationEmailCapabilities;
|
|
1985
|
+
/** Number of environment variables allowed for your hosting */
|
|
1986
|
+
envVars?: number;
|
|
1987
|
+
/** Number of ftp user you can create */
|
|
1988
|
+
extraUsers?: number;
|
|
1989
|
+
/** Does the offer allow access to web files browser? */
|
|
1990
|
+
filesBrowser?: boolean;
|
|
1991
|
+
/** Marketing information about the current offer */
|
|
1992
|
+
highlight?: HostingWebHighLightEnum | null;
|
|
1993
|
+
/** Language available for cron script */
|
|
1994
|
+
languages?: HostingWebCronLanguageAvailable;
|
|
1995
|
+
/** Does the offer allow 1-click modules? */
|
|
1996
|
+
moduleOneClick?: boolean;
|
|
1997
|
+
/** Describe all privateDatabases type you can have */
|
|
1998
|
+
privateDatabases?: HostingWebCapabilitiesPrivateDatabasesList;
|
|
1999
|
+
/** Number of runtimes allowed for your hosting */
|
|
2000
|
+
runtimes?: number;
|
|
2001
|
+
/** Number of sites recommended for your hosting ( -1 for unlimited ) */
|
|
2002
|
+
sitesRecommended?: number | null;
|
|
2003
|
+
/** Does the offer allow SSH access */
|
|
2004
|
+
ssh?: boolean;
|
|
2005
|
+
/** Traffic quota size for your hosting ( null for unlimited ) */
|
|
2006
|
+
traffic?: ComplexTypeUnitAndValueDouble | null;
|
|
2007
|
+
}
|
|
2008
|
+
export declare const HostingWebCapabilities: S.Schema<HostingWebCapabilities>;
|
|
2009
|
+
export interface GetHostingWebOvhConfigRequest {
|
|
2010
|
+
/** The internal name of your hosting */
|
|
2011
|
+
serviceName: string;
|
|
2012
|
+
/** Configuration's id */
|
|
2013
|
+
id: number;
|
|
2014
|
+
}
|
|
2015
|
+
export declare const GetHostingWebOvhConfigRequest: S.Schema<GetHostingWebOvhConfigRequest>;
|
|
2016
|
+
/** Hosting configuration version */
|
|
2017
|
+
export type HostingWebOvhConfigEngineVersionEnum = "4.4" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6" | "7.0" | "7.1" | "7.2" | "7.3" | "7.4" | "8.0" | "8.1" | "8.2" | "8.3" | "8.4" | "AUTO";
|
|
2018
|
+
export declare const HostingWebOvhConfigEngineVersionEnum: any;
|
|
2019
|
+
/** Ovhconfig status */
|
|
2020
|
+
export type HostingWebOvhConfigStatusEnum = "created" | "rollbacking" | "updating";
|
|
2021
|
+
export declare const HostingWebOvhConfigStatusEnum: any;
|
|
2022
|
+
/** Virtual service */
|
|
2023
|
+
export interface HostingWebOvhConfig {
|
|
2024
|
+
/** Container to run this website */
|
|
2025
|
+
container?: string;
|
|
2026
|
+
/** When ovhconfig was created, or found for the first time, on the hosting servers */
|
|
2027
|
+
creationDate?: string;
|
|
2028
|
+
/** Version of engine you want */
|
|
2029
|
+
engineName?: HostingWebOvhConfigEngineNameEnum;
|
|
2030
|
+
/** Name of engine you want */
|
|
2031
|
+
engineVersion?: HostingWebOvhConfigEngineVersionEnum;
|
|
2032
|
+
/** Environment configuration you want */
|
|
2033
|
+
environment?: HostingWebOvhConfigEnvironmentEnum;
|
|
2034
|
+
/** If .ovhConfig exists */
|
|
2035
|
+
fileExist?: boolean;
|
|
2036
|
+
/** If this configuration is an old configuration */
|
|
2037
|
+
historical?: boolean | null;
|
|
2038
|
+
/** Configuration you want for http firewall */
|
|
2039
|
+
httpFirewall?: HostingWebOvhConfigHttpFirewallEnum;
|
|
2040
|
+
/** Configuration's id */
|
|
2041
|
+
id?: number;
|
|
2042
|
+
/** Config path, relative to your home directory */
|
|
2043
|
+
path?: string | null;
|
|
2044
|
+
/** The configuration status */
|
|
2045
|
+
status?: HostingWebOvhConfigStatusEnum;
|
|
2046
|
+
/** The task ID working on this configuration */
|
|
2047
|
+
taskId?: number | null;
|
|
2048
|
+
}
|
|
2049
|
+
export declare const HostingWebOvhConfig: S.Schema<HostingWebOvhConfig>;
|
|
2050
|
+
export interface GetHostingWebOvhConfigRecommendedValuesRequest {
|
|
2051
|
+
/** The internal name of your hosting */
|
|
2052
|
+
serviceName: string;
|
|
2053
|
+
}
|
|
2054
|
+
export declare const GetHostingWebOvhConfigRecommendedValuesRequest: S.Schema<GetHostingWebOvhConfigRecommendedValuesRequest>;
|
|
2055
|
+
/** Struct which recommend default values on ovhConfig file */
|
|
2056
|
+
export interface HostingWebOvhConfigRecommendedValues {
|
|
2057
|
+
/** Container to run this website */
|
|
2058
|
+
container?: HostingWebOvhconfigContainerEnum;
|
|
2059
|
+
/** Engine name */
|
|
2060
|
+
engineName?: HostingWebOvhConfigEngineNameEnum;
|
|
2061
|
+
/** PHP version */
|
|
2062
|
+
engineVersion?: HostingWebOvhConfigAvailableEngineVersionEnum;
|
|
2063
|
+
/** Environment configuration */
|
|
2064
|
+
environment?: HostingWebOvhConfigEnvironmentEnum;
|
|
2065
|
+
/** Configuration for http firewall */
|
|
2066
|
+
httpFirewall?: HostingWebOvhConfigHttpFirewallEnum;
|
|
2067
|
+
}
|
|
2068
|
+
export declare const HostingWebOvhConfigRecommendedValues: S.Schema<HostingWebOvhConfigRecommendedValues>;
|
|
2069
|
+
export interface GetHostingWebOwnLogRequest {
|
|
2070
|
+
/** The internal name of your hosting */
|
|
2071
|
+
serviceName: string;
|
|
2072
|
+
/** Id of the object */
|
|
2073
|
+
id: number;
|
|
2074
|
+
}
|
|
2075
|
+
export declare const GetHostingWebOwnLogRequest: S.Schema<GetHostingWebOwnLogRequest>;
|
|
2076
|
+
/** OwnLogs status */
|
|
2077
|
+
export type HostingWebOwnLogsStatusEnum = "created" | "creating" | "deleting";
|
|
2078
|
+
export declare const HostingWebOwnLogsStatusEnum: any;
|
|
2079
|
+
/** Hosting own logs */
|
|
2080
|
+
export interface HostingWebOwnLogs {
|
|
2081
|
+
/** The ownlogs fqdn available on logs.clusterXX.hosting.ovh.net */
|
|
2082
|
+
fqdn?: string;
|
|
2083
|
+
/** Identifier of this ownLogs */
|
|
2084
|
+
id?: number;
|
|
2085
|
+
/** URL to access this ownLogs logs */
|
|
2086
|
+
logs?: string;
|
|
2087
|
+
/** URL to access this ownLogs stats */
|
|
2088
|
+
stats?: string;
|
|
2089
|
+
/** Status of this ownLogs */
|
|
2090
|
+
status?: HostingWebOwnLogsStatusEnum;
|
|
2091
|
+
/** The task ID working on this ownLogs */
|
|
2092
|
+
taskId?: number | null;
|
|
2093
|
+
}
|
|
2094
|
+
export declare const HostingWebOwnLogs: S.Schema<HostingWebOwnLogs>;
|
|
2095
|
+
export interface GetHostingWebOwnLogUserLogRequest {
|
|
2096
|
+
/** The internal name of your hosting */
|
|
2097
|
+
serviceName: string;
|
|
2098
|
+
/** Id of the object */
|
|
2099
|
+
id: number;
|
|
2100
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
2101
|
+
login: string;
|
|
2102
|
+
}
|
|
2103
|
+
export declare const GetHostingWebOwnLogUserLogRequest: S.Schema<GetHostingWebOwnLogUserLogRequest>;
|
|
2104
|
+
/** UserLogs status */
|
|
2105
|
+
export type HostingWebUserLogsStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
2106
|
+
export declare const HostingWebUserLogsStatusEnum: any;
|
|
2107
|
+
/** Hosting users logs */
|
|
2108
|
+
export interface HostingWebUserLogs {
|
|
2109
|
+
/** Date of the user creation */
|
|
2110
|
+
creationDate?: string;
|
|
2111
|
+
/** Description field for you */
|
|
2112
|
+
description?: string | null;
|
|
2113
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
2114
|
+
login?: string;
|
|
2115
|
+
/** OwnLogs where this userLogs will be enable. Default : main domain ownlogs */
|
|
2116
|
+
ownLogsId?: number | null;
|
|
2117
|
+
/** Status of this userLogs */
|
|
2118
|
+
status?: HostingWebUserLogsStatusEnum;
|
|
2119
|
+
/** The task ID working on this userLogs */
|
|
2120
|
+
taskId?: number | null;
|
|
2121
|
+
}
|
|
2122
|
+
export declare const HostingWebUserLogs: S.Schema<HostingWebUserLogs>;
|
|
2123
|
+
export interface GetHostingWebRuntimeRequest {
|
|
2124
|
+
/** The internal name of your hosting */
|
|
2125
|
+
serviceName: string;
|
|
2126
|
+
/** The runtime configuration ID */
|
|
2127
|
+
id: number;
|
|
2128
|
+
}
|
|
2129
|
+
export declare const GetHostingWebRuntimeRequest: S.Schema<GetHostingWebRuntimeRequest>;
|
|
2130
|
+
/** Runtime state enum */
|
|
2131
|
+
export type HostingWebRuntimeStateEnum = "created" | "creating" | "deleting" | "updating";
|
|
2132
|
+
export declare const HostingWebRuntimeStateEnum: any;
|
|
2133
|
+
/** The runtime configuration of an attached domain for cloud web offer */
|
|
2134
|
+
export interface HostingWebRuntime {
|
|
2135
|
+
/** The client application bootstrap script */
|
|
2136
|
+
appBootstrap?: string | null;
|
|
2137
|
+
/** The client application environment */
|
|
2138
|
+
appEnv?: HostingWebRuntimeEnvEnum;
|
|
2139
|
+
/** The creation date of the runtime configuration */
|
|
2140
|
+
creationDate?: string;
|
|
2141
|
+
/** The runtime configuration ID */
|
|
2142
|
+
id?: number;
|
|
2143
|
+
/** Is the runtime configuration is the one by default for the hosting */
|
|
2144
|
+
isDefault?: boolean;
|
|
2145
|
+
/** Return if the runtime configuration can be deleted */
|
|
2146
|
+
isDeletable?: boolean;
|
|
2147
|
+
/** The last update date of the runtime configuration */
|
|
2148
|
+
lastUpdate?: string;
|
|
2149
|
+
/** The custom display name of the runtime configuration */
|
|
2150
|
+
name?: string | null;
|
|
2151
|
+
/** The client application public directory */
|
|
2152
|
+
publicDir?: string | null;
|
|
2153
|
+
/** The status of the runtime */
|
|
2154
|
+
status?: HostingWebRuntimeStateEnum;
|
|
2155
|
+
/** The link current task for the runtime configuration */
|
|
2156
|
+
taskId?: number | null;
|
|
2157
|
+
/** The backend type of the runtime */
|
|
2158
|
+
type?: HostingWebRuntimeTypeEnum;
|
|
2159
|
+
}
|
|
2160
|
+
export declare const HostingWebRuntime: S.Schema<HostingWebRuntime>;
|
|
2161
|
+
export interface GetHostingWebServiceInfosRequest {
|
|
2162
|
+
/** Service name */
|
|
2163
|
+
serviceName: string;
|
|
2164
|
+
}
|
|
2165
|
+
export declare const GetHostingWebServiceInfosRequest: S.Schema<GetHostingWebServiceInfosRequest>;
|
|
2166
|
+
export interface GetHostingWebTaskRequest {
|
|
2167
|
+
/** Service name */
|
|
2168
|
+
serviceName: string;
|
|
2169
|
+
/** Id */
|
|
2170
|
+
id: number;
|
|
2171
|
+
}
|
|
2172
|
+
export declare const GetHostingWebTaskRequest: S.Schema<GetHostingWebTaskRequest>;
|
|
2173
|
+
export interface GetHostingWebTokenRequest {
|
|
2174
|
+
/** The internal name of your hosting */
|
|
2175
|
+
serviceName: string;
|
|
2176
|
+
}
|
|
2177
|
+
export declare const GetHostingWebTokenRequest: S.Schema<GetHostingWebTokenRequest>;
|
|
2178
|
+
export type GetHostingWebTokenResponse = string;
|
|
2179
|
+
export declare const GetHostingWebTokenResponse: S.Schema<GetHostingWebTokenResponse>;
|
|
2180
|
+
export interface GetHostingWebUserRequest {
|
|
2181
|
+
/** The internal name of your hosting */
|
|
2182
|
+
serviceName: string;
|
|
2183
|
+
/** Login used to connect on FTP and SSH */
|
|
2184
|
+
login: string;
|
|
2185
|
+
}
|
|
2186
|
+
export declare const GetHostingWebUserRequest: S.Schema<GetHostingWebUserRequest>;
|
|
2187
|
+
/** User, url and port of a service */
|
|
2188
|
+
export interface HostingWebUserCredentials {
|
|
2189
|
+
/** Port to use to access to the service */
|
|
2190
|
+
port?: number;
|
|
2191
|
+
/** Url to contact the service */
|
|
2192
|
+
url?: string;
|
|
2193
|
+
/** Login to authentificate you on the service */
|
|
2194
|
+
user?: string;
|
|
2195
|
+
}
|
|
2196
|
+
export declare const HostingWebUserCredentials: S.Schema<HostingWebUserCredentials>;
|
|
2197
|
+
/** Different credentials to manage your service */
|
|
2198
|
+
export interface HostingWebUserServiceCredentials {
|
|
2199
|
+
/** Credentials to manage files by ftp */
|
|
2200
|
+
ftp?: HostingWebUserCredentials;
|
|
2201
|
+
/** Credentials to manage webhosting by ssh */
|
|
2202
|
+
ssh?: HostingWebUserCredentials;
|
|
2203
|
+
}
|
|
2204
|
+
export declare const HostingWebUserServiceCredentials: S.Schema<HostingWebUserServiceCredentials>;
|
|
2205
|
+
/** User status */
|
|
2206
|
+
export type HostingWebUserStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
2207
|
+
export declare const HostingWebUserStatusEnum: any;
|
|
2208
|
+
/** Hosting users */
|
|
2209
|
+
export interface HostingWebUser {
|
|
2210
|
+
/** Home directory */
|
|
2211
|
+
home?: string;
|
|
2212
|
+
/** Is this user primary */
|
|
2213
|
+
isPrimaryAccount?: boolean;
|
|
2214
|
+
/** Login used to connect on FTP and SSH */
|
|
2215
|
+
login?: string;
|
|
2216
|
+
/** Credentials to manage your webhosting */
|
|
2217
|
+
serviceManagementCredentials?: HostingWebUserServiceCredentials;
|
|
2218
|
+
/** User ssh status */
|
|
2219
|
+
sshState?: HostingWebUserSshStateEnum;
|
|
2220
|
+
/** User state */
|
|
2221
|
+
state?: HostingWebUserStateEnum;
|
|
2222
|
+
/** The user status */
|
|
2223
|
+
status?: HostingWebUserStatusEnum;
|
|
2224
|
+
/** The task ID working on this user */
|
|
2225
|
+
taskId?: number | null;
|
|
2226
|
+
}
|
|
2227
|
+
export declare const HostingWebUser: S.Schema<HostingWebUser>;
|
|
2228
|
+
export interface GetHostingWebUserLogsTokenRequest {
|
|
2229
|
+
/** The internal name of your hosting */
|
|
2230
|
+
serviceName: string;
|
|
2231
|
+
/** Specific attached domain to be included in the scope of your token */
|
|
2232
|
+
attachedDomain?: string;
|
|
2233
|
+
/** Whether to limit the use of the token to the remote IPv4 of API caller */
|
|
2234
|
+
remoteCheck?: boolean;
|
|
2235
|
+
/** Expiration of your token (in seconds) */
|
|
2236
|
+
ttl?: number;
|
|
2237
|
+
}
|
|
2238
|
+
export declare const GetHostingWebUserLogsTokenRequest: S.Schema<GetHostingWebUserLogsTokenRequest>;
|
|
2239
|
+
export type GetHostingWebUserLogsTokenResponse = string;
|
|
2240
|
+
export declare const GetHostingWebUserLogsTokenResponse: S.Schema<GetHostingWebUserLogsTokenResponse>;
|
|
2241
|
+
/** Supported VCS platforms */
|
|
2242
|
+
export type HostingWebSupportedVcsEnum = "github";
|
|
2243
|
+
export declare const HostingWebSupportedVcsEnum: any;
|
|
2244
|
+
export interface GetHostingWebVcsWebhooksRequest {
|
|
2245
|
+
/** Service name */
|
|
2246
|
+
serviceName: string;
|
|
2247
|
+
/** Filter on hosting path */
|
|
2248
|
+
path: string;
|
|
2249
|
+
/** Filter on VCS platform */
|
|
2250
|
+
vcs: HostingWebSupportedVcsEnum | (string & {});
|
|
2251
|
+
}
|
|
2252
|
+
export declare const GetHostingWebVcsWebhooksRequest: S.Schema<GetHostingWebVcsWebhooksRequest>;
|
|
2253
|
+
/** VCS webhooks URLs for given hosting and VCS platform */
|
|
2254
|
+
export interface HostingWebVcsWebhooks {
|
|
2255
|
+
/** Webhook URL for push events */
|
|
2256
|
+
push?: string;
|
|
2257
|
+
}
|
|
2258
|
+
export declare const HostingWebVcsWebhooks: S.Schema<HostingWebVcsWebhooks>;
|
|
2259
|
+
export interface GetHostingWebWebsiteRequest {
|
|
2260
|
+
/** Service name */
|
|
2261
|
+
serviceName: string;
|
|
2262
|
+
/** Id */
|
|
2263
|
+
id: number;
|
|
2264
|
+
}
|
|
2265
|
+
export declare const GetHostingWebWebsiteRequest: S.Schema<GetHostingWebWebsiteRequest>;
|
|
2266
|
+
/** A website domain */
|
|
2267
|
+
export interface HostingWebWebsiteDomain {
|
|
2268
|
+
/** If the CDN is currently active */
|
|
2269
|
+
cdn?: boolean;
|
|
2270
|
+
/** FQDN of the website domain */
|
|
2271
|
+
fqdn?: string;
|
|
2272
|
+
/** If the SSL is currently active */
|
|
2273
|
+
ssl?: boolean;
|
|
2274
|
+
}
|
|
2275
|
+
export declare const HostingWebWebsiteDomain: S.Schema<HostingWebWebsiteDomain>;
|
|
2276
|
+
/** Domains of the website */
|
|
2277
|
+
export type HostingWebWebsiteDomainsList = Array<HostingWebWebsiteDomain>;
|
|
2278
|
+
export declare const HostingWebWebsiteDomainsList: S.Schema<HostingWebWebsiteDomainsList>;
|
|
2279
|
+
/** Website status */
|
|
2280
|
+
export type HostingWebWebsiteStatusEnum = "created" | "creating" | "deleting" | "deploying" | "error" | "initialError";
|
|
2281
|
+
export declare const HostingWebWebsiteStatusEnum: any;
|
|
2282
|
+
/** A website on your hosting */
|
|
2283
|
+
export interface HostingWebWebsite {
|
|
2284
|
+
/** Domains of the website */
|
|
2285
|
+
domains?: HostingWebWebsiteDomainsList;
|
|
2286
|
+
/** Display name of the hosting */
|
|
2287
|
+
hostingDisplayName?: string;
|
|
2288
|
+
/** Name of the hosting service */
|
|
2289
|
+
hostingServiceName?: string;
|
|
2290
|
+
/** Website numeric identifier */
|
|
2291
|
+
id?: number;
|
|
2292
|
+
/** Customizable name of the website */
|
|
2293
|
+
name?: string | null;
|
|
2294
|
+
/** Relative path on the hosting filesystem the website is deployed into */
|
|
2295
|
+
path?: string;
|
|
2296
|
+
/** Current status of the website */
|
|
2297
|
+
status?: HostingWebWebsiteStatusEnum;
|
|
2298
|
+
/** Branch of the repository containing the website source code to deploy */
|
|
2299
|
+
vcsBranch?: string;
|
|
2300
|
+
/** URL of the repository containing the website source code to deploy */
|
|
2301
|
+
vcsUrl?: string;
|
|
2302
|
+
}
|
|
2303
|
+
export declare const HostingWebWebsite: S.Schema<HostingWebWebsite>;
|
|
2304
|
+
export interface GetHostingWebWebsiteCreationCapabilitiesRequest {
|
|
2305
|
+
/** Service name */
|
|
2306
|
+
serviceName: string;
|
|
2307
|
+
}
|
|
2308
|
+
export declare const GetHostingWebWebsiteCreationCapabilitiesRequest: S.Schema<GetHostingWebWebsiteCreationCapabilitiesRequest>;
|
|
2309
|
+
/** Website creation capabilities of your hosting */
|
|
2310
|
+
export interface HostingWebWebsiteCreationCapabilities {
|
|
2311
|
+
/** Number of websites allowed by your hosting offer, -1 meaning unlimited */
|
|
2312
|
+
allowedWebsites?: number;
|
|
2313
|
+
/** Number of existing websites on your hosting */
|
|
2314
|
+
existingWebsites?: number;
|
|
2315
|
+
}
|
|
2316
|
+
export declare const HostingWebWebsiteCreationCapabilities: S.Schema<HostingWebWebsiteCreationCapabilities>;
|
|
2317
|
+
export interface GetHostingWebWebsiteDeploymentRequest {
|
|
2318
|
+
/** Service name */
|
|
2319
|
+
serviceName: string;
|
|
2320
|
+
/** Id */
|
|
2321
|
+
id: number;
|
|
2322
|
+
/** Deployment ID */
|
|
2323
|
+
deploymentId: number;
|
|
2324
|
+
}
|
|
2325
|
+
export declare const GetHostingWebWebsiteDeploymentRequest: S.Schema<GetHostingWebWebsiteDeploymentRequest>;
|
|
2326
|
+
/** Website deployment status */
|
|
2327
|
+
export type HostingWebWebsiteDeploymentStatusEnum = "doing" | "failed" | "successful";
|
|
2328
|
+
export declare const HostingWebWebsiteDeploymentStatusEnum: any;
|
|
2329
|
+
/** A website deployment */
|
|
2330
|
+
export interface HostingWebWebsiteDeployment {
|
|
2331
|
+
/** Date of the deployment */
|
|
2332
|
+
date?: string;
|
|
2333
|
+
/** Deployment numeric identifier */
|
|
2334
|
+
id?: number;
|
|
2335
|
+
/** Whether a reset was requested before deploying */
|
|
2336
|
+
reset?: boolean;
|
|
2337
|
+
/** Source which triggered the deployment */
|
|
2338
|
+
source?: string;
|
|
2339
|
+
/** Current status of the deployment */
|
|
2340
|
+
status?: HostingWebWebsiteDeploymentStatusEnum;
|
|
2341
|
+
/** Which branch of the repository is deployed */
|
|
2342
|
+
vcsBranch?: string;
|
|
2343
|
+
/** Identifier of the last commit after deployment */
|
|
2344
|
+
vcsCommitId?: string | null;
|
|
2345
|
+
/** Message of the last commit after deployment */
|
|
2346
|
+
vcsCommitMessage?: string | null;
|
|
2347
|
+
/** Website numeric identifier */
|
|
2348
|
+
websiteId?: number;
|
|
2349
|
+
}
|
|
2350
|
+
export declare const HostingWebWebsiteDeployment: S.Schema<HostingWebWebsiteDeployment>;
|
|
2351
|
+
export interface ImportHostingWebDatabaseRequest {
|
|
2352
|
+
/** The internal name of your hosting */
|
|
2353
|
+
serviceName: string;
|
|
2354
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
2355
|
+
name: string;
|
|
2356
|
+
/** Documents ID of the dump from /me/documents */
|
|
2357
|
+
documentId: string;
|
|
2358
|
+
/** If database will be flushed before importing the dump. Default: false */
|
|
2359
|
+
flushDatabase?: boolean;
|
|
2360
|
+
/** Send an email when the import will be done? Default: false */
|
|
2361
|
+
sendEmail?: boolean;
|
|
2362
|
+
}
|
|
2363
|
+
export declare const ImportHostingWebDatabaseRequest: S.Schema<ImportHostingWebDatabaseRequest>;
|
|
2364
|
+
/** Resource tag filter */
|
|
2365
|
+
export interface IamResourceTagFilterInput {
|
|
2366
|
+
}
|
|
2367
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
2368
|
+
export type ListHostingWebRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
2369
|
+
export declare const ListHostingWebRequestIamTagsValueList: S.Schema<ListHostingWebRequestIamTagsValueList>;
|
|
2370
|
+
export type ListHostingWebRequestIamTagsMap = {
|
|
2371
|
+
[key: string]: ListHostingWebRequestIamTagsValueList | undefined;
|
|
2372
|
+
};
|
|
2373
|
+
export declare const ListHostingWebRequestIamTagsMap: S.Schema<ListHostingWebRequestIamTagsMap>;
|
|
2374
|
+
export interface ListHostingWebRequest {
|
|
2375
|
+
/** Filter resources on IAM tags */
|
|
2376
|
+
iamTags?: ListHostingWebRequestIamTagsMap;
|
|
2377
|
+
}
|
|
2378
|
+
export declare const ListHostingWebRequest: S.Schema<ListHostingWebRequest>;
|
|
2379
|
+
export type ListHostingWebResponseBodyList = Array<string>;
|
|
2380
|
+
export declare const ListHostingWebResponseBodyList: S.Schema<ListHostingWebResponseBodyList>;
|
|
2381
|
+
export type ListHostingWebResponse = ListHostingWebResponseBodyList;
|
|
2382
|
+
export declare const ListHostingWebResponse: S.Schema<ListHostingWebResponse>;
|
|
2383
|
+
export interface ListHostingWebAttachedDomainRequest {
|
|
2384
|
+
/** Domain used into web hosting attached domains */
|
|
2385
|
+
domain: string;
|
|
2386
|
+
}
|
|
2387
|
+
export declare const ListHostingWebAttachedDomainRequest: S.Schema<ListHostingWebAttachedDomainRequest>;
|
|
2388
|
+
export type ListHostingWebAttachedDomainResponseBodyList = Array<string>;
|
|
2389
|
+
export declare const ListHostingWebAttachedDomainResponseBodyList: S.Schema<ListHostingWebAttachedDomainResponseBodyList>;
|
|
2390
|
+
export type ListHostingWebAttachedDomainResponse = ListHostingWebAttachedDomainResponseBodyList;
|
|
2391
|
+
export declare const ListHostingWebAttachedDomainResponse: S.Schema<ListHostingWebAttachedDomainResponse>;
|
|
2392
|
+
export interface ListHostingWebAttachedDomainRequest2 {
|
|
2393
|
+
/** Service name */
|
|
2394
|
+
serviceName: string;
|
|
2395
|
+
/** Filter the value of domain property (like) */
|
|
2396
|
+
domain?: string;
|
|
2397
|
+
/** Filter the value of path property (like) */
|
|
2398
|
+
path?: string;
|
|
2399
|
+
}
|
|
2400
|
+
export declare const ListHostingWebAttachedDomainRequest2: S.Schema<ListHostingWebAttachedDomainRequest2>;
|
|
2401
|
+
export type ListHostingWebAttachedDomainResponseBodyList2 = Array<string>;
|
|
2402
|
+
export declare const ListHostingWebAttachedDomainResponseBodyList2: S.Schema<ListHostingWebAttachedDomainResponseBodyList2>;
|
|
2403
|
+
export type ListHostingWebAttachedDomainResponse2 = ListHostingWebAttachedDomainResponseBodyList2;
|
|
2404
|
+
export declare const ListHostingWebAttachedDomainResponse2: S.Schema<ListHostingWebAttachedDomainResponse2>;
|
|
2405
|
+
export interface ListHostingWebAvailableConfigurationsRequest {
|
|
2406
|
+
/** The internal name of your hosting */
|
|
2407
|
+
serviceName: string;
|
|
2408
|
+
/** Filter on language name */
|
|
2409
|
+
language?: HostingWebConfigurationLanguageEnum | (string & {});
|
|
2410
|
+
}
|
|
2411
|
+
export declare const ListHostingWebAvailableConfigurationsRequest: S.Schema<ListHostingWebAvailableConfigurationsRequest>;
|
|
2412
|
+
/** Configuration language versions enum */
|
|
2413
|
+
export type HostingWebConfigurationVersionEnum = "nodejs-12" | "nodejs-14" | "python-3.7" | "python-3.8" | "python-3.9" | "ruby-2.6" | "ruby-2.7";
|
|
2414
|
+
export declare const HostingWebConfigurationVersionEnum: any;
|
|
2415
|
+
export type ListHostingWebAvailableConfigurationsResponseBodyList = Array<HostingWebConfigurationVersionEnum>;
|
|
2416
|
+
export declare const ListHostingWebAvailableConfigurationsResponseBodyList: S.Schema<ListHostingWebAvailableConfigurationsResponseBodyList>;
|
|
2417
|
+
export type ListHostingWebAvailableConfigurationsResponse = ListHostingWebAvailableConfigurationsResponseBodyList;
|
|
2418
|
+
export declare const ListHostingWebAvailableConfigurationsResponse: S.Schema<ListHostingWebAvailableConfigurationsResponse>;
|
|
2419
|
+
export interface ListHostingWebAvailableOfferRequest {
|
|
2420
|
+
/** Domain you want to add or upgrade a hosting */
|
|
2421
|
+
domain: string;
|
|
2422
|
+
}
|
|
2423
|
+
export declare const ListHostingWebAvailableOfferRequest: S.Schema<ListHostingWebAvailableOfferRequest>;
|
|
2424
|
+
export type ListHostingWebAvailableOfferResponseBodyList = Array<HostingWebOfferEnum>;
|
|
2425
|
+
export declare const ListHostingWebAvailableOfferResponseBodyList: S.Schema<ListHostingWebAvailableOfferResponseBodyList>;
|
|
2426
|
+
export type ListHostingWebAvailableOfferResponse = ListHostingWebAvailableOfferResponseBodyList;
|
|
2427
|
+
export declare const ListHostingWebAvailableOfferResponse: S.Schema<ListHostingWebAvailableOfferResponse>;
|
|
2428
|
+
export interface ListHostingWebBoostHistoryRequest {
|
|
2429
|
+
/** Service name */
|
|
2430
|
+
serviceName: string;
|
|
2431
|
+
/** Filter the value of date property (=) */
|
|
2432
|
+
date?: string;
|
|
2433
|
+
}
|
|
2434
|
+
export declare const ListHostingWebBoostHistoryRequest: S.Schema<ListHostingWebBoostHistoryRequest>;
|
|
2435
|
+
export type ListHostingWebBoostHistoryResponseBodyList = Array<string>;
|
|
2436
|
+
export declare const ListHostingWebBoostHistoryResponseBodyList: S.Schema<ListHostingWebBoostHistoryResponseBodyList>;
|
|
2437
|
+
export type ListHostingWebBoostHistoryResponse = ListHostingWebBoostHistoryResponseBodyList;
|
|
2438
|
+
export declare const ListHostingWebBoostHistoryResponse: S.Schema<ListHostingWebBoostHistoryResponse>;
|
|
2439
|
+
export interface ListHostingWebCdnAvailableOptionsRequest {
|
|
2440
|
+
/** Service name */
|
|
2441
|
+
serviceName: string;
|
|
2442
|
+
}
|
|
2443
|
+
export declare const ListHostingWebCdnAvailableOptionsRequest: S.Schema<ListHostingWebCdnAvailableOptionsRequest>;
|
|
2444
|
+
/** Option category */
|
|
2445
|
+
export type CdnOptionCategoryEnum = "cache" | "performance" | "security";
|
|
2446
|
+
export declare const CdnOptionCategoryEnum: any;
|
|
2447
|
+
/** Option Config Parameter type */
|
|
2448
|
+
export type CdnOptionConfigParamTypeEnum = "bool" | "int" | "list" | "str";
|
|
2449
|
+
export declare const CdnOptionConfigParamTypeEnum: any;
|
|
2450
|
+
/** Option configuration constraints */
|
|
2451
|
+
export interface CdnAvailableOptionsConfigConstraints {
|
|
2452
|
+
/** Maximum number of items in value */
|
|
2453
|
+
length?: number | null;
|
|
2454
|
+
/** Maximum value */
|
|
2455
|
+
maximum?: number | null;
|
|
2456
|
+
/** Description of value */
|
|
2457
|
+
message?: string | null;
|
|
2458
|
+
/** Minimum value */
|
|
2459
|
+
minimum?: number | null;
|
|
2460
|
+
/** Type of value */
|
|
2461
|
+
type?: CdnOptionConfigParamTypeEnum | null;
|
|
2462
|
+
}
|
|
2463
|
+
export declare const CdnAvailableOptionsConfigConstraints: S.Schema<CdnAvailableOptionsConfigConstraints>;
|
|
2464
|
+
/** Option configuration */
|
|
2465
|
+
export interface CdnAvailableOptionsConfig {
|
|
2466
|
+
/** URL used for Mobile Redirect */
|
|
2467
|
+
destination?: CdnAvailableOptionsConfigConstraints | null;
|
|
2468
|
+
/** Follow Uri on Mobile Redirect */
|
|
2469
|
+
followUri?: CdnAvailableOptionsConfigConstraints | null;
|
|
2470
|
+
/** Authorized Origins separated by a comma */
|
|
2471
|
+
origins?: CdnAvailableOptionsConfigConstraints | null;
|
|
2472
|
+
/** Option pattern type */
|
|
2473
|
+
patternType?: CdnAvailableOptionsConfigConstraints | null;
|
|
2474
|
+
/** Cache Rule priority (lower is the strongest priority) */
|
|
2475
|
+
priority?: CdnAvailableOptionsConfigConstraints | null;
|
|
2476
|
+
/** Action to apply on query parameters */
|
|
2477
|
+
queryParameters?: CdnAvailableOptionsConfigConstraints | null;
|
|
2478
|
+
/** List of URI */
|
|
2479
|
+
resources?: CdnAvailableOptionsConfigConstraints | null;
|
|
2480
|
+
/** Redirection HTTP Code */
|
|
2481
|
+
statusCode?: CdnAvailableOptionsConfigConstraints | null;
|
|
2482
|
+
/** Cache time in seconds */
|
|
2483
|
+
ttl?: CdnAvailableOptionsConfigConstraints | null;
|
|
2484
|
+
}
|
|
2485
|
+
export declare const CdnAvailableOptionsConfig: S.Schema<CdnAvailableOptionsConfig>;
|
|
2486
|
+
/** Option type available */
|
|
2487
|
+
export interface CdnAvailableOptions {
|
|
2488
|
+
/** Option category */
|
|
2489
|
+
category?: CdnOptionCategoryEnum | null;
|
|
2490
|
+
/** Option configuration */
|
|
2491
|
+
config?: CdnAvailableOptionsConfig | null;
|
|
2492
|
+
/** Max option items */
|
|
2493
|
+
maxItems?: number;
|
|
2494
|
+
/** Option type */
|
|
2495
|
+
type?: string;
|
|
2496
|
+
}
|
|
2497
|
+
export declare const CdnAvailableOptions: S.Schema<CdnAvailableOptions>;
|
|
2498
|
+
export type ListHostingWebCdnAvailableOptionsResponseBodyList = Array<CdnAvailableOptions>;
|
|
2499
|
+
export declare const ListHostingWebCdnAvailableOptionsResponseBodyList: S.Schema<ListHostingWebCdnAvailableOptionsResponseBodyList>;
|
|
2500
|
+
export type ListHostingWebCdnAvailableOptionsResponse = ListHostingWebCdnAvailableOptionsResponseBodyList;
|
|
2501
|
+
export declare const ListHostingWebCdnAvailableOptionsResponse: S.Schema<ListHostingWebCdnAvailableOptionsResponse>;
|
|
2502
|
+
export interface ListHostingWebCdnDomainRequest {
|
|
2503
|
+
/** Service name */
|
|
2504
|
+
serviceName: string;
|
|
2505
|
+
}
|
|
2506
|
+
export declare const ListHostingWebCdnDomainRequest: S.Schema<ListHostingWebCdnDomainRequest>;
|
|
2507
|
+
export type ListHostingWebCdnDomainResponseBodyList = Array<CdnDomain>;
|
|
2508
|
+
export declare const ListHostingWebCdnDomainResponseBodyList: S.Schema<ListHostingWebCdnDomainResponseBodyList>;
|
|
2509
|
+
export type ListHostingWebCdnDomainResponse = ListHostingWebCdnDomainResponseBodyList;
|
|
2510
|
+
export declare const ListHostingWebCdnDomainResponse: S.Schema<ListHostingWebCdnDomainResponse>;
|
|
2511
|
+
export interface ListHostingWebCdnDomainOptionRequest {
|
|
2512
|
+
/** Service name */
|
|
2513
|
+
serviceName: string;
|
|
2514
|
+
/** Domain name */
|
|
2515
|
+
domainName: string;
|
|
2516
|
+
}
|
|
2517
|
+
export declare const ListHostingWebCdnDomainOptionRequest: S.Schema<ListHostingWebCdnDomainOptionRequest>;
|
|
2518
|
+
export type ListHostingWebCdnDomainOptionResponseBodyList = Array<CdnDomainOption>;
|
|
2519
|
+
export declare const ListHostingWebCdnDomainOptionResponseBodyList: S.Schema<ListHostingWebCdnDomainOptionResponseBodyList>;
|
|
2520
|
+
export type ListHostingWebCdnDomainOptionResponse = ListHostingWebCdnDomainOptionResponseBodyList;
|
|
2521
|
+
export declare const ListHostingWebCdnDomainOptionResponse: S.Schema<ListHostingWebCdnDomainOptionResponse>;
|
|
2522
|
+
export interface ListHostingWebCdnOperationRequest {
|
|
2523
|
+
/** Service name */
|
|
2524
|
+
serviceName: string;
|
|
2525
|
+
}
|
|
2526
|
+
export declare const ListHostingWebCdnOperationRequest: S.Schema<ListHostingWebCdnOperationRequest>;
|
|
2527
|
+
export type ListHostingWebCdnOperationResponseBodyList = Array<CdnOperation>;
|
|
2528
|
+
export declare const ListHostingWebCdnOperationResponseBodyList: S.Schema<ListHostingWebCdnOperationResponseBodyList>;
|
|
2529
|
+
export type ListHostingWebCdnOperationResponse = ListHostingWebCdnOperationResponseBodyList;
|
|
2530
|
+
export declare const ListHostingWebCdnOperationResponse: S.Schema<ListHostingWebCdnOperationResponse>;
|
|
2531
|
+
export interface ListHostingWebCronRequest {
|
|
2532
|
+
/** Service name */
|
|
2533
|
+
serviceName: string;
|
|
2534
|
+
/** Filter the value of command property (like) */
|
|
2535
|
+
command?: string;
|
|
2536
|
+
/** Filter the value of description property (like) */
|
|
2537
|
+
description?: string;
|
|
2538
|
+
/** Filter the value of email property (like) */
|
|
2539
|
+
email?: string;
|
|
2540
|
+
/** Filter the value of language property (=) */
|
|
2541
|
+
language?: HostingWebLanguagesEnum | (string & {});
|
|
2542
|
+
}
|
|
2543
|
+
export declare const ListHostingWebCronRequest: S.Schema<ListHostingWebCronRequest>;
|
|
2544
|
+
export type ListHostingWebCronResponseBodyList = Array<number>;
|
|
2545
|
+
export declare const ListHostingWebCronResponseBodyList: S.Schema<ListHostingWebCronResponseBodyList>;
|
|
2546
|
+
export type ListHostingWebCronResponse = ListHostingWebCronResponseBodyList;
|
|
2547
|
+
export declare const ListHostingWebCronResponse: S.Schema<ListHostingWebCronResponse>;
|
|
2548
|
+
export interface ListHostingWebCronAvailableLanguageRequest {
|
|
2549
|
+
/** Service name */
|
|
2550
|
+
serviceName: string;
|
|
2551
|
+
}
|
|
2552
|
+
export declare const ListHostingWebCronAvailableLanguageRequest: S.Schema<ListHostingWebCronAvailableLanguageRequest>;
|
|
2553
|
+
export type ListHostingWebCronAvailableLanguageResponseBodyList = Array<HostingWebLanguagesEnum>;
|
|
2554
|
+
export declare const ListHostingWebCronAvailableLanguageResponseBodyList: S.Schema<ListHostingWebCronAvailableLanguageResponseBodyList>;
|
|
2555
|
+
export type ListHostingWebCronAvailableLanguageResponse = ListHostingWebCronAvailableLanguageResponseBodyList;
|
|
2556
|
+
export declare const ListHostingWebCronAvailableLanguageResponse: S.Schema<ListHostingWebCronAvailableLanguageResponse>;
|
|
2557
|
+
export interface ListHostingWebDatabaseRequest {
|
|
2558
|
+
/** The internal name of your hosting */
|
|
2559
|
+
serviceName: string;
|
|
2560
|
+
/** Filter the value of mode property (=) */
|
|
2561
|
+
mode?: HostingWebDatabaseModeEnum | (string & {});
|
|
2562
|
+
/** Filter the value of name property (like) */
|
|
2563
|
+
name?: string;
|
|
2564
|
+
/** Filter the value of server property (like) */
|
|
2565
|
+
server?: string;
|
|
2566
|
+
/** Filter the value of type property (=) */
|
|
2567
|
+
type?: HostingWebDatabaseDatabaseTypeEnum | (string & {});
|
|
2568
|
+
/** Filter the value of user property (like) */
|
|
2569
|
+
user?: string;
|
|
2570
|
+
}
|
|
2571
|
+
export declare const ListHostingWebDatabaseRequest: S.Schema<ListHostingWebDatabaseRequest>;
|
|
2572
|
+
export type ListHostingWebDatabaseResponseBodyList = Array<string>;
|
|
2573
|
+
export declare const ListHostingWebDatabaseResponseBodyList: S.Schema<ListHostingWebDatabaseResponseBodyList>;
|
|
2574
|
+
export type ListHostingWebDatabaseResponse = ListHostingWebDatabaseResponseBodyList;
|
|
2575
|
+
export declare const ListHostingWebDatabaseResponse: S.Schema<ListHostingWebDatabaseResponse>;
|
|
2576
|
+
export interface ListHostingWebDatabaseAvailableTypeRequest {
|
|
2577
|
+
/** The internal name of your hosting */
|
|
2578
|
+
serviceName: string;
|
|
2579
|
+
}
|
|
2580
|
+
export declare const ListHostingWebDatabaseAvailableTypeRequest: S.Schema<ListHostingWebDatabaseAvailableTypeRequest>;
|
|
2581
|
+
export type ListHostingWebDatabaseAvailableTypeResponseBodyList = Array<HostingWebDatabaseDatabaseTypeEnum>;
|
|
2582
|
+
export declare const ListHostingWebDatabaseAvailableTypeResponseBodyList: S.Schema<ListHostingWebDatabaseAvailableTypeResponseBodyList>;
|
|
2583
|
+
export type ListHostingWebDatabaseAvailableTypeResponse = ListHostingWebDatabaseAvailableTypeResponseBodyList;
|
|
2584
|
+
export declare const ListHostingWebDatabaseAvailableTypeResponse: S.Schema<ListHostingWebDatabaseAvailableTypeResponse>;
|
|
2585
|
+
export interface ListHostingWebDatabaseAvailableVersionRequest {
|
|
2586
|
+
/** The internal name of your hosting */
|
|
2587
|
+
serviceName: string;
|
|
2588
|
+
/** Type of the database */
|
|
2589
|
+
type: HostingWebDatabaseDatabaseTypeEnum | (string & {});
|
|
2590
|
+
}
|
|
2591
|
+
export declare const ListHostingWebDatabaseAvailableVersionRequest: S.Schema<ListHostingWebDatabaseAvailableVersionRequest>;
|
|
2592
|
+
/** Database available version */
|
|
2593
|
+
export type HostingWebDatabaseAvailableVersionStructListList = Array<HostingWebDatabaseVersionEnum>;
|
|
2594
|
+
export declare const HostingWebDatabaseAvailableVersionStructListList: S.Schema<HostingWebDatabaseAvailableVersionStructListList>;
|
|
2595
|
+
/** Database Available and Default version */
|
|
2596
|
+
export interface HostingWebDatabaseAvailableVersionStruct {
|
|
2597
|
+
/** Database default version */
|
|
2598
|
+
default?: HostingWebDatabaseVersionEnum;
|
|
2599
|
+
/** Database available version */
|
|
2600
|
+
list?: HostingWebDatabaseAvailableVersionStructListList;
|
|
2601
|
+
}
|
|
2602
|
+
export declare const HostingWebDatabaseAvailableVersionStruct: S.Schema<HostingWebDatabaseAvailableVersionStruct>;
|
|
2603
|
+
export interface ListHostingWebDatabaseCopyRequest {
|
|
2604
|
+
/** The internal name of your hosting */
|
|
2605
|
+
serviceName: string;
|
|
2606
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
2607
|
+
name: string;
|
|
2608
|
+
}
|
|
2609
|
+
export declare const ListHostingWebDatabaseCopyRequest: S.Schema<ListHostingWebDatabaseCopyRequest>;
|
|
2610
|
+
export type ListHostingWebDatabaseCopyResponseBodyList = Array<string>;
|
|
2611
|
+
export declare const ListHostingWebDatabaseCopyResponseBodyList: S.Schema<ListHostingWebDatabaseCopyResponseBodyList>;
|
|
2612
|
+
export type ListHostingWebDatabaseCopyResponse = ListHostingWebDatabaseCopyResponseBodyList;
|
|
2613
|
+
export declare const ListHostingWebDatabaseCopyResponse: S.Schema<ListHostingWebDatabaseCopyResponse>;
|
|
2614
|
+
export interface ListHostingWebDatabaseCreationCapabilitiesRequest {
|
|
2615
|
+
/** The internal name of your hosting */
|
|
2616
|
+
serviceName: string;
|
|
2617
|
+
}
|
|
2618
|
+
export declare const ListHostingWebDatabaseCreationCapabilitiesRequest: S.Schema<ListHostingWebDatabaseCreationCapabilitiesRequest>;
|
|
2619
|
+
export type ListHostingWebDatabaseCreationCapabilitiesResponseBodyList = Array<HostingWebDatabaseCreationDatabaseCapabilities>;
|
|
2620
|
+
export declare const ListHostingWebDatabaseCreationCapabilitiesResponseBodyList: S.Schema<ListHostingWebDatabaseCreationCapabilitiesResponseBodyList>;
|
|
2621
|
+
export type ListHostingWebDatabaseCreationCapabilitiesResponse = ListHostingWebDatabaseCreationCapabilitiesResponseBodyList;
|
|
2622
|
+
export declare const ListHostingWebDatabaseCreationCapabilitiesResponse: S.Schema<ListHostingWebDatabaseCreationCapabilitiesResponse>;
|
|
2623
|
+
export interface ListHostingWebDatabaseDumpRequest {
|
|
2624
|
+
/** The internal name of your hosting */
|
|
2625
|
+
serviceName: string;
|
|
2626
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
2627
|
+
name: string;
|
|
2628
|
+
/** Filter the value of creationDate property (>=) */
|
|
2629
|
+
creationDate_from?: string;
|
|
2630
|
+
/** Filter the value of creationDate property (<=) */
|
|
2631
|
+
creationDate_to?: string;
|
|
2632
|
+
/** Filter the value of deletionDate property (>=) */
|
|
2633
|
+
deletionDate_from?: string;
|
|
2634
|
+
/** Filter the value of deletionDate property (<=) */
|
|
2635
|
+
deletionDate_to?: string;
|
|
2636
|
+
/** Filter the value of type property (=) */
|
|
2637
|
+
type?: HostingWebDatabaseDumpDateEnum | (string & {});
|
|
2638
|
+
}
|
|
2639
|
+
export declare const ListHostingWebDatabaseDumpRequest: S.Schema<ListHostingWebDatabaseDumpRequest>;
|
|
2640
|
+
export type ListHostingWebDatabaseDumpResponseBodyList = Array<number>;
|
|
2641
|
+
export declare const ListHostingWebDatabaseDumpResponseBodyList: S.Schema<ListHostingWebDatabaseDumpResponseBodyList>;
|
|
2642
|
+
export type ListHostingWebDatabaseDumpResponse = ListHostingWebDatabaseDumpResponseBodyList;
|
|
2643
|
+
export declare const ListHostingWebDatabaseDumpResponse: S.Schema<ListHostingWebDatabaseDumpResponse>;
|
|
2644
|
+
/** Available periods for statistics */
|
|
2645
|
+
export type HostingWebStatisticsPeriodEnum = "daily" | "monthly" | "weekly" | "yearly";
|
|
2646
|
+
export declare const HostingWebStatisticsPeriodEnum: any;
|
|
2647
|
+
/** Types of statistics available for the database */
|
|
2648
|
+
export type HostingWebDatabaseStatisticsTypeEnum = "statement" | "statementMeanTime";
|
|
2649
|
+
export declare const HostingWebDatabaseStatisticsTypeEnum: any;
|
|
2650
|
+
export interface ListHostingWebDatabaseStatisticsRequest {
|
|
2651
|
+
/** The internal name of your hosting */
|
|
2652
|
+
serviceName: string;
|
|
2653
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
2654
|
+
name: string;
|
|
2655
|
+
/** Available periods for statistics */
|
|
2656
|
+
period: HostingWebStatisticsPeriodEnum | (string & {});
|
|
2657
|
+
/** Types of statistics available for the database */
|
|
2658
|
+
type: HostingWebDatabaseStatisticsTypeEnum | (string & {});
|
|
2659
|
+
}
|
|
2660
|
+
export declare const ListHostingWebDatabaseStatisticsRequest: S.Schema<ListHostingWebDatabaseStatisticsRequest>;
|
|
2661
|
+
/** A timestamp associated to a value */
|
|
2662
|
+
export interface ComplexTypeChartTimestampValue {
|
|
2663
|
+
timestamp?: number;
|
|
2664
|
+
value?: number | null;
|
|
2665
|
+
}
|
|
2666
|
+
export declare const ComplexTypeChartTimestampValue: S.Schema<ComplexTypeChartTimestampValue>;
|
|
2667
|
+
export type ComplexTypeChartSerieComplexTypeChartTimestampValueValuesList = Array<ComplexTypeChartTimestampValue>;
|
|
2668
|
+
export declare const ComplexTypeChartSerieComplexTypeChartTimestampValueValuesList: S.Schema<ComplexTypeChartSerieComplexTypeChartTimestampValueValuesList>;
|
|
2669
|
+
/** A value set tagged with its unit and serie name */
|
|
2670
|
+
export interface ComplexTypeChartSerieComplexTypeChartTimestampValue {
|
|
2671
|
+
serieName?: string;
|
|
2672
|
+
unit?: string;
|
|
2673
|
+
values?: ComplexTypeChartSerieComplexTypeChartTimestampValueValuesList;
|
|
2674
|
+
}
|
|
2675
|
+
export declare const ComplexTypeChartSerieComplexTypeChartTimestampValue: S.Schema<ComplexTypeChartSerieComplexTypeChartTimestampValue>;
|
|
2676
|
+
export type ListHostingWebDatabaseStatisticsResponseBodyList = Array<ComplexTypeChartSerieComplexTypeChartTimestampValue>;
|
|
2677
|
+
export declare const ListHostingWebDatabaseStatisticsResponseBodyList: S.Schema<ListHostingWebDatabaseStatisticsResponseBodyList>;
|
|
2678
|
+
export type ListHostingWebDatabaseStatisticsResponse = ListHostingWebDatabaseStatisticsResponseBodyList;
|
|
2679
|
+
export declare const ListHostingWebDatabaseStatisticsResponse: S.Schema<ListHostingWebDatabaseStatisticsResponse>;
|
|
2680
|
+
export interface ListHostingWebDumpRequest {
|
|
2681
|
+
/** The internal name of your hosting */
|
|
2682
|
+
serviceName: string;
|
|
2683
|
+
/** Filter the value of creationDate property (>=) */
|
|
2684
|
+
creationDate_from?: string;
|
|
2685
|
+
/** Filter the value of creationDate property (<=) */
|
|
2686
|
+
creationDate_to?: string;
|
|
2687
|
+
/** Filter the value of databaseName property (=) */
|
|
2688
|
+
databaseName?: string;
|
|
2689
|
+
/** Filter the value of deletionDate property (>=) */
|
|
2690
|
+
deletionDate_from?: string;
|
|
2691
|
+
/** Filter the value of deletionDate property (<=) */
|
|
2692
|
+
deletionDate_to?: string;
|
|
2693
|
+
/** Filter the value of orphan property (=) */
|
|
2694
|
+
orphan?: boolean;
|
|
2695
|
+
}
|
|
2696
|
+
export declare const ListHostingWebDumpRequest: S.Schema<ListHostingWebDumpRequest>;
|
|
2697
|
+
export type ListHostingWebDumpResponseBodyList = Array<number>;
|
|
2698
|
+
export declare const ListHostingWebDumpResponseBodyList: S.Schema<ListHostingWebDumpResponseBodyList>;
|
|
2699
|
+
export type ListHostingWebDumpResponse = ListHostingWebDumpResponseBodyList;
|
|
2700
|
+
export declare const ListHostingWebDumpResponse: S.Schema<ListHostingWebDumpResponse>;
|
|
2701
|
+
export interface ListHostingWebEmailBouncesRequest {
|
|
2702
|
+
/** The internal name of your hosting */
|
|
2703
|
+
serviceName: string;
|
|
2704
|
+
/** Maximum bounces limit ( default : 20 / max : 100 ) */
|
|
2705
|
+
limit: number;
|
|
2706
|
+
}
|
|
2707
|
+
export declare const ListHostingWebEmailBouncesRequest: S.Schema<ListHostingWebEmailBouncesRequest>;
|
|
2708
|
+
/** The volume history type */
|
|
2709
|
+
export interface HostingWebMailBounce {
|
|
2710
|
+
/** The datetime of this bounce */
|
|
2711
|
+
date?: string;
|
|
2712
|
+
/** The return message for this bounce */
|
|
2713
|
+
message?: string | null;
|
|
2714
|
+
/** The email where you have the bounce */
|
|
2715
|
+
to?: string | null;
|
|
2716
|
+
}
|
|
2717
|
+
export declare const HostingWebMailBounce: S.Schema<HostingWebMailBounce>;
|
|
2718
|
+
export type ListHostingWebEmailBouncesResponseBodyList = Array<HostingWebMailBounce>;
|
|
2719
|
+
export declare const ListHostingWebEmailBouncesResponseBodyList: S.Schema<ListHostingWebEmailBouncesResponseBodyList>;
|
|
2720
|
+
export type ListHostingWebEmailBouncesResponse = ListHostingWebEmailBouncesResponseBodyList;
|
|
2721
|
+
export declare const ListHostingWebEmailBouncesResponse: S.Schema<ListHostingWebEmailBouncesResponse>;
|
|
2722
|
+
export interface ListHostingWebEmailOptionRequest {
|
|
2723
|
+
/** The internal name of your hosting */
|
|
2724
|
+
serviceName: string;
|
|
2725
|
+
}
|
|
2726
|
+
export declare const ListHostingWebEmailOptionRequest: S.Schema<ListHostingWebEmailOptionRequest>;
|
|
2727
|
+
export type ListHostingWebEmailOptionResponseBodyList = Array<number>;
|
|
2728
|
+
export declare const ListHostingWebEmailOptionResponseBodyList: S.Schema<ListHostingWebEmailOptionResponseBodyList>;
|
|
2729
|
+
export type ListHostingWebEmailOptionResponse = ListHostingWebEmailOptionResponseBodyList;
|
|
2730
|
+
export declare const ListHostingWebEmailOptionResponse: S.Schema<ListHostingWebEmailOptionResponse>;
|
|
2731
|
+
export interface ListHostingWebEmailVolumesRequest {
|
|
2732
|
+
/** The internal name of your hosting */
|
|
2733
|
+
serviceName: string;
|
|
2734
|
+
}
|
|
2735
|
+
export declare const ListHostingWebEmailVolumesRequest: S.Schema<ListHostingWebEmailVolumesRequest>;
|
|
2736
|
+
/** The volume history type */
|
|
2737
|
+
export interface HostingWebMailVolumeHistory {
|
|
2738
|
+
/** The datetime of this volume history point */
|
|
2739
|
+
date?: string;
|
|
2740
|
+
/** The volume history size */
|
|
2741
|
+
volume?: number | null;
|
|
2742
|
+
}
|
|
2743
|
+
export declare const HostingWebMailVolumeHistory: S.Schema<HostingWebMailVolumeHistory>;
|
|
2744
|
+
export type ListHostingWebEmailVolumesResponseBodyList = Array<HostingWebMailVolumeHistory>;
|
|
2745
|
+
export declare const ListHostingWebEmailVolumesResponseBodyList: S.Schema<ListHostingWebEmailVolumesResponseBodyList>;
|
|
2746
|
+
export type ListHostingWebEmailVolumesResponse = ListHostingWebEmailVolumesResponseBodyList;
|
|
2747
|
+
export declare const ListHostingWebEmailVolumesResponse: S.Schema<ListHostingWebEmailVolumesResponse>;
|
|
2748
|
+
export interface ListHostingWebEnvVarRequest {
|
|
2749
|
+
/** Service name */
|
|
2750
|
+
serviceName: string;
|
|
2751
|
+
/** Filter the value of type property (=) */
|
|
2752
|
+
type?: HostingWebEnvVarTypeEnum | (string & {});
|
|
2753
|
+
}
|
|
2754
|
+
export declare const ListHostingWebEnvVarRequest: S.Schema<ListHostingWebEnvVarRequest>;
|
|
2755
|
+
export type ListHostingWebEnvVarResponseBodyList = Array<string>;
|
|
2756
|
+
export declare const ListHostingWebEnvVarResponseBodyList: S.Schema<ListHostingWebEnvVarResponseBodyList>;
|
|
2757
|
+
export type ListHostingWebEnvVarResponse = ListHostingWebEnvVarResponseBodyList;
|
|
2758
|
+
export declare const ListHostingWebEnvVarResponse: S.Schema<ListHostingWebEnvVarResponse>;
|
|
2759
|
+
export interface ListHostingWebExtraSqlPersoRequest {
|
|
2760
|
+
/** The internal name of your hosting */
|
|
2761
|
+
serviceName: string;
|
|
2762
|
+
}
|
|
2763
|
+
export declare const ListHostingWebExtraSqlPersoRequest: S.Schema<ListHostingWebExtraSqlPersoRequest>;
|
|
2764
|
+
export type ListHostingWebExtraSqlPersoResponseBodyList = Array<string>;
|
|
2765
|
+
export declare const ListHostingWebExtraSqlPersoResponseBodyList: S.Schema<ListHostingWebExtraSqlPersoResponseBodyList>;
|
|
2766
|
+
export type ListHostingWebExtraSqlPersoResponse = ListHostingWebExtraSqlPersoResponseBodyList;
|
|
2767
|
+
export declare const ListHostingWebExtraSqlPersoResponse: S.Schema<ListHostingWebExtraSqlPersoResponse>;
|
|
2768
|
+
export interface ListHostingWebExtraSqlPersoDatabasesRequest {
|
|
2769
|
+
/** The internal name of your hosting */
|
|
2770
|
+
serviceName: string;
|
|
2771
|
+
/** The extraSqlPerso option name */
|
|
2772
|
+
name: string;
|
|
2773
|
+
}
|
|
2774
|
+
export declare const ListHostingWebExtraSqlPersoDatabasesRequest: S.Schema<ListHostingWebExtraSqlPersoDatabasesRequest>;
|
|
2775
|
+
export type ListHostingWebExtraSqlPersoDatabasesResponseBodyList = Array<string>;
|
|
2776
|
+
export declare const ListHostingWebExtraSqlPersoDatabasesResponseBodyList: S.Schema<ListHostingWebExtraSqlPersoDatabasesResponseBodyList>;
|
|
2777
|
+
export type ListHostingWebExtraSqlPersoDatabasesResponse = ListHostingWebExtraSqlPersoDatabasesResponseBodyList;
|
|
2778
|
+
export declare const ListHostingWebExtraSqlPersoDatabasesResponse: S.Schema<ListHostingWebExtraSqlPersoDatabasesResponse>;
|
|
2779
|
+
/** FreeDom status */
|
|
2780
|
+
export type HostingWebFreedomStatusEnum = "blockedByCustomer" | "blockedBySystem" | "ok" | "preset";
|
|
2781
|
+
export declare const HostingWebFreedomStatusEnum: any;
|
|
2782
|
+
export interface ListHostingWebFreedomRequest {
|
|
2783
|
+
/** Service name */
|
|
2784
|
+
serviceName: string;
|
|
2785
|
+
/** Filter the freedom status (=) */
|
|
2786
|
+
status?: HostingWebFreedomStatusEnum | (string & {});
|
|
2787
|
+
}
|
|
2788
|
+
export declare const ListHostingWebFreedomRequest: S.Schema<ListHostingWebFreedomRequest>;
|
|
2789
|
+
export type ListHostingWebFreedomResponseBodyList = Array<string>;
|
|
2790
|
+
export declare const ListHostingWebFreedomResponseBodyList: S.Schema<ListHostingWebFreedomResponseBodyList>;
|
|
2791
|
+
export type ListHostingWebFreedomResponse = ListHostingWebFreedomResponseBodyList;
|
|
2792
|
+
export declare const ListHostingWebFreedomResponse: S.Schema<ListHostingWebFreedomResponse>;
|
|
2793
|
+
export interface ListHostingWebIncidentRequest {
|
|
2794
|
+
}
|
|
2795
|
+
export declare const ListHostingWebIncidentRequest: S.Schema<ListHostingWebIncidentRequest>;
|
|
2796
|
+
export type ListHostingWebIncidentResponseBodyList = Array<string>;
|
|
2797
|
+
export declare const ListHostingWebIncidentResponseBodyList: S.Schema<ListHostingWebIncidentResponseBodyList>;
|
|
2798
|
+
export type ListHostingWebIncidentResponse = ListHostingWebIncidentResponseBodyList;
|
|
2799
|
+
export declare const ListHostingWebIncidentResponse: S.Schema<ListHostingWebIncidentResponse>;
|
|
2800
|
+
export interface ListHostingWebIndyRequest {
|
|
2801
|
+
/** The internal name of your hosting */
|
|
2802
|
+
serviceName: string;
|
|
2803
|
+
/** Filter the value of login property (like) */
|
|
2804
|
+
login?: string;
|
|
2805
|
+
}
|
|
2806
|
+
export declare const ListHostingWebIndyRequest: S.Schema<ListHostingWebIndyRequest>;
|
|
2807
|
+
export type ListHostingWebIndyResponseBodyList = Array<string>;
|
|
2808
|
+
export declare const ListHostingWebIndyResponseBodyList: S.Schema<ListHostingWebIndyResponseBodyList>;
|
|
2809
|
+
export type ListHostingWebIndyResponse = ListHostingWebIndyResponseBodyList;
|
|
2810
|
+
export declare const ListHostingWebIndyResponse: S.Schema<ListHostingWebIndyResponse>;
|
|
2811
|
+
export interface ListHostingWebLocalSeoAccountRequest {
|
|
2812
|
+
/** The internal name of your hosting */
|
|
2813
|
+
serviceName: string;
|
|
2814
|
+
/** Filter the value of email property (like) */
|
|
2815
|
+
email?: string;
|
|
2816
|
+
}
|
|
2817
|
+
export declare const ListHostingWebLocalSeoAccountRequest: S.Schema<ListHostingWebLocalSeoAccountRequest>;
|
|
2818
|
+
export type ListHostingWebLocalSeoAccountResponseBodyList = Array<number>;
|
|
2819
|
+
export declare const ListHostingWebLocalSeoAccountResponseBodyList: S.Schema<ListHostingWebLocalSeoAccountResponseBodyList>;
|
|
2820
|
+
export type ListHostingWebLocalSeoAccountResponse = ListHostingWebLocalSeoAccountResponseBodyList;
|
|
2821
|
+
export declare const ListHostingWebLocalSeoAccountResponse: S.Schema<ListHostingWebLocalSeoAccountResponse>;
|
|
2822
|
+
export interface ListHostingWebLocalSeoDirectoriesListRequest {
|
|
2823
|
+
/** Country of the location */
|
|
2824
|
+
country: HostingWebLocalSeoLocationCountryEnum | (string & {});
|
|
2825
|
+
/** Local SEO offer */
|
|
2826
|
+
offer: HostingWebLocalSeoLocationOfferEnum | (string & {});
|
|
2827
|
+
}
|
|
2828
|
+
export declare const ListHostingWebLocalSeoDirectoriesListRequest: S.Schema<ListHostingWebLocalSeoDirectoriesListRequest>;
|
|
2829
|
+
/** Struct describing a directory */
|
|
2830
|
+
export interface HostingWebLocalSeoDirectory {
|
|
2831
|
+
/** Identifier to use to get the result of a visibility check for the directory */
|
|
2832
|
+
code?: string;
|
|
2833
|
+
/** Human-readable name of the directory */
|
|
2834
|
+
displayName?: string;
|
|
2835
|
+
}
|
|
2836
|
+
export declare const HostingWebLocalSeoDirectory: S.Schema<HostingWebLocalSeoDirectory>;
|
|
2837
|
+
/** Navigation systems */
|
|
2838
|
+
export type HostingWebLocalSeoDirectoriesListNavigationSystemsList = Array<HostingWebLocalSeoDirectory>;
|
|
2839
|
+
export declare const HostingWebLocalSeoDirectoriesListNavigationSystemsList: S.Schema<HostingWebLocalSeoDirectoriesListNavigationSystemsList>;
|
|
2840
|
+
/** Search engines */
|
|
2841
|
+
export type HostingWebLocalSeoDirectoriesListSearchEnginesList = Array<HostingWebLocalSeoDirectory>;
|
|
2842
|
+
export declare const HostingWebLocalSeoDirectoriesListSearchEnginesList: S.Schema<HostingWebLocalSeoDirectoriesListSearchEnginesList>;
|
|
2843
|
+
/** Social networks */
|
|
2844
|
+
export type HostingWebLocalSeoDirectoriesListSocialNetworksList = Array<HostingWebLocalSeoDirectory>;
|
|
2845
|
+
export declare const HostingWebLocalSeoDirectoriesListSocialNetworksList: S.Schema<HostingWebLocalSeoDirectoriesListSocialNetworksList>;
|
|
2846
|
+
/** Struct describing a list of directories ordered by type */
|
|
2847
|
+
export interface HostingWebLocalSeoDirectoriesList {
|
|
2848
|
+
/** Navigation systems */
|
|
2849
|
+
navigationSystems?: HostingWebLocalSeoDirectoriesListNavigationSystemsList;
|
|
2850
|
+
/** Search engines */
|
|
2851
|
+
searchEngines?: HostingWebLocalSeoDirectoriesListSearchEnginesList;
|
|
2852
|
+
/** Social networks */
|
|
2853
|
+
socialNetworks?: HostingWebLocalSeoDirectoriesListSocialNetworksList;
|
|
2854
|
+
}
|
|
2855
|
+
export declare const HostingWebLocalSeoDirectoriesList: S.Schema<HostingWebLocalSeoDirectoriesList>;
|
|
2856
|
+
export interface ListHostingWebLocalSeoLocationRequest {
|
|
2857
|
+
/** The internal name of your hosting */
|
|
2858
|
+
serviceName: string;
|
|
2859
|
+
}
|
|
2860
|
+
export declare const ListHostingWebLocalSeoLocationRequest: S.Schema<ListHostingWebLocalSeoLocationRequest>;
|
|
2861
|
+
export type ListHostingWebLocalSeoLocationResponseBodyList = Array<number>;
|
|
2862
|
+
export declare const ListHostingWebLocalSeoLocationResponseBodyList: S.Schema<ListHostingWebLocalSeoLocationResponseBodyList>;
|
|
2863
|
+
export type ListHostingWebLocalSeoLocationResponse = ListHostingWebLocalSeoLocationResponseBodyList;
|
|
2864
|
+
export declare const ListHostingWebLocalSeoLocationResponse: S.Schema<ListHostingWebLocalSeoLocationResponse>;
|
|
2865
|
+
export interface ListHostingWebLocalSeoVisibilityCheckResultRequest {
|
|
2866
|
+
/** Get the result only for one directory */
|
|
2867
|
+
directory: string;
|
|
2868
|
+
/** Id of the check */
|
|
2869
|
+
id: number;
|
|
2870
|
+
/** Token received when requesting the check */
|
|
2871
|
+
token: string;
|
|
2872
|
+
}
|
|
2873
|
+
export declare const ListHostingWebLocalSeoVisibilityCheckResultRequest: S.Schema<ListHostingWebLocalSeoVisibilityCheckResultRequest>;
|
|
2874
|
+
/** Sync status of a location field */
|
|
2875
|
+
export type HostingWebLocalSeoFieldStatusEnum = "MATCH" | "MISMATCH" | "MISSING" | "NOT_APPLICABLE" | "PRESENT";
|
|
2876
|
+
export declare const HostingWebLocalSeoFieldStatusEnum: any;
|
|
2877
|
+
/** Status of a listing */
|
|
2878
|
+
export type HostingWebLocalSeoFlowStatusEnum = "ALL_INFORMATION_SUBMITTED" | "DONT_REMOVE" | "INACTIVE" | "MANUALLY_DEACTIVATED" | "NEEDS_REVIEW" | "NOT_SUPPORTED" | "NO_ACTION_NEEDED" | "REMOVAL_NEEDED" | "REMOVAL_REVIEW_NEEDED" | "REMOVAL_SUBMITTED" | "REMOVED" | "SUBMISSION_NEEDED" | "WAITING_DIRECTORY_ACTION" | "WAITING_USER_ACTION";
|
|
2879
|
+
export declare const HostingWebLocalSeoFlowStatusEnum: any;
|
|
2880
|
+
/** Sync status of a listing */
|
|
2881
|
+
export type HostingWebLocalSeoListingStatusEnum = "IN_SYNC" | "NOT_FOUND" | "NOT_IN_SYNC" | "NOT_SUPPORTED" | "NO_ONLINE_LISTING" | "TECHNICAL_PROBLEMS";
|
|
2882
|
+
export declare const HostingWebLocalSeoListingStatusEnum: any;
|
|
2883
|
+
/** Struct describing a visibility check result */
|
|
2884
|
+
export interface HostingWebLocalSeoVisibilityCheckResultResponse {
|
|
2885
|
+
/** City of the location */
|
|
2886
|
+
city?: string | null;
|
|
2887
|
+
/** City of the location (sync status) */
|
|
2888
|
+
cityStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2889
|
+
/** Country of the location */
|
|
2890
|
+
country?: string | null;
|
|
2891
|
+
/** Country of the location (sync status) */
|
|
2892
|
+
countryStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2893
|
+
/** The date and time the listing was created in database */
|
|
2894
|
+
dateCreated?: string | null;
|
|
2895
|
+
/** The directory where this listing appears */
|
|
2896
|
+
directoryType?: string | null;
|
|
2897
|
+
/** A contact email for the location */
|
|
2898
|
+
email?: string | null;
|
|
2899
|
+
/** A contact email for the location (sync status) */
|
|
2900
|
+
emailStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2901
|
+
/** The status of the current listing */
|
|
2902
|
+
flowStatus?: HostingWebLocalSeoFlowStatusEnum | null;
|
|
2903
|
+
/** The listing id in the directory database */
|
|
2904
|
+
listingId?: string | null;
|
|
2905
|
+
/** The listing url on the directory website */
|
|
2906
|
+
listingUrl?: string | null;
|
|
2907
|
+
/** The location's name used for this listing */
|
|
2908
|
+
name?: string | null;
|
|
2909
|
+
/** The location's name used for this listing (sync status) */
|
|
2910
|
+
nameStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2911
|
+
/** The location's contact phone number */
|
|
2912
|
+
phone?: string | null;
|
|
2913
|
+
/** The location's contact phone number (sync status) */
|
|
2914
|
+
phoneStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2915
|
+
/** Province of the location */
|
|
2916
|
+
province?: string | null;
|
|
2917
|
+
/** Province of the location (sync status) */
|
|
2918
|
+
provinceStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2919
|
+
/** The location's street address */
|
|
2920
|
+
street?: string | null;
|
|
2921
|
+
/** A localized combination of street and streetNo */
|
|
2922
|
+
streetAndNo?: string | null;
|
|
2923
|
+
/** A localized combination of street and streetNo (sync status) */
|
|
2924
|
+
streetAndNoStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2925
|
+
/** The location's street number */
|
|
2926
|
+
streetNo?: string | null;
|
|
2927
|
+
/** The location's street number (sync status) */
|
|
2928
|
+
streetNoStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2929
|
+
/** The location's street address (sync status) */
|
|
2930
|
+
streetStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2931
|
+
/** The street type for Spain */
|
|
2932
|
+
streetType?: string | null;
|
|
2933
|
+
/** The street type for Spain (sync status) */
|
|
2934
|
+
streetTypeStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2935
|
+
/** The sync status of the listing */
|
|
2936
|
+
syncStatus?: HostingWebLocalSeoListingStatusEnum | null;
|
|
2937
|
+
/** A valid url for the location's website */
|
|
2938
|
+
website?: string | null;
|
|
2939
|
+
/** A valid url for the location's website (sync status) */
|
|
2940
|
+
websiteStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2941
|
+
/** Zipcode of the location */
|
|
2942
|
+
zip?: string | null;
|
|
2943
|
+
/** Zipcode of the location (sync status) */
|
|
2944
|
+
zipStatus?: HostingWebLocalSeoFieldStatusEnum | null;
|
|
2945
|
+
}
|
|
2946
|
+
export declare const HostingWebLocalSeoVisibilityCheckResultResponse: S.Schema<HostingWebLocalSeoVisibilityCheckResultResponse>;
|
|
2947
|
+
export type ListHostingWebLocalSeoVisibilityCheckResultResponseBodyList = Array<HostingWebLocalSeoVisibilityCheckResultResponse>;
|
|
2948
|
+
export declare const ListHostingWebLocalSeoVisibilityCheckResultResponseBodyList: S.Schema<ListHostingWebLocalSeoVisibilityCheckResultResponseBodyList>;
|
|
2949
|
+
export type ListHostingWebLocalSeoVisibilityCheckResultResponse = ListHostingWebLocalSeoVisibilityCheckResultResponseBodyList;
|
|
2950
|
+
export declare const ListHostingWebLocalSeoVisibilityCheckResultResponse: S.Schema<ListHostingWebLocalSeoVisibilityCheckResultResponse>;
|
|
2951
|
+
export interface ListHostingWebModuleRequest {
|
|
2952
|
+
/** The internal name of your hosting */
|
|
2953
|
+
serviceName: string;
|
|
2954
|
+
}
|
|
2955
|
+
export declare const ListHostingWebModuleRequest: S.Schema<ListHostingWebModuleRequest>;
|
|
2956
|
+
export type ListHostingWebModuleResponseBodyList = Array<number>;
|
|
2957
|
+
export declare const ListHostingWebModuleResponseBodyList: S.Schema<ListHostingWebModuleResponseBodyList>;
|
|
2958
|
+
export type ListHostingWebModuleResponse = ListHostingWebModuleResponseBodyList;
|
|
2959
|
+
export declare const ListHostingWebModuleResponse: S.Schema<ListHostingWebModuleResponse>;
|
|
2960
|
+
export interface ListHostingWebModuleListRequest {
|
|
2961
|
+
/** Filter the value of active property (=) */
|
|
2962
|
+
active?: boolean;
|
|
2963
|
+
/** Filter the value of branch property (=) */
|
|
2964
|
+
branch?: HostingWebModuleBranchEnum | (string & {});
|
|
2965
|
+
/** Filter the value of latest property (=) */
|
|
2966
|
+
latest?: boolean;
|
|
2967
|
+
}
|
|
2968
|
+
export declare const ListHostingWebModuleListRequest: S.Schema<ListHostingWebModuleListRequest>;
|
|
2969
|
+
export type ListHostingWebModuleListResponseBodyList = Array<number>;
|
|
2970
|
+
export declare const ListHostingWebModuleListResponseBodyList: S.Schema<ListHostingWebModuleListResponseBodyList>;
|
|
2971
|
+
export type ListHostingWebModuleListResponse = ListHostingWebModuleListResponseBodyList;
|
|
2972
|
+
export declare const ListHostingWebModuleListResponse: S.Schema<ListHostingWebModuleListResponse>;
|
|
2973
|
+
export interface ListHostingWebOvhConfigRequest {
|
|
2974
|
+
/** The internal name of your hosting */
|
|
2975
|
+
serviceName: string;
|
|
2976
|
+
/** Filter the value of historical property (=) */
|
|
2977
|
+
historical?: boolean;
|
|
2978
|
+
/** Filter the value of path property (like) */
|
|
2979
|
+
path?: string;
|
|
2980
|
+
}
|
|
2981
|
+
export declare const ListHostingWebOvhConfigRequest: S.Schema<ListHostingWebOvhConfigRequest>;
|
|
2982
|
+
export type ListHostingWebOvhConfigResponseBodyList = Array<number>;
|
|
2983
|
+
export declare const ListHostingWebOvhConfigResponseBodyList: S.Schema<ListHostingWebOvhConfigResponseBodyList>;
|
|
2984
|
+
export type ListHostingWebOvhConfigResponse = ListHostingWebOvhConfigResponseBodyList;
|
|
2985
|
+
export declare const ListHostingWebOvhConfigResponse: S.Schema<ListHostingWebOvhConfigResponse>;
|
|
2986
|
+
export interface ListHostingWebOvhConfigCapabilitiesRequest {
|
|
2987
|
+
/** The internal name of your hosting */
|
|
2988
|
+
serviceName: string;
|
|
2989
|
+
}
|
|
2990
|
+
export declare const ListHostingWebOvhConfigCapabilitiesRequest: S.Schema<ListHostingWebOvhConfigCapabilitiesRequest>;
|
|
2991
|
+
/** Container image available */
|
|
2992
|
+
export type HostingWebOvhConfigCapabilitiesContainerImageList = Array<string>;
|
|
2993
|
+
export declare const HostingWebOvhConfigCapabilitiesContainerImageList: S.Schema<HostingWebOvhConfigCapabilitiesContainerImageList>;
|
|
2994
|
+
/** Struct which describes version and container image available */
|
|
2995
|
+
export interface HostingWebOvhConfigCapabilities {
|
|
2996
|
+
/** Container image available */
|
|
2997
|
+
containerImage?: HostingWebOvhConfigCapabilitiesContainerImageList;
|
|
2998
|
+
/** PHP version */
|
|
2999
|
+
version?: HostingWebOvhConfigAvailableEngineVersionEnum;
|
|
3000
|
+
}
|
|
3001
|
+
export declare const HostingWebOvhConfigCapabilities: S.Schema<HostingWebOvhConfigCapabilities>;
|
|
3002
|
+
export type ListHostingWebOvhConfigCapabilitiesResponseBodyList = Array<HostingWebOvhConfigCapabilities>;
|
|
3003
|
+
export declare const ListHostingWebOvhConfigCapabilitiesResponseBodyList: S.Schema<ListHostingWebOvhConfigCapabilitiesResponseBodyList>;
|
|
3004
|
+
export type ListHostingWebOvhConfigCapabilitiesResponse = ListHostingWebOvhConfigCapabilitiesResponseBodyList;
|
|
3005
|
+
export declare const ListHostingWebOvhConfigCapabilitiesResponse: S.Schema<ListHostingWebOvhConfigCapabilitiesResponse>;
|
|
3006
|
+
export interface ListHostingWebOwnLogsRequest {
|
|
3007
|
+
/** The internal name of your hosting */
|
|
3008
|
+
serviceName: string;
|
|
3009
|
+
/** Filter the value of fqdn property (like) */
|
|
3010
|
+
fqdn?: string;
|
|
3011
|
+
}
|
|
3012
|
+
export declare const ListHostingWebOwnLogsRequest: S.Schema<ListHostingWebOwnLogsRequest>;
|
|
3013
|
+
export type ListHostingWebOwnLogsResponseBodyList = Array<number>;
|
|
3014
|
+
export declare const ListHostingWebOwnLogsResponseBodyList: S.Schema<ListHostingWebOwnLogsResponseBodyList>;
|
|
3015
|
+
export type ListHostingWebOwnLogsResponse = ListHostingWebOwnLogsResponseBodyList;
|
|
3016
|
+
export declare const ListHostingWebOwnLogsResponse: S.Schema<ListHostingWebOwnLogsResponse>;
|
|
3017
|
+
export interface ListHostingWebOwnLogUserLogsRequest {
|
|
3018
|
+
/** The internal name of your hosting */
|
|
3019
|
+
serviceName: string;
|
|
3020
|
+
/** Id of the object */
|
|
3021
|
+
id: number;
|
|
3022
|
+
/** Filter the value of login property (like) */
|
|
3023
|
+
login?: string;
|
|
3024
|
+
}
|
|
3025
|
+
export declare const ListHostingWebOwnLogUserLogsRequest: S.Schema<ListHostingWebOwnLogUserLogsRequest>;
|
|
3026
|
+
export type ListHostingWebOwnLogUserLogsResponseBodyList = Array<string>;
|
|
3027
|
+
export declare const ListHostingWebOwnLogUserLogsResponseBodyList: S.Schema<ListHostingWebOwnLogUserLogsResponseBodyList>;
|
|
3028
|
+
export type ListHostingWebOwnLogUserLogsResponse = ListHostingWebOwnLogUserLogsResponseBodyList;
|
|
3029
|
+
export declare const ListHostingWebOwnLogUserLogsResponse: S.Schema<ListHostingWebOwnLogUserLogsResponse>;
|
|
3030
|
+
export interface ListHostingWebPrivateDatabaseCreationCapabilitiesRequest {
|
|
3031
|
+
/** The internal name of your hosting */
|
|
3032
|
+
serviceName: string;
|
|
3033
|
+
}
|
|
3034
|
+
export declare const ListHostingWebPrivateDatabaseCreationCapabilitiesRequest: S.Schema<ListHostingWebPrivateDatabaseCreationCapabilitiesRequest>;
|
|
3035
|
+
export type ListHostingWebPrivateDatabaseCreationCapabilitiesResponseBodyList = Array<HostingWebDatabaseCreationDatabaseCapabilities>;
|
|
3036
|
+
export declare const ListHostingWebPrivateDatabaseCreationCapabilitiesResponseBodyList: S.Schema<ListHostingWebPrivateDatabaseCreationCapabilitiesResponseBodyList>;
|
|
3037
|
+
export type ListHostingWebPrivateDatabaseCreationCapabilitiesResponse = ListHostingWebPrivateDatabaseCreationCapabilitiesResponseBodyList;
|
|
3038
|
+
export declare const ListHostingWebPrivateDatabaseCreationCapabilitiesResponse: S.Schema<ListHostingWebPrivateDatabaseCreationCapabilitiesResponse>;
|
|
3039
|
+
export interface ListHostingWebPrivateDatabasesRequest {
|
|
3040
|
+
/** The internal name of your hosting */
|
|
3041
|
+
serviceName: string;
|
|
3042
|
+
}
|
|
3043
|
+
export declare const ListHostingWebPrivateDatabasesRequest: S.Schema<ListHostingWebPrivateDatabasesRequest>;
|
|
3044
|
+
export type ListHostingWebPrivateDatabasesResponseBodyList = Array<string>;
|
|
3045
|
+
export declare const ListHostingWebPrivateDatabasesResponseBodyList: S.Schema<ListHostingWebPrivateDatabasesResponseBodyList>;
|
|
3046
|
+
export type ListHostingWebPrivateDatabasesResponse = ListHostingWebPrivateDatabasesResponseBodyList;
|
|
3047
|
+
export declare const ListHostingWebPrivateDatabasesResponse: S.Schema<ListHostingWebPrivateDatabasesResponse>;
|
|
3048
|
+
export interface ListHostingWebRuntimeRequest {
|
|
3049
|
+
/** The internal name of your hosting */
|
|
3050
|
+
serviceName: string;
|
|
3051
|
+
/** Filter the value of name property (like) */
|
|
3052
|
+
name?: string;
|
|
3053
|
+
/** Filter the value of type property (=) */
|
|
3054
|
+
type?: HostingWebRuntimeTypeEnum | (string & {});
|
|
3055
|
+
}
|
|
3056
|
+
export declare const ListHostingWebRuntimeRequest: S.Schema<ListHostingWebRuntimeRequest>;
|
|
3057
|
+
export type ListHostingWebRuntimeResponseBodyList = Array<number>;
|
|
3058
|
+
export declare const ListHostingWebRuntimeResponseBodyList: S.Schema<ListHostingWebRuntimeResponseBodyList>;
|
|
3059
|
+
export type ListHostingWebRuntimeResponse = ListHostingWebRuntimeResponseBodyList;
|
|
3060
|
+
export declare const ListHostingWebRuntimeResponse: S.Schema<ListHostingWebRuntimeResponse>;
|
|
3061
|
+
export interface ListHostingWebRuntimeAttachedDomainsRequest {
|
|
3062
|
+
/** The internal name of your hosting */
|
|
3063
|
+
serviceName: string;
|
|
3064
|
+
/** The runtime configuration ID */
|
|
3065
|
+
id: number;
|
|
3066
|
+
}
|
|
3067
|
+
export declare const ListHostingWebRuntimeAttachedDomainsRequest: S.Schema<ListHostingWebRuntimeAttachedDomainsRequest>;
|
|
3068
|
+
export type ListHostingWebRuntimeAttachedDomainsResponseBodyList = Array<string>;
|
|
3069
|
+
export declare const ListHostingWebRuntimeAttachedDomainsResponseBodyList: S.Schema<ListHostingWebRuntimeAttachedDomainsResponseBodyList>;
|
|
3070
|
+
export type ListHostingWebRuntimeAttachedDomainsResponse = ListHostingWebRuntimeAttachedDomainsResponseBodyList;
|
|
3071
|
+
export declare const ListHostingWebRuntimeAttachedDomainsResponse: S.Schema<ListHostingWebRuntimeAttachedDomainsResponse>;
|
|
3072
|
+
export interface ListHostingWebRuntimeAvailableTypesRequest {
|
|
3073
|
+
/** The internal name of your hosting */
|
|
3074
|
+
serviceName: string;
|
|
3075
|
+
/** Specific programming language to filter */
|
|
3076
|
+
language?: string;
|
|
3077
|
+
}
|
|
3078
|
+
export declare const ListHostingWebRuntimeAvailableTypesRequest: S.Schema<ListHostingWebRuntimeAvailableTypesRequest>;
|
|
3079
|
+
export type ListHostingWebRuntimeAvailableTypesResponseBodyList = Array<HostingWebRuntimeTypeEnum>;
|
|
3080
|
+
export declare const ListHostingWebRuntimeAvailableTypesResponseBodyList: S.Schema<ListHostingWebRuntimeAvailableTypesResponseBodyList>;
|
|
3081
|
+
export type ListHostingWebRuntimeAvailableTypesResponse = ListHostingWebRuntimeAvailableTypesResponseBodyList;
|
|
3082
|
+
export declare const ListHostingWebRuntimeAvailableTypesResponse: S.Schema<ListHostingWebRuntimeAvailableTypesResponse>;
|
|
3083
|
+
/** Types of statistics available for the web hosting */
|
|
3084
|
+
export type HostingWebStatisticsTypeEnum = "in.ftpCommands" | "in.httpHits" | "in.httpMeanResponseTime" | "out.tcpConn" | "sys.cpuUsage" | "sys.workerSpawnOverload";
|
|
3085
|
+
export declare const HostingWebStatisticsTypeEnum: any;
|
|
3086
|
+
export interface ListHostingWebStatisticsRequest {
|
|
3087
|
+
/** The internal name of your hosting */
|
|
3088
|
+
serviceName: string;
|
|
3089
|
+
period: HostingWebStatisticsPeriodEnum | (string & {});
|
|
3090
|
+
type: HostingWebStatisticsTypeEnum | (string & {});
|
|
3091
|
+
}
|
|
3092
|
+
export declare const ListHostingWebStatisticsRequest: S.Schema<ListHostingWebStatisticsRequest>;
|
|
3093
|
+
export type ListHostingWebStatisticsResponseBodyList = Array<ComplexTypeChartSerieComplexTypeChartTimestampValue>;
|
|
3094
|
+
export declare const ListHostingWebStatisticsResponseBodyList: S.Schema<ListHostingWebStatisticsResponseBodyList>;
|
|
3095
|
+
export type ListHostingWebStatisticsResponse = ListHostingWebStatisticsResponseBodyList;
|
|
3096
|
+
export declare const ListHostingWebStatisticsResponse: S.Schema<ListHostingWebStatisticsResponse>;
|
|
3097
|
+
export interface ListHostingWebTasksRequest {
|
|
3098
|
+
/** Service name */
|
|
3099
|
+
serviceName: string;
|
|
3100
|
+
/** Filter tasks by function (like) */
|
|
3101
|
+
function?: string;
|
|
3102
|
+
/** Filter tasks by status (like) */
|
|
3103
|
+
status?: HostingWebTaskStatusEnum | (string & {});
|
|
3104
|
+
}
|
|
3105
|
+
export declare const ListHostingWebTasksRequest: S.Schema<ListHostingWebTasksRequest>;
|
|
3106
|
+
export type ListHostingWebTasksResponseBodyList = Array<number>;
|
|
3107
|
+
export declare const ListHostingWebTasksResponseBodyList: S.Schema<ListHostingWebTasksResponseBodyList>;
|
|
3108
|
+
export type ListHostingWebTasksResponse = ListHostingWebTasksResponseBodyList;
|
|
3109
|
+
export declare const ListHostingWebTasksResponse: S.Schema<ListHostingWebTasksResponse>;
|
|
3110
|
+
export interface ListHostingWebUserRequest {
|
|
3111
|
+
/** The internal name of your hosting */
|
|
3112
|
+
serviceName: string;
|
|
3113
|
+
/** Filter the value of home property (like) */
|
|
3114
|
+
home?: string;
|
|
3115
|
+
/** Filter the value of login property (like) */
|
|
3116
|
+
login?: string;
|
|
3117
|
+
}
|
|
3118
|
+
export declare const ListHostingWebUserRequest: S.Schema<ListHostingWebUserRequest>;
|
|
3119
|
+
export type ListHostingWebUserResponseBodyList = Array<string>;
|
|
3120
|
+
export declare const ListHostingWebUserResponseBodyList: S.Schema<ListHostingWebUserResponseBodyList>;
|
|
3121
|
+
export type ListHostingWebUserResponse = ListHostingWebUserResponseBodyList;
|
|
3122
|
+
export declare const ListHostingWebUserResponse: S.Schema<ListHostingWebUserResponse>;
|
|
3123
|
+
export interface ListHostingWebVcsSupportedRequest {
|
|
3124
|
+
}
|
|
3125
|
+
export declare const ListHostingWebVcsSupportedRequest: S.Schema<ListHostingWebVcsSupportedRequest>;
|
|
3126
|
+
export type ListHostingWebVcsSupportedResponseBodyList = Array<HostingWebSupportedVcsEnum>;
|
|
3127
|
+
export declare const ListHostingWebVcsSupportedResponseBodyList: S.Schema<ListHostingWebVcsSupportedResponseBodyList>;
|
|
3128
|
+
export type ListHostingWebVcsSupportedResponse = ListHostingWebVcsSupportedResponseBodyList;
|
|
3129
|
+
export declare const ListHostingWebVcsSupportedResponse: S.Schema<ListHostingWebVcsSupportedResponse>;
|
|
3130
|
+
export interface ListHostingWebWebsiteRequest {
|
|
3131
|
+
/** Service name */
|
|
3132
|
+
serviceName: string;
|
|
3133
|
+
/** Filter the value of path property */
|
|
3134
|
+
path?: string;
|
|
3135
|
+
}
|
|
3136
|
+
export declare const ListHostingWebWebsiteRequest: S.Schema<ListHostingWebWebsiteRequest>;
|
|
3137
|
+
export type ListHostingWebWebsiteResponseBodyList = Array<number>;
|
|
3138
|
+
export declare const ListHostingWebWebsiteResponseBodyList: S.Schema<ListHostingWebWebsiteResponseBodyList>;
|
|
3139
|
+
export type ListHostingWebWebsiteResponse = ListHostingWebWebsiteResponseBodyList;
|
|
3140
|
+
export declare const ListHostingWebWebsiteResponse: S.Schema<ListHostingWebWebsiteResponse>;
|
|
3141
|
+
export interface ListHostingWebWebsiteDeploymentRequest {
|
|
3142
|
+
/** Service name */
|
|
3143
|
+
serviceName: string;
|
|
3144
|
+
/** Id */
|
|
3145
|
+
id: number;
|
|
3146
|
+
}
|
|
3147
|
+
export declare const ListHostingWebWebsiteDeploymentRequest: S.Schema<ListHostingWebWebsiteDeploymentRequest>;
|
|
3148
|
+
export type ListHostingWebWebsiteDeploymentResponseBodyList = Array<number>;
|
|
3149
|
+
export declare const ListHostingWebWebsiteDeploymentResponseBodyList: S.Schema<ListHostingWebWebsiteDeploymentResponseBodyList>;
|
|
3150
|
+
export type ListHostingWebWebsiteDeploymentResponse = ListHostingWebWebsiteDeploymentResponseBodyList;
|
|
3151
|
+
export declare const ListHostingWebWebsiteDeploymentResponse: S.Schema<ListHostingWebWebsiteDeploymentResponse>;
|
|
3152
|
+
export interface ListHostingWebWebsiteDeploymentLogsRequest {
|
|
3153
|
+
/** Service name */
|
|
3154
|
+
serviceName: string;
|
|
3155
|
+
/** Id */
|
|
3156
|
+
id: number;
|
|
3157
|
+
/** Deployment ID */
|
|
3158
|
+
deploymentId: number;
|
|
3159
|
+
}
|
|
3160
|
+
export declare const ListHostingWebWebsiteDeploymentLogsRequest: S.Schema<ListHostingWebWebsiteDeploymentLogsRequest>;
|
|
3161
|
+
/** Message from logs of a website deployment */
|
|
3162
|
+
export interface HostingWebWebsiteDeploymentLogsMessage {
|
|
3163
|
+
/** Date of the message */
|
|
3164
|
+
date?: string;
|
|
3165
|
+
/** Content of the message */
|
|
3166
|
+
message?: string;
|
|
3167
|
+
}
|
|
3168
|
+
export declare const HostingWebWebsiteDeploymentLogsMessage: S.Schema<HostingWebWebsiteDeploymentLogsMessage>;
|
|
3169
|
+
export type ListHostingWebWebsiteDeploymentLogsResponseBodyList = Array<HostingWebWebsiteDeploymentLogsMessage>;
|
|
3170
|
+
export declare const ListHostingWebWebsiteDeploymentLogsResponseBodyList: S.Schema<ListHostingWebWebsiteDeploymentLogsResponseBodyList>;
|
|
3171
|
+
export type ListHostingWebWebsiteDeploymentLogsResponse = ListHostingWebWebsiteDeploymentLogsResponseBodyList;
|
|
3172
|
+
export declare const ListHostingWebWebsiteDeploymentLogsResponse: S.Schema<ListHostingWebWebsiteDeploymentLogsResponse>;
|
|
3173
|
+
export interface LoginHostingWebLocalSeoAccountRequest {
|
|
3174
|
+
/** The internal name of your hosting */
|
|
3175
|
+
serviceName: string;
|
|
3176
|
+
/** Account id */
|
|
3177
|
+
id: number;
|
|
3178
|
+
}
|
|
3179
|
+
export declare const LoginHostingWebLocalSeoAccountRequest: S.Schema<LoginHostingWebLocalSeoAccountRequest>;
|
|
3180
|
+
export type LoginHostingWebLocalSeoAccountResponse = string;
|
|
3181
|
+
export declare const LoginHostingWebLocalSeoAccountResponse: S.Schema<LoginHostingWebLocalSeoAccountResponse>;
|
|
3182
|
+
export interface PurgeHostingWebAttachedDomainCacheRequest {
|
|
3183
|
+
/** The internal name of your hosting */
|
|
3184
|
+
serviceName: string;
|
|
3185
|
+
/** Domain linked (fqdn) */
|
|
3186
|
+
domain: string;
|
|
3187
|
+
}
|
|
3188
|
+
export declare const PurgeHostingWebAttachedDomainCacheRequest: S.Schema<PurgeHostingWebAttachedDomainCacheRequest>;
|
|
3189
|
+
/** Purge type */
|
|
3190
|
+
export type CdnPurgeTypeEnum = "extension" | "folder" | "regex" | "uri";
|
|
3191
|
+
export declare const CdnPurgeTypeEnum: any;
|
|
3192
|
+
export interface PurgeHostingWebCdnDomainRequest {
|
|
3193
|
+
/** Service name */
|
|
3194
|
+
serviceName: string;
|
|
3195
|
+
/** Domain name */
|
|
3196
|
+
domainName: string;
|
|
3197
|
+
/** Purge pattern */
|
|
3198
|
+
pattern?: string;
|
|
3199
|
+
/** Purge Pattern Type (default is regex) */
|
|
3200
|
+
patternType?: CdnPurgeTypeEnum | (string & {});
|
|
3201
|
+
}
|
|
3202
|
+
export declare const PurgeHostingWebCdnDomainRequest: S.Schema<PurgeHostingWebCdnDomainRequest>;
|
|
3203
|
+
export interface PutHostingWebRequest {
|
|
3204
|
+
/** Service name */
|
|
3205
|
+
serviceName: string;
|
|
3206
|
+
/** Set the name displayed in ManagerV6 for your hosting (max 50 chars, empty string resets to service name) */
|
|
3207
|
+
displayName?: string;
|
|
3208
|
+
}
|
|
3209
|
+
export declare const PutHostingWebRequest: S.Schema<PutHostingWebRequest>;
|
|
3210
|
+
export interface PutHostingWebResponse {
|
|
3211
|
+
}
|
|
3212
|
+
export declare const PutHostingWebResponse: S.Schema<PutHostingWebResponse>;
|
|
3213
|
+
export interface PutHostingWebAttachedDomainRequest {
|
|
3214
|
+
/** Service name */
|
|
3215
|
+
serviceName: string;
|
|
3216
|
+
/** Domain */
|
|
3217
|
+
domain: string;
|
|
3218
|
+
/** If set to true, DNS zone will not be updated by the operation */
|
|
3219
|
+
bypassDNSConfiguration?: boolean | null;
|
|
3220
|
+
/** Whether the attached domain is linked to the hosting CDN */
|
|
3221
|
+
cdn?: HostingWebAttachedDomainCdnEnum | (string & {}) | null;
|
|
3222
|
+
/** Whether the firewall is active for this domain */
|
|
3223
|
+
firewall?: HostingWebAttachedDomainFirewallEnum | (string & {}) | null;
|
|
3224
|
+
/** Change attached domain's DNS to the IP of the country */
|
|
3225
|
+
ipLocation?: HostingWebCountryEnum | (string & {}) | null;
|
|
3226
|
+
/** Domain to separate the logs on */
|
|
3227
|
+
ownLog?: string | null;
|
|
3228
|
+
/** Path of the attached domain */
|
|
3229
|
+
path?: string | null;
|
|
3230
|
+
/** The runtime configuration ID used on this domain */
|
|
3231
|
+
runtimeId?: number | null;
|
|
3232
|
+
/** Whether to put the attached domain in the SSL certificate */
|
|
3233
|
+
ssl?: boolean | null;
|
|
3234
|
+
}
|
|
3235
|
+
export declare const PutHostingWebAttachedDomainRequest: S.Schema<PutHostingWebAttachedDomainRequest>;
|
|
3236
|
+
export interface PutHostingWebAttachedDomainResponse {
|
|
3237
|
+
}
|
|
3238
|
+
export declare const PutHostingWebAttachedDomainResponse: S.Schema<PutHostingWebAttachedDomainResponse>;
|
|
3239
|
+
export interface PutHostingWebCdnDomainOptionRequest {
|
|
3240
|
+
/** Service name */
|
|
3241
|
+
serviceName: string;
|
|
3242
|
+
/** Domain name */
|
|
3243
|
+
domainName: string;
|
|
3244
|
+
/** Option name */
|
|
3245
|
+
optionName: string;
|
|
3246
|
+
/** Option configuration */
|
|
3247
|
+
config?: CdnDomainOptionConfig | null;
|
|
3248
|
+
/** Enable / Disable the option */
|
|
3249
|
+
enabled: boolean;
|
|
3250
|
+
/** Additional information about option */
|
|
3251
|
+
extra?: CdnDomainOptionExtra | null;
|
|
3252
|
+
/** Url pattern */
|
|
3253
|
+
pattern?: string | null;
|
|
3254
|
+
/** Option type */
|
|
3255
|
+
type: CdnOptionTypeEnum | (string & {});
|
|
3256
|
+
}
|
|
3257
|
+
export declare const PutHostingWebCdnDomainOptionRequest: S.Schema<PutHostingWebCdnDomainOptionRequest>;
|
|
3258
|
+
export interface PutHostingWebConfigurationRequest {
|
|
3259
|
+
/** The internal name of your hosting */
|
|
3260
|
+
serviceName: string;
|
|
3261
|
+
/** Application environment */
|
|
3262
|
+
appEnv?: HostingWebConfigurationEnvEnum | (string & {});
|
|
3263
|
+
/** Application launch script */
|
|
3264
|
+
entryPoint?: string | null;
|
|
3265
|
+
/** language chosen for the current hosting */
|
|
3266
|
+
language?: HostingWebConfigurationLanguageEnum | (string & {});
|
|
3267
|
+
/** Directory of the application */
|
|
3268
|
+
publicDir?: string | null;
|
|
3269
|
+
/** version of the language chosen for the current hosting */
|
|
3270
|
+
version?: string;
|
|
3271
|
+
}
|
|
3272
|
+
export declare const PutHostingWebConfigurationRequest: S.Schema<PutHostingWebConfigurationRequest>;
|
|
3273
|
+
export interface PutHostingWebConfigurationResponse {
|
|
3274
|
+
}
|
|
3275
|
+
export declare const PutHostingWebConfigurationResponse: S.Schema<PutHostingWebConfigurationResponse>;
|
|
3276
|
+
export interface PutHostingWebCronRequest {
|
|
3277
|
+
/** Service name */
|
|
3278
|
+
serviceName: string;
|
|
3279
|
+
/** Id */
|
|
3280
|
+
id: number;
|
|
3281
|
+
/** Command to execute */
|
|
3282
|
+
command: string;
|
|
3283
|
+
/** Description field for you */
|
|
3284
|
+
description?: string | null;
|
|
3285
|
+
/** Email used to receive error log (stderr) */
|
|
3286
|
+
email?: string | null;
|
|
3287
|
+
/** Frequency (crontab format) defined for the script (minutes are ignored) */
|
|
3288
|
+
frequency: string;
|
|
3289
|
+
/** Cron language */
|
|
3290
|
+
language: HostingWebLanguagesEnum | (string & {});
|
|
3291
|
+
/** Cron status */
|
|
3292
|
+
status?: HostingWebCronStatusEnum | (string & {});
|
|
3293
|
+
}
|
|
3294
|
+
export declare const PutHostingWebCronRequest: S.Schema<PutHostingWebCronRequest>;
|
|
3295
|
+
export type PutHostingWebCronResponse = string;
|
|
3296
|
+
export declare const PutHostingWebCronResponse: S.Schema<PutHostingWebCronResponse>;
|
|
3297
|
+
export interface PutHostingWebEmailRequest {
|
|
3298
|
+
/** The internal name of your hosting */
|
|
3299
|
+
serviceName: string;
|
|
3300
|
+
/** Email used to receive errors */
|
|
3301
|
+
email?: string | null;
|
|
3302
|
+
}
|
|
3303
|
+
export declare const PutHostingWebEmailRequest: S.Schema<PutHostingWebEmailRequest>;
|
|
3304
|
+
export interface PutHostingWebEmailResponse {
|
|
3305
|
+
}
|
|
3306
|
+
export declare const PutHostingWebEmailResponse: S.Schema<PutHostingWebEmailResponse>;
|
|
3307
|
+
export interface PutHostingWebEnvVarRequest {
|
|
3308
|
+
/** Service name */
|
|
3309
|
+
serviceName: string;
|
|
3310
|
+
/** Key */
|
|
3311
|
+
key: string;
|
|
3312
|
+
/** Value of the variable */
|
|
3313
|
+
value?: string;
|
|
3314
|
+
}
|
|
3315
|
+
export declare const PutHostingWebEnvVarRequest: S.Schema<PutHostingWebEnvVarRequest>;
|
|
3316
|
+
export interface PutHostingWebOwnLogUserLogRequest {
|
|
3317
|
+
/** The internal name of your hosting */
|
|
3318
|
+
serviceName: string;
|
|
3319
|
+
/** Id of the object */
|
|
3320
|
+
id: number;
|
|
3321
|
+
/** The userLogs login used to connect to logs.ovh.net */
|
|
3322
|
+
login: string;
|
|
3323
|
+
/** Description field for you */
|
|
3324
|
+
description?: string | null;
|
|
3325
|
+
}
|
|
3326
|
+
export declare const PutHostingWebOwnLogUserLogRequest: S.Schema<PutHostingWebOwnLogUserLogRequest>;
|
|
3327
|
+
export interface PutHostingWebOwnLogUserLogResponse {
|
|
3328
|
+
}
|
|
3329
|
+
export declare const PutHostingWebOwnLogUserLogResponse: S.Schema<PutHostingWebOwnLogUserLogResponse>;
|
|
3330
|
+
export interface PutHostingWebRuntimeRequest {
|
|
3331
|
+
/** The internal name of your hosting */
|
|
3332
|
+
serviceName: string;
|
|
3333
|
+
/** The runtime configuration ID */
|
|
3334
|
+
id: number;
|
|
3335
|
+
/** The client application bootstrap script */
|
|
3336
|
+
appBootstrap?: string | null;
|
|
3337
|
+
/** The client application environment */
|
|
3338
|
+
appEnv?: HostingWebRuntimeEnvEnum | (string & {});
|
|
3339
|
+
/** Is the runtime configuration is the one by default for the hosting */
|
|
3340
|
+
isDefault?: boolean;
|
|
3341
|
+
/** The custom display name of the runtime configuration */
|
|
3342
|
+
name?: string | null;
|
|
3343
|
+
/** The client application public directory */
|
|
3344
|
+
publicDir?: string | null;
|
|
3345
|
+
/** The backend type of the runtime */
|
|
3346
|
+
type?: HostingWebRuntimeTypeEnum | (string & {});
|
|
3347
|
+
}
|
|
3348
|
+
export declare const PutHostingWebRuntimeRequest: S.Schema<PutHostingWebRuntimeRequest>;
|
|
3349
|
+
export interface PutHostingWebRuntimeResponse {
|
|
3350
|
+
}
|
|
3351
|
+
export declare const PutHostingWebRuntimeResponse: S.Schema<PutHostingWebRuntimeResponse>;
|
|
3352
|
+
export interface PutHostingWebServiceInfosRequest {
|
|
3353
|
+
/** Service name */
|
|
3354
|
+
serviceName: string;
|
|
3355
|
+
/** Way of handling the renew */
|
|
3356
|
+
renew?: ServiceRenewType | null;
|
|
3357
|
+
}
|
|
3358
|
+
export declare const PutHostingWebServiceInfosRequest: S.Schema<PutHostingWebServiceInfosRequest>;
|
|
3359
|
+
export interface PutHostingWebServiceInfosResponse {
|
|
3360
|
+
}
|
|
3361
|
+
export declare const PutHostingWebServiceInfosResponse: S.Schema<PutHostingWebServiceInfosResponse>;
|
|
3362
|
+
export interface PutHostingWebUserRequest {
|
|
3363
|
+
/** The internal name of your hosting */
|
|
3364
|
+
serviceName: string;
|
|
3365
|
+
/** Login used to connect on FTP and SSH */
|
|
3366
|
+
login: string;
|
|
3367
|
+
/** Home directory */
|
|
3368
|
+
home?: string;
|
|
3369
|
+
/** User ssh status */
|
|
3370
|
+
sshState?: HostingWebUserSshStateEnum | (string & {});
|
|
3371
|
+
/** User state */
|
|
3372
|
+
state?: HostingWebUserStateEnum | (string & {});
|
|
3373
|
+
}
|
|
3374
|
+
export declare const PutHostingWebUserRequest: S.Schema<PutHostingWebUserRequest>;
|
|
3375
|
+
export interface PutHostingWebUserResponse {
|
|
3376
|
+
}
|
|
3377
|
+
export declare const PutHostingWebUserResponse: S.Schema<PutHostingWebUserResponse>;
|
|
3378
|
+
export interface PutHostingWebWebsiteRequest {
|
|
3379
|
+
/** Service name */
|
|
3380
|
+
serviceName: string;
|
|
3381
|
+
/** Id */
|
|
3382
|
+
id: number;
|
|
3383
|
+
/** Branch of the repository containing the website source code to deploy */
|
|
3384
|
+
vcsBranch?: string | null;
|
|
3385
|
+
}
|
|
3386
|
+
export declare const PutHostingWebWebsiteRequest: S.Schema<PutHostingWebWebsiteRequest>;
|
|
3387
|
+
export interface RefreshHostingWebCdnDomainRequest {
|
|
3388
|
+
/** Service name */
|
|
3389
|
+
serviceName: string;
|
|
3390
|
+
/** Domain name */
|
|
3391
|
+
domainName: string;
|
|
3392
|
+
}
|
|
3393
|
+
export declare const RefreshHostingWebCdnDomainRequest: S.Schema<RefreshHostingWebCdnDomainRequest>;
|
|
3394
|
+
export interface RestartHostingWebAttachedDomainRequest {
|
|
3395
|
+
/** The internal name of your hosting */
|
|
3396
|
+
serviceName: string;
|
|
3397
|
+
/** Domain linked (fqdn) */
|
|
3398
|
+
domain: string;
|
|
3399
|
+
}
|
|
3400
|
+
export declare const RestartHostingWebAttachedDomainRequest: S.Schema<RestartHostingWebAttachedDomainRequest>;
|
|
3401
|
+
export interface RestoreHostingWebDatabaseRequest {
|
|
3402
|
+
/** The internal name of your hosting */
|
|
3403
|
+
serviceName: string;
|
|
3404
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
3405
|
+
name: string;
|
|
3406
|
+
/** The date you want to dump */
|
|
3407
|
+
date: HostingWebDatabaseDumpDateEnum | (string & {});
|
|
3408
|
+
/** Send an email when the restore will be done? Default: false */
|
|
3409
|
+
sendEmail?: boolean;
|
|
3410
|
+
}
|
|
3411
|
+
export declare const RestoreHostingWebDatabaseRequest: S.Schema<RestoreHostingWebDatabaseRequest>;
|
|
3412
|
+
export interface RestoreHostingWebDatabaseDumpRequest {
|
|
3413
|
+
/** The internal name of your hosting */
|
|
3414
|
+
serviceName: string;
|
|
3415
|
+
/** Database name (like mydb.mysql.db or mydb.postgres.db) */
|
|
3416
|
+
name: string;
|
|
3417
|
+
/** Dump id */
|
|
3418
|
+
id: number;
|
|
3419
|
+
}
|
|
3420
|
+
export declare const RestoreHostingWebDatabaseDumpRequest: S.Schema<RestoreHostingWebDatabaseDumpRequest>;
|
|
3421
|
+
/** List of backup types */
|
|
3422
|
+
export type HostingWebBackupTypeEnum = "daily.1" | "daily.2" | "daily.3" | "weekly.1" | "weekly.2";
|
|
3423
|
+
export declare const HostingWebBackupTypeEnum: any;
|
|
3424
|
+
export interface RestoreHostingWebSnapshotRequest {
|
|
3425
|
+
/** The internal name of your hosting */
|
|
3426
|
+
serviceName: string;
|
|
3427
|
+
/** The backup you want to restore */
|
|
3428
|
+
backup: HostingWebBackupTypeEnum | (string & {});
|
|
3429
|
+
}
|
|
3430
|
+
export declare const RestoreHostingWebSnapshotRequest: S.Schema<RestoreHostingWebSnapshotRequest>;
|
|
3431
|
+
export interface TerminateHostingWebRequest {
|
|
3432
|
+
/** Service name */
|
|
3433
|
+
serviceName: string;
|
|
3434
|
+
}
|
|
3435
|
+
export declare const TerminateHostingWebRequest: S.Schema<TerminateHostingWebRequest>;
|
|
3436
|
+
export type TerminateHostingWebResponse = string;
|
|
3437
|
+
export declare const TerminateHostingWebResponse: S.Schema<TerminateHostingWebResponse>;
|
|
3438
|
+
export interface TerminateHostingWebCdnRequest {
|
|
3439
|
+
/** The internal name of your hosting */
|
|
3440
|
+
serviceName: string;
|
|
3441
|
+
}
|
|
3442
|
+
export declare const TerminateHostingWebCdnRequest: S.Schema<TerminateHostingWebCdnRequest>;
|
|
3443
|
+
export type TerminateHostingWebCdnResponse = string;
|
|
3444
|
+
export declare const TerminateHostingWebCdnResponse: S.Schema<TerminateHostingWebCdnResponse>;
|
|
3445
|
+
export interface TerminateHostingWebEmailOptionRequest {
|
|
3446
|
+
/** The internal name of your hosting */
|
|
3447
|
+
serviceName: string;
|
|
3448
|
+
/** Id of the object */
|
|
3449
|
+
id: number;
|
|
3450
|
+
}
|
|
3451
|
+
export declare const TerminateHostingWebEmailOptionRequest: S.Schema<TerminateHostingWebEmailOptionRequest>;
|
|
3452
|
+
export type TerminateHostingWebEmailOptionResponse = string;
|
|
3453
|
+
export declare const TerminateHostingWebEmailOptionResponse: S.Schema<TerminateHostingWebEmailOptionResponse>;
|
|
3454
|
+
export interface TerminateHostingWebExtraSqlPersoRequest {
|
|
3455
|
+
/** The internal name of your hosting */
|
|
3456
|
+
serviceName: string;
|
|
3457
|
+
/** The extraSqlPerso option name */
|
|
3458
|
+
name: string;
|
|
3459
|
+
}
|
|
3460
|
+
export declare const TerminateHostingWebExtraSqlPersoRequest: S.Schema<TerminateHostingWebExtraSqlPersoRequest>;
|
|
3461
|
+
export type TerminateHostingWebExtraSqlPersoResponse = string;
|
|
3462
|
+
export declare const TerminateHostingWebExtraSqlPersoResponse: S.Schema<TerminateHostingWebExtraSqlPersoResponse>;
|
|
3463
|
+
export interface TerminateHostingWebLocalSeoLocationRequest {
|
|
3464
|
+
/** The internal name of your hosting */
|
|
3465
|
+
serviceName: string;
|
|
3466
|
+
/** Location id */
|
|
3467
|
+
id: number;
|
|
3468
|
+
}
|
|
3469
|
+
export declare const TerminateHostingWebLocalSeoLocationRequest: S.Schema<TerminateHostingWebLocalSeoLocationRequest>;
|
|
3470
|
+
export type TerminateHostingWebLocalSeoLocationResponse = string;
|
|
3471
|
+
export declare const TerminateHostingWebLocalSeoLocationResponse: S.Schema<TerminateHostingWebLocalSeoLocationResponse>;
|
|
3472
|
+
export type ConfirmHostingWebTerminationError = OvhOpError;
|
|
3473
|
+
/** Confirm service termination */
|
|
3474
|
+
export declare const confirmHostingWebTermination: API.OperationMethod<ConfirmHostingWebTerminationRequest, ConfirmHostingWebTerminationResponse, ConfirmHostingWebTerminationError, OvhOpContext>;
|
|
3475
|
+
export type CopyHostingWebDatabaseError = OvhOpError;
|
|
3476
|
+
/** Create a new copy of your database */
|
|
3477
|
+
export declare const copyHostingWebDatabase: API.OperationMethod<CopyHostingWebDatabaseRequest, HostingWebDatabaseCopy, CopyHostingWebDatabaseError, OvhOpContext>;
|
|
3478
|
+
export type CopyHostingWebDatabaseRestoreError = OvhOpError;
|
|
3479
|
+
/** Request the copy restore in this database */
|
|
3480
|
+
export declare const copyHostingWebDatabaseRestore: API.OperationMethod<CopyHostingWebDatabaseRestoreRequest, HostingWebTask, CopyHostingWebDatabaseRestoreError, OvhOpContext>;
|
|
3481
|
+
export type CreateHostingWebAttachedDomainError = OvhOpError;
|
|
3482
|
+
/** Create an attached domain */
|
|
3483
|
+
export declare const createHostingWebAttachedDomain: API.OperationMethod<CreateHostingWebAttachedDomainRequest, HostingWebPublicTask, CreateHostingWebAttachedDomainError, OvhOpContext>;
|
|
3484
|
+
export type CreateHostingWebAttachedDomainSslError = OvhOpError;
|
|
3485
|
+
/** Create the free default HostedSsl */
|
|
3486
|
+
export declare const createHostingWebAttachedDomainSsl: API.OperationMethod<CreateHostingWebAttachedDomainSslRequest, HostingWebSSL, CreateHostingWebAttachedDomainSslError, OvhOpContext>;
|
|
3487
|
+
export type CreateHostingWebCdnDomainOptionError = OvhOpError;
|
|
3488
|
+
/** Add an option on a domain */
|
|
3489
|
+
export declare const createHostingWebCdnDomainOption: API.OperationMethod<CreateHostingWebCdnDomainOptionRequest, CdnDomainOption, CreateHostingWebCdnDomainOptionError, OvhOpContext>;
|
|
3490
|
+
export type CreateHostingWebCdnServiceInfosUpdateError = OvhOpError;
|
|
3491
|
+
/** Alter this object properties */
|
|
3492
|
+
export declare const createHostingWebCdnServiceInfosUpdate: API.OperationMethod<CreateHostingWebCdnServiceInfosUpdateRequest, CreateHostingWebCdnServiceInfosUpdateResponse, CreateHostingWebCdnServiceInfosUpdateError, OvhOpContext>;
|
|
3493
|
+
export type CreateHostingWebChangeContactError = OvhOpError;
|
|
3494
|
+
/** Launch a contact change procedure */
|
|
3495
|
+
export declare const createHostingWebChangeContact: API.OperationMethod<CreateHostingWebChangeContactRequest, CreateHostingWebChangeContactResponse, CreateHostingWebChangeContactError, OvhOpContext>;
|
|
3496
|
+
export type CreateHostingWebCronError = OvhOpError;
|
|
3497
|
+
/** Create new cron */
|
|
3498
|
+
export declare const createHostingWebCron: API.OperationMethod<CreateHostingWebCronRequest, HostingWebPublicTask, CreateHostingWebCronError, OvhOpContext>;
|
|
3499
|
+
export type CreateHostingWebDatabaseError = OvhOpError;
|
|
3500
|
+
/** Install new database */
|
|
3501
|
+
export declare const createHostingWebDatabase: API.OperationMethod<CreateHostingWebDatabaseRequest, HostingWebTask, CreateHostingWebDatabaseError, OvhOpContext>;
|
|
3502
|
+
export type CreateHostingWebDatabaseChangePasswordError = OvhOpError;
|
|
3503
|
+
/** Request a password change */
|
|
3504
|
+
export declare const createHostingWebDatabaseChangePassword: API.OperationMethod<CreateHostingWebDatabaseChangePasswordRequest, HostingWebTask, CreateHostingWebDatabaseChangePasswordError, OvhOpContext>;
|
|
3505
|
+
export type CreateHostingWebDatabaseDumpError = OvhOpError;
|
|
3506
|
+
/** Request the dump from your database */
|
|
3507
|
+
export declare const createHostingWebDatabaseDump: API.OperationMethod<CreateHostingWebDatabaseDumpRequest, HostingWebTask, CreateHostingWebDatabaseDumpError, OvhOpContext>;
|
|
3508
|
+
export type CreateHostingWebDatabaseRequest2Error = OvhOpError;
|
|
3509
|
+
/** Request specific operation for your database */
|
|
3510
|
+
export declare const createHostingWebDatabaseRequest2: API.OperationMethod<CreateHostingWebDatabaseRequestRequest, HostingWebTask, CreateHostingWebDatabaseRequest2Error, OvhOpContext>;
|
|
3511
|
+
export type CreateHostingWebEmailRequestError = OvhOpError;
|
|
3512
|
+
/** Request specific operation for your email */
|
|
3513
|
+
export declare const createHostingWebEmailRequest: API.OperationMethod<CreateHostingWebEmailRequestRequest, CreateHostingWebEmailRequestResponse, CreateHostingWebEmailRequestError, OvhOpContext>;
|
|
3514
|
+
export type CreateHostingWebEnvVarError = OvhOpError;
|
|
3515
|
+
export declare const createHostingWebEnvVar: API.OperationMethod<CreateHostingWebEnvVarRequest, HostingWebPublicTask, CreateHostingWebEnvVarError, OvhOpContext>;
|
|
3516
|
+
export type CreateHostingWebExtraSqlPersoServiceInfosUpdateError = OvhOpError;
|
|
3517
|
+
/** Alter this object properties */
|
|
3518
|
+
export declare const createHostingWebExtraSqlPersoServiceInfosUpdate: API.OperationMethod<CreateHostingWebExtraSqlPersoServiceInfosUpdateRequest, CreateHostingWebExtraSqlPersoServiceInfosUpdateResponse, CreateHostingWebExtraSqlPersoServiceInfosUpdateError, OvhOpContext>;
|
|
3519
|
+
export type CreateHostingWebKeySshError = OvhOpError;
|
|
3520
|
+
/** Generate a SSH key pair for the hosting */
|
|
3521
|
+
export declare const createHostingWebKeySsh: API.OperationMethod<CreateHostingWebKeySshRequest, HostingWebKey, CreateHostingWebKeySshError, OvhOpContext>;
|
|
3522
|
+
export type CreateHostingWebLocalSeoLocationServiceInfosUpdateError = OvhOpError;
|
|
3523
|
+
/** Alter this object properties */
|
|
3524
|
+
export declare const createHostingWebLocalSeoLocationServiceInfosUpdate: API.OperationMethod<CreateHostingWebLocalSeoLocationServiceInfosUpdateRequest, CreateHostingWebLocalSeoLocationServiceInfosUpdateResponse, CreateHostingWebLocalSeoLocationServiceInfosUpdateError, OvhOpContext>;
|
|
3525
|
+
export type CreateHostingWebLocalSeoVisibilityCheckError = OvhOpError;
|
|
3526
|
+
/** Check visibility of a location */
|
|
3527
|
+
export declare const createHostingWebLocalSeoVisibilityCheck: API.OperationMethod<CreateHostingWebLocalSeoVisibilityCheckRequest, HostingWebLocalSeoVisibilityCheckResponse, CreateHostingWebLocalSeoVisibilityCheckError, OvhOpContext>;
|
|
3528
|
+
export type CreateHostingWebModuleError = OvhOpError;
|
|
3529
|
+
/** Install a new module */
|
|
3530
|
+
export declare const createHostingWebModule: API.OperationMethod<CreateHostingWebModuleRequest, HostingWebTask, CreateHostingWebModuleError, OvhOpContext>;
|
|
3531
|
+
export type CreateHostingWebModuleUpgradeError = OvhOpError;
|
|
3532
|
+
/** Upgrade your module to another version */
|
|
3533
|
+
export declare const createHostingWebModuleUpgrade: API.OperationMethod<CreateHostingWebModuleUpgradeRequest, HostingWebTask, CreateHostingWebModuleUpgradeError, OvhOpContext>;
|
|
3534
|
+
export type CreateHostingWebOvhConfigChangeConfigurationError = OvhOpError;
|
|
3535
|
+
/** Apply a new configuration on this path */
|
|
3536
|
+
export declare const createHostingWebOvhConfigChangeConfiguration: API.OperationMethod<CreateHostingWebOvhConfigChangeConfigurationRequest, HostingWebTask, CreateHostingWebOvhConfigChangeConfigurationError, OvhOpContext>;
|
|
3537
|
+
export type CreateHostingWebOvhConfigRefreshError = OvhOpError;
|
|
3538
|
+
/** Synchronize the configuration listing with content on your hosting */
|
|
3539
|
+
export declare const createHostingWebOvhConfigRefresh: API.OperationMethod<CreateHostingWebOvhConfigRefreshRequest, HostingWebTask, CreateHostingWebOvhConfigRefreshError, OvhOpContext>;
|
|
3540
|
+
export type CreateHostingWebOvhConfigRollbackError = OvhOpError;
|
|
3541
|
+
/** Rollback to an old configuration */
|
|
3542
|
+
export declare const createHostingWebOvhConfigRollback: API.OperationMethod<CreateHostingWebOvhConfigRollbackRequest, HostingWebTask, CreateHostingWebOvhConfigRollbackError, OvhOpContext>;
|
|
3543
|
+
export type CreateHostingWebOwnLogUserLogError = OvhOpError;
|
|
3544
|
+
/** Create new userLogs */
|
|
3545
|
+
export declare const createHostingWebOwnLogUserLog: API.OperationMethod<CreateHostingWebOwnLogUserLogRequest, CreateHostingWebOwnLogUserLogResponse, CreateHostingWebOwnLogUserLogError, OvhOpContext>;
|
|
3546
|
+
export type CreateHostingWebOwnLogUserLogChangePasswordError = OvhOpError;
|
|
3547
|
+
/** Request a password change */
|
|
3548
|
+
export declare const createHostingWebOwnLogUserLogChangePassword: API.OperationMethod<CreateHostingWebOwnLogUserLogChangePasswordRequest, CreateHostingWebOwnLogUserLogChangePasswordResponse, CreateHostingWebOwnLogUserLogChangePasswordError, OvhOpContext>;
|
|
3549
|
+
export type CreateHostingWebRequestError = OvhOpError;
|
|
3550
|
+
/** Request specific operation for your hosting */
|
|
3551
|
+
export declare const createHostingWebRequest: API.OperationMethod<CreateHostingWebRequestRequest, HostingWebTask, CreateHostingWebRequestError, OvhOpContext>;
|
|
3552
|
+
export type CreateHostingWebRequestBoostError = OvhOpError;
|
|
3553
|
+
/** Request a boost */
|
|
3554
|
+
export declare const createHostingWebRequestBoost: API.OperationMethod<CreateHostingWebRequestBoostRequest, HostingWebPublicTask, CreateHostingWebRequestBoostError, OvhOpContext>;
|
|
3555
|
+
export type CreateHostingWebRuntimeError = OvhOpError;
|
|
3556
|
+
/** Request the creation of a new runtime configuration */
|
|
3557
|
+
export declare const createHostingWebRuntime: API.OperationMethod<CreateHostingWebRuntimeRequest, HostingWebTask, CreateHostingWebRuntimeError, OvhOpContext>;
|
|
3558
|
+
export type CreateHostingWebUserError = OvhOpError;
|
|
3559
|
+
/** Create new ftp/ssh user */
|
|
3560
|
+
export declare const createHostingWebUser: API.OperationMethod<CreateHostingWebUserRequest, HostingWebTask, CreateHostingWebUserError, OvhOpContext>;
|
|
3561
|
+
export type CreateHostingWebUserChangePasswordError = OvhOpError;
|
|
3562
|
+
/** Request a password change */
|
|
3563
|
+
export declare const createHostingWebUserChangePassword: API.OperationMethod<CreateHostingWebUserChangePasswordRequest, HostingWebTask, CreateHostingWebUserChangePasswordError, OvhOpContext>;
|
|
3564
|
+
export type CreateHostingWebWebsiteError = OvhOpError;
|
|
3565
|
+
/** Create a website on your hosting */
|
|
3566
|
+
export declare const createHostingWebWebsite: API.OperationMethod<CreateHostingWebWebsiteRequest, HostingWebPublicTask, CreateHostingWebWebsiteError, OvhOpContext>;
|
|
3567
|
+
export type DeleteHostingWebAttachedDomainError = OvhOpError;
|
|
3568
|
+
/** Unlink attached domain from hosting */
|
|
3569
|
+
export declare const deleteHostingWebAttachedDomain: API.OperationMethod<DeleteHostingWebAttachedDomainRequest, HostingWebPublicTask, DeleteHostingWebAttachedDomainError, OvhOpContext>;
|
|
3570
|
+
export type DeleteHostingWebAttachedDomainSslError = OvhOpError;
|
|
3571
|
+
/** Delete a hosted SSL */
|
|
3572
|
+
export declare const deleteHostingWebAttachedDomainSsl: API.OperationMethod<DeleteHostingWebAttachedDomainSslRequest, HostingWebSSL, DeleteHostingWebAttachedDomainSslError, OvhOpContext>;
|
|
3573
|
+
export type DeleteHostingWebCdnDomainOptionError = OvhOpError;
|
|
3574
|
+
/** Remove or Reset an option to his default value */
|
|
3575
|
+
export declare const deleteHostingWebCdnDomainOption: API.OperationMethod<DeleteHostingWebCdnDomainOptionRequest, DeleteHostingWebCdnDomainOptionResponse, DeleteHostingWebCdnDomainOptionError, OvhOpContext>;
|
|
3576
|
+
export type DeleteHostingWebCronError = OvhOpError;
|
|
3577
|
+
/** Delete cron */
|
|
3578
|
+
export declare const deleteHostingWebCron: API.OperationMethod<DeleteHostingWebCronRequest, HostingWebPublicTask, DeleteHostingWebCronError, OvhOpContext>;
|
|
3579
|
+
export type DeleteHostingWebDatabaseError = OvhOpError;
|
|
3580
|
+
/** Delete database */
|
|
3581
|
+
export declare const deleteHostingWebDatabase: API.OperationMethod<DeleteHostingWebDatabaseRequest, HostingWebTask, DeleteHostingWebDatabaseError, OvhOpContext>;
|
|
3582
|
+
export type DeleteHostingWebDatabaseCopyError = OvhOpError;
|
|
3583
|
+
/** Delete the database copy */
|
|
3584
|
+
export declare const deleteHostingWebDatabaseCopy: API.OperationMethod<DeleteHostingWebDatabaseCopyRequest, DeleteHostingWebDatabaseCopyResponse, DeleteHostingWebDatabaseCopyError, OvhOpContext>;
|
|
3585
|
+
export type DeleteHostingWebDatabaseDumpError = OvhOpError;
|
|
3586
|
+
/** Delete dump before expiration date */
|
|
3587
|
+
export declare const deleteHostingWebDatabaseDump: API.OperationMethod<DeleteHostingWebDatabaseDumpRequest, HostingWebTask, DeleteHostingWebDatabaseDumpError, OvhOpContext>;
|
|
3588
|
+
export type DeleteHostingWebDumpError = OvhOpError;
|
|
3589
|
+
/** Delete dump before expiration date */
|
|
3590
|
+
export declare const deleteHostingWebDump: API.OperationMethod<DeleteHostingWebDumpRequest, HostingWebTask, DeleteHostingWebDumpError, OvhOpContext>;
|
|
3591
|
+
export type DeleteHostingWebEnvVarError = OvhOpError;
|
|
3592
|
+
export declare const deleteHostingWebEnvVar: API.OperationMethod<DeleteHostingWebEnvVarRequest, HostingWebPublicTask, DeleteHostingWebEnvVarError, OvhOpContext>;
|
|
3593
|
+
export type DeleteHostingWebModuleError = OvhOpError;
|
|
3594
|
+
/** Delete a module installed */
|
|
3595
|
+
export declare const deleteHostingWebModule: API.OperationMethod<DeleteHostingWebModuleRequest, HostingWebTask, DeleteHostingWebModuleError, OvhOpContext>;
|
|
3596
|
+
export type DeleteHostingWebOwnLogUserLogError = OvhOpError;
|
|
3597
|
+
/** Delete the userLogs */
|
|
3598
|
+
export declare const deleteHostingWebOwnLogUserLog: API.OperationMethod<DeleteHostingWebOwnLogUserLogRequest, DeleteHostingWebOwnLogUserLogResponse, DeleteHostingWebOwnLogUserLogError, OvhOpContext>;
|
|
3599
|
+
export type DeleteHostingWebRuntimeError = OvhOpError;
|
|
3600
|
+
/** Delete a runtime configuration of an hosting */
|
|
3601
|
+
export declare const deleteHostingWebRuntime: API.OperationMethod<DeleteHostingWebRuntimeRequest, HostingWebTask, DeleteHostingWebRuntimeError, OvhOpContext>;
|
|
3602
|
+
export type DeleteHostingWebUserError = OvhOpError;
|
|
3603
|
+
/** Delete ftp/ssh user */
|
|
3604
|
+
export declare const deleteHostingWebUser: API.OperationMethod<DeleteHostingWebUserRequest, HostingWebTask, DeleteHostingWebUserError, OvhOpContext>;
|
|
3605
|
+
export type DeleteHostingWebWebsiteError = OvhOpError;
|
|
3606
|
+
/** Delete a website on your hosting */
|
|
3607
|
+
export declare const deleteHostingWebWebsite: API.OperationMethod<DeleteHostingWebWebsiteRequest, HostingWebPublicTask, DeleteHostingWebWebsiteError, OvhOpContext>;
|
|
3608
|
+
export type DeployHostingWebWebsiteError = OvhOpError;
|
|
3609
|
+
/** Request deployment of the website */
|
|
3610
|
+
export declare const deployHostingWebWebsite: API.OperationMethod<DeployHostingWebWebsiteRequest, HostingWebPublicTask, DeployHostingWebWebsiteError, OvhOpContext>;
|
|
3611
|
+
export type GetHostingWebError = OvhOpError;
|
|
3612
|
+
/** Get this object properties */
|
|
3613
|
+
export declare const getHostingWeb: API.OperationMethod<GetHostingWebRequest, HostingWebServiceWithIAM, GetHostingWebError, OvhOpContext>;
|
|
3614
|
+
export type GetHostingWebAttachedDomainError = OvhOpError;
|
|
3615
|
+
/** Get attachedDomain properties */
|
|
3616
|
+
export declare const getHostingWebAttachedDomain: API.OperationMethod<GetHostingWebAttachedDomainRequest, HostingWebAttachedDomainPublicAttachedDomain, GetHostingWebAttachedDomainError, OvhOpContext>;
|
|
3617
|
+
export type GetHostingWebAttachedDomainDigStatusError = OvhOpError;
|
|
3618
|
+
/** Get attachedDomain DNS status */
|
|
3619
|
+
export declare const getHostingWebAttachedDomainDigStatus: API.OperationMethod<GetHostingWebAttachedDomainDigStatusRequest, HostingWebAttachedDomainDigStatus, GetHostingWebAttachedDomainDigStatusError, OvhOpContext>;
|
|
3620
|
+
export type GetHostingWebAttachedDomainSslError = OvhOpError;
|
|
3621
|
+
/** Get hosted SSL properties */
|
|
3622
|
+
export declare const getHostingWebAttachedDomainSsl: API.OperationMethod<GetHostingWebAttachedDomainSslRequest, HostingWebSSL, GetHostingWebAttachedDomainSslError, OvhOpContext>;
|
|
3623
|
+
export type GetHostingWebBoostHistoryError = OvhOpError;
|
|
3624
|
+
/** Boost history detail */
|
|
3625
|
+
export declare const getHostingWebBoostHistory: API.OperationMethod<GetHostingWebBoostHistoryRequest, HostingWebBoostHistory, GetHostingWebBoostHistoryError, OvhOpContext>;
|
|
3626
|
+
export type GetHostingWebCdnError = OvhOpError;
|
|
3627
|
+
/** Get cdn by service name */
|
|
3628
|
+
export declare const getHostingWebCdn: API.OperationMethod<GetHostingWebCdnRequest, HostingWebCDN, GetHostingWebCdnError, OvhOpContext>;
|
|
3629
|
+
export type GetHostingWebCdnDomainError = OvhOpError;
|
|
3630
|
+
/** Get details for a domain on a Shared CDN service */
|
|
3631
|
+
export declare const getHostingWebCdnDomain: API.OperationMethod<GetHostingWebCdnDomainRequest, CdnDomain, GetHostingWebCdnDomainError, OvhOpContext>;
|
|
3632
|
+
export type GetHostingWebCdnDomainLogsError = OvhOpError;
|
|
3633
|
+
/** Generate URL to logs archive */
|
|
3634
|
+
export declare const getHostingWebCdnDomainLogs: API.OperationMethod<GetHostingWebCdnDomainLogsRequest, CdnLogs, GetHostingWebCdnDomainLogsError, OvhOpContext>;
|
|
3635
|
+
export type GetHostingWebCdnDomainOptionError = OvhOpError;
|
|
3636
|
+
/** Get details for an option on a domain */
|
|
3637
|
+
export declare const getHostingWebCdnDomainOption: API.OperationMethod<GetHostingWebCdnDomainOptionRequest, CdnDomainOption, GetHostingWebCdnDomainOptionError, OvhOpContext>;
|
|
3638
|
+
export type GetHostingWebCdnOperationError = OvhOpError;
|
|
3639
|
+
/** Get details for a Shared CDN operation */
|
|
3640
|
+
export declare const getHostingWebCdnOperation: API.OperationMethod<GetHostingWebCdnOperationRequest, CdnOperation, GetHostingWebCdnOperationError, OvhOpContext>;
|
|
3641
|
+
export type GetHostingWebCdnServiceInfosError = OvhOpError;
|
|
3642
|
+
/** Get this object properties */
|
|
3643
|
+
export declare const getHostingWebCdnServiceInfos: API.OperationMethod<GetHostingWebCdnServiceInfosRequest, ServicesService, GetHostingWebCdnServiceInfosError, OvhOpContext>;
|
|
3644
|
+
export type GetHostingWebConfigurationError = OvhOpError;
|
|
3645
|
+
/** Get this object properties */
|
|
3646
|
+
export declare const getHostingWebConfiguration: API.OperationMethod<GetHostingWebConfigurationRequest, HostingWebConfiguration, GetHostingWebConfigurationError, OvhOpContext>;
|
|
3647
|
+
export type GetHostingWebCronError = OvhOpError;
|
|
3648
|
+
/** Get cron by id */
|
|
3649
|
+
export declare const getHostingWebCron: API.OperationMethod<GetHostingWebCronRequest, HostingWebCron, GetHostingWebCronError, OvhOpContext>;
|
|
3650
|
+
export type GetHostingWebDatabaseError = OvhOpError;
|
|
3651
|
+
/** Get this object properties */
|
|
3652
|
+
export declare const getHostingWebDatabase: API.OperationMethod<GetHostingWebDatabaseRequest, HostingWebDatabase, GetHostingWebDatabaseError, OvhOpContext>;
|
|
3653
|
+
export type GetHostingWebDatabaseCapabilitiesError = OvhOpError;
|
|
3654
|
+
/** Get available capabilities for this database */
|
|
3655
|
+
export declare const getHostingWebDatabaseCapabilities: API.OperationMethod<GetHostingWebDatabaseCapabilitiesRequest, HostingWebDatabaseDatabaseCapabilities, GetHostingWebDatabaseCapabilitiesError, OvhOpContext>;
|
|
3656
|
+
export type GetHostingWebDatabaseCopyError = OvhOpError;
|
|
3657
|
+
/** Get this object properties */
|
|
3658
|
+
export declare const getHostingWebDatabaseCopy: API.OperationMethod<GetHostingWebDatabaseCopyRequest, HostingWebDatabaseCopy, GetHostingWebDatabaseCopyError, OvhOpContext>;
|
|
3659
|
+
export type GetHostingWebDatabaseDumpError = OvhOpError;
|
|
3660
|
+
/** Get this object properties */
|
|
3661
|
+
export declare const getHostingWebDatabaseDump: API.OperationMethod<GetHostingWebDatabaseDumpRequest, HostingWebDatabaseDump, GetHostingWebDatabaseDumpError, OvhOpContext>;
|
|
3662
|
+
export type GetHostingWebDumpError = OvhOpError;
|
|
3663
|
+
/** Get this object properties */
|
|
3664
|
+
export declare const getHostingWebDump: API.OperationMethod<GetHostingWebDumpRequest, HostingWebDump, GetHostingWebDumpError, OvhOpContext>;
|
|
3665
|
+
export type GetHostingWebEmailError = OvhOpError;
|
|
3666
|
+
/** Get this object properties */
|
|
3667
|
+
export declare const getHostingWebEmail: API.OperationMethod<GetHostingWebEmailRequest, HostingWebEmail, GetHostingWebEmailError, OvhOpContext>;
|
|
3668
|
+
export type GetHostingWebEmailOptionError = OvhOpError;
|
|
3669
|
+
/** Get this object properties */
|
|
3670
|
+
export declare const getHostingWebEmailOption: API.OperationMethod<GetHostingWebEmailOptionRequest, HostingWebEmailoption, GetHostingWebEmailOptionError, OvhOpContext>;
|
|
3671
|
+
export type GetHostingWebEmailOptionServiceInfosError = OvhOpError;
|
|
3672
|
+
/** Get the service properties */
|
|
3673
|
+
export declare const getHostingWebEmailOptionServiceInfos: API.OperationMethod<GetHostingWebEmailOptionServiceInfosRequest, ServicesService, GetHostingWebEmailOptionServiceInfosError, OvhOpContext>;
|
|
3674
|
+
export type GetHostingWebEnvVarError = OvhOpError;
|
|
3675
|
+
export declare const getHostingWebEnvVar: API.OperationMethod<GetHostingWebEnvVarRequest, HostingWebEnvVar, GetHostingWebEnvVarError, OvhOpContext>;
|
|
3676
|
+
export type GetHostingWebExtraSqlPersoError = OvhOpError;
|
|
3677
|
+
/** Get this object properties */
|
|
3678
|
+
export declare const getHostingWebExtraSqlPerso: API.OperationMethod<GetHostingWebExtraSqlPersoRequest, HostingWebExtrasqlperso, GetHostingWebExtraSqlPersoError, OvhOpContext>;
|
|
3679
|
+
export type GetHostingWebExtraSqlPersoServiceInfosError = OvhOpError;
|
|
3680
|
+
/** Get this object properties */
|
|
3681
|
+
export declare const getHostingWebExtraSqlPersoServiceInfos: API.OperationMethod<GetHostingWebExtraSqlPersoServiceInfosRequest, ServicesService, GetHostingWebExtraSqlPersoServiceInfosError, OvhOpContext>;
|
|
3682
|
+
export type GetHostingWebIndyError = OvhOpError;
|
|
3683
|
+
/** Get this object properties */
|
|
3684
|
+
export declare const getHostingWebIndy: API.OperationMethod<GetHostingWebIndyRequest, HostingWebIndy, GetHostingWebIndyError, OvhOpContext>;
|
|
3685
|
+
export type GetHostingWebKeySshError = OvhOpError;
|
|
3686
|
+
/** Get the SSH public key associated with the hosting */
|
|
3687
|
+
export declare const getHostingWebKeySsh: API.OperationMethod<GetHostingWebKeySshRequest, HostingWebKey, GetHostingWebKeySshError, OvhOpContext>;
|
|
3688
|
+
export type GetHostingWebLocalSeoAccountError = OvhOpError;
|
|
3689
|
+
/** Get this object properties */
|
|
3690
|
+
export declare const getHostingWebLocalSeoAccount: API.OperationMethod<GetHostingWebLocalSeoAccountRequest, HostingWebLocalSeoAccount, GetHostingWebLocalSeoAccountError, OvhOpContext>;
|
|
3691
|
+
export type GetHostingWebLocalSeoEmailAvailabilityError = OvhOpError;
|
|
3692
|
+
/** Check email availability for a local SEO order */
|
|
3693
|
+
export declare const getHostingWebLocalSeoEmailAvailability: API.OperationMethod<GetHostingWebLocalSeoEmailAvailabilityRequest, HostingWebLocalSeoEmailAvailability, GetHostingWebLocalSeoEmailAvailabilityError, OvhOpContext>;
|
|
3694
|
+
export type GetHostingWebLocalSeoEmailAvailability2Error = OvhOpError;
|
|
3695
|
+
/** Check email availability for a local SEO order */
|
|
3696
|
+
export declare const getHostingWebLocalSeoEmailAvailability2: API.OperationMethod<GetHostingWebLocalSeoEmailAvailabilityRequest2, HostingWebLocalSeoEmailAvailability, GetHostingWebLocalSeoEmailAvailability2Error, OvhOpContext>;
|
|
3697
|
+
export type GetHostingWebLocalSeoLocationError = OvhOpError;
|
|
3698
|
+
/** Get this object properties */
|
|
3699
|
+
export declare const getHostingWebLocalSeoLocation: API.OperationMethod<GetHostingWebLocalSeoLocationRequest, HostingWebLocalSeoLocation, GetHostingWebLocalSeoLocationError, OvhOpContext>;
|
|
3700
|
+
export type GetHostingWebLocalSeoLocationServiceInfosError = OvhOpError;
|
|
3701
|
+
/** Get this object properties */
|
|
3702
|
+
export declare const getHostingWebLocalSeoLocationServiceInfos: API.OperationMethod<GetHostingWebLocalSeoLocationServiceInfosRequest, ServicesService, GetHostingWebLocalSeoLocationServiceInfosError, OvhOpContext>;
|
|
3703
|
+
export type GetHostingWebMetricsTokenError = OvhOpError;
|
|
3704
|
+
/** Get metrics token */
|
|
3705
|
+
export declare const getHostingWebMetricsToken: API.OperationMethod<GetHostingWebMetricsTokenRequest, HostingWebMetricsToken, GetHostingWebMetricsTokenError, OvhOpContext>;
|
|
3706
|
+
export type GetHostingWebModuleError = OvhOpError;
|
|
3707
|
+
/** Get this object properties */
|
|
3708
|
+
export declare const getHostingWebModule: API.OperationMethod<GetHostingWebModuleRequest, HostingWebModule, GetHostingWebModuleError, OvhOpContext>;
|
|
3709
|
+
export type GetHostingWebModuleListError = OvhOpError;
|
|
3710
|
+
/** Get this object properties */
|
|
3711
|
+
export declare const getHostingWebModuleList: API.OperationMethod<GetHostingWebModuleListRequest, HostingWebModuleList, GetHostingWebModuleListError, OvhOpContext>;
|
|
3712
|
+
export type GetHostingWebOfferCapabilitiesError = OvhOpError;
|
|
3713
|
+
/** Get offer capabilities */
|
|
3714
|
+
export declare const getHostingWebOfferCapabilities: API.OperationMethod<GetHostingWebOfferCapabilitiesRequest, HostingWebCapabilities, GetHostingWebOfferCapabilitiesError, OvhOpContext>;
|
|
3715
|
+
export type GetHostingWebOvhConfigError = OvhOpError;
|
|
3716
|
+
/** Get this object properties */
|
|
3717
|
+
export declare const getHostingWebOvhConfig: API.OperationMethod<GetHostingWebOvhConfigRequest, HostingWebOvhConfig, GetHostingWebOvhConfigError, OvhOpContext>;
|
|
3718
|
+
export type GetHostingWebOvhConfigRecommendedValuesError = OvhOpError;
|
|
3719
|
+
/** Get recommended values on ovhConfig file */
|
|
3720
|
+
export declare const getHostingWebOvhConfigRecommendedValues: API.OperationMethod<GetHostingWebOvhConfigRecommendedValuesRequest, HostingWebOvhConfigRecommendedValues, GetHostingWebOvhConfigRecommendedValuesError, OvhOpContext>;
|
|
3721
|
+
export type GetHostingWebOwnLogError = OvhOpError;
|
|
3722
|
+
/** Get this object properties */
|
|
3723
|
+
export declare const getHostingWebOwnLog: API.OperationMethod<GetHostingWebOwnLogRequest, HostingWebOwnLogs, GetHostingWebOwnLogError, OvhOpContext>;
|
|
3724
|
+
export type GetHostingWebOwnLogUserLogError = OvhOpError;
|
|
3725
|
+
/** Get this object properties */
|
|
3726
|
+
export declare const getHostingWebOwnLogUserLog: API.OperationMethod<GetHostingWebOwnLogUserLogRequest, HostingWebUserLogs, GetHostingWebOwnLogUserLogError, OvhOpContext>;
|
|
3727
|
+
export type GetHostingWebRuntimeError = OvhOpError;
|
|
3728
|
+
/** Get this object properties */
|
|
3729
|
+
export declare const getHostingWebRuntime: API.OperationMethod<GetHostingWebRuntimeRequest, HostingWebRuntime, GetHostingWebRuntimeError, OvhOpContext>;
|
|
3730
|
+
export type GetHostingWebServiceInfosError = OvhOpError;
|
|
3731
|
+
/** Get service information */
|
|
3732
|
+
export declare const getHostingWebServiceInfos: API.OperationMethod<GetHostingWebServiceInfosRequest, ServicesService, GetHostingWebServiceInfosError, OvhOpContext>;
|
|
3733
|
+
export type GetHostingWebTaskError = OvhOpError;
|
|
3734
|
+
/** Get this task properties */
|
|
3735
|
+
export declare const getHostingWebTask: API.OperationMethod<GetHostingWebTaskRequest, HostingWebPublicTask, GetHostingWebTaskError, OvhOpContext>;
|
|
3736
|
+
export type GetHostingWebTokenError = OvhOpError;
|
|
3737
|
+
/** Use to link an external domain Use to link an external domain. ( This token has to be insert into a TXT field on your dns zone with ovhcontrol subdomain ) */
|
|
3738
|
+
export declare const getHostingWebToken: API.OperationMethod<GetHostingWebTokenRequest, GetHostingWebTokenResponse, GetHostingWebTokenError, OvhOpContext>;
|
|
3739
|
+
export type GetHostingWebUserError = OvhOpError;
|
|
3740
|
+
/** Get this object properties */
|
|
3741
|
+
export declare const getHostingWebUser: API.OperationMethod<GetHostingWebUserRequest, HostingWebUser, GetHostingWebUserError, OvhOpContext>;
|
|
3742
|
+
export type GetHostingWebUserLogsTokenError = OvhOpError;
|
|
3743
|
+
/** Get a temporary token to access the your web hosting logs interface */
|
|
3744
|
+
export declare const getHostingWebUserLogsToken: API.OperationMethod<GetHostingWebUserLogsTokenRequest, GetHostingWebUserLogsTokenResponse, GetHostingWebUserLogsTokenError, OvhOpContext>;
|
|
3745
|
+
export type GetHostingWebVcsWebhooksError = OvhOpError;
|
|
3746
|
+
/** Get VCS webhook URLs */
|
|
3747
|
+
export declare const getHostingWebVcsWebhooks: API.OperationMethod<GetHostingWebVcsWebhooksRequest, HostingWebVcsWebhooks, GetHostingWebVcsWebhooksError, OvhOpContext>;
|
|
3748
|
+
export type GetHostingWebWebsiteError = OvhOpError;
|
|
3749
|
+
/** Get website by id */
|
|
3750
|
+
export declare const getHostingWebWebsite: API.OperationMethod<GetHostingWebWebsiteRequest, HostingWebWebsite, GetHostingWebWebsiteError, OvhOpContext>;
|
|
3751
|
+
export type GetHostingWebWebsiteCreationCapabilitiesError = OvhOpError;
|
|
3752
|
+
/** Get website creation capabilities of the hosting */
|
|
3753
|
+
export declare const getHostingWebWebsiteCreationCapabilities: API.OperationMethod<GetHostingWebWebsiteCreationCapabilitiesRequest, HostingWebWebsiteCreationCapabilities, GetHostingWebWebsiteCreationCapabilitiesError, OvhOpContext>;
|
|
3754
|
+
export type GetHostingWebWebsiteDeploymentError = OvhOpError;
|
|
3755
|
+
/** Get deployment by id */
|
|
3756
|
+
export declare const getHostingWebWebsiteDeployment: API.OperationMethod<GetHostingWebWebsiteDeploymentRequest, HostingWebWebsiteDeployment, GetHostingWebWebsiteDeploymentError, OvhOpContext>;
|
|
3757
|
+
export type ImportHostingWebDatabaseError = OvhOpError;
|
|
3758
|
+
/** Import a dump from an specific file uploaded with /me/documents */
|
|
3759
|
+
export declare const importHostingWebDatabase: API.OperationMethod<ImportHostingWebDatabaseRequest, HostingWebTask, ImportHostingWebDatabaseError, OvhOpContext>;
|
|
3760
|
+
export type ListHostingWebError = OvhOpError;
|
|
3761
|
+
/** List available services */
|
|
3762
|
+
export declare const listHostingWeb: API.OperationMethod<ListHostingWebRequest, ListHostingWebResponse, ListHostingWebError, OvhOpContext>;
|
|
3763
|
+
export type ListHostingWebAttachedDomainError = OvhOpError;
|
|
3764
|
+
/** Find hosting service linked to a domain */
|
|
3765
|
+
export declare const listHostingWebAttachedDomain: API.OperationMethod<ListHostingWebAttachedDomainRequest, ListHostingWebAttachedDomainResponse, ListHostingWebAttachedDomainError, OvhOpContext>;
|
|
3766
|
+
export type ListHostingWebAttachedDomain2Error = OvhOpError;
|
|
3767
|
+
/** Get list of attached domains or subdomains attached to your hosting */
|
|
3768
|
+
export declare const listHostingWebAttachedDomain2: API.OperationMethod<ListHostingWebAttachedDomainRequest2, ListHostingWebAttachedDomainResponse2, ListHostingWebAttachedDomain2Error, OvhOpContext>;
|
|
3769
|
+
export type ListHostingWebAvailableConfigurationsError = OvhOpError;
|
|
3770
|
+
/** List configurations available for current hosting */
|
|
3771
|
+
export declare const listHostingWebAvailableConfigurations: API.OperationMethod<ListHostingWebAvailableConfigurationsRequest, ListHostingWebAvailableConfigurationsResponse, ListHostingWebAvailableConfigurationsError, OvhOpContext>;
|
|
3772
|
+
export type ListHostingWebAvailableOfferError = OvhOpError;
|
|
3773
|
+
/** Get available offer */
|
|
3774
|
+
export declare const listHostingWebAvailableOffer: API.OperationMethod<ListHostingWebAvailableOfferRequest, ListHostingWebAvailableOfferResponse, ListHostingWebAvailableOfferError, OvhOpContext>;
|
|
3775
|
+
export type ListHostingWebBoostHistoryError = OvhOpError;
|
|
3776
|
+
/** History of your hosting boost */
|
|
3777
|
+
export declare const listHostingWebBoostHistory: API.OperationMethod<ListHostingWebBoostHistoryRequest, ListHostingWebBoostHistoryResponse, ListHostingWebBoostHistoryError, OvhOpContext>;
|
|
3778
|
+
export type ListHostingWebCdnAvailableOptionsError = OvhOpError;
|
|
3779
|
+
/** List available options for a Shared CDN service */
|
|
3780
|
+
export declare const listHostingWebCdnAvailableOptions: API.OperationMethod<ListHostingWebCdnAvailableOptionsRequest, ListHostingWebCdnAvailableOptionsResponse, ListHostingWebCdnAvailableOptionsError, OvhOpContext>;
|
|
3781
|
+
export type ListHostingWebCdnDomainError = OvhOpError;
|
|
3782
|
+
/** List all domains for a Shared CDN service */
|
|
3783
|
+
export declare const listHostingWebCdnDomain: API.OperationMethod<ListHostingWebCdnDomainRequest, ListHostingWebCdnDomainResponse, ListHostingWebCdnDomainError, OvhOpContext>;
|
|
3784
|
+
export type ListHostingWebCdnDomainOptionError = OvhOpError;
|
|
3785
|
+
/** List all options for a domain */
|
|
3786
|
+
export declare const listHostingWebCdnDomainOption: API.OperationMethod<ListHostingWebCdnDomainOptionRequest, ListHostingWebCdnDomainOptionResponse, ListHostingWebCdnDomainOptionError, OvhOpContext>;
|
|
3787
|
+
export type ListHostingWebCdnOperationError = OvhOpError;
|
|
3788
|
+
/** List all operations for a Shared CDN service */
|
|
3789
|
+
export declare const listHostingWebCdnOperation: API.OperationMethod<ListHostingWebCdnOperationRequest, ListHostingWebCdnOperationResponse, ListHostingWebCdnOperationError, OvhOpContext>;
|
|
3790
|
+
export type ListHostingWebCronError = OvhOpError;
|
|
3791
|
+
/** Crons on your webhosting */
|
|
3792
|
+
export declare const listHostingWebCron: API.OperationMethod<ListHostingWebCronRequest, ListHostingWebCronResponse, ListHostingWebCronError, OvhOpContext>;
|
|
3793
|
+
export type ListHostingWebCronAvailableLanguageError = OvhOpError;
|
|
3794
|
+
/** Get the list of supported languages by web domain */
|
|
3795
|
+
export declare const listHostingWebCronAvailableLanguage: API.OperationMethod<ListHostingWebCronAvailableLanguageRequest, ListHostingWebCronAvailableLanguageResponse, ListHostingWebCronAvailableLanguageError, OvhOpContext>;
|
|
3796
|
+
export type ListHostingWebDatabaseError = OvhOpError;
|
|
3797
|
+
/** Databases linked to your hosting */
|
|
3798
|
+
export declare const listHostingWebDatabase: API.OperationMethod<ListHostingWebDatabaseRequest, ListHostingWebDatabaseResponse, ListHostingWebDatabaseError, OvhOpContext>;
|
|
3799
|
+
export type ListHostingWebDatabaseAvailableTypeError = OvhOpError;
|
|
3800
|
+
/** List available database type */
|
|
3801
|
+
export declare const listHostingWebDatabaseAvailableType: API.OperationMethod<ListHostingWebDatabaseAvailableTypeRequest, ListHostingWebDatabaseAvailableTypeResponse, ListHostingWebDatabaseAvailableTypeError, OvhOpContext>;
|
|
3802
|
+
export type ListHostingWebDatabaseAvailableVersionError = OvhOpError;
|
|
3803
|
+
/** List available database version following a type */
|
|
3804
|
+
export declare const listHostingWebDatabaseAvailableVersion: API.OperationMethod<ListHostingWebDatabaseAvailableVersionRequest, HostingWebDatabaseAvailableVersionStruct, ListHostingWebDatabaseAvailableVersionError, OvhOpContext>;
|
|
3805
|
+
export type ListHostingWebDatabaseCopyError = OvhOpError;
|
|
3806
|
+
/** Copies available for your databases */
|
|
3807
|
+
export declare const listHostingWebDatabaseCopy: API.OperationMethod<ListHostingWebDatabaseCopyRequest, ListHostingWebDatabaseCopyResponse, ListHostingWebDatabaseCopyError, OvhOpContext>;
|
|
3808
|
+
export type ListHostingWebDatabaseCreationCapabilitiesError = OvhOpError;
|
|
3809
|
+
/** List available database you can install */
|
|
3810
|
+
export declare const listHostingWebDatabaseCreationCapabilities: API.OperationMethod<ListHostingWebDatabaseCreationCapabilitiesRequest, ListHostingWebDatabaseCreationCapabilitiesResponse, ListHostingWebDatabaseCreationCapabilitiesError, OvhOpContext>;
|
|
3811
|
+
export type ListHostingWebDatabaseDumpError = OvhOpError;
|
|
3812
|
+
/** Dump available for your databases */
|
|
3813
|
+
export declare const listHostingWebDatabaseDump: API.OperationMethod<ListHostingWebDatabaseDumpRequest, ListHostingWebDatabaseDumpResponse, ListHostingWebDatabaseDumpError, OvhOpContext>;
|
|
3814
|
+
export type ListHostingWebDatabaseStatisticsError = OvhOpError;
|
|
3815
|
+
/** Get statistics about this database */
|
|
3816
|
+
export declare const listHostingWebDatabaseStatistics: API.OperationMethod<ListHostingWebDatabaseStatisticsRequest, ListHostingWebDatabaseStatisticsResponse, ListHostingWebDatabaseStatisticsError, OvhOpContext>;
|
|
3817
|
+
export type ListHostingWebDumpError = OvhOpError;
|
|
3818
|
+
/** Dumps linked to your hosting */
|
|
3819
|
+
export declare const listHostingWebDump: API.OperationMethod<ListHostingWebDumpRequest, ListHostingWebDumpResponse, ListHostingWebDumpError, OvhOpContext>;
|
|
3820
|
+
export type ListHostingWebEmailBouncesError = OvhOpError;
|
|
3821
|
+
/** Request the last bounces */
|
|
3822
|
+
export declare const listHostingWebEmailBounces: API.OperationMethod<ListHostingWebEmailBouncesRequest, ListHostingWebEmailBouncesResponse, ListHostingWebEmailBouncesError, OvhOpContext>;
|
|
3823
|
+
export type ListHostingWebEmailOptionError = OvhOpError;
|
|
3824
|
+
/** Mail service linked to webhosting */
|
|
3825
|
+
export declare const listHostingWebEmailOption: API.OperationMethod<ListHostingWebEmailOptionRequest, ListHostingWebEmailOptionResponse, ListHostingWebEmailOptionError, OvhOpContext>;
|
|
3826
|
+
export type ListHostingWebEmailVolumesError = OvhOpError;
|
|
3827
|
+
/** Request the history volume of email sent */
|
|
3828
|
+
export declare const listHostingWebEmailVolumes: API.OperationMethod<ListHostingWebEmailVolumesRequest, ListHostingWebEmailVolumesResponse, ListHostingWebEmailVolumesError, OvhOpContext>;
|
|
3829
|
+
export type ListHostingWebEnvVarError = OvhOpError;
|
|
3830
|
+
export declare const listHostingWebEnvVar: API.OperationMethod<ListHostingWebEnvVarRequest, ListHostingWebEnvVarResponse, ListHostingWebEnvVarError, OvhOpContext>;
|
|
3831
|
+
export type ListHostingWebExtraSqlPersoError = OvhOpError;
|
|
3832
|
+
/** Sqlperso linked to your hosting */
|
|
3833
|
+
export declare const listHostingWebExtraSqlPerso: API.OperationMethod<ListHostingWebExtraSqlPersoRequest, ListHostingWebExtraSqlPersoResponse, ListHostingWebExtraSqlPersoError, OvhOpContext>;
|
|
3834
|
+
export type ListHostingWebExtraSqlPersoDatabasesError = OvhOpError;
|
|
3835
|
+
/** Get databases linked with this option */
|
|
3836
|
+
export declare const listHostingWebExtraSqlPersoDatabases: API.OperationMethod<ListHostingWebExtraSqlPersoDatabasesRequest, ListHostingWebExtraSqlPersoDatabasesResponse, ListHostingWebExtraSqlPersoDatabasesError, OvhOpContext>;
|
|
3837
|
+
export type ListHostingWebFreedomError = OvhOpError;
|
|
3838
|
+
/** Find freedoms linked to the hosting */
|
|
3839
|
+
export declare const listHostingWebFreedom: API.OperationMethod<ListHostingWebFreedomRequest, ListHostingWebFreedomResponse, ListHostingWebFreedomError, OvhOpContext>;
|
|
3840
|
+
export type ListHostingWebIncidentError = OvhOpError;
|
|
3841
|
+
/** Get current incident */
|
|
3842
|
+
export declare const listHostingWebIncident: API.OperationMethod<ListHostingWebIncidentRequest, ListHostingWebIncidentResponse, ListHostingWebIncidentError, OvhOpContext>;
|
|
3843
|
+
export type ListHostingWebIndyError = OvhOpError;
|
|
3844
|
+
/** User of multidomain independent allowed on your hosting */
|
|
3845
|
+
export declare const listHostingWebIndy: API.OperationMethod<ListHostingWebIndyRequest, ListHostingWebIndyResponse, ListHostingWebIndyError, OvhOpContext>;
|
|
3846
|
+
export type ListHostingWebLocalSeoAccountError = OvhOpError;
|
|
3847
|
+
/** Local SEO accounts associated to the hosting */
|
|
3848
|
+
export declare const listHostingWebLocalSeoAccount: API.OperationMethod<ListHostingWebLocalSeoAccountRequest, ListHostingWebLocalSeoAccountResponse, ListHostingWebLocalSeoAccountError, OvhOpContext>;
|
|
3849
|
+
export type ListHostingWebLocalSeoDirectoriesListError = OvhOpError;
|
|
3850
|
+
/** Get list of directories associated to a local SEO offer and a country */
|
|
3851
|
+
export declare const listHostingWebLocalSeoDirectoriesList: API.OperationMethod<ListHostingWebLocalSeoDirectoriesListRequest, HostingWebLocalSeoDirectoriesList, ListHostingWebLocalSeoDirectoriesListError, OvhOpContext>;
|
|
3852
|
+
export type ListHostingWebLocalSeoLocationError = OvhOpError;
|
|
3853
|
+
/** Local SEO locations associated to the hosting */
|
|
3854
|
+
export declare const listHostingWebLocalSeoLocation: API.OperationMethod<ListHostingWebLocalSeoLocationRequest, ListHostingWebLocalSeoLocationResponse, ListHostingWebLocalSeoLocationError, OvhOpContext>;
|
|
3855
|
+
export type ListHostingWebLocalSeoVisibilityCheckResultError = OvhOpError;
|
|
3856
|
+
/** Get the result of a visibility check */
|
|
3857
|
+
export declare const listHostingWebLocalSeoVisibilityCheckResult: API.OperationMethod<ListHostingWebLocalSeoVisibilityCheckResultRequest, ListHostingWebLocalSeoVisibilityCheckResultResponse, ListHostingWebLocalSeoVisibilityCheckResultError, OvhOpContext>;
|
|
3858
|
+
export type ListHostingWebModuleError = OvhOpError;
|
|
3859
|
+
/** Module installed on your hosting */
|
|
3860
|
+
export declare const listHostingWebModule: API.OperationMethod<ListHostingWebModuleRequest, ListHostingWebModuleResponse, ListHostingWebModuleError, OvhOpContext>;
|
|
3861
|
+
export type ListHostingWebModuleListError = OvhOpError;
|
|
3862
|
+
/** IDs of all modules available */
|
|
3863
|
+
export declare const listHostingWebModuleList: API.OperationMethod<ListHostingWebModuleListRequest, ListHostingWebModuleListResponse, ListHostingWebModuleListError, OvhOpContext>;
|
|
3864
|
+
export type ListHostingWebOvhConfigError = OvhOpError;
|
|
3865
|
+
/** Configuration used on your hosting */
|
|
3866
|
+
export declare const listHostingWebOvhConfig: API.OperationMethod<ListHostingWebOvhConfigRequest, ListHostingWebOvhConfigResponse, ListHostingWebOvhConfigError, OvhOpContext>;
|
|
3867
|
+
export type ListHostingWebOvhConfigCapabilitiesError = OvhOpError;
|
|
3868
|
+
/** Get the list of versions and container image available on your hosting */
|
|
3869
|
+
export declare const listHostingWebOvhConfigCapabilities: API.OperationMethod<ListHostingWebOvhConfigCapabilitiesRequest, ListHostingWebOvhConfigCapabilitiesResponse, ListHostingWebOvhConfigCapabilitiesError, OvhOpContext>;
|
|
3870
|
+
export type ListHostingWebOwnLogsError = OvhOpError;
|
|
3871
|
+
/** Own Logs linked to your hosting */
|
|
3872
|
+
export declare const listHostingWebOwnLogs: API.OperationMethod<ListHostingWebOwnLogsRequest, ListHostingWebOwnLogsResponse, ListHostingWebOwnLogsError, OvhOpContext>;
|
|
3873
|
+
export type ListHostingWebOwnLogUserLogsError = OvhOpError;
|
|
3874
|
+
/** User allowed to connect into your logs interface */
|
|
3875
|
+
export declare const listHostingWebOwnLogUserLogs: API.OperationMethod<ListHostingWebOwnLogUserLogsRequest, ListHostingWebOwnLogUserLogsResponse, ListHostingWebOwnLogUserLogsError, OvhOpContext>;
|
|
3876
|
+
export type ListHostingWebPrivateDatabaseCreationCapabilitiesError = OvhOpError;
|
|
3877
|
+
/** List available privateDatabase you can install */
|
|
3878
|
+
export declare const listHostingWebPrivateDatabaseCreationCapabilities: API.OperationMethod<ListHostingWebPrivateDatabaseCreationCapabilitiesRequest, ListHostingWebPrivateDatabaseCreationCapabilitiesResponse, ListHostingWebPrivateDatabaseCreationCapabilitiesError, OvhOpContext>;
|
|
3879
|
+
export type ListHostingWebPrivateDatabasesError = OvhOpError;
|
|
3880
|
+
/** List linked privateDatabases */
|
|
3881
|
+
export declare const listHostingWebPrivateDatabases: API.OperationMethod<ListHostingWebPrivateDatabasesRequest, ListHostingWebPrivateDatabasesResponse, ListHostingWebPrivateDatabasesError, OvhOpContext>;
|
|
3882
|
+
export type ListHostingWebRuntimeError = OvhOpError;
|
|
3883
|
+
/** List of runtime configurations to your hosting */
|
|
3884
|
+
export declare const listHostingWebRuntime: API.OperationMethod<ListHostingWebRuntimeRequest, ListHostingWebRuntimeResponse, ListHostingWebRuntimeError, OvhOpContext>;
|
|
3885
|
+
export type ListHostingWebRuntimeAttachedDomainsError = OvhOpError;
|
|
3886
|
+
/** Get the attached domains linked to this runtime configuration */
|
|
3887
|
+
export declare const listHostingWebRuntimeAttachedDomains: API.OperationMethod<ListHostingWebRuntimeAttachedDomainsRequest, ListHostingWebRuntimeAttachedDomainsResponse, ListHostingWebRuntimeAttachedDomainsError, OvhOpContext>;
|
|
3888
|
+
export type ListHostingWebRuntimeAvailableTypesError = OvhOpError;
|
|
3889
|
+
/** List available runtime configurations available backend types */
|
|
3890
|
+
export declare const listHostingWebRuntimeAvailableTypes: API.OperationMethod<ListHostingWebRuntimeAvailableTypesRequest, ListHostingWebRuntimeAvailableTypesResponse, ListHostingWebRuntimeAvailableTypesError, OvhOpContext>;
|
|
3891
|
+
export type ListHostingWebStatisticsError = OvhOpError;
|
|
3892
|
+
/** Get statistics about this web hosting */
|
|
3893
|
+
export declare const listHostingWebStatistics: API.OperationMethod<ListHostingWebStatisticsRequest, ListHostingWebStatisticsResponse, ListHostingWebStatisticsError, OvhOpContext>;
|
|
3894
|
+
export type ListHostingWebTasksError = OvhOpError;
|
|
3895
|
+
/** List tasks attached to your hosting */
|
|
3896
|
+
export declare const listHostingWebTasks: API.OperationMethod<ListHostingWebTasksRequest, ListHostingWebTasksResponse, ListHostingWebTasksError, OvhOpContext>;
|
|
3897
|
+
export type ListHostingWebUserError = OvhOpError;
|
|
3898
|
+
/** User allowed to connect into your hosting */
|
|
3899
|
+
export declare const listHostingWebUser: API.OperationMethod<ListHostingWebUserRequest, ListHostingWebUserResponse, ListHostingWebUserError, OvhOpContext>;
|
|
3900
|
+
export type ListHostingWebVcsSupportedError = OvhOpError;
|
|
3901
|
+
/** Get list of supported VCS platforms */
|
|
3902
|
+
export declare const listHostingWebVcsSupported: API.OperationMethod<ListHostingWebVcsSupportedRequest, ListHostingWebVcsSupportedResponse, ListHostingWebVcsSupportedError, OvhOpContext>;
|
|
3903
|
+
export type ListHostingWebWebsiteError = OvhOpError;
|
|
3904
|
+
/** Websites on your webhosting */
|
|
3905
|
+
export declare const listHostingWebWebsite: API.OperationMethod<ListHostingWebWebsiteRequest, ListHostingWebWebsiteResponse, ListHostingWebWebsiteError, OvhOpContext>;
|
|
3906
|
+
export type ListHostingWebWebsiteDeploymentError = OvhOpError;
|
|
3907
|
+
/** Deployments of the website */
|
|
3908
|
+
export declare const listHostingWebWebsiteDeployment: API.OperationMethod<ListHostingWebWebsiteDeploymentRequest, ListHostingWebWebsiteDeploymentResponse, ListHostingWebWebsiteDeploymentError, OvhOpContext>;
|
|
3909
|
+
export type ListHostingWebWebsiteDeploymentLogsError = OvhOpError;
|
|
3910
|
+
/** Get logs of a website deployment */
|
|
3911
|
+
export declare const listHostingWebWebsiteDeploymentLogs: API.OperationMethod<ListHostingWebWebsiteDeploymentLogsRequest, ListHostingWebWebsiteDeploymentLogsResponse, ListHostingWebWebsiteDeploymentLogsError, OvhOpContext>;
|
|
3912
|
+
export type LoginHostingWebLocalSeoAccountError = OvhOpError;
|
|
3913
|
+
/** Login this location for SSO */
|
|
3914
|
+
export declare const loginHostingWebLocalSeoAccount: API.OperationMethod<LoginHostingWebLocalSeoAccountRequest, LoginHostingWebLocalSeoAccountResponse, LoginHostingWebLocalSeoAccountError, OvhOpContext>;
|
|
3915
|
+
export type PurgeHostingWebAttachedDomainCacheError = OvhOpError;
|
|
3916
|
+
/** Purge cache for this attached domain */
|
|
3917
|
+
export declare const purgeHostingWebAttachedDomainCache: API.OperationMethod<PurgeHostingWebAttachedDomainCacheRequest, HostingWebTask, PurgeHostingWebAttachedDomainCacheError, OvhOpContext>;
|
|
3918
|
+
export type PurgeHostingWebCdnDomainError = OvhOpError;
|
|
3919
|
+
/** Flush cache content on CDN for a domain */
|
|
3920
|
+
export declare const purgeHostingWebCdnDomain: API.OperationMethod<PurgeHostingWebCdnDomainRequest, CdnOperation, PurgeHostingWebCdnDomainError, OvhOpContext>;
|
|
3921
|
+
export type PutHostingWebError = OvhOpError;
|
|
3922
|
+
/** Alter this object properties */
|
|
3923
|
+
export declare const putHostingWeb: API.OperationMethod<PutHostingWebRequest, PutHostingWebResponse, PutHostingWebError, OvhOpContext>;
|
|
3924
|
+
export type PutHostingWebAttachedDomainError = OvhOpError;
|
|
3925
|
+
/** Update attached domain properties */
|
|
3926
|
+
export declare const putHostingWebAttachedDomain: API.OperationMethod<PutHostingWebAttachedDomainRequest, PutHostingWebAttachedDomainResponse, PutHostingWebAttachedDomainError, OvhOpContext>;
|
|
3927
|
+
export type PutHostingWebCdnDomainOptionError = OvhOpError;
|
|
3928
|
+
/** Update an option on a domain */
|
|
3929
|
+
export declare const putHostingWebCdnDomainOption: API.OperationMethod<PutHostingWebCdnDomainOptionRequest, CdnDomainOption, PutHostingWebCdnDomainOptionError, OvhOpContext>;
|
|
3930
|
+
export type PutHostingWebConfigurationError = OvhOpError;
|
|
3931
|
+
/** Alter this object properties */
|
|
3932
|
+
export declare const putHostingWebConfiguration: API.OperationMethod<PutHostingWebConfigurationRequest, PutHostingWebConfigurationResponse, PutHostingWebConfigurationError, OvhOpContext>;
|
|
3933
|
+
export type PutHostingWebCronError = OvhOpError;
|
|
3934
|
+
/** Update cron */
|
|
3935
|
+
export declare const putHostingWebCron: API.OperationMethod<PutHostingWebCronRequest, PutHostingWebCronResponse, PutHostingWebCronError, OvhOpContext>;
|
|
3936
|
+
export type PutHostingWebEmailError = OvhOpError;
|
|
3937
|
+
/** Alter this object properties */
|
|
3938
|
+
export declare const putHostingWebEmail: API.OperationMethod<PutHostingWebEmailRequest, PutHostingWebEmailResponse, PutHostingWebEmailError, OvhOpContext>;
|
|
3939
|
+
export type PutHostingWebEnvVarError = OvhOpError;
|
|
3940
|
+
export declare const putHostingWebEnvVar: API.OperationMethod<PutHostingWebEnvVarRequest, HostingWebPublicTask, PutHostingWebEnvVarError, OvhOpContext>;
|
|
3941
|
+
export type PutHostingWebOwnLogUserLogError = OvhOpError;
|
|
3942
|
+
/** Alter this object properties */
|
|
3943
|
+
export declare const putHostingWebOwnLogUserLog: API.OperationMethod<PutHostingWebOwnLogUserLogRequest, PutHostingWebOwnLogUserLogResponse, PutHostingWebOwnLogUserLogError, OvhOpContext>;
|
|
3944
|
+
export type PutHostingWebRuntimeError = OvhOpError;
|
|
3945
|
+
/** Alter this object properties */
|
|
3946
|
+
export declare const putHostingWebRuntime: API.OperationMethod<PutHostingWebRuntimeRequest, PutHostingWebRuntimeResponse, PutHostingWebRuntimeError, OvhOpContext>;
|
|
3947
|
+
export type PutHostingWebServiceInfosError = OvhOpError;
|
|
3948
|
+
/** Update service information */
|
|
3949
|
+
export declare const putHostingWebServiceInfos: API.OperationMethod<PutHostingWebServiceInfosRequest, PutHostingWebServiceInfosResponse, PutHostingWebServiceInfosError, OvhOpContext>;
|
|
3950
|
+
export type PutHostingWebUserError = OvhOpError;
|
|
3951
|
+
/** Alter this object properties */
|
|
3952
|
+
export declare const putHostingWebUser: API.OperationMethod<PutHostingWebUserRequest, PutHostingWebUserResponse, PutHostingWebUserError, OvhOpContext>;
|
|
3953
|
+
export type PutHostingWebWebsiteError = OvhOpError;
|
|
3954
|
+
/** Update a website on your hosting */
|
|
3955
|
+
export declare const putHostingWebWebsite: API.OperationMethod<PutHostingWebWebsiteRequest, HostingWebWebsite, PutHostingWebWebsiteError, OvhOpContext>;
|
|
3956
|
+
export type RefreshHostingWebCdnDomainError = OvhOpError;
|
|
3957
|
+
/** Trigger a refresh for a domain */
|
|
3958
|
+
export declare const refreshHostingWebCdnDomain: API.OperationMethod<RefreshHostingWebCdnDomainRequest, CdnOperation, RefreshHostingWebCdnDomainError, OvhOpContext>;
|
|
3959
|
+
export type RestartHostingWebAttachedDomainError = OvhOpError;
|
|
3960
|
+
/** Restart the virtual host of the attached domain */
|
|
3961
|
+
export declare const restartHostingWebAttachedDomain: API.OperationMethod<RestartHostingWebAttachedDomainRequest, HostingWebTask, RestartHostingWebAttachedDomainError, OvhOpContext>;
|
|
3962
|
+
export type RestoreHostingWebDatabaseError = OvhOpError;
|
|
3963
|
+
/** Request the restore from your database backup */
|
|
3964
|
+
export declare const restoreHostingWebDatabase: API.OperationMethod<RestoreHostingWebDatabaseRequest, HostingWebTask, RestoreHostingWebDatabaseError, OvhOpContext>;
|
|
3965
|
+
export type RestoreHostingWebDatabaseDumpError = OvhOpError;
|
|
3966
|
+
/** Request the restore from this dump */
|
|
3967
|
+
export declare const restoreHostingWebDatabaseDump: API.OperationMethod<RestoreHostingWebDatabaseDumpRequest, HostingWebTask, RestoreHostingWebDatabaseDumpError, OvhOpContext>;
|
|
3968
|
+
export type RestoreHostingWebSnapshotError = OvhOpError;
|
|
3969
|
+
/** Restore this snapshot ALL CURRENT DATA WILL BE REPLACED BY YOUR SNAPSHOT */
|
|
3970
|
+
export declare const restoreHostingWebSnapshot: API.OperationMethod<RestoreHostingWebSnapshotRequest, HostingWebTask, RestoreHostingWebSnapshotError, OvhOpContext>;
|
|
3971
|
+
export type TerminateHostingWebError = OvhOpError;
|
|
3972
|
+
/** Ask for the termination of your service */
|
|
3973
|
+
export declare const terminateHostingWeb: API.OperationMethod<TerminateHostingWebRequest, TerminateHostingWebResponse, TerminateHostingWebError, OvhOpContext>;
|
|
3974
|
+
export type TerminateHostingWebCdnError = OvhOpError;
|
|
3975
|
+
/** Terminate your cdn sub service */
|
|
3976
|
+
export declare const terminateHostingWebCdn: API.OperationMethod<TerminateHostingWebCdnRequest, TerminateHostingWebCdnResponse, TerminateHostingWebCdnError, OvhOpContext>;
|
|
3977
|
+
export type TerminateHostingWebEmailOptionError = OvhOpError;
|
|
3978
|
+
/** Terminate your email sub service */
|
|
3979
|
+
export declare const terminateHostingWebEmailOption: API.OperationMethod<TerminateHostingWebEmailOptionRequest, TerminateHostingWebEmailOptionResponse, TerminateHostingWebEmailOptionError, OvhOpContext>;
|
|
3980
|
+
export type TerminateHostingWebExtraSqlPersoError = OvhOpError;
|
|
3981
|
+
/** Terminate your extraSqlPerso sub service */
|
|
3982
|
+
export declare const terminateHostingWebExtraSqlPerso: API.OperationMethod<TerminateHostingWebExtraSqlPersoRequest, TerminateHostingWebExtraSqlPersoResponse, TerminateHostingWebExtraSqlPersoError, OvhOpContext>;
|
|
3983
|
+
export type TerminateHostingWebLocalSeoLocationError = OvhOpError;
|
|
3984
|
+
/** Terminate a local SEO sub service */
|
|
3985
|
+
export declare const terminateHostingWebLocalSeoLocation: API.OperationMethod<TerminateHostingWebLocalSeoLocationRequest, TerminateHostingWebLocalSeoLocationResponse, TerminateHostingWebLocalSeoLocationError, OvhOpContext>;
|
|
3986
|
+
//# sourceMappingURL=webhosting.d.ts.map
|