获取企业应用http访问策略列表
基本信息
获取企业应用http访问策略列表
请求路径
GET /openapi/v1/httpdomains
请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|---|---|---|---|---|---|
| auto_ssl | query | string | 否 | 查询条件,是否为需要自动匹配证书的策略 |
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK | 成功 | Inline |
返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| anonymous | EnterpriseHTTPGatewayRule | false | none | none | |
| » ID | integer | false | read-only | ID | none |
| » region_name | string | true | none | Region name | 所属集群ID |
| » team_name | string | true | none | Team name | 所属团队唯一名称 |
| » app_id | integer | true | none | App id | 所属应用ID |
| » auto_ssl_config | string | true | none | Auto ssl config | 自动签发方式 |
| » http_rule_id | string | true | none | Http rule id | http_rule_id |
| » region_id | string | true | none | Region id | region id |
| » tenant_id | string | true | none | Tenant id | 租户id |
| » service_id | string | true | none | Service id | 组件id |
| » service_name | string | true | none | Service name | 组件名 |
| » domain_name | string | true | none | Domain name | 域名 |
| » container_port | integer | false | none | Container port | 容器端口 |
| » protocol | string | false | none | Protocol | 域名类型 http https httptphttps httpandhttps |