@alicloud/sae20190506 2.5.3 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +36 -20
- package/dist/client.js +48 -20
- package/dist/client.js.map +1 -1
- package/dist/models/BatchStartApplicationsRequest.d.ts +1 -4
- package/dist/models/BatchStartApplicationsRequest.js.map +1 -1
- package/dist/models/BatchStopApplicationsRequest.d.ts +3 -1
- package/dist/models/BatchStopApplicationsRequest.js.map +1 -1
- package/dist/models/BindSlbRequest.d.ts +20 -0
- package/dist/models/BindSlbRequest.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +127 -3
- package/dist/models/CreateApplicationRequest.js +4 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +127 -3
- package/dist/models/CreateApplicationShrinkRequest.js +4 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateSecretRequest.d.ts +4 -0
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretRequestSecretData.d.ts +9 -0
- package/dist/models/CreateSecretRequestSecretData.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +4 -0
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +39 -0
- package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +196 -0
- package/dist/models/DeployApplicationRequest.js +2 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +196 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBodyData.d.ts +2 -0
- package/dist/models/DescribeApplicationConfigResponseBodyData.js +4 -0
- package/dist/models/DescribeApplicationConfigResponseBodyData.js.map +1 -1
- package/dist/models/DescribeApplicationGroupsRequest.d.ts +3 -3
- package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +12 -12
- package/dist/models/DescribeApplicationGroupsResponseBodyData.d.ts +12 -12
- package/dist/models/DescribeApplicationInstancesRequest.d.ts +11 -0
- package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyData.d.ts +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.d.ts +26 -0
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.d.ts +21 -0
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.js.map +1 -1
- package/dist/models/DescribeNamespaceListRequest.d.ts +3 -3
- package/dist/models/DescribeNamespaceListResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +39 -0
- package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/GetApplicationResponseBodyApplication.d.ts +1 -0
- package/dist/models/GetApplicationResponseBodyApplication.js +2 -0
- package/dist/models/GetApplicationResponseBodyApplication.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +1 -0
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/OpenSaeServiceResponseBody.d.ts +2 -2
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +31 -3
- package/dist/models/RescaleApplicationVerticallyRequest.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +14 -14
- package/dist/models/RescaleApplicationVerticallyResponseBodyData.d.ts +1 -1
- package/dist/models/RestartApplicationRequest.d.ts +10 -0
- package/dist/models/RestartApplicationRequest.js.map +1 -1
- package/dist/models/SuspendJobRequest.d.ts +4 -1
- package/dist/models/SuspendJobRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +11 -4
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +21 -15
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +8 -5
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +15 -12
- package/dist/models/UntagResourcesResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +52 -20
- package/src/models/BatchStartApplicationsRequest.ts +1 -4
- package/src/models/BatchStopApplicationsRequest.ts +3 -1
- package/src/models/BindSlbRequest.ts +20 -0
- package/src/models/CreateApplicationRequest.ts +131 -3
- package/src/models/CreateApplicationShrinkRequest.ts +131 -3
- package/src/models/CreateSecretRequest.ts +4 -0
- package/src/models/CreateSecretRequestSecretData.ts +9 -0
- package/src/models/CreateSecretShrinkRequest.ts +4 -0
- package/src/models/DeleteApplicationScalingRuleResponseBody.ts +39 -0
- package/src/models/DeployApplicationRequest.ts +198 -0
- package/src/models/DeployApplicationShrinkRequest.ts +198 -0
- package/src/models/DescribeApplicationConfigResponseBodyData.ts +6 -0
- package/src/models/DescribeApplicationGroupsRequest.ts +3 -3
- package/src/models/DescribeApplicationGroupsResponseBody.ts +12 -12
- package/src/models/DescribeApplicationGroupsResponseBodyData.ts +12 -12
- package/src/models/DescribeApplicationInstancesRequest.ts +11 -0
- package/src/models/DescribeApplicationInstancesResponseBody.ts +1 -1
- package/src/models/DescribeApplicationInstancesResponseBodyData.ts +1 -1
- package/src/models/DescribeApplicationInstancesResponseBodyDataInstances.ts +26 -0
- package/src/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.ts +21 -0
- package/src/models/DescribeNamespaceListRequest.ts +3 -3
- package/src/models/DescribeNamespaceListResponseBody.ts +1 -1
- package/src/models/DisableApplicationScalingRuleResponseBody.ts +39 -0
- package/src/models/GetApplicationResponseBodyApplication.ts +3 -0
- package/src/models/ListApplicationsRequest.ts +3 -0
- package/src/models/OpenSaeServiceResponseBody.ts +2 -2
- package/src/models/RescaleApplicationVerticallyRequest.ts +31 -3
- package/src/models/RescaleApplicationVerticallyResponseBody.ts +14 -14
- package/src/models/RescaleApplicationVerticallyResponseBodyData.ts +1 -1
- package/src/models/RestartApplicationRequest.ts +10 -0
- package/src/models/SuspendJobRequest.ts +4 -1
- package/src/models/TagResourcesRequest.ts +11 -4
- package/src/models/TagResourcesResponseBody.ts +21 -15
- package/src/models/UntagResourcesRequest.ts +8 -5
- package/src/models/UntagResourcesResponseBody.ts +15 -12
|
@@ -179,6 +179,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
179
179
|
enableGreyTagRoute?: boolean;
|
|
180
180
|
enableIdle?: boolean;
|
|
181
181
|
enableNewArms?: boolean;
|
|
182
|
+
enablePrometheus?: boolean;
|
|
182
183
|
/**
|
|
183
184
|
* @remarks
|
|
184
185
|
* The environment variables. Variable description:
|
|
@@ -206,6 +207,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
206
207
|
*/
|
|
207
208
|
imageUrl?: string;
|
|
208
209
|
initContainersConfig?: DescribeApplicationConfigResponseBodyDataInitContainersConfig[];
|
|
210
|
+
isStateful?: boolean;
|
|
209
211
|
/**
|
|
210
212
|
* @remarks
|
|
211
213
|
* The arguments in the JAR package. The arguments are used to start the application container. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
|
|
@@ -713,12 +715,14 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
713
715
|
enableGreyTagRoute: 'EnableGreyTagRoute',
|
|
714
716
|
enableIdle: 'EnableIdle',
|
|
715
717
|
enableNewArms: 'EnableNewArms',
|
|
718
|
+
enablePrometheus: 'EnablePrometheus',
|
|
716
719
|
envs: 'Envs',
|
|
717
720
|
gpuCount: 'GpuCount',
|
|
718
721
|
gpuType: 'GpuType',
|
|
719
722
|
imagePullSecrets: 'ImagePullSecrets',
|
|
720
723
|
imageUrl: 'ImageUrl',
|
|
721
724
|
initContainersConfig: 'InitContainersConfig',
|
|
725
|
+
isStateful: 'IsStateful',
|
|
722
726
|
jarStartArgs: 'JarStartArgs',
|
|
723
727
|
jarStartOptions: 'JarStartOptions',
|
|
724
728
|
jdk: 'Jdk',
|
|
@@ -804,12 +808,14 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
804
808
|
enableGreyTagRoute: 'boolean',
|
|
805
809
|
enableIdle: 'boolean',
|
|
806
810
|
enableNewArms: 'boolean',
|
|
811
|
+
enablePrometheus: 'boolean',
|
|
807
812
|
envs: 'string',
|
|
808
813
|
gpuCount: 'string',
|
|
809
814
|
gpuType: 'string',
|
|
810
815
|
imagePullSecrets: 'string',
|
|
811
816
|
imageUrl: 'string',
|
|
812
817
|
initContainersConfig: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataInitContainersConfig },
|
|
818
|
+
isStateful: 'boolean',
|
|
813
819
|
jarStartArgs: 'string',
|
|
814
820
|
jarStartOptions: 'string',
|
|
815
821
|
jdk: 'string',
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeApplicationGroupsRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The ID of the application.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class DescribeApplicationGroupsRequest extends $dara.Model {
|
|
|
15
15
|
appId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* The page number.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 1
|
|
@@ -23,7 +23,7 @@ export class DescribeApplicationGroupsRequest extends $dara.Model {
|
|
|
23
23
|
currentPage?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* The number of entries per page.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* 10
|
|
@@ -8,10 +8,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
|
|
|
8
8
|
* @remarks
|
|
9
9
|
* The HTTP status code. Valid values:
|
|
10
10
|
*
|
|
11
|
-
* * **2xx**:
|
|
12
|
-
* * **3xx**:
|
|
13
|
-
* * **4xx**:
|
|
14
|
-
* * **5xx**:
|
|
11
|
+
* * **2xx**: The call was successful.
|
|
12
|
+
* * **3xx**: The call was redirected.
|
|
13
|
+
* * **4xx**: The call failed.
|
|
14
|
+
* * **5xx**: A server error occurred.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* 200
|
|
@@ -24,10 +24,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
|
|
|
24
24
|
data?: DescribeApplicationGroupsResponseBodyData[];
|
|
25
25
|
/**
|
|
26
26
|
* @remarks
|
|
27
|
-
* The error code.
|
|
27
|
+
* The error code. Valid values:
|
|
28
28
|
*
|
|
29
|
-
* *
|
|
30
|
-
* *
|
|
29
|
+
* * If the call is successful, the **ErrorCode** parameter is not returned.
|
|
30
|
+
* * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
|
|
31
31
|
*/
|
|
32
32
|
errorCode?: string;
|
|
33
33
|
/**
|
|
@@ -40,7 +40,7 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
|
|
|
40
40
|
message?: string;
|
|
41
41
|
/**
|
|
42
42
|
* @remarks
|
|
43
|
-
* The ID
|
|
43
|
+
* The request ID.
|
|
44
44
|
*
|
|
45
45
|
* @example
|
|
46
46
|
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
@@ -48,10 +48,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
|
|
|
48
48
|
requestId?: string;
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
* Indicates whether the
|
|
51
|
+
* Indicates whether the instance groups of an application were obtained. Valid values:
|
|
52
52
|
*
|
|
53
|
-
* * **true**:
|
|
54
|
-
* * **false**:
|
|
53
|
+
* * **true**: The instance groups were obtained.
|
|
54
|
+
* * **false**: The instance groups failed to be obtained.
|
|
55
55
|
*
|
|
56
56
|
* @example
|
|
57
57
|
* true
|
|
@@ -59,7 +59,7 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
|
|
|
59
59
|
success?: boolean;
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
* The ID
|
|
62
|
+
* The trace ID that is used to query the details of the request.
|
|
63
63
|
*
|
|
64
64
|
* @example
|
|
65
65
|
* 0a98a02315955564772843261e****
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The version of the container, such as Ali-Tomcat, in which
|
|
8
|
+
* The version of the container, such as Ali-Tomcat, in which an application that is developed based on High-speed Service Framework (HSF) is deployed.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 3.5.3
|
|
@@ -13,7 +13,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
13
13
|
edasContainerVersion?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The ID of the group.
|
|
16
|
+
* The ID of the instance group.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* b2a8a925-477a-eswa-b823-d5e22500****
|
|
@@ -21,7 +21,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
21
21
|
groupId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The name of the group.
|
|
24
|
+
* The name of the instance group.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* _DEFAULT_GROUP
|
|
@@ -29,7 +29,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
29
29
|
groupName?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The type of the group.
|
|
32
|
+
* The type of the instance group.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 0
|
|
@@ -37,7 +37,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
37
37
|
groupType?: number;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The
|
|
40
|
+
* The URL of the image. This parameter is returned only if the **PackageType** parameter is set to **Image**.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
|
|
@@ -45,7 +45,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
45
45
|
imageUrl?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The version of the
|
|
48
|
+
* The version of the JDK on which the deployment package of the application depends. This parameter is not returned if the **PackageType** parameter is set to **Image**.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* Open JDK 8
|
|
@@ -53,11 +53,11 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
53
53
|
jdk?: string;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The type of the
|
|
56
|
+
* The type of the deployment package. Valid values:
|
|
57
57
|
*
|
|
58
|
-
* *
|
|
58
|
+
* * If you deploy a Java application, the value of this parameter can be **FatJar**, **War**, or **Image**.
|
|
59
59
|
*
|
|
60
|
-
* *
|
|
60
|
+
* * If you deploy a PHP application, the value of this parameter can be one of the following values:
|
|
61
61
|
*
|
|
62
62
|
* * **PhpZip**
|
|
63
63
|
* * **IMAGE_PHP_5_4**
|
|
@@ -81,7 +81,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
81
81
|
packageType?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The
|
|
84
|
+
* The URL of the deployment package. This parameter is returned only if the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**.
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
|
|
@@ -89,7 +89,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
89
89
|
packageUrl?: string;
|
|
90
90
|
/**
|
|
91
91
|
* @remarks
|
|
92
|
-
* The version of the deployment package. This parameter is
|
|
92
|
+
* The version of the deployment package. This parameter is returned only if the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**. The value of this parameter is automatically generated only if the **ImageUrl** is returned.
|
|
93
93
|
*
|
|
94
94
|
* @example
|
|
95
95
|
* 1.0.0
|
|
@@ -114,7 +114,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
|
|
|
114
114
|
runningInstances?: number;
|
|
115
115
|
/**
|
|
116
116
|
* @remarks
|
|
117
|
-
* The version of the
|
|
117
|
+
* The version of the Tomcat container on which the deployment package depends. This parameter is not returned if the **PackageType** parameter is set to **Image**.
|
|
118
118
|
*
|
|
119
119
|
* @example
|
|
120
120
|
* Apache Tomcat 7
|
|
@@ -31,6 +31,13 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
|
|
|
31
31
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
32
32
|
*/
|
|
33
33
|
groupId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* The ID of the application instance.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* demo-faaca66c-5959-45cc-b3bf-d26093b2e9c0******
|
|
40
|
+
*/
|
|
34
41
|
instanceId?: string;
|
|
35
42
|
/**
|
|
36
43
|
* @remarks
|
|
@@ -40,6 +47,10 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
|
|
|
40
47
|
* 10
|
|
41
48
|
*/
|
|
42
49
|
pageSize?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* 85750d48-6cfc-4dbf-8ea0-840397******
|
|
53
|
+
*/
|
|
43
54
|
pipelineId?: string;
|
|
44
55
|
/**
|
|
45
56
|
* @remarks
|
|
@@ -19,7 +19,7 @@ export class DescribeApplicationInstancesResponseBody extends $dara.Model {
|
|
|
19
19
|
code?: string;
|
|
20
20
|
/**
|
|
21
21
|
* @remarks
|
|
22
|
-
* The details of the application
|
|
22
|
+
* The details of the application instance.
|
|
23
23
|
*/
|
|
24
24
|
data?: DescribeApplicationInstancesResponseBodyData;
|
|
25
25
|
/**
|
|
@@ -14,7 +14,7 @@ export class DescribeApplicationInstancesResponseBodyData extends $dara.Model {
|
|
|
14
14
|
currentPage?: number;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
* The
|
|
17
|
+
* The application instances.
|
|
18
18
|
*/
|
|
19
19
|
instances?: DescribeApplicationInstancesResponseBodyDataInstances[];
|
|
20
20
|
/**
|
|
@@ -12,6 +12,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
12
12
|
* 1558442609000
|
|
13
13
|
*/
|
|
14
14
|
createTimeStamp?: number;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* False
|
|
18
|
+
*/
|
|
15
19
|
debugStatus?: boolean;
|
|
16
20
|
/**
|
|
17
21
|
* @remarks
|
|
@@ -108,6 +112,13 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
108
112
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
109
113
|
*/
|
|
110
114
|
instanceId?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* The status of the main container.
|
|
118
|
+
*
|
|
119
|
+
* @example
|
|
120
|
+
* Running
|
|
121
|
+
*/
|
|
111
122
|
mainContainerStatus?: string;
|
|
112
123
|
/**
|
|
113
124
|
* @remarks
|
|
@@ -117,8 +128,23 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
117
128
|
* 1609939496200
|
|
118
129
|
*/
|
|
119
130
|
packageVersion?: string;
|
|
131
|
+
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* The status of the sidecar container.
|
|
134
|
+
*/
|
|
120
135
|
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
136
|
+
/**
|
|
137
|
+
* @example
|
|
138
|
+
* 1750061980000
|
|
139
|
+
*/
|
|
121
140
|
timestamp?: number;
|
|
141
|
+
/**
|
|
142
|
+
* @remarks
|
|
143
|
+
* If the health check of an application instance fails, the detailed failure cause or error message is returned. If the health check of an application instance passes, no response is returned.
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* Null
|
|
147
|
+
*/
|
|
122
148
|
unhealthyMessage?: string;
|
|
123
149
|
/**
|
|
124
150
|
* @remarks
|
package/src/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.ts
CHANGED
|
@@ -3,8 +3,29 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the sidecar container.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* sidecar-test-01
|
|
12
|
+
*/
|
|
6
13
|
containerId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The status of the container.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* Running
|
|
20
|
+
*/
|
|
7
21
|
containerStatus?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The URL of the image.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* registry.cn-beijing.aliyuncs.com/sae-dev-test/******
|
|
28
|
+
*/
|
|
8
29
|
imageUrl?: string;
|
|
9
30
|
static names(): { [key: string]: string } {
|
|
10
31
|
return {
|
|
@@ -16,10 +16,10 @@ export class DescribeNamespaceListRequest extends $dara.Model {
|
|
|
16
16
|
containCustom?: boolean;
|
|
17
17
|
/**
|
|
18
18
|
* @remarks
|
|
19
|
-
*
|
|
19
|
+
* Indicates whether hybrid cloud namespaces are excluded. Valid values:
|
|
20
20
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
21
|
+
* * **true**: Hybrid cloud namespaces are excluded.
|
|
22
|
+
* * **false**: Hybrid cloud namespaces are included.
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* true
|
|
@@ -3,8 +3,37 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DisableApplicationScalingRuleResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The HTTP status code. Valid values:
|
|
9
|
+
*
|
|
10
|
+
* * **2xx**: The request was successful.
|
|
11
|
+
* * **3xx**: The request was redirected.
|
|
12
|
+
* * **4xx**: The request failed.
|
|
13
|
+
* * **5xx**: A server error occurred.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 200
|
|
17
|
+
*/
|
|
6
18
|
code?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The error codes. Valid values:
|
|
22
|
+
*
|
|
23
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
24
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
25
|
+
*/
|
|
7
26
|
errorCode?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The returned message. Valid values:
|
|
30
|
+
*
|
|
31
|
+
* * If the request was successful, **success** is returned.
|
|
32
|
+
* * If the request failed, an error code is returned.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* success
|
|
36
|
+
*/
|
|
8
37
|
message?: string;
|
|
9
38
|
/**
|
|
10
39
|
* @remarks
|
|
@@ -14,6 +43,16 @@ export class DisableApplicationScalingRuleResponseBody extends $dara.Model {
|
|
|
14
43
|
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
15
44
|
*/
|
|
16
45
|
requestId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* Indicates whether the auto scaling policy was disabled. Valid values:
|
|
49
|
+
*
|
|
50
|
+
* * **true**: The auto scaling policy was disabled.
|
|
51
|
+
* * **false**: The auto scaling policy failed to be disabled.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* true
|
|
55
|
+
*/
|
|
17
56
|
success?: boolean;
|
|
18
57
|
/**
|
|
19
58
|
* @example
|
|
@@ -57,6 +57,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
|
|
|
57
57
|
* i-8ps2o182102o1jv05bys
|
|
58
58
|
*/
|
|
59
59
|
instances?: number;
|
|
60
|
+
isStateful?: boolean;
|
|
60
61
|
/**
|
|
61
62
|
* @remarks
|
|
62
63
|
* The memory size that is required by each instance. Unit: MB. This parameter cannot be set to 0. The values of this parameter correspond to the values of the Cpu parameter:
|
|
@@ -154,6 +155,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
|
|
|
154
155
|
baseAppId: 'BaseAppId',
|
|
155
156
|
cpu: 'Cpu',
|
|
156
157
|
instances: 'Instances',
|
|
158
|
+
isStateful: 'IsStateful',
|
|
157
159
|
mem: 'Mem',
|
|
158
160
|
mseEnabled: 'MseEnabled',
|
|
159
161
|
mseNamespaceId: 'MseNamespaceId',
|
|
@@ -173,6 +175,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
|
|
|
173
175
|
baseAppId: 'string',
|
|
174
176
|
cpu: 'number',
|
|
175
177
|
instances: 'number',
|
|
178
|
+
isStateful: 'boolean',
|
|
176
179
|
mem: 'number',
|
|
177
180
|
mseEnabled: 'boolean',
|
|
178
181
|
mseNamespaceId: 'string',
|
|
@@ -52,6 +52,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
52
52
|
* demo-app
|
|
53
53
|
*/
|
|
54
54
|
fieldValue?: string;
|
|
55
|
+
isStateful?: string;
|
|
55
56
|
/**
|
|
56
57
|
* @remarks
|
|
57
58
|
* 1
|
|
@@ -102,6 +103,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
102
103
|
currentPage: 'CurrentPage',
|
|
103
104
|
fieldType: 'FieldType',
|
|
104
105
|
fieldValue: 'FieldValue',
|
|
106
|
+
isStateful: 'IsStateful',
|
|
105
107
|
namespaceId: 'NamespaceId',
|
|
106
108
|
orderBy: 'OrderBy',
|
|
107
109
|
pageSize: 'PageSize',
|
|
@@ -117,6 +119,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
117
119
|
currentPage: 'number',
|
|
118
120
|
fieldType: 'string',
|
|
119
121
|
fieldValue: 'string',
|
|
122
|
+
isStateful: 'string',
|
|
120
123
|
namespaceId: 'string',
|
|
121
124
|
orderBy: 'string',
|
|
122
125
|
pageSize: 'number',
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class OpenSaeServiceResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* PushEvent
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 20485646575****
|
|
@@ -13,7 +13,7 @@ export class OpenSaeServiceResponseBody extends $dara.Model {
|
|
|
13
13
|
orderId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* enableWAF
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 559B4247-C41C-4D9E-B866-B55D378B****
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The app ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
15
15
|
appId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* Target CPU specification. Unit: millicore.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -23,10 +23,17 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
23
23
|
* 1000
|
|
24
24
|
*/
|
|
25
25
|
cpu?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @remarks
|
|
28
|
+
* The disk size. Unit: GB.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* 20
|
|
32
|
+
*/
|
|
26
33
|
diskSize?: string;
|
|
27
34
|
/**
|
|
28
35
|
* @remarks
|
|
29
|
-
*
|
|
36
|
+
* Target memory specification. Unit: MB.
|
|
30
37
|
*
|
|
31
38
|
* This parameter is required.
|
|
32
39
|
*
|
|
@@ -34,8 +41,29 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
34
41
|
* 2048
|
|
35
42
|
*/
|
|
36
43
|
memory?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* Enable application scale rules automatically.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* true
|
|
50
|
+
*/
|
|
37
51
|
autoEnableApplicationScalingRule?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The ratio of minimum ready instances.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* 50
|
|
58
|
+
*/
|
|
38
59
|
minReadyInstanceRatio?: number;
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* Minimum ready instances.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* 1
|
|
66
|
+
*/
|
|
39
67
|
minReadyInstances?: number;
|
|
40
68
|
static names(): { [key: string]: string } {
|
|
41
69
|
return {
|
|
@@ -6,11 +6,11 @@ import { RescaleApplicationVerticallyResponseBodyData } from "./RescaleApplicati
|
|
|
6
6
|
export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
7
7
|
/**
|
|
8
8
|
* @remarks
|
|
9
|
-
* The HTTP status code.
|
|
9
|
+
* The HTTP status code. Valid values:
|
|
10
10
|
*
|
|
11
|
-
* * **2xx**: The
|
|
12
|
-
* * **3xx**: The
|
|
13
|
-
* * **4xx**: The
|
|
11
|
+
* * **2xx**: The request was successful.
|
|
12
|
+
* * **3xx**: The request was redirected.
|
|
13
|
+
* * **4xx**: The request failed.
|
|
14
14
|
* * **5xx**: A server error occurred.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
@@ -19,15 +19,15 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
|
19
19
|
code?: string;
|
|
20
20
|
/**
|
|
21
21
|
* @remarks
|
|
22
|
-
*
|
|
22
|
+
* Data returned.
|
|
23
23
|
*/
|
|
24
24
|
data?: RescaleApplicationVerticallyResponseBodyData;
|
|
25
25
|
/**
|
|
26
26
|
* @remarks
|
|
27
|
-
* The error code
|
|
27
|
+
* The error code. Valid values:
|
|
28
28
|
*
|
|
29
|
-
* *
|
|
30
|
-
* *
|
|
29
|
+
* * If the call is successful, the **ErrorCode** parameter is not returned.
|
|
30
|
+
* * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
|
|
31
31
|
*
|
|
32
32
|
* @example
|
|
33
33
|
* Null
|
|
@@ -35,7 +35,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
|
35
35
|
errorCode?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
*
|
|
38
|
+
* Messages returned for additional information.
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* success
|
|
@@ -43,7 +43,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
|
43
43
|
message?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
*
|
|
46
|
+
* Request ID.
|
|
47
47
|
*
|
|
48
48
|
* @example
|
|
49
49
|
* AB521DBB-FA78-42E6-803F-A862EA4F****
|
|
@@ -51,10 +51,10 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
|
51
51
|
requestId?: string;
|
|
52
52
|
/**
|
|
53
53
|
* @remarks
|
|
54
|
-
* Indicates whether the instance specifications
|
|
54
|
+
* Indicates whether the update of instance specifications was successful. Valid values:
|
|
55
55
|
*
|
|
56
|
-
* * **true
|
|
57
|
-
* * **false
|
|
56
|
+
* * **true**: Updated.
|
|
57
|
+
* * **false**: Failed to update.
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* true
|
|
@@ -62,7 +62,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
|
|
|
62
62
|
success?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* Trace ID for request information.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* 0bc3b6f315637273629117900d****
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RescaleApplicationVerticallyResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of
|
|
8
|
+
* The ticked ID of updates.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ffd8cd45-2b5f-415d-b4d0-1003e80b****
|
|
@@ -13,6 +13,16 @@ export class RestartApplicationRequest extends $dara.Model {
|
|
|
13
13
|
* 0099b7be-5f5b-4512-a7fc-56049ef1****
|
|
14
14
|
*/
|
|
15
15
|
appId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Specifies whether to automatically enable an auto scaling policy for the application. Valid values:
|
|
19
|
+
*
|
|
20
|
+
* * **true**: enabled.
|
|
21
|
+
* * **false**: disabled
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* false
|
|
25
|
+
*/
|
|
16
26
|
autoEnableApplicationScalingRule?: boolean;
|
|
17
27
|
/**
|
|
18
28
|
* @remarks
|