Skip to content

Commit

Permalink
Merge pull request #1897 from ioito/automated-cherry-pick-of-#1895-up…
Browse files Browse the repository at this point in the history
…stream-release-3.10

Automated cherry pick of #1895: fix: framework update
  • Loading branch information
zexi committed Apr 11, 2024
2 parents 489139e + 9e731fc commit 5fd5e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh/docs/development/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ keystone, region, glance 等后端服务,都是用的同一套后端服务框
| REST API 请求 | API 功能 | 返回数据格式 | 对应对象| 框架方法 | 说明 |
|-------------------------------------------|------------------------|-------------------------|---------|-------------------------|--------------------------|
| GET /\<resources\> | 列表 | {"resources":[{res...}, | Manager | ListItemFilter | 过滤 |
| - | | ...,{res...}] | Manager | GetCustomizeColumns | 获得扩展字段的信息 |
| - | | ...,{res...}] | Manager | FetchCustomizeColumns | 获得扩展字段的信息 |
| GET /\<resources\>/\<property\> | 获得*该类资源*特定属性 | {"resources":{info...}} | Manager | GetProperty\<Property\> | 获得*该类资源*的特定属性 |
| GET /\<resources\>/\<res_id\> | 获得*某个资源*详情 | {"resource":{res...}} | Model | GetExtraDetails | 获取扩展字段的信息 |
| GET /\<resources\>/\<res_id\> | 获得*某个资源*详情 | {"resource":{res...}} | Model | FetchCustomizeColumns | 获取扩展字段的信息 |
| GET /\<resources\>/\<res_id\>/\<spec\> | 获得*某个资源*特定属性 | {"resource":{info...}} | Model | GetDetails\<Spec\> | 获取*某个资源*的特定属性 |
| POST /\<resources\> | 新建资源 | {"resource":{res...}} | Manager | ValidateCreateData | 校验和处理创建的数据 |
| - | | | Model | CustomizeCreate | 自定义的创建操作 |
Expand Down

0 comments on commit 5fd5e75

Please sign in to comment.