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 448122a..0000000 Binary files a/test_reports/2025-07-19_08-41-52/report_cn.pdf and /dev/null differ diff --git a/test_reports/2025-07-19_08-41-52/summary.json b/test_reports/2025-07-19_08-41-52/summary.json deleted file mode 100644 index 9a0c757..0000000 --- a/test_reports/2025-07-19_08-41-52/summary.json +++ /dev/null @@ -1,11671 +0,0 @@ -{ - "start_time": "2025-07-19T08:41:52.406096", - "end_time": "2025-07-19T08:41:52.578044", - "duration_seconds": "0.17", - "overall_summary": { - "total_endpoints_defined": 10, - "endpoints_tested": 10, - "endpoints_passed": 2, - "endpoints_failed": 0, - "endpoints_error": 0, - "endpoints_skipped": 8, - "endpoints_partial_success": 0, - "endpoint_success_rate": "100.00%", - "total_test_cases_applicable": 200, - "total_test_cases_executed": 40, - "test_cases_passed": 28, - "test_cases_failed": 12, - "test_cases_error": 0, - "test_cases_skipped_in_endpoint": 0, - "test_case_success_rate": "70.00%", - "total_stages_defined": 1, - "total_stages_executed": 2, - "stages_passed": 2, - "stages_failed": 0, - "stages_error": 0, - "stages_skipped": 0, - "stage_success_rate": "100.00%" - }, - "errors": [], - "endpoint_results": [ - { - "endpoint_id": "POST_/api/dms/wb_ml/v1/lujing_test", - "endpoint_name": "Create lujing_test", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.457028", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0", - "endpoint_name": "List lujing_test", - "overall_status": "通过", - "duration_seconds": 0.052409, - "start_time": "2025-07-19T08:41:52.457054", - "end_time": "2025-07-19T08:41:52.509463", - "executed_test_cases": [ - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "", - "duration_seconds": 0.002255457977298647, - "timestamp": "2025-07-19T08:41:52.459608", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "HIGH", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID; 缺少必需的请求头 X-Data-Domain; 缺少必需的请求头 Authorization", - "duration_seconds": 0.0018556250142864883, - "timestamp": "2025-07-19T08:41:52.461729", - "validation_points": [ - { - "passed": false, - "message": "缺少必需的请求头 X-Tenant-ID", - "details": { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0" - } - }, - { - "passed": false, - "message": "缺少必需的请求头 X-Data-Domain", - "details": { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0" - } - }, - { - "passed": false, - "message": "缺少必需的请求头 Authorization", - "details": { - "header": "Authorization", - "possible_names": [ - "Authorization" - ], - "endpoint": "POST /api/dms/wb_ml/v1/lujing_test/1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.003274124988820404, - "timestamp": "2025-07-19T08:41:52.465060", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0021072080126032233, - "timestamp": "2025-07-19T08:41:52.467287", - "validation_points": [ - { - "passed": true, - "message": "合规性标准列表为空,跳过LLM合规性检查。", - "details": { - "reason": "compliance_criteria.json is empty or contains an empty list." - } - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "HIGH", - "status": "失败", - "message": "响应中包含一个主列表,但其键名 'data' 不是 'list'。", - "duration_seconds": 0.003338834038004279, - "timestamp": "2025-07-19T08:41:52.470860", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。", - "details": {} - }, - { - "passed": false, - "message": "响应中包含一个主列表,但其键名 'data' 不是 'list'。", - "details": { - "keys": [ - "code", - "data", - "message" - ] - } - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "API请求缺少标准分页参数:pageNo, pageSize, isSearchCount", - "duration_seconds": 0.0025808330392464995, - "timestamp": "2025-07-19T08:41:52.474033", - "validation_points": [ - { - "passed": false, - "message": "API请求缺少标准分页参数:pageNo, pageSize, isSearchCount", - "details": { - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "method": "POST", - "missing_params": [ - "pageNo", - "pageSize", - "isSearchCount" - ], - "found_params": { - "pageNo": false, - "pageSize": false, - "isSearchCount": false - } - } - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "路径 '/api/dms/wb_ml/v1/lujing_test/1.0.0' 的最后一个路径分段 '1.0.0' 可能不是复数形式,建议对资源集合使用复数命名。", - "duration_seconds": 0.002422875026240945, - "timestamp": "2025-07-19T08:41:52.476602", - "validation_points": [ - { - "passed": false, - "message": "路径 '/api/dms/wb_ml/v1/lujing_test/1.0.0' 的最后一个路径分段 '1.0.0' 可能不是复数形式,建议对资源集合使用复数命名。", - "details": { - "path": "/api/dms/wb_ml/v1/lujing_test/1.0.0", - "segment": "1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0023626249749213457, - "timestamp": "2025-07-19T08:41:52.479042", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/wb_ml/v1/lujing_test/1.0.0' 符合资源名词命名规范。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.003048042010050267, - "timestamp": "2025-07-19T08:41:52.482594", - "validation_points": [ - { - "passed": true, - "message": "字段'code'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "字段'message'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "字段'data'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "details": { - "status_code": "200" - } - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "返回体JSON Schema验证", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "", - "duration_seconds": 0.004959665995556861, - "timestamp": "2025-07-19T08:41:52.487621", - "validation_points": [ - { - "passed": true, - "message": "针对 POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0 (状态码 200) 的响应体 conforms to the JSON schema.", - "details": {} - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "时间字段 'data[].update_date' (format: date-time) 缺少建议的 `pattern` (^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}([+-]\\d{2}:\\d{2}|Z)$) 来强制执行ISO 8601格式。", - "duration_seconds": 0.0027538330177776515, - "timestamp": "2025-07-19T08:41:52.490642", - "validation_points": [ - { - "passed": false, - "message": "时间字段 'data[].update_date' (format: date-time) 缺少建议的 `pattern` (^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}([+-]\\d{2}:\\d{2}|Z)$) 来强制执行ISO 8601格式。", - "details": { - "field": "data[].update_date" - } - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0020402080263011158, - "timestamp": "2025-07-19T08:41:52.492891", - "validation_points": [ - { - "passed": true, - "message": "API路径 '/api/dms/wb_ml/v1/lujing_test/1.0.0' 正确以'/api/'开头", - "details": { - "full_path": "/api/dms/wb_ml/v1/lujing_test/1.0.0" - } - }, - { - "passed": true, - "message": "API路径 '/api/dms/wb_ml/v1/lujing_test/1.0.0' 包含版本标识: 'v1'", - "details": { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/wb_ml/v1/lujing_test/1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-002", - "test_case_name": "灵活的返回体JSON Schema验证", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "All validation points passed.", - "duration_seconds": 0.0018911249935626984, - "timestamp": "2025-07-19T08:41:52.494842", - "validation_points": [] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS 协议强制性检查", - "test_case_severity": "HIGH", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.002057791978586465, - "timestamp": "2025-07-19T08:41:52.497024", - "validation_points": [ - { - "passed": false, - "message": "API通过HTTP (http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "details": { - "status_code": 200 - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "查询参数类型不匹配检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.00198862497927621, - "timestamp": "2025-07-19T08:41:52.499073", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "请求体字段类型不匹配检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0018829579930752516, - "timestamp": "2025-07-19T08:41:52.501019", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在请求体中未找到合适的字段来测试类型不匹配。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "数值参数越界检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0020696669816970825, - "timestamp": "2025-07-19T08:41:52.503147", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "非法枚举值检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0016848750528879464, - "timestamp": "2025-07-19T08:41:52.504893", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确枚举值限制的字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "缺失必填请求体字段检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.0015451250365003943, - "timestamp": "2025-07-19T08:41:52.506504", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "缺失必填查询参数检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.0025549589772708714, - "timestamp": "2025-07-19T08:41:52.509120", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "details": {} - } - ] - } - ] - }, - { - "endpoint_id": "GET_/api/dms/wb_ml/v1/lujing_test/1.0.0/{id}", - "endpoint_name": "Read lujing_test", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.509607", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "PUT_/api/dms/wb_ml/v1/lujing_test", - "endpoint_name": "Update lujing_test", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.509626", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "DELETE_/api/dms/wb_ml/v1/lujing_test", - "endpoint_name": "Delete lujing_test", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.509642", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "POST_/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "endpoint_name": "Create wb_dr_pro_daily_report", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.509658", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "POST /api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0", - "endpoint_name": "List wb_dr_pro_daily_report", - "overall_status": "通过", - "duration_seconds": 0.044854, - "start_time": "2025-07-19T08:41:52.509675", - "end_time": "2025-07-19T08:41:52.554529", - "executed_test_cases": [ - { - "test_case_id": "TC-STATUS-001", - "test_case_name": "基本状态码 200 检查", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "", - "duration_seconds": 0.002472334017511457, - "timestamp": "2025-07-19T08:41:52.512490", - "validation_points": [ - { - "passed": true, - "message": "响应状态码为 200,符合预期 200。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-HEADER-001", - "test_case_name": "必需请求头Schema验证", - "test_case_severity": "HIGH", - "status": "失败", - "message": "缺少必需的请求头 X-Tenant-ID; 缺少必需的请求头 X-Data-Domain; 缺少必需的请求头 Authorization", - "duration_seconds": 0.002961624995805323, - "timestamp": "2025-07-19T08:41:52.515743", - "validation_points": [ - { - "passed": false, - "message": "缺少必需的请求头 X-Tenant-ID", - "details": { - "header": "X-Tenant-ID", - "possible_names": [ - "X-Tenant-ID" - ], - "endpoint": "POST /api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0" - } - }, - { - "passed": false, - "message": "缺少必需的请求头 X-Data-Domain", - "details": { - "header": "X-Data-Domain", - "possible_names": [ - "X-Data-Domain" - ], - "endpoint": "POST /api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0" - } - }, - { - "passed": false, - "message": "缺少必需的请求头 Authorization", - "details": { - "header": "Authorization", - "possible_names": [ - "Authorization" - ], - "endpoint": "POST /api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-SECURITY-002", - "test_case_name": "敏感字段加密检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.0020447499700821936, - "timestamp": "2025-07-19T08:41:52.517857", - "validation_points": [ - { - "passed": true, - "message": "未在响应中找到需要检查的敏感字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-LLM-COMPLIANCE-001", - "test_case_name": "LLM合规性综合检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0024571249959990382, - "timestamp": "2025-07-19T08:41:52.520448", - "validation_points": [ - { - "passed": true, - "message": "合规性标准列表为空,跳过LLM合规性检查。", - "details": { - "reason": "compliance_criteria.json is empty or contains an empty list." - } - } - ] - }, - { - "test_case_id": "TC-RESTful-001", - "test_case_name": "核心命名与结构规范检查", - "test_case_severity": "HIGH", - "status": "失败", - "message": "响应中包含一个主列表,但其键名 'data' 不是 'list'。", - "duration_seconds": 0.0026297500007785857, - "timestamp": "2025-07-19T08:41:52.523287", - "validation_points": [ - { - "passed": true, - "message": "模块名 'dms' 格式正确 (全小写/数字/中划线)。", - "details": {} - }, - { - "passed": false, - "message": "响应中包含一个主列表,但其键名 'data' 不是 'list'。", - "details": { - "keys": [ - "code", - "data", - "message" - ] - } - } - ] - }, - { - "test_case_id": "TC-DMS-PAGINATION-001", - "test_case_name": "分页参数检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "API请求缺少标准分页参数:pageNo, pageSize, isSearchCount", - "duration_seconds": 0.002123875019606203, - "timestamp": "2025-07-19T08:41:52.526140", - "validation_points": [ - { - "passed": false, - "message": "API请求缺少标准分页参数:pageNo, pageSize, isSearchCount", - "details": { - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0", - "method": "POST", - "missing_params": [ - "pageNo", - "pageSize", - "isSearchCount" - ], - "found_params": { - "pageNo": false, - "pageSize": false, - "isSearchCount": false - } - } - } - ] - }, - { - "test_case_id": "TC-RESTful-004", - "test_case_name": "资源集合复数命名检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "路径 '/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0' 的最后一个路径分段 '1.0.0' 可能不是复数形式,建议对资源集合使用复数命名。", - "duration_seconds": 0.0022577500203624368, - "timestamp": "2025-07-19T08:41:52.528537", - "validation_points": [ - { - "passed": false, - "message": "路径 '/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0' 的最后一个路径分段 '1.0.0' 可能不是复数形式,建议对资源集合使用复数命名。", - "details": { - "path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0", - "segment": "1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-RESTful-002", - "test_case_name": "资源路径名词检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0018475839751772583, - "timestamp": "2025-07-19T08:41:52.530447", - "validation_points": [ - { - "passed": true, - "message": "路径 '/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0' 符合资源名词命名规范。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-DMS-CORE-SCHEMA-001", - "test_case_name": "DMS核心存储服务API响应格式检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.002177415997721255, - "timestamp": "2025-07-19T08:41:52.532904", - "validation_points": [ - { - "passed": true, - "message": "字段'code'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "字段'message'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "字段'data'在schema中未标记为必填(required)", - "details": { - "status_code": "200", - "required_fields": [] - } - }, - { - "passed": true, - "message": "响应schema符合标准格式: {'code':int or number or string, 'message':string, 'data': any}", - "details": { - "status_code": "200" - } - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-001", - "test_case_name": "返回体JSON Schema验证", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "", - "duration_seconds": 0.002215999993495643, - "timestamp": "2025-07-19T08:41:52.535182", - "validation_points": [ - { - "passed": true, - "message": "针对 POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0 (状态码 200) 的响应体 conforms to the JSON schema.", - "details": {} - } - ] - }, - { - "test_case_id": "TC-RESTful-003", - "test_case_name": "时间字段ISO 8601格式检查", - "test_case_severity": "MEDIUM", - "status": "失败", - "message": "时间字段 'data[].update_date' (format: date-time) 缺少建议的 `pattern` (^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}([+-]\\d{2}:\\d{2}|Z)$) 来强制执行ISO 8601格式。", - "duration_seconds": 0.0016609170124866068, - "timestamp": "2025-07-19T08:41:52.536955", - "validation_points": [ - { - "passed": false, - "message": "时间字段 'data[].update_date' (format: date-time) 缺少建议的 `pattern` (^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}([+-]\\d{2}:\\d{2}|Z)$) 来强制执行ISO 8601格式。", - "details": { - "field": "data[].update_date" - } - } - ] - }, - { - "test_case_id": "TC-DMS-URL-VERSION-001", - "test_case_name": "DMS API URL版本号检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.001411166973412037, - "timestamp": "2025-07-19T08:41:52.538517", - "validation_points": [ - { - "passed": true, - "message": "API路径 '/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0' 正确以'/api/'开头", - "details": { - "full_path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0" - } - }, - { - "passed": true, - "message": "API路径 '/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0' 包含版本标识: 'v1'", - "details": { - "pattern_matched": "/v\\d+/", - "version_string": "v1", - "full_path": "/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0" - } - } - ] - }, - { - "test_case_id": "TC-CORE-FUNC-002", - "test_case_name": "灵活的返回体JSON Schema验证", - "test_case_severity": "CRITICAL", - "status": "通过", - "message": "All validation points passed.", - "duration_seconds": 0.0018463750020600855, - "timestamp": "2025-07-19T08:41:52.540419", - "validation_points": [] - }, - { - "test_case_id": "TC-SECURITY-001", - "test_case_name": "HTTPS 协议强制性检查", - "test_case_severity": "HIGH", - "status": "失败", - "message": "API通过HTTP (http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "duration_seconds": 0.0016922499635256827, - "timestamp": "2025-07-19T08:41:52.542299", - "validation_points": [ - { - "passed": false, - "message": "API通过HTTP (http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0) 响应了成功的状态码 200,这违反了HTTPS强制策略。", - "details": { - "status_code": 200 - } - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-QUERY", - "test_case_name": "查询参数类型不匹配检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0018167910166084766, - "timestamp": "2025-07-19T08:41:52.544173", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在查询参数中未找到合适的字段来测试类型不匹配。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4001-BODY", - "test_case_name": "请求体字段类型不匹配检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0020063340198248625, - "timestamp": "2025-07-19T08:41:52.546250", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在请求体中未找到合适的字段来测试类型不匹配。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4002", - "test_case_name": "数值参数越界检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.002189874998293817, - "timestamp": "2025-07-19T08:41:52.548506", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确范围限制的数值字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4006", - "test_case_name": "非法枚举值检查", - "test_case_severity": "MEDIUM", - "status": "通过", - "message": "", - "duration_seconds": 0.0020019589574076235, - "timestamp": "2025-07-19T08:41:52.550577", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:未找到具有明确枚举值限制的字段。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-BODY", - "test_case_name": "缺失必填请求体字段检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.0019530419958755374, - "timestamp": "2025-07-19T08:41:52.552637", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填请求体字段用于移除测试。", - "details": {} - } - ] - }, - { - "test_case_id": "TC-ERROR-4003-QUERY", - "test_case_name": "缺失必填查询参数检查", - "test_case_severity": "HIGH", - "status": "通过", - "message": "", - "duration_seconds": 0.001765540975611657, - "timestamp": "2025-07-19T08:41:52.554477", - "validation_points": [ - { - "passed": true, - "message": "跳过测试:在API规范中未找到合适的必填查询参数用于移除测试。", - "details": {} - } - ] - } - ] - }, - { - "endpoint_id": "GET_/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0/{id}", - "endpoint_name": "Read wb_dr_pro_daily_report", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.554658", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "PUT_/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "endpoint_name": "Update wb_dr_pro_daily_report", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.554676", - "end_time": null, - "executed_test_cases": [] - }, - { - "endpoint_id": "DELETE_/api/dms/wb_dr/v1/wb_dr_pro_daily_report", - "endpoint_name": "Delete wb_dr_pro_daily_report", - "overall_status": "跳过", - "duration_seconds": 0.0, - "start_time": "2025-07-19T08:41:52.554692", - "end_time": null, - "executed_test_cases": [] - } - ], - "stage_results": [ - { - "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.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