实现apollo命名空间下items字段的增删改查及版本回溯的接口文件
Project description
apolloInterface
python实现对apollo命名空间下item字段的crud
1、命名空间下items的增删改查
通过浏览器抓包的方式,抓取发生的网络事件、请求方法、header、url、标头、载荷,经postman接口验证后,可以正常实现增删改查。
2、命名空间下面的版本回滚
python实现apollo目标版本的回滚,因为apollo的每个版本都是基于不同维度发布的,所有要执行版本回滚,需要同事输入应用名称application、命名空间namespaces、集群名称clusters、环境名称env,以及最重要的要回滚的版本号release_version
3、当前已经添加的接口
| 接口 | |
|---|---|
| key-value字段增减 | ✔ |
| key-value字段更新 | ✔ |
| key-value字段删除 | ✔ |
| 命名空间所有字段查询 | ✔ |
| 已发布版本查询 | ✔ |
| 版本回滚 | ✔ |
| 配置中心数据回滚 | ✔ |
| 不同版本数据对比 | ✔ |
| 版本发布 | ✔ |
| ......后续视情况追加 | ...... |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ApolloInterface-0.0.2.tar.gz
(11.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ApolloInterface-0.0.2.tar.gz.
File metadata
- Download URL: ApolloInterface-0.0.2.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2863c552b0d3f178c5cf6e2f9b3dae9fc3a5691ed5f307cdc77537e6d6fc4b95
|
|
| MD5 |
b656c795fccf94a95b71f6c6dd3523c5
|
|
| BLAKE2b-256 |
eb7c57ff75a84aebc33a85c238abf9419cfd88a6d0ffaa5ca2d87101f571807a
|
File details
Details for the file ApolloInterface-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ApolloInterface-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef29a49ce4f30dd37c72174e424409961cc21b115d8370380bf384d82b41aadc
|
|
| MD5 |
ff84705f7c43ce6de95c25ef298d8d81
|
|
| BLAKE2b-256 |
62ba5669312a9b1b63c604cf3a2bc503fc29f78679f89c7b2f9697bff66d5891
|