## `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.2710s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "200", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:42 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 48, "message": "Duis voluptate incididunt", "data": { "total": 17, "list": [ { "dsid": "31", "dataRegion": "do ullamco dolor adipisicing", "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.0661s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "391", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:42 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 88, "message": "commodo Ut proident sed sint", "data": { "total": 31, "list": [ { "dsid": "31", "dataRegion": "sed consequat", "gasReleaseMon": null, "gasReleaseYear": null, "releaseGasCum": null }, { "dsid": "70", "dataRegion": "culpa", "gasReleaseMon": null, "gasReleaseYear": null, "releaseGasCum": null }, { "dsid": "76", "dataRegion": "sit sed id", "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.1876s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "50", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:43 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 53, "message": "reprehenderit", "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.0692s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "58", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:43 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 94, "message": "aute anim elit fugiat", "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.0225s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "45", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:43 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 30, "message": "labore ut", "data": true } ``` --- ## `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.0190s` - **Headers:** ```json { "Vary": "Origin", "Access-Control-Allow-Origin": "*", "Content-Type": "application/json; charset=utf-8", "Content-Length": "280", "success": "false", "Date": "Wed, 11 Jun 2025 06:40:43 GMT", "Connection": "keep-alive", "Keep-Alive": "timeout=5" } ``` - **Body:** ```json { "code": 17, "message": "enim in ad", "data": { "total": 74, "list": [ { "dsid": "93", "dataRegion": "aliquip", "gasReleaseMon": null, "gasReleaseYear": null, "releaseGasCum": null }, { "dsid": "80", "dataRegion": "voluptate dolore dolor", "gasReleaseMon": null, "gasReleaseYear": null, "releaseGasCum": null } ] } } ``` ---