All Products
Search
Document Center

Alibaba Cloud Service Mesh:UpdateWaypoint

Last Updated:Mar 05, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The Service Mesh (ASM) instance ID.

c08ba3fd1e6484b0f8cc1ad8fe10d****
ClusterIdstringYes

The ID of the cluster on the data plane.

ce3c25e247da24f3aab9b7edfae83****
NamespacestringYes

The namespace.

default
RequestCPUstringNo

The number of CPU cores requested by the waypoint proxy pods.

100m
RequestMemorystringNo

The size of the memory requested by the waypoint proxy pods.

128Mi
LimitCPUstringNo

The maximum number of CPU cores that are available to the waypoint proxy pods.

2000m
LimitMemorystringNo

The maximum size of the memory that is available to the waypoint proxy pods.

1024Mi
ReplicasstringNo

The number of waypoint proxy pods.

1
HPAEnabledstringNo

Specifies whether to enable Horizontal Pod Autoscaling (HPA).

false
HPATargetCPUstringNo

The expected CPU utilization when HPA is enabled.

91
HPATargetMemorystringNo

The expected memory usage when HPA is enabled.

89
HPAMinReplicasstringNo

The minimum number of waypoint proxy pods when HPA is enabled.

2
HPAMaxReplicasstringNo

The maximum number of waypoint proxy pods when HPA is enabled.

4
PreferECIstringNo

Specifies whether to deploy waypoint proxy pods based on Elastic Container Instance (ECI).

false

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

Id of the request

71680038-8009-5073-B43E-C057E9******

Examples

Sample success responses

JSONformat

{
  "RequestId": "71680038-8009-5073-B43E-C057E9******"
}

Error codes

For a list of error codes, visit the Service error codes.