Updates a specified waypoint.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:UpdateWaypoint |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceMeshId |
string |
Yes |
The ID of the Service Mesh instance. |
c08ba3fd1e6484b0f8cc1ad8fe10d**** |
| ClusterId |
string |
Yes |
The ID of the data plane cluster. |
ce3c25e247da24f3aab9b7edfae83**** |
| Namespace |
string |
Yes |
The namespace. |
default |
| Name |
string |
Yes |
The name of the Waypoint. |
bookinfo-reviews |
| RequestCPU |
string |
No |
The CPU resources requested by the Waypoint pod. |
100m |
| RequestMemory |
string |
No |
The memory resources requested by the Waypoint pod. |
128Mi |
| LimitCPU |
string |
No |
The CPU resource limit for the Waypoint pod. |
2000m |
| LimitMemory |
string |
No |
The memory resource limit for the Waypoint pod. |
1024Mi |
| Replicas |
integer |
No |
The number of replicas for the Waypoint pod. |
1 |
| HPAEnabled |
boolean |
No |
Specifies whether to enable Horizontal Pod Autoscaling (HPA). |
false |
| HPATargetCPU |
integer |
No |
The target CPU utilization for HPA. |
91 |
| HPATargetMemory |
integer |
No |
The target memory usage for HPA. |
89 |
| HPAMinReplicas |
integer |
No |
The minimum number of replicas for HPA. |
2 |
| HPAMaxReplicas |
integer |
No |
The maximum number of replicas for HPA. |
4 |
| PreferECI |
boolean |
No |
Specifies whether to preferentially schedule pods to Elastic Container Instance (ECI) nodes. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
71680038-8009-5073-B43E-C057E9****** |
Examples
Success response
JSON format
{
"RequestId": "71680038-8009-5073-B43E-C057E9******"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.