Skip to content

Commit 5577c30

Browse files
committed
Update getSysDescr request body to poll-based schema
- replace legacy execution block with poll source wait_for_cache and timeout_seconds fields - remove cable modem snmp block from request body to match new endpoint contract - keep serving_group id and cable_modem mac_address array inputs unchanged - 2026-03-08 18:56:57
1 parent 49feb63 commit 5577c30

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

postman/collections/PyPNM-CMTS/ServingGroup/CableModem/Operations/getSysDescr.request.yaml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,19 @@ body:
1515
1616
\ \"cable_modem\": {\r
1717
18-
\ \"mac_address\": [{{mac_addresses}}],\r
19-
20-
\ \"snmp\": {\r
21-
22-
\ \"snmpV2C\": {\r
23-
24-
\ \"community\": \"{{cm_snmp_community_rw}}\"\r
25-
26-
\ }\r
27-
28-
\ }\r
18+
\ \"mac_address\": [{{mac_addresses}}]\r
2919
3020
\ }\r
3121
3222
\ },\r
3323
34-
\ \"execution\": {\r
35-
36-
\ \"max_workers\": 16,\r
37-
38-
\ \"retry_count\": 3,\r
24+
\ \"poll\": {\r
3925
40-
\ \"retry_delay_seconds\": 5,\r
26+
\ \"source\": \"cache\",\r
4127
42-
\ \"per_modem_timeout_seconds\": 30,\r
28+
\ \"wait_for_cache\": false,\r
4329
44-
\ \"overall_timeout_seconds\": 120\r
30+
\ \"timeout_seconds\": 8\r
4531
4632
\ }\r
4733

0 commit comments

Comments
 (0)