Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The Service Mesh (ASM) instance ID. | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
ClusterId | string | Yes | The ID of the cluster on the data plane. | ce3c25e247da24f3aab9b7edfae83**** |
Namespace | string | Yes | The namespace. | default |
RequestCPU | string | No | The number of CPU cores requested by the waypoint proxy pods. | 100m |
RequestMemory | string | No | The size of the memory requested by the waypoint proxy pods. | 128Mi |
LimitCPU | string | No | The maximum number of CPU cores that are available to the waypoint proxy pods. | 2000m |
LimitMemory | string | No | The maximum size of the memory that is available to the waypoint proxy pods. | 1024Mi |
Replicas | string | No | The number of waypoint proxy pods. | 1 |
HPAEnabled | string | No | Specifies whether to enable Horizontal Pod Autoscaling (HPA). | false |
HPATargetCPU | string | No | The expected CPU utilization when HPA is enabled. | 91 |
HPATargetMemory | string | No | The expected memory usage when HPA is enabled. | 89 |
HPAMinReplicas | string | No | The minimum number of waypoint proxy pods when HPA is enabled. | 2 |
HPAMaxReplicas | string | No | The maximum number of waypoint proxy pods when HPA is enabled. | 4 |
PreferECI | string | No | Specifies whether to deploy waypoint proxy pods based on Elastic Container Instance (ECI). | false |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "71680038-8009-5073-B43E-C057E9******"
}
Error codes
For a list of error codes, visit the Service error codes.