Insight (Batch)
ActionBatchInsight
ActionBatchInsight class.
create_organization_insight_monitored_media_server
Add a media server to be monitored for this organization.
API documentation: createOrganizationInsightMonitoredMediaServer
Parameters:
-
organization_id(str) –Organization ID.
-
name(str) –The name of the VoIP provider.
-
address(str) –The IP address (IPv4 only) or hostname of the media server to monitor.
-
best_effort_monitoring_enabled(bool | None, default:None) –Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead.
delete_organization_insight_monitored_media_server
Delete a monitored media server from this organization.
API documentation: deleteOrganizationInsightMonitoredMediaServer
Parameters:
-
organization_id(str) –Organization ID.
-
monitored_media_server_id(str) –Monitored media server ID.
update_organization_insight_monitored_media_server
Update a monitored media server for this organization.
API documentation: updateOrganizationInsightMonitoredMediaServer
Parameters:
-
organization_id(str) –Organization ID.
-
monitored_media_server_id(str) –Monitored media server ID.
-
name(str | None, default:None) –The name of the VoIP provider.
-
address(str | None, default:None) –The IP address (IPv4 only) or hostname of the media server to monitor.
-
best_effort_monitoring_enabled(bool | None, default:None) –Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead.