Queries the configurations of all waypoint proxies in a namespace of a cluster on the data plane.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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 | No | The namespace. | default |
Name | string | No | Waypoint which you want to get. If empty, return all waypoints. | bookinfo-productpage |
Limit | long | No | Limit the number of waypoints returned. | 30 |
Continue | string | No | Used in conjunction with Limit, it is used to query waypoints starting from a specified offset. When calling for the first time, no need to care abount it. If the Continue in the returned result is not empty, it means that there is still data that has not been returned, and you need to continue the call with the returned Continue. | eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MjY4Njc5Miwic3RhcnQiOiJkZWZhdWx0L2Jvb2tpbmZvLXByb2R1Y3RwYWdlXHUwMDAwIn0 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Waypoints": [
{
"Name": "namespace",
"ServiceAccount": "bookinfo-productpage",
"Namespace": "default",
"RequestCPU": "100m",
"RequestMemory": "128Mi",
"LimitCPU": "2000m",
"LimitMemory": "1024Mi",
"Replicas": "1",
"HPAEnabled": "false",
"HPATargetCPU": "93",
"HPATargetMemory": "91",
"HPAMinReplicas": "2",
"HPAMaxReplicas": "4",
"PreferECI": "false"
}
],
"Continue": "eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MjY4Njc5Miwic3RhcnQiOiJkZWZhdWx0L2Jvb2tpbmZvLXByb2R1Y3RwYWdlXHUwMDAwIn0"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-11-08 | The request parameters of the API has changed. The response structure of the API has changed | see changesets | ||||||||||
|