Summary
There is no pyaoscx class to manage Client Probe Profiles or their entries, exposed by the system/client_probe_profiles REST resource (profile container + entries children keyed by entry_id).
Expected
Add ClientProbeProfile (container) and ClientProbeProfileEntry (child) classes, following the existing container/child pattern, and register them in the API module map.
Notes
- Profile creation requires the
origin column ({name, origin: local}).
- Entries carry
vlan, source_ipv4, broadcast_ipv4, source_mac, directed_ipv4_list, directed_ipv4_range ({start_ip_addr, end_ip_addr}).
Summary
There is no pyaoscx class to manage Client Probe Profiles or their entries, exposed by the
system/client_probe_profilesREST resource (profile container +entrieschildren keyed byentry_id).Expected
Add
ClientProbeProfile(container) andClientProbeProfileEntry(child) classes, following the existing container/child pattern, and register them in the API module map.Notes
origincolumn ({name, origin: local}).vlan,source_ipv4,broadcast_ipv4,source_mac,directed_ipv4_list,directed_ipv4_range({start_ip_addr, end_ip_addr}).