获取应用路由列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /pop/v5/k8s/acs/k8s_ingress
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 阿里云地域 ID。 | cn-hangzhou |
ClusterId | string | 否 | 集群 ID。 | 5b2b4ab4-efbc-4a81-9c45-xxxxxxxxxxxxx |
Namespace | string | 否 | K8s 集群命名空间。 | default |
Condition | string | 否 | 过滤条件,JSON 类型,格式为{"field":"Name", "pattern":"my-"},其中:
以{"field":"Name", "pattern":"my-"}这条过滤条件为例,该条过滤规则会匹配名称为“my-”开头的路由规则。 | {"field":"Name", "pattern":"my-"} |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "success",
"RequestId": "5C1C9DE7-88FF-4B56-A47B-3DBBCEB******",
"Data": [
{
"ClusterName": "my-dev-cluster",
"ClusterId": "5b2b4ab4-efbc-4a81-9c45-a5942881****",
"RegionId": "cn-hangzhou",
"IngressConfs": [
{
"CreationTime": "2021-04-27 20:16:52",
"SslRedirect": true,
"Endpoint": "47.11x.xx.xx",
"Namespace": "default",
"Name": "my-ingress",
"DashboardUrl": "http://grafana.console.aliyun.com/d/10xxxx/ingress",
"Rules": [
{
"SecretName": "my-secret",
"Host": "example.com",
"Paths": [
{
"Status": "Normal",
"Path": "/foo/bar",
"AppName": "my-app",
"AppId": "43d30ba5-c568-460c-8080-d447ed1a****",
"Backend": {
"ServiceName": "http-service",
"ServicePort": "8080"
},
"CollectRate": 100,
"PathType": "ImplementationSpecific"
}
],
"EnableTls": false
}
],
"AlbId": "alb-5sde0tq62r********",
"IngressType": "NginxIngress",
"OfficalBasicUrl": "https://g.console.aliyun.com/d/xxxxxx/nginx-ingress-dashboard-official",
"OfficalRequestUrl": "https://g.console.aliyun.com/d/xxxxxx/request-handling-performance-official",
"MseGatewayId": "gw-xxxxxxxx",
"MseGatewayName": "gw-test-name",
"Annotations": "{\"test-annotation\":\"test-annotation-value\"}",
"Labels": "{\"test-label\": \"test-labels\"}"
}
]
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | Edas.errorcode.PermissionDenied.message | You are not authorized to perform the operation. | 无权限操作 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||||||
---|---|---|---|---|---|---|---|---|
2023-05-17 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 看变更集 | ||||||
|