From fdf3934bd1997fd67528ef8ad7835e8cf43721c7 Mon Sep 17 00:00:00 2001 From: gongwenxin Date: Thu, 7 Aug 2025 16:23:03 +0800 Subject: [PATCH] Remove build and dist directories from Git tracking --- .../2025-07-19_08-41-52/api_call_details.md | 2068 --- .../2025-07-19_08-41-52/report_cn.pdf | Bin 65699 -> 0 bytes test_reports/2025-07-19_08-41-52/summary.json | 11671 ---------------- test_reports/api_call_details.md | 9159 ------------ test_reports/summary.json | 2392 ---- 5 files changed, 25290 deletions(-) delete mode 100644 test_reports/2025-07-19_08-41-52/api_call_details.md delete mode 100644 test_reports/2025-07-19_08-41-52/report_cn.pdf delete mode 100644 test_reports/2025-07-19_08-41-52/summary.json delete mode 100644 test_reports/api_call_details.md delete mode 100644 test_reports/summary.json diff --git a/test_reports/2025-07-19_08-41-52/api_call_details.md b/test_reports/2025-07-19_08-41-52/api_call_details.md deleted file mode 100644 index 9856f91..0000000 --- a/test_reports/2025-07-19_08-41-52/api_call_details.md +++ /dev/null @@ -1,2068 +0,0 @@ -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{"data": [{"description": "example_string", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0013s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "创建成功" -} -``` - ---- -## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` -- **Headers:** -```json -{ - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "222", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "message": "读取成功" -} -``` - ---- -## `PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{"data": [{"description": "updated-test-entry-from-scenario", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "创建成功" -} -``` - ---- -## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` -- **Headers:** -```json -{ - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "240", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "message": "读取成功" -} -``` - ---- -## `DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{"data": ["5c72a7d5-99bd-40bf-86f6-1fba7040ce7a"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "81", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "成功删除 1 条记录" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0024s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0020s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0013s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0012s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0012s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0013s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0012s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0013s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0017s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0015s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0014s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0007s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0008s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0011s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "96", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'wb_dr_pro_daily_report' 列表成功" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{"data": [{"description": "example_string", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0014s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "创建成功" -} -``` - ---- -## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1 -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` -- **Headers:** -```json -{ - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0009s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "222", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "message": "读取成功" -} -``` - ---- -## `PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{"data": [{"description": "updated-test-entry-from-scenario", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0016s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "创建成功" -} -``` - ---- -## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1 -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` -- **Headers:** -```json -{ - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0016s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "240", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "message": "读取成功" -} -``` - ---- -## `DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{"data": ["d2189d82-1e42-4ffa-bd27-9221593f9ca1"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -- **Body:** -```json -{ - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "81", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": true, - "message": "成功删除 1 条记录" -} -``` - ---- -## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -**cURL Command:** -```sh -curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0` -- **Headers:** -```json -{ - "Content-Type": "application/json", - "Accept": "application/json" -} -``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0010s` -- **Headers:** -```json -{ - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" -} -``` -- **Body:** -```json -{ - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" -} -``` - ---- \ No newline at end of file diff --git a/test_reports/2025-07-19_08-41-52/report_cn.pdf b/test_reports/2025-07-19_08-41-52/report_cn.pdf deleted file mode 100644 index 448122a5394abfbb6c11b69fede2aaabeaf007fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65699 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 q9SP<_p;`x&Sv@ Read -> Update -> Read -> Delete -> List workflow for a single DMS business object. (Scenario for: lujing_test)", - "api_group_metadata": { - "name": "Global (所有API)", - "description": "适用于规范中的所有API" - }, - "apis_in_group": [ - { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Create wb_dr_pro_daily_report", - "summary": "Create wb_dr_pro_daily_report", - "description": "Create wb_dr_pro_daily_report", - "operationId": "create_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0", - "title": "List wb_dr_pro_daily_report", - "summary": "List wb_dr_pro_daily_report", - "description": "List wb_dr_pro_daily_report", - "operationId": "list_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "GET", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0/{id}", - "title": "Read wb_dr_pro_daily_report", - "summary": "Read wb_dr_pro_daily_report", - "description": "Read wb_dr_pro_daily_report", - "operationId": "read_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the wb_dr_pro_daily_report, maps to wb_dr_pro_daily_report_id", - "schema": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "PUT", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Update wb_dr_pro_daily_report", - "summary": "Update wb_dr_pro_daily_report", - "description": "Update wb_dr_pro_daily_report", - "operationId": "update_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "DELETE", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Delete wb_dr_pro_daily_report", - "summary": "Delete wb_dr_pro_daily_report", - "description": "Delete wb_dr_pro_daily_report", - "operationId": "delete_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - } - ], - "tags": [ - "dms", - "crud", - "scenario" - ], - "overall_status": "通过", - "message": "Performs a full Create -> Read -> Update -> Read -> Delete -> List workflow for a single DMS business object.", - "duration_seconds": "0.02", - "start_time": "2025-07-19T08:41:52.433888", - "end_time": "2025-07-19T08:41:52.449303", - "executed_steps": [ - { - "step_name": "Step 1: Create Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "CREATE", - "resolved_endpoint": "POST /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0042", - "timestamp": "2025-07-19T08:41:52.434114", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "body": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "POST", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{\"data\": [{\"description\": \"example_string\", \"lujing_test_id\": \"5c72a7d5-99bd-40bf-86f6-1fba7040ce7a\", \"record_count\": 0, \"status\": \"active\", \"update_date\": \"2025-07-19T08:41:52.434073\"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "创建成功" - }, - "response_elapsed_time": 0.001335 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "step_name": "Step 2: Read Resource to Verify Creation", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "READ", - "resolved_endpoint": "GET /api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "duration_seconds": "0.0021", - "timestamp": "2025-07-19T08:41:52.438477", - "request_details": { - "method": "GET", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "headers": { - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "GET", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "request_headers": { - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "222", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "message": "读取成功" - }, - "response_elapsed_time": 0.000959 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource details successfully validated against payload.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "step_name": "Step 3: Update Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "UPDATE", - "resolved_endpoint": "PUT /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0023", - "timestamp": "2025-07-19T08:41:52.440713", - "request_details": { - "method": "PUT", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "body": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "PUT", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - } - ] - }, - "curl_command": "curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{\"data\": [{\"description\": \"updated-test-entry-from-scenario\", \"lujing_test_id\": \"5c72a7d5-99bd-40bf-86f6-1fba7040ce7a\", \"record_count\": 0, \"status\": \"active\", \"update_date\": \"2025-07-19T08:41:52.434073\"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "创建成功" - }, - "response_elapsed_time": 0.000882 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "step_name": "Step 4: Read Resource to Verify Update", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "READ", - "resolved_endpoint": "GET /api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "duration_seconds": "0.0021", - "timestamp": "2025-07-19T08:41:52.443064", - "request_details": { - "method": "GET", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "headers": { - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "GET", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "request_headers": { - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "240", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "message": "读取成功" - }, - "response_elapsed_time": 0.000805 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource details successfully validated against update_payload.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "step_name": "Step 5: Delete Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "DELETE", - "resolved_endpoint": "DELETE /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0021", - "timestamp": "2025-07-19T08:41:52.445226", - "request_details": { - "method": "DELETE", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - }, - "body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "DELETE", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - }, - "curl_command": "curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{\"data\": [\"5c72a7d5-99bd-40bf-86f6-1fba7040ce7a\"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "81", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "成功删除 1 条记录" - }, - "response_elapsed_time": 0.000963 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "step_name": "Step 6: List to Verify Deletion", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "LIST", - "resolved_endpoint": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0", - "duration_seconds": "0.0018", - "timestamp": "2025-07-19T08:41:52.447347", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "POST", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" - }, - "response_elapsed_time": 0.000859 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource is not in the list as expected after deletion.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - } - ], - "final_context_snapshot": { - "pk_name": "lujing_test_id", - "pk_value": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "current_payload": { - "description": "example_string", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.434073" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" - ] - } - } - }, - { - "stage_id": "dms_crud_scenario_stage", - "stage_name": "DMS Full CRUD Scenario", - "description": "Performs a full Create -> Read -> Update -> Read -> Delete -> List workflow for a single DMS business object. (Scenario for: lujing_test)", - "api_group_metadata": { - "name": "Global (所有API)", - "description": "适用于规范中的所有API" - }, - "apis_in_group": [ - { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Create wb_dr_pro_daily_report", - "summary": "Create wb_dr_pro_daily_report", - "description": "Create wb_dr_pro_daily_report", - "operationId": "create_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "POST", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0", - "title": "List wb_dr_pro_daily_report", - "summary": "List wb_dr_pro_daily_report", - "description": "List wb_dr_pro_daily_report", - "operationId": "list_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "GET", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0/{id}", - "title": "Read wb_dr_pro_daily_report", - "summary": "Read wb_dr_pro_daily_report", - "description": "Read wb_dr_pro_daily_report", - "operationId": "read_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the wb_dr_pro_daily_report, maps to wb_dr_pro_daily_report_id", - "schema": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "PUT", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Update wb_dr_pro_daily_report", - "summary": "Update wb_dr_pro_daily_report", - "description": "Update wb_dr_pro_daily_report", - "operationId": "update_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "wb_dr_pro_daily_report_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - }, - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id", - "status" - ], - "title": "钻井日报数据", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - }, - { - "method": "DELETE", - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "title": "Delete wb_dr_pro_daily_report", - "summary": "Delete wb_dr_pro_daily_report", - "description": "Delete wb_dr_pro_daily_report", - "operationId": "delete_wb_dr_pro_daily_report", - "tags": [ - "wb_dr" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "wb_dr_pro_daily_report_id": { - "description": "主键 for wb_dr_pro_daily_report", - "title": "主键", - "type": "string" - } - }, - "required": [ - "wb_dr_pro_daily_report_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_dr", - "flow_state": "3", - "id": "wb_dr_pro_daily_report.1.0.0", - "name": "wb_dr_pro_daily_report", - "tags": [ - "结构化数据" - ], - "title": "钻井日报数据", - "type": "business-data", - "update_date": "2025-06-30 16:48:17", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "wb_dr_pro_daily_report_id" - } - ], - "tags": [ - "dms", - "crud", - "scenario" - ], - "overall_status": "通过", - "message": "Performs a full Create -> Read -> Update -> Read -> Delete -> List workflow for a single DMS business object.", - "duration_seconds": "0.02", - "start_time": "2025-07-19T08:41:52.554997", - "end_time": "2025-07-19T08:41:52.572643", - "executed_steps": [ - { - "step_name": "Step 1: Create Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "CREATE", - "resolved_endpoint": "POST /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0032", - "timestamp": "2025-07-19T08:41:52.555228", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "body": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "POST", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{\"data\": [{\"description\": \"example_string\", \"lujing_test_id\": \"d2189d82-1e42-4ffa-bd27-9221593f9ca1\", \"record_count\": 0, \"status\": \"active\", \"update_date\": \"2025-07-19T08:41:52.555184\"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "创建成功" - }, - "response_elapsed_time": 0.001416 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - }, - { - "step_name": "Step 2: Read Resource to Verify Creation", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "READ", - "resolved_endpoint": "GET /api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "duration_seconds": "0.0020", - "timestamp": "2025-07-19T08:41:52.558473", - "request_details": { - "method": "GET", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "headers": { - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "GET", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "request_headers": { - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "222", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "message": "读取成功" - }, - "response_elapsed_time": 0.000904 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource details successfully validated against payload.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - }, - { - "step_name": "Step 3: Update Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "UPDATE", - "resolved_endpoint": "PUT /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0032", - "timestamp": "2025-07-19T08:41:52.560523", - "request_details": { - "method": "PUT", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "body": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "PUT", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - } - ] - }, - "curl_command": "curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{\"data\": [{\"description\": \"updated-test-entry-from-scenario\", \"lujing_test_id\": \"d2189d82-1e42-4ffa-bd27-9221593f9ca1\", \"record_count\": 0, \"status\": \"active\", \"update_date\": \"2025-07-19T08:41:52.555184\"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "60", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "创建成功" - }, - "response_elapsed_time": 0.001627 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - }, - { - "step_name": "Step 4: Read Resource to Verify Update", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "READ", - "resolved_endpoint": "GET /api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "duration_seconds": "0.0039", - "timestamp": "2025-07-19T08:41:52.563932", - "request_details": { - "method": "GET", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "headers": { - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "GET", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "request_headers": { - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "240", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "message": "读取成功" - }, - "response_elapsed_time": 0.001639 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource details successfully validated against update_payload.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - }, - { - "step_name": "Step 5: Delete Resource", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "DELETE", - "resolved_endpoint": "DELETE /api/dms/wb_ml/v1/lujing_test", - "duration_seconds": "0.0022", - "timestamp": "2025-07-19T08:41:52.567940", - "request_details": { - "method": "DELETE", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - }, - "body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - }, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "DELETE", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - }, - "curl_command": "curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{\"data\": [\"d2189d82-1e42-4ffa-bd27-9221593f9ca1\"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "81", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": true, - "message": "成功删除 1 条记录" - }, - "response_elapsed_time": 0.000958 - }, - "validation_points": [ - { - "passed": true, - "message": "Response data is true as expected.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - }, - { - "step_name": "Step 6: List to Verify Deletion", - "description": null, - "status": "通过", - "message": "", - "lookup_key": "LIST", - "resolved_endpoint": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0", - "duration_seconds": "0.0020", - "timestamp": "2025-07-19T08:41:52.570227", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "params": {}, - "json_data": null, - "body": null, - "data": null, - "timeout": 30 - }, - "api_call_details": { - "request_method": "POST", - "request_url": "http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "request_headers": { - "Content-Type": "application/json", - "Accept": "application/json" - }, - "request_params": {}, - "request_body": null, - "curl_command": "curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0", - "response_status_code": 200, - "response_headers": { - "Server": "Werkzeug/3.1.3 Python/3.12.0", - "Date": "Sat, 19 Jul 2025 00:41:52 GMT", - "Content-Type": "application/json", - "Content-Length": "85", - "Connection": "close" - }, - "response_body": { - "code": 0, - "data": [], - "message": "获取 'lujing_test' 列表成功" - }, - "response_elapsed_time": 0.001009 - }, - "validation_points": [ - { - "passed": true, - "message": "Resource is not in the list as expected after deletion.", - "details": {} - }, - { - "passed": true, - "message": "响应状态码 200 符合预期。", - "details": {} - } - ], - "context_snapshot_after_step": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - } - ], - "final_context_snapshot": { - "pk_name": "lujing_test_id", - "pk_value": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "current_payload": { - "description": "example_string", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "update_payload": { - "description": "updated-test-entry-from-scenario", - "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", - "record_count": 0, - "status": "active", - "update_date": "2025-07-19T08:41:52.555184" - }, - "scenario_endpoints": { - "create": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Create lujing_test", - "summary": "Create lujing_test", - "description": "Create lujing_test", - "operationId": "create_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "list": { - "method": "POST", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "title": "List lujing_test", - "summary": "List lujing_test", - "description": "List lujing_test", - "operationId": "list_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "standalone", - "_dms_model_pk_name": "lujing_test_id" - }, - "read": { - "method": "GET", - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "title": "Read lujing_test", - "summary": "Read lujing_test", - "description": "Read lujing_test", - "operationId": "read_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "required": true, - "description": "The ID of the lujing_test, maps to lujing_test_id", - "schema": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - } - ], - "requestBody": null, - "responses": { - "200": { - "description": "Successful Operation", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "update": { - "method": "PUT", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Update lujing_test", - "summary": "Update lujing_test", - "description": "Update lujing_test", - "operationId": "update_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "act": { - "type": "integer", - "example": 0 - }, - "data": { - "type": "array", - "items": { - "identityId": [ - "lujing_test_id" - ], - "properties": { - "description": { - "description": "一个简单的描述字段", - "title": "描述", - "type": "string" - }, - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - }, - "record_count": { - "maximum": 10000, - "minimum": 0, - "title": "记录数", - "type": "integer" - }, - "status": { - "enum": [ - "active", - "inactive", - "archived" - ], - "title": "状态", - "type": "string" - }, - "update_date": { - "format": "date-time", - "title": "更新日期", - "type": "string" - } - }, - "required": [ - "lujing_test_id", - "status" - ], - "title": "测试", - "type": "object" - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - }, - "delete": { - "method": "DELETE", - "path": "/api/dms/wb_ml/v1/lujing_test", - "title": "Delete lujing_test", - "summary": "Delete lujing_test", - "description": "Delete lujing_test", - "operationId": "delete_lujing_test", - "tags": [ - "wb_ml" - ], - "parameters": [], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "version": { - "type": "string", - "example": "1.0.0" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "lujing_test_id": { - "description": "主键 for lujing_test", - "title": "主键", - "type": "string" - } - }, - "required": [ - "lujing_test_id" - ] - } - } - }, - "required": [ - "data" - ] - } - } - } - }, - "responses": { - "200": { - "description": "Success", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "message": { - "type": "string" - }, - "data": { - "type": "boolean" - } - } - } - } - } - } - }, - "_source_format": "dms", - "_dms_raw_record": { - "add_tree": "Y", - "create_user": "admin", - "domain": "wb_ml", - "flow_state": "7", - "id": "lujing_test.1.0.0", - "name": "lujing_test", - "title": "测试", - "type": "business-data", - "update_date": "2025-07-01 14:34:58", - "version": "1.0.0" - }, - "_test_mode": "scenario_only", - "_dms_model_pk_name": "lujing_test_id" - } - }, - "delete_request_body": { - "data": [ - "d2189d82-1e42-4ffa-bd27-9221593f9ca1" - ] - } - } - } - ], - "api_call_details_summary": [] -} \ No newline at end of file diff --git a/test_reports/api_call_details.md b/test_reports/api_call_details.md deleted file mode 100644 index f8d7776..0000000 --- a/test_reports/api_call_details.md +++ /dev/null @@ -1,9159 +0,0 @@ -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0848s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:26 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0295s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:26 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0224s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:26 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0476s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:26 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0400s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0339s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0320s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0258s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0265s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0286s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0208s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0217s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0248s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 488' -d '{"isSearchCount": "not-a-boolean", "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": "not-a-boolean", - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0391s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0325s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 482' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "invalid_enum_mb23gg", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "invalid_enum_mb23gg", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0265s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0231s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0208s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "208", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0227s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "286", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 95, - "message": "in nulla do", - "data": { - "total": 70, - "list": [ - { - "dsid": "86", - "dataRegion": "veniam in occaecat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "16", - "dataRegion": "ut ullamco dolor", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0208s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "375", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 43, - "message": "ipsum", - "data": { - "total": 33, - "list": [ - { - "dsid": "49", - "dataRegion": "magna qui labore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "66", - "dataRegion": "ut culpa dolore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "29", - "dataRegion": "nisi", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0269s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "308", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 72, - "message": "officia adipisicing veniam", - "data": { - "total": 48, - "list": [ - { - "dsid": "46", - "dataRegion": "adipisicing ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "65", - "dataRegion": "et sunt adipisicing ut Duis", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0205s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "320", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:30 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 76, - "message": "tempor exercitation commodo mollit", - "data": { - "total": 72, - "list": [ - { - "dsid": "31", - "dataRegion": "irure labore veniam velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "46", - "dataRegion": "mollit nostrud magna", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0519s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "202", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 82, - "message": "aliquip laborum enim sit consectetur", - "data": { - "total": 83, - "list": [ - { - "dsid": "72", - "dataRegion": "commodo deserunt eu", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0283s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "197", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 10, - "message": "tempor sunt reprehenderit Duis", - "data": { - "total": 76, - "list": [ - { - "dsid": "37", - "dataRegion": "amet esse sint dolor", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0240s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "399", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 79, - "message": "Excepteur", - "data": { - "total": 13, - "list": [ - { - "dsid": "91", - "dataRegion": "pariatur ad fugiat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "39", - "dataRegion": "cillum amet non", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "97", - "dataRegion": "cupidatat veniam velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0319s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "295", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 58, - "message": "do in eu exercitation", - "data": { - "total": 1, - "list": [ - { - "dsid": "25", - "dataRegion": "qui cillum est deserunt", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "25", - "dataRegion": "sunt aliqua", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0210s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "406", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 58, - "message": "commodo fugiat amet", - "data": { - "total": 45, - "list": [ - { - "dsid": "54", - "dataRegion": "pariatur id dolor non in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "43", - "dataRegion": "ullamco", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "57", - "dataRegion": "ipsum id nostrud enim", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0213s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "160", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 89, - "message": "id et Duis", - "data": { - "total": 18, - "list": [ - { - "dsid": "56", - "dataRegion": "est", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0206s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "335", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 99, - "message": "ipsum Lorem dolor aliqua incididunt", - "data": { - "total": 45, - "list": [ - { - "dsid": "48", - "dataRegion": "sed occaecat aliqua incididunt eu", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "7", - "dataRegion": "proident ut laboris aliquip", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0265s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "188", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 84, - "message": "commodo non dolore ex in", - "data": { - "total": 90, - "list": [ - { - "dsid": "61", - "dataRegion": "Lorem ex occaecat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0214s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "279", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 62, - "message": "in", - "data": { - "total": 96, - "list": [ - { - "dsid": "48", - "dataRegion": "Lorem deserunt mollit ut ea", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "38", - "dataRegion": "cupidatat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=12345&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=12345&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=12345&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": 12345, - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0261s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "160", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 82, - "message": "labore eu", - "data": { - "total": 43, - "list": [ - { - "dsid": "1", - "dataRegion": "velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 488' -d '{"isSearchCount": "not-a-boolean", "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": "not-a-boolean", - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0209s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "161", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 94, - "message": "laborum", - "data": { - "total": 34, - "list": [ - { - "dsid": "83", - "dataRegion": "laboris", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=0.0&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=0.0&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=0.0&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": 0.0, - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "359", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 32, - "message": "est", - "data": { - "total": 65, - "list": [ - { - "dsid": "6", - "dataRegion": "sunt nulla", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "56", - "dataRegion": "est dolore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "38", - "dataRegion": "Ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 482' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "invalid_enum_kny9if", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "invalid_enum_kny9if", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0308s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "400", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 25, - "message": "Ut tempor ut", - "data": { - "total": 60, - "list": [ - { - "dsid": "64", - "dataRegion": "irure", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "50", - "dataRegion": "anim consequat incididunt nisi ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "33", - "dataRegion": "est mollit nisi", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0230s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "319", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 74, - "message": "ea cupidatat fugiat", - "data": { - "total": 2, - "list": [ - { - "dsid": "97", - "dataRegion": "dolore occaecat dolor cupidatat laboris", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "86", - "dataRegion": "minim in dolor qui et", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=query_val_pageNo&pageSize=query_val_pageSize` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": "query_val_pageNo", - "pageSize": "query_val_pageSize" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0236s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "171", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 92, - "message": "sint", - "data": { - "total": 37, - "list": [ - { - "dsid": "85", - "dataRegion": "fugiat proident enim", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "56", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 26, - "message": "Ut irure pariatur id", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "77", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 39, - "message": "cupidatat exercitation dolor mollit ipsum", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0245s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "47", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 78, - "message": "irure aute", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0286s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "65", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:34 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 9, - "message": "mollit Duis deserunt voluptate", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0407s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "70", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 38, - "message": "magna dolore ut deserunt cupidatat", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0243s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "63", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 9, - "message": "id irure in incididunt Duis", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0229s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "52", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 58, - "message": "dolor sint velit", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0206s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "50", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 54, - "message": "pariatur Ut in", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0257s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "48", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 40, - "message": "adipisicing", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0274s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "54", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 84, - "message": "ea proident velit", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "43", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 16, - "message": "dolore", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0228s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "61", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 17, - "message": "ipsum sint occaecat ex in", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0199s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "54", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 70, - "message": "occaecat aliqua ea", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": 12345 -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0207s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "80", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 97, - "message": "consectetur enim amet exercitation deserunt", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 42' -d '{"id": 12345, "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": 12345, - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0312s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "73", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 54, - "message": "Ut reprehenderit in dolore voluptate", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0201s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "62", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 90, - "message": "amet labore eiusmod Ut in", - "data": false -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0278s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "55", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 26, - "message": "enim tempor eiusmod", - "data": true -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 29' -d '{"version": "example_string"}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0215s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "13", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 4003 -} - ``` - ---- -## `PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 53' -d '{"id": "example_string", "version": "example_string"}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `PUT` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "id": "example_string", - "version": "example_string" -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0213s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "43", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 75, - "message": "laborum", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0212s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "53", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 72, - "message": "in ex dolore est", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0243s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "67", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 53, - "message": "voluptate esse proident non ad", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0214s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "60", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 48, - "message": "in ad in aliqua commodo", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0233s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "61", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:39 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 75, - "message": "tempor Ut proident Lorem", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0423s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "39", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 22, - "message": "sit", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0221s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "46", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 68, - "message": "qui veniam", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0272s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "62", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 65, - "message": "culpa cupidatat ad eiusmod", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0229s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "57", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 99, - "message": "sunt nostrud ipsum in", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0202s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "65", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 64, - "message": "irure sint mollit amet cillum", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0207s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "47", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 87, - "message": "incididunt", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0236s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "73", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 63, - "message": "labore commodo laborum laboris aliqua", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0203s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "39", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 47, - "message": "qui", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0254s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "60", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 57, - "message": "occaecat Lorem sit nulla", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=12345` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": 12345 -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0205s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "60", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 18, - "message": "occaecat elit ut nostrud", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 46' -d '{"version": 12345, "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": 12345, - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0208s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "45", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 85, - "message": "qui anim", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0279s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "53", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 46, - "message": "fugiat officia Ut", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0208s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "67", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 21, - "message": "dolore sed nostrud occaecat ad", - "data": false -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid' -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit?id=dsid` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Query Parameters:** -```json -{ - "id": "dsid" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0217s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "62", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 7, - "message": "Excepteur tempor culpa elit", - "data": true -} - ``` - ---- -## `DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 57' -d '{"version": "example_string", "data": ["example_string"]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `DELETE` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - "example_string" - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0204s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "49", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 93, - "message": "Excepteur est", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0205s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "41", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 67, - "message": "nulla", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0241s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "47", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:43 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 10, - "message": "incididunt", - "data": false -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0264s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "60", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:44 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 89, - "message": "occaecat proident veniam", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0220s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "61", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:44 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 51, - "message": "cillum nisi sint proident", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0572s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "61", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 8, - "message": "commodo elit enim dolor ad", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0382s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "45", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 34, - "message": "ex aliqua", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0342s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "58", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 91, - "message": "consectetur ullamco in", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0419s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "64", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 82, - "message": "cillum dolore sint esse amet", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0332s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "56", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 93, - "message": "proident Duis tempor", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0318s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "70", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 96, - "message": "exercitation amet est aliqua ipsum", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0207s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "80", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 71, - "message": "Excepteur Lorem reprehenderit dolor occaecat", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0219s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "41", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 51, - "message": "magna", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0279s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "46", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 16, - "message": "dolore in", - "data": false -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0203s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "43", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 24, - "message": "aliquip", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 141' -d '{"version": 12345, "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": 12345, - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0231s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "39", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 46, - "message": "ex", - "data": false -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0230s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "41", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 31, - "message": "velit", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0254s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "47", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:49 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 9, - "message": "ex voluptate", - "data": true -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 137' -d '{"version": "example_string", "data": [{"wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0255s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "46", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 31, - "message": "ea tempor", - "data": false -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 152' -d '{"version": "example_string", "data": [{"bsflag": 0.0, "wellCommonName": "example_string", "wellId": "example_string", "dataRegion": "example_string"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "version": "example_string", - "data": [ - { - "bsflag": 0.0, - "wellCommonName": "example_string", - "wellId": "example_string", - "dataRegion": "example_string" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0282s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "49", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 15, - "message": "in Excepteur", - "data": false -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0240s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "269", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 33, - "message": "voluptate ad velit", - "data": { - "total": 80, - "list": [ - { - "dsid": "63", - "dataRegion": "ex ea", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "70", - "dataRegion": "in id", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0216s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "300", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 32, - "message": "voluptate ipsum sunt", - "data": { - "total": 47, - "list": [ - { - "dsid": "49", - "dataRegion": "non sed veniam consequat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "12", - "dataRegion": "consequat dolor", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0220s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "173", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 61, - "message": "est non", - "data": { - "total": 26, - "list": [ - { - "dsid": "94", - "dataRegion": "esse qui ad commodo", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0228s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "402", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:50 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 45, - "message": "aliquip in", - "data": { - "total": 31, - "list": [ - { - "dsid": "37", - "dataRegion": "proident elit ut quis", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "68", - "dataRegion": "ad reprehenderit laborum", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "99", - "dataRegion": "id ut mollit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0495s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "303", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:53 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 22, - "message": "aute in aliquip laborum", - "data": { - "total": 44, - "list": [ - { - "dsid": "49", - "dataRegion": "Ut id sunt sint Duis", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "60", - "dataRegion": "incididunt ipsum in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0285s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "177", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:53 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 55, - "message": "aute", - "data": { - "total": 29, - "list": [ - { - "dsid": "47", - "dataRegion": "do velit occaecat pariatur", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0218s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "393", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:53 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 74, - "message": "nisi veniam", - "data": { - "total": 83, - "list": [ - { - "dsid": "18", - "dataRegion": "cillum id magna", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "47", - "dataRegion": "veniam elit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "83", - "dataRegion": "cillum dolor pariatur", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0235s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "334", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 80, - "message": "qui magna fugiat anim dolore", - "data": { - "total": 97, - "list": [ - { - "dsid": "54", - "dataRegion": "occaecat mollit nostrud sit dolore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "32", - "dataRegion": "sunt deserunt dolor anim dolore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0220s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "381", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 35, - "message": "Ut", - "data": { - "total": 39, - "list": [ - { - "dsid": "42", - "dataRegion": "dolor nostrud Duis", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "62", - "dataRegion": "veniam dolor Duis", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "94", - "dataRegion": "aliqua ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0245s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "385", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 60, - "message": "magna aute", - "data": { - "total": 29, - "list": [ - { - "dsid": "25", - "dataRegion": "deserunt", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "37", - "dataRegion": "in id minim velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "26", - "dataRegion": "minim sit velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0264s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "177", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 14, - "message": "commodo", - "data": { - "total": 90, - "list": [ - { - "dsid": "29", - "dataRegion": "voluptate cillum mollit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0290s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "382", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 29, - "message": "in qui reprehenderit nulla", - "data": { - "total": 68, - "list": [ - { - "dsid": "87", - "dataRegion": "eiusmod", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "100", - "dataRegion": "incididunt", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "99", - "dataRegion": "sit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0243s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "169", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 36, - "message": "et laborum", - "data": { - "total": 80, - "list": [ - { - "dsid": "45", - "dataRegion": "magna fugiat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0239s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "300", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 53, - "message": "enim eiusmod ad adipisicing", - "data": { - "total": 38, - "list": [ - { - "dsid": "5", - "dataRegion": "Duis exercitation", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "63", - "dataRegion": "sed irure fugiat", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 488' -d '{"isSearchCount": "not-a-boolean", "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": "not-a-boolean", - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0328s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "402", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 16, - "message": "commodo consectetur proident velit", - "data": { - "total": 31, - "list": [ - { - "dsid": "26", - "dataRegion": "ea cillum", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "99", - "dataRegion": "pariatur dolor", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "38", - "dataRegion": "ut eiusmod", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0447s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "281", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 16, - "message": "velit non", - "data": { - "total": 69, - "list": [ - { - "dsid": "33", - "dataRegion": "dolor culpa ad", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "69", - "dataRegion": "in aliquip veniam", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 482' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "invalid_enum_y9y8kz", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "invalid_enum_y9y8kz", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0410s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "393", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 58, - "message": "occaecat", - "data": { - "total": 68, - "list": [ - { - "dsid": "99", - "dataRegion": "ad", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "36", - "dataRegion": "proident magna irure", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "29", - "dataRegion": "voluptate ipsum esse officia", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0375s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "178", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 96, - "message": "occaecat qui", - "data": { - "total": 74, - "list": [ - { - "dsid": "78", - "dataRegion": "dolor ea et laborum", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -**cURL Command:** -```sh -curl -X GET -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: header_val_tenant-id' -H 'Content-Type: application/json' -H 'Content-Length: 477' -d '{"isSearchCount": true, "query": {"dataRegions": ["example_string"], "fields": ["example_string"], "filter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "groupFields": ["example_string"], "groupFilter": {"key": "example_string", "logic": "example_string", "realValue": [{}], "singleValue": {}, "subFilter": ["example_string"], "symbol": "example_string"}, "sort": {}}}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id -``` -### Request Details -- **Method:** `GET` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id` -- **Headers:** -```json -{ - "tenant-id": "header_val_tenant-id", - "Content-Type": "application/json", - "Accept": "application/json" -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "dataRegions": [ - "example_string" - ], - "fields": [ - "example_string" - ], - "filter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "groupFields": [ - "example_string" - ], - "groupFilter": { - "key": "example_string", - "logic": "example_string", - "realValue": [ - {} - ], - "singleValue": {}, - "subFilter": [ - "example_string" - ], - "symbol": "example_string" - }, - "sort": {} - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0478s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "298", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 20, - "message": "Ut anim in qui exercitation", - "data": { - "total": 57, - "list": [ - { - "dsid": "67", - "dataRegion": "in id voluptate laborum", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "80", - "dataRegion": "ullamco", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: your-tenant-id' -H 'Content-Type: application/json' -H 'Authorization: Bearer your-test-token' -H 'Content-Length: 120' -d '{"version": "1.0.0", "data": [{"wellCommonName": "TestResource_1750389174_6d202b", "dataRegion": "Feature_1750389174"}]}' --insecure http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit` -- **Headers:** -```json -{ - "tenant-id": "your-tenant-id", - "Content-Type": "application/json", - "Accept": "application/json", - "Authorization": "Bearer your-test-token" -} - ``` -- **Body:** -```json -{ - "version": "1.0.0", - "data": [ - { - "wellCommonName": "TestResource_1750389174_6d202b", - "dataRegion": "Feature_1750389174" - } - ] -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0301s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "47", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 33, - "message": "qui tempor", - "data": false -} - ``` - ---- -## `POST http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=1&pageSize=10` -**cURL Command:** -```sh -curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'tenant-id: your-tenant-id' -H 'Content-Type: application/json' -H 'Authorization: Bearer your-test-token' -H 'Content-Length: 187' -d '{"isSearchCount": true, "query": {"fields": ["dsid", "wellCommonName", "dataRegion"], "filter": {"key": "wellCommonName", "symbol": "=", "realValue": ["TestResource_1750389174_6d202b"]}}}' --insecure 'http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=1&pageSize=10' -``` -### Request Details -- **Method:** `POST` -- **Full URL:** `http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit/1.0.0?pageNo=1&pageSize=10` -- **Headers:** -```json -{ - "tenant-id": "your-tenant-id", - "Content-Type": "application/json", - "Accept": "application/json", - "Authorization": "Bearer your-test-token" -} - ``` -- **Query Parameters:** -```json -{ - "pageNo": 1, - "pageSize": 10 -} - ``` -- **Body:** -```json -{ - "isSearchCount": true, - "query": { - "fields": [ - "dsid", - "wellCommonName", - "dataRegion" - ], - "filter": { - "key": "wellCommonName", - "symbol": "=", - "realValue": [ - "TestResource_1750389174_6d202b" - ] - } - } -} - ``` -### Response Details -- **Status Code:** `200` -- **Elapsed Time:** `0.0386s` -- **Headers:** -```json -{ - "Vary": "Origin", - "Access-Control-Allow-Origin": "*", - "Content-Type": "application/json; charset=utf-8", - "Content-Length": "431", - "success": "false", - "Date": "Fri, 20 Jun 2025 03:12:54 GMT", - "Connection": "keep-alive", - "Keep-Alive": "timeout=5" -} - ``` -- **Body:** -```json -{ - "code": 35, - "message": "non", - "data": { - "total": 23, - "list": [ - { - "dsid": "40", - "dataRegion": "voluptate commodo ea tempor magna", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "95", - "dataRegion": "deserunt dolore anim voluptate", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "51", - "dataRegion": "laborum anim Lorem ex deserunt", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } -} - ``` - ---- \ No newline at end of file diff --git a/test_reports/summary.json b/test_reports/summary.json deleted file mode 100644 index 594312f..0000000 --- a/test_reports/summary.json +++ /dev/null @@ -1,2392 +0,0 @@ -{ - "start_time": "2025-06-20T11:12:26.598966", - "end_time": "2025-06-20T11:12:54.527663", - "duration_seconds": "27.93", - "overall_summary": { - "total_endpoints_defined": 6, - "endpoints_tested": 6, - "endpoints_passed": 0, - "endpoints_failed": 6, - "endpoints_error": 0, - "endpoints_skipped": 0, - "endpoints_partial_success": 0, - "endpoint_success_rate": "0.00%", - "total_test_cases_applicable": 114, - "total_test_cases_executed": 114, - "test_cases_passed": 81, - "test_cases_failed": 33, - "test_cases_error": 0, - "test_cases_skipped_in_endpoint": 0, - "test_case_success_rate": "71.05%", - "total_stages_defined": 1, - "total_stages_executed": 1, - "stages_passed": 0, - "stages_failed": 1, - "stages_error": 0, - "stages_skipped": 0, - "stage_success_rate": "0.00%" - }, - "errors": [], - "endpoint_results": [ - { - "endpoint_id": "POST /api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}", - "endpoint_name": "数据推送接口", - "overall_status": "失败", - "duration_seconds": 4.245151, - "start_time": "2025-06-20T11:12:26.600559", - "end_time": "2025-06-20T11:12:30.845710", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.09456529101589695, - "timestamp": "2025-06-20T11:12:26.695427", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.03178091696463525, - "timestamp": "2025-06-20T11:12:26.727300", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.024699834000784904, - "timestamp": "2025-06-20T11:12:26.752103", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "通过", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 通过: 当前API使用的是POST方法,其操作是数据推送(根据title字段“数据推送接口”),符合POST方法用于创建或提交数据的语义。", - "duration_seconds": 3.6070657910313457, - "timestamp": "2025-06-20T11:12:30.359358", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "当前API使用的是POST方法,其操作是数据推送(根据title字段“数据推送接口”),符合POST方法用于创建或提交数据的语义。" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。;规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。", - "duration_seconds": 0.0426443750038743, - "timestamp": "2025-06-20T11:12:30.402121", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - }, - { - "passed": true, - "message": "规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:API不符合分页参数检查的准入规则(需包含'查询'/'列表'等关键词,且不包含'详情'等关键词)", - "duration_seconds": 0.0359227079898119, - "timestamp": "2025-06-20T11:12:30.438151", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}", - "method": "POST", - "summary": "数据推送接口", - "contains_include_keyword": false, - "contains_exclude_keyword": false - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 的最后一个路径分段 'push' 是动词,不需要使用复数形式。", - "duration_seconds": 0.03529691701987758, - "timestamp": "2025-06-20T11:12:30.473636", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 的最后一个路径分段 'push' 是动词,不需要使用复数形式。" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 符合资源名词命名规范。", - "duration_seconds": 0.027868499979376793, - "timestamp": "2025-06-20T11:12:30.501659", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.02453091595089063, - "timestamp": "2025-06-20T11:12:30.526369", - "validation_points": [ - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。", - "duration_seconds": 0.030045000021345913, - "timestamp": "2025-06-20T11:12:30.556778", - "validation_points": [ - { - "passed": true, - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。" - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.0322237090440467, - "timestamp": "2025-06-20T11:12:30.589185", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}' 包含版本标识: 'v1'", - "duration_seconds": 0.025186375016346574, - "timestamp": "2025-06-20T11:12:30.614797", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/message/push/{schema}/{version}" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/message/push/example_schema/example_version) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.025891416997183114, - "timestamp": "2025-06-20T11:12:30.641141", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。", - "duration_seconds": 0.030449500016402453, - "timestamp": "2025-06-20T11:12:30.671760", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'isSearchCount' 类型不匹配时, 业务错误码应为 -1,但实际为 4006。", - "duration_seconds": 0.04390441701980308, - "timestamp": "2025-06-20T11:12:30.715957", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 4006, - "response_body": { - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "duration_seconds": 0.03910370799712837, - "timestamp": "2025-06-20T11:12:30.755358", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当 body 字段 'logic' 值为 'invalid_enum_mb23gg' (合法值为: ['AND', 'OR']) 时, 业务错误码应为 -1,但实际为 4006。", - "duration_seconds": 0.03301804204238579, - "timestamp": "2025-06-20T11:12:30.788680", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 4006, - "response_body": { - "code": 4006, - "message": "est officia in sit culpa", - "data": { - "total": 15, - "list": [ - { - "dsid": "97", - "dataRegion": "ullamco est irure quis in", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null, - "key": 123 - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "duration_seconds": 0.02850899996701628, - "timestamp": "2025-06-20T11:12:30.817635", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "duration_seconds": 0.027023624978028238, - "timestamp": "2025-06-20T11:12:30.845398", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。" - } - ] - } - ] - }, - { - "endpoint_id": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}", - "endpoint_name": "地质单元列表查询", - "overall_status": "失败", - "duration_seconds": 3.982699, - "start_time": "2025-06-20T11:12:30.845955", - "end_time": "2025-06-20T11:12:34.828654", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.028257082973141223, - "timestamp": "2025-06-20T11:12:30.875483", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.02657733397791162, - "timestamp": "2025-06-20T11:12:30.902340", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.031323499977588654, - "timestamp": "2025-06-20T11:12:30.933823", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "失败", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 不通过: 当前API使用了POST方法,但根据其标题“地质单元列表查询”和描述信息,该操作更像是一个检索操作,应使用GET方法而非POST方法。", - "duration_seconds": 3.4000928750028834, - "timestamp": "2025-06-20T11:12:34.334318", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "当前API使用了POST方法,但根据其标题“地质单元列表查询”和描述信息,该操作更像是一个检索操作,应使用GET方法而非POST方法。" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。;规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。", - "duration_seconds": 0.07624341698829085, - "timestamp": "2025-06-20T11:12:34.410940", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - }, - { - "passed": true, - "message": "规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "API请求包含所有标准分页参数:pageNo、pageSize和isSearchCount", - "duration_seconds": 0.032602666004095227, - "timestamp": "2025-06-20T11:12:34.443694", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}", - "method": "POST" - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "失败", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}' 的最后一个路径分段 'cd_geo_unit' 可能不是复数形式,建议对资源集合使用复数命名。", - "duration_seconds": 0.02972475002752617, - "timestamp": "2025-06-20T11:12:34.473765", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}", - "segment": "cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}' 符合资源名词命名规范。", - "duration_seconds": 0.03693150001345202, - "timestamp": "2025-06-20T11:12:34.511065", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.02519658295204863, - "timestamp": "2025-06-20T11:12:34.536578", - "validation_points": [ - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。", - "duration_seconds": 0.025696666969452053, - "timestamp": "2025-06-20T11:12:34.562655", - "validation_points": [ - { - "passed": true, - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。" - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.025099708989728242, - "timestamp": "2025-06-20T11:12:34.588057", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}' 包含版本标识: 'v1'", - "duration_seconds": 0.031154332973528653, - "timestamp": "2025-06-20T11:12:34.619553", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.02681454096455127, - "timestamp": "2025-06-20T11:12:34.646809", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当查询参数 'pageNo' (路径: 'pageNo') 类型不匹配时, 业务错误码应为 -1,但实际为 82。", - "duration_seconds": 0.031216458999551833, - "timestamp": "2025-06-20T11:12:34.678365", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 82, - "response_body": { - "code": 82, - "message": "labore eu", - "data": { - "total": 43, - "list": [ - { - "dsid": "1", - "dataRegion": "velit", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'isSearchCount' 类型不匹配时, 业务错误码应为 -1,但实际为 94。", - "duration_seconds": 0.026928125007543713, - "timestamp": "2025-06-20T11:12:34.705622", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 94, - "response_body": { - "code": 94, - "message": "laborum", - "data": { - "total": 34, - "list": [ - { - "dsid": "83", - "dataRegion": "laboris", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当 query 字段 'pageNo' 值为 0.0 (超出范围: min=1.0, max=None) 时, 业务错误码应为 -1,但实际为 32。", - "duration_seconds": 0.02961479203077033, - "timestamp": "2025-06-20T11:12:34.735590", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 32, - "response_body": { - "code": 32, - "message": "est", - "data": { - "total": 65, - "list": [ - { - "dsid": "6", - "dataRegion": "sunt nulla", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "56", - "dataRegion": "est dolore", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "38", - "dataRegion": "Ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当 body 字段 'logic' 值为 'invalid_enum_kny9if' (合法值为: ['AND', 'OR']) 时, 业务错误码应为 -1,但实际为 25。", - "duration_seconds": 0.03531320800539106, - "timestamp": "2025-06-20T11:12:34.771056", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 25, - "response_body": { - "code": 25, - "message": "Ut tempor ut", - "data": { - "total": 60, - "list": [ - { - "dsid": "64", - "dataRegion": "irure", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "50", - "dataRegion": "anim consequat incididunt nisi ut", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "33", - "dataRegion": "est mollit nisi", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "duration_seconds": 0.028313999995589256, - "timestamp": "2025-06-20T11:12:34.799904", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "duration_seconds": 0.028058000025339425, - "timestamp": "2025-06-20T11:12:34.828417", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。" - } - ] - } - ] - }, - { - "endpoint_id": "PUT /api/dms/{dms_instance_code}/v1/cd_geo_unit", - "endpoint_name": "地质单元数据修改", - "overall_status": "失败", - "duration_seconds": 4.622386, - "start_time": "2025-06-20T11:12:34.828842", - "end_time": "2025-06-20T11:12:39.451228", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.024927124963141978, - "timestamp": "2025-06-20T11:12:34.854795", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "PUT /api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "PUT /api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.02565924997907132, - "timestamp": "2025-06-20T11:12:34.880699", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.027890582976397127, - "timestamp": "2025-06-20T11:12:34.908832", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "通过", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 通过: 当前API使用了PUT方法,且其标题为“地质单元数据修改”,符合PUT方法用于更新的语义", - "duration_seconds": 4.108188499987591, - "timestamp": "2025-06-20T11:12:39.017380", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "当前API使用了PUT方法,且其标题为“地质单元数据修改”,符合PUT方法用于更新的语义" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。", - "duration_seconds": 0.0440264159697108, - "timestamp": "2025-06-20T11:12:39.061714", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:API不符合分页参数检查的准入规则(需包含'查询'/'列表'等关键词,且不包含'详情'等关键词)", - "duration_seconds": 0.026922125020064414, - "timestamp": "2025-06-20T11:12:39.088786", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit", - "method": "PUT", - "summary": "地质单元数据修改", - "contains_include_keyword": false, - "contains_exclude_keyword": false - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:PUT 方法,不适用于资源集合复数检查。", - "duration_seconds": 0.026237249956466258, - "timestamp": "2025-06-20T11:12:39.115507", - "validation_points": [ - { - "passed": true, - "message": "跳过检查:PUT 方法,不适用于资源集合复数检查。" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。", - "duration_seconds": 0.023874083010014147, - "timestamp": "2025-06-20T11:12:39.139861", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.02853912499267608, - "timestamp": "2025-06-20T11:12:39.168868", - "validation_points": [ - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "针对 PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit (状态码 200) 的响应体 conforms to the JSON schema.", - "duration_seconds": 0.037734624987933785, - "timestamp": "2025-06-20T11:12:39.207144", - "validation_points": [ - { - "passed": true, - "message": "针对 PUT http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit (状态码 200) 的响应体 conforms to the JSON schema." - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.024971375009045005, - "timestamp": "2025-06-20T11:12:39.232463", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 包含版本标识: 'v1'", - "duration_seconds": 0.02681829099310562, - "timestamp": "2025-06-20T11:12:39.259912", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.02383545902557671, - "timestamp": "2025-06-20T11:12:39.284173", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当查询参数 'id' (路径: 'id') 类型不匹配时, 业务错误码应为 -1,但实际为 97。", - "duration_seconds": 0.025052250013686717, - "timestamp": "2025-06-20T11:12:39.309540", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 97, - "response_body": { - "code": 97, - "message": "consectetur enim amet exercitation deserunt", - "data": false - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'id' 类型不匹配时, 业务错误码应为 -1,但实际为 54。", - "duration_seconds": 0.03644966700812802, - "timestamp": "2025-06-20T11:12:39.346315", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 54, - "response_body": { - "code": 54, - "message": "Ut reprehenderit in dolore voluptate", - "data": false - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "duration_seconds": 0.023927708039991558, - "timestamp": "2025-06-20T11:12:39.370461", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确枚举值限制的字段。", - "duration_seconds": 0.030632291978690773, - "timestamp": "2025-06-20T11:12:39.401220", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确枚举值限制的字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "失败", - "message": "当移除必填请求体字段 'id' 时, 业务错误码应为 -1,但实际为 4003。", - "duration_seconds": 0.024585582956206053, - "timestamp": "2025-06-20T11:12:39.426154", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 4003, - "response_body": { - "code": 4003 - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "失败", - "message": "当移除必填查询参数 'id' 时, 业务错误码应为 -1,但实际为 75。", - "duration_seconds": 0.02435804094420746, - "timestamp": "2025-06-20T11:12:39.450828", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 75, - "response_body": { - "code": 75, - "message": "laborum", - "data": true - } - } - ] - } - ] - }, - { - "endpoint_id": "DELETE /api/dms/{dms_instance_code}/v1/cd_geo_unit", - "endpoint_name": "地质单元数据删除", - "overall_status": "失败", - "duration_seconds": 4.493971, - "start_time": "2025-06-20T11:12:39.451445", - "end_time": "2025-06-20T11:12:43.945416", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.024264458974357694, - "timestamp": "2025-06-20T11:12:39.476944", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "DELETE /api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "DELETE /api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.026790832984261215, - "timestamp": "2025-06-20T11:12:39.503818", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.025846583012025803, - "timestamp": "2025-06-20T11:12:39.529920", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "通过", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 通过: 该API的method为DELETE,且其title和description表明此操作用于删除地质单元数据,符合DELETE方法的语义", - "duration_seconds": 3.9907823750399984, - "timestamp": "2025-06-20T11:12:43.521089", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "该API的method为DELETE,且其title和description表明此操作用于删除地质单元数据,符合DELETE方法的语义" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。", - "duration_seconds": 0.04599050001706928, - "timestamp": "2025-06-20T11:12:43.567293", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:API不符合分页参数检查的准入规则(需包含'查询'/'列表'等关键词,且不包含'详情'等关键词)", - "duration_seconds": 0.025764582969713956, - "timestamp": "2025-06-20T11:12:43.593350", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit", - "method": "DELETE", - "summary": "地质单元数据删除", - "contains_include_keyword": false, - "contains_exclude_keyword": false - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:DELETE 方法,不适用于资源集合复数检查。", - "duration_seconds": 0.030530791031196713, - "timestamp": "2025-06-20T11:12:43.624234", - "validation_points": [ - { - "passed": true, - "message": "跳过检查:DELETE 方法,不适用于资源集合复数检查。" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。", - "duration_seconds": 0.027323084010276943, - "timestamp": "2025-06-20T11:12:43.652030", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.024637209018692374, - "timestamp": "2025-06-20T11:12:43.677143", - "validation_points": [ - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "针对 DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit (状态码 200) 的响应体 conforms to the JSON schema.", - "duration_seconds": 0.02524933300446719, - "timestamp": "2025-06-20T11:12:43.702993", - "validation_points": [ - { - "passed": true, - "message": "针对 DELETE http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit (状态码 200) 的响应体 conforms to the JSON schema." - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.026876416988670826, - "timestamp": "2025-06-20T11:12:43.730082", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 包含版本标识: 'v1'", - "duration_seconds": 0.023698333010543138, - "timestamp": "2025-06-20T11:12:43.754162", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.02918433299055323, - "timestamp": "2025-06-20T11:12:43.783802", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当查询参数 'id' (路径: 'id') 类型不匹配时, 业务错误码应为 -1,但实际为 18。", - "duration_seconds": 0.02521949994843453, - "timestamp": "2025-06-20T11:12:43.809502", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 18, - "response_body": { - "code": 18, - "message": "occaecat elit ut nostrud", - "data": true - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'version' 类型不匹配时, 业务错误码应为 -1,但实际为 85。", - "duration_seconds": 0.026431583042722195, - "timestamp": "2025-06-20T11:12:43.836208", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 85, - "response_body": { - "code": 85, - "message": "qui anim", - "data": false - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "duration_seconds": 0.0328562919748947, - "timestamp": "2025-06-20T11:12:43.869363", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确枚举值限制的字段。", - "duration_seconds": 0.024620332987979054, - "timestamp": "2025-06-20T11:12:43.894419", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确枚举值限制的字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "duration_seconds": 0.02552937500877306, - "timestamp": "2025-06-20T11:12:43.920407", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "失败", - "message": "当移除必填查询参数 'id' 时, 业务错误码应为 -1,但实际为 93。", - "duration_seconds": 0.024346542020794004, - "timestamp": "2025-06-20T11:12:43.945112", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 93, - "response_body": { - "code": 93, - "message": "Excepteur est", - "data": true - } - } - ] - } - ] - }, - { - "endpoint_id": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit", - "endpoint_name": "地质单元数据添加", - "overall_status": "失败", - "duration_seconds": 6.110042, - "start_time": "2025-06-20T11:12:43.945645", - "end_time": "2025-06-20T11:12:50.055687", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.02426058304263279, - "timestamp": "2025-06-20T11:12:43.971260", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.027869667042978108, - "timestamp": "2025-06-20T11:12:43.999341", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.03104854200500995, - "timestamp": "2025-06-20T11:12:44.030793", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "通过", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 通过: 当前API的HTTP方法为POST,且其标题为“地质单元数据添加”,描述符合创建资源的操作,因此符合该标准。", - "duration_seconds": 5.5097802500240505, - "timestamp": "2025-06-20T11:12:49.540993", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "当前API的HTTP方法为POST,且其标题为“地质单元数据添加”,描述符合创建资源的操作,因此符合该标准。" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。;规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。", - "duration_seconds": 0.059930791961960495, - "timestamp": "2025-06-20T11:12:49.601222", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - }, - { - "passed": true, - "message": "规范中未找到响应码 200 或其类别(2XX, default)的匹配定义,跳过空数组与null的检查。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:API不符合分页参数检查的准入规则(需包含'查询'/'列表'等关键词,且不包含'详情'等关键词)", - "duration_seconds": 0.041870166023727506, - "timestamp": "2025-06-20T11:12:49.643234", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit", - "method": "POST", - "summary": "地质单元数据添加", - "contains_include_keyword": false, - "contains_exclude_keyword": false - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "失败", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 的最后一个路径分段 'cd_geo_unit' 可能不是复数形式,建议对资源集合使用复数命名。", - "duration_seconds": 0.03810308297397569, - "timestamp": "2025-06-20T11:12:49.682118", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit", - "segment": "cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。", - "duration_seconds": 0.04503166698850691, - "timestamp": "2025-06-20T11:12:49.727613", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.03624983405461535, - "timestamp": "2025-06-20T11:12:49.764333", - "validation_points": [ - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201", - "required_fields": [] - }, - { - "status_code": "201" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。", - "duration_seconds": 0.035078874963801354, - "timestamp": "2025-06-20T11:12:49.799935", - "validation_points": [ - { - "passed": true, - "message": "Schema验证步骤完成(未发现问题,或schema不适用/未为此响应定义)。" - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.024587916035670787, - "timestamp": "2025-06-20T11:12:49.824714", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit' 包含版本标识: 'v1'", - "duration_seconds": 0.024693458050023764, - "timestamp": "2025-06-20T11:12:49.849724", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.03252179204719141, - "timestamp": "2025-06-20T11:12:49.882595", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。", - "duration_seconds": 0.025350167008582503, - "timestamp": "2025-06-20T11:12:49.908706", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'version' 类型不匹配时, 业务错误码应为 -1,但实际为 46。", - "duration_seconds": 0.02687666699057445, - "timestamp": "2025-06-20T11:12:49.935866", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 46, - "response_body": { - "code": 46, - "message": "ex", - "data": false - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "duration_seconds": 0.02771466603735462, - "timestamp": "2025-06-20T11:12:49.963873", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确枚举值限制的字段。", - "duration_seconds": 0.029278542031534016, - "timestamp": "2025-06-20T11:12:49.993302", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确枚举值限制的字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "失败", - "message": "当移除必填请求体字段 'data.0.bsflag' 时, 业务错误码应为 -1,但实际为 31。", - "duration_seconds": 0.029600000008940697, - "timestamp": "2025-06-20T11:12:50.023452", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 31, - "response_body": { - "code": 31, - "message": "ea tempor", - "data": false - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "duration_seconds": 0.03166429203702137, - "timestamp": "2025-06-20T11:12:50.055443", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。" - } - ] - } - ] - }, - { - "endpoint_id": "GET /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}", - "endpoint_name": "地质单元查询详情", - "overall_status": "失败", - "duration_seconds": 4.383212, - "start_time": "2025-06-20T11:12:50.055843", - "end_time": "2025-06-20T11:12:54.439055", - "executed_test_cases": [ - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "严重", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID;缺少必需的请求头 X-Data-Domain", - "duration_seconds": 0.028821125044487417, - "timestamp": "2025-06-20T11:12:50.085415", - "validation_points": [ - { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "GET /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}" - }, - { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "GET /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}" - } - ] - }, - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "严重", - "status": "通过", - "message": "响应状态码为 200,符合预期 200。", - "duration_seconds": 0.026660375006031245, - "timestamp": "2025-06-20T11:12:50.112363", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。" - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "高", - "status": "通过", - "message": "未在响应中找到需要检查的敏感字段。", - "duration_seconds": 0.0255947089754045, - "timestamp": "2025-06-20T11:12:50.138279", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。" - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "中", - "status": "通过", - "message": "[API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除] 通过: 当前API使用了GET方法,并且其操作是用于检索地质单元详情,符合标准要求。", - "duration_seconds": 3.7415315830148757, - "timestamp": "2025-06-20T11:12:53.880090", - "validation_points": [ - { - "criterion": "API应该使用正确的HTTP方法:GET用于检索,POST用于创建,PUT用于更新,DELETE用于删除", - "llm_reason": "当前API使用了GET方法,并且其操作是用于检索地质单元详情,符合标准要求。" - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "高", - "status": "通过", - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。", - "duration_seconds": 0.05670016602380201, - "timestamp": "2025-06-20T11:12:53.937182", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。" - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "中", - "status": "通过", - "message": "跳过检查:API不符合分页参数检查的准入规则(需包含'查询'/'列表'等关键词,且不包含'详情'等关键词)", - "duration_seconds": 0.033698416023980826, - "timestamp": "2025-06-20T11:12:53.971188", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}", - "method": "GET", - "summary": "地质单元查询详情", - "contains_include_keyword": true, - "contains_exclude_keyword": true - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "中", - "status": "失败", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}' 的最后一个路径分段 'cd_geo_unit' 可能不是复数形式,建议对资源集合使用复数命名。", - "duration_seconds": 0.0273964160005562, - "timestamp": "2025-06-20T11:12:53.999144", - "validation_points": [ - { - "path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}", - "segment": "cd_geo_unit" - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "中", - "status": "通过", - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}' 符合资源名词命名规范。", - "duration_seconds": 0.02955504198325798, - "timestamp": "2025-06-20T11:12:54.029551", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}' 符合资源名词命名规范。" - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "高", - "status": "通过", - "message": "字段'code'在schema中未标记为必填(required);字段'message'在schema中未标记为必填(required);字段'data'在schema中未标记为必填(required);响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "duration_seconds": 0.027021082991268486, - "timestamp": "2025-06-20T11:12:54.057164", - "validation_points": [ - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200", - "required_fields": [] - }, - { - "status_code": "200" - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "Response Body JSON Schema Validation", - "test_case_severity": "严重", - "status": "通过", - "message": "针对 GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id (状态码 200) 的响应体 conforms to the JSON schema.", - "duration_seconds": 0.03106195799773559, - "timestamp": "2025-06-20T11:12:54.088590", - "validation_points": [ - { - "passed": true, - "message": "针对 GET http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id (状态码 200) 的响应体 conforms to the JSON schema." - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "中", - "status": "通过", - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。", - "duration_seconds": 0.030167624994646758, - "timestamp": "2025-06-20T11:12:54.119142", - "validation_points": [ - { - "passed": true, - "message": "在API规范中未找到可供静态检查的时间相关字段(如 format: date-time 或 常见时间字段名)。" - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "中", - "status": "通过", - "message": "API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}' 正确以'/api/'开头;API路径 '/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}' 包含版本标识: 'v1'", - "duration_seconds": 0.03281570802209899, - "timestamp": "2025-06-20T11:12:54.152473", - "validation_points": [ - { - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}" - }, - { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}/{id}" - } - ] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS Protocol Mandatory Verification", - "test_case_severity": "严重", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/example_dms_instance_code/v1/cd_geo_unit/1.0.0/example_id) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.028424166957847774, - "timestamp": "2025-06-20T11:12:54.181190", - "validation_points": [ - { - "status_code": 200 - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "Error Code -1 - Query Parameter Type Mismatch Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。", - "duration_seconds": 0.028711332997772843, - "timestamp": "2025-06-20T11:12:54.210197", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "Error Code -1 - Request Body Type Mismatch Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当请求体字段 'isSearchCount' 类型不匹配时, 业务错误码应为 -1,但实际为 16。", - "duration_seconds": 0.037422124994918704, - "timestamp": "2025-06-20T11:12:54.247759", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 16, - "response_body": { - "code": 16, - "message": "commodo consectetur proident velit", - "data": { - "total": 31, - "list": [ - { - "dsid": "26", - "dataRegion": "ea cillum", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "99", - "dataRegion": "pariatur dolor", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "38", - "dataRegion": "ut eiusmod", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "Error Code -1 - Number Value Out of Range Validation", - "test_case_severity": "中", - "status": "通过", - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "duration_seconds": 0.05045616696588695, - "timestamp": "2025-06-20T11:12:54.298374", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "Error Code 4006 - Invalid Enum Value Validation", - "test_case_severity": "中", - "status": "失败", - "message": "当 body 字段 'logic' 值为 'invalid_enum_y9y8kz' (合法值为: ['AND', 'OR']) 时, 业务错误码应为 -1,但实际为 58。", - "duration_seconds": 0.04505399998743087, - "timestamp": "2025-06-20T11:12:54.343753", - "validation_points": [ - { - "expected_code": -1, - "actual_code": 58, - "response_body": { - "code": 58, - "message": "occaecat", - "data": { - "total": 68, - "list": [ - { - "dsid": "99", - "dataRegion": "ad", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "36", - "dataRegion": "proident magna irure", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - }, - { - "dsid": "29", - "dataRegion": "voluptate ipsum esse officia", - "gasReleaseMon": null, - "gasReleaseYear": null, - "releaseGasCum": null - } - ] - } - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "Error Code -1 - Missing Required Request Body Field Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "duration_seconds": 0.04267499997513369, - "timestamp": "2025-06-20T11:12:54.386884", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。" - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "Error Code -1 - Missing Required Query Parameter Validation", - "test_case_severity": "高", - "status": "通过", - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "duration_seconds": 0.0517881250125356, - "timestamp": "2025-06-20T11:12:54.438831", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。" - } - ] - } - ] - } - ], - "stage_results": [ - { - "stage_id": "generic_crud_validation_stage", - "stage_name": "Generic CRUD Validation Stage", - "description": "Performs a generic CRUD (Create, List, Read, Update, Delete) flow. It tries to dynamically discover API operations based on common keywords and HTTP methods. Field names for IDs, names, features, and JSON paths for list/detail objects are configurable via class attributes or can be set in `before_stage` based on `api_group_name`.", - "api_group_name": "地质单元", - "tags": [ - "crud", - "generic_validation" - ], - "overall_status": "失败", - "duration_seconds": "0.08", - "start_time": "2025-06-20T11:12:54", - "end_time": "2025-06-20T11:12:54", - "message": "测试阶段因步骤 'List and Find Created Resource' 的状态 (失败) 而中止.", - "executed_steps_count": 2, - "executed_steps": [ - { - "step_name": "Create New Resource", - "description": null, - "lookup_key": "地质单元数据添加", - "resolved_endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit", - "status": "通过", - "message": "", - "duration_seconds": "0.0000", - "timestamp": "2025-06-20T11:12:54+0800", - "validation_points": [ - { - "passed": true, - "message": "状态码匹配 (200)." - } - ], - "api_call_curl": "N/A", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit", - "headers": { - "tenant-id": "your-tenant-id", - "Content-Type": "application/json", - "Accept": "application/json", - "Authorization": "Bearer your-test-token" - }, - "params": {}, - "json_data": { - "version": "1.0.0", - "data": [ - { - "wellCommonName": "TestResource_1750389174_6d202b", - "dataRegion": "Feature_1750389174" - } - ] - }, - "body": { - "version": "1.0.0", - "data": [ - { - "wellCommonName": "TestResource_1750389174_6d202b", - "dataRegion": "Feature_1750389174" - } - ] - }, - "data": null, - "timeout": 30 - }, - "extracted_outputs": {}, - "context_after_step_summary": { - "unique_resource_name": "TestResource_1750389174_6d202b", - "updated_resource_name": "TestResource_1750389174_6d202b_UPDATED", - "unique_feature_value": "Feature_1750389174", - "updated_feature_value": "Feature_1750389174_UPDATED", - "cfg_list_path_in_listresponse": "data.list", - "cfg_name_field_in_listitem": "wellCommonName", - "cfg_id_field_in_listitem": "dsid", - "cfg_resource_object_path_in_detailresponse": "data.list.0", - "cfg_name_field_in_detailresponse": "wellCommonName", - "cfg_id_field_in_detailresponse": "dsid", - "cfg_resource_object_path_in_updateresponse": "data.list.0", - "cfg_feature_field_name_for_validation": "dataRegion", - "dms_instance_code": "your_dms_instance_code", - "api_version": "1.0.0" - } - }, - { - "step_name": "List and Find Created Resource", - "description": null, - "lookup_key": "地质单元列表查询", - "resolved_endpoint": "POST /api/dms/{dms_instance_code}/v1/cd_geo_unit/{version}", - "status": "失败", - "message": "Resource not found: Name 'TestResource_1750389174_6d202b' (field: wellCommonName) not found in list at path 'data.list'.", - "duration_seconds": "0.0000", - "timestamp": "2025-06-20T11:12:54+0800", - "validation_points": [ - { - "passed": true, - "message": "状态码匹配 (200)." - }, - { - "passed": false, - "message": "Resource not found: Name 'TestResource_1750389174_6d202b' (field: wellCommonName) not found in list at path 'data.list'." - } - ], - "api_call_curl": "N/A", - "request_details": { - "method": "POST", - "url": "http://127.0.0.1:4523/m1/6389742-6086420-default/api/dms/your_dms_instance_code/v1/cd_geo_unit/1.0.0", - "headers": { - "tenant-id": "your-tenant-id", - "Content-Type": "application/json", - "Accept": "application/json", - "Authorization": "Bearer your-test-token" - }, - "params": { - "pageNo": 1, - "pageSize": 10 - }, - "json_data": { - "isSearchCount": true, - "query": { - "fields": [ - "dsid", - "wellCommonName", - "dataRegion" - ], - "filter": { - "key": "wellCommonName", - "symbol": "=", - "realValue": [ - "TestResource_1750389174_6d202b" - ] - } - } - }, - "body": { - "isSearchCount": true, - "query": { - "fields": [ - "dsid", - "wellCommonName", - "dataRegion" - ], - "filter": { - "key": "wellCommonName", - "symbol": "=", - "realValue": [ - "TestResource_1750389174_6d202b" - ] - } - } - }, - "data": null, - "timeout": 30 - }, - "extracted_outputs": {}, - "context_after_step_summary": { - "unique_resource_name": "TestResource_1750389174_6d202b", - "updated_resource_name": "TestResource_1750389174_6d202b_UPDATED", - "unique_feature_value": "Feature_1750389174", - "updated_feature_value": "Feature_1750389174_UPDATED", - "cfg_list_path_in_listresponse": "data.list", - "cfg_name_field_in_listitem": "wellCommonName", - "cfg_id_field_in_listitem": "dsid", - "cfg_resource_object_path_in_detailresponse": "data.list.0", - "cfg_name_field_in_detailresponse": "wellCommonName", - "cfg_id_field_in_detailresponse": "dsid", - "cfg_resource_object_path_in_updateresponse": "data.list.0", - "cfg_feature_field_name_for_validation": "dataRegion", - "dms_instance_code": "your_dms_instance_code", - "api_version": "1.0.0" - } - } - ], - "final_stage_context_summary": { - "unique_resource_name": "TestResource_1750389174_6d202b", - "updated_resource_name": "TestResource_1750389174_6d202b_UPDATED", - "unique_feature_value": "Feature_1750389174", - "updated_feature_value": "Feature_1750389174_UPDATED", - "cfg_list_path_in_listresponse": "data.list", - "cfg_name_field_in_listitem": "wellCommonName", - "cfg_id_field_in_listitem": "dsid", - "cfg_resource_object_path_in_detailresponse": "data.list.0", - "cfg_name_field_in_detailresponse": "wellCommonName", - "cfg_id_field_in_detailresponse": "dsid", - "cfg_resource_object_path_in_updateresponse": "data.list.0", - "cfg_feature_field_name_for_validation": "dataRegion", - "dms_instance_code": "your_dms_instance_code", - "api_version": "1.0.0" - } - } - ], - "api_call_details_summary": [] -} \ No newline at end of file