POST - Group Emergency Zones
Updates the IP address(es) for the Emergency Zone configured in the group.
Parameters
service_provider_id (str): Service provider ID where the Emergency Zone to be updated exists.
group_id (str): Group ID where the Emergency Zone to be updated exists.
ip_addresses (list): A list of IP address ranges (dicts) to be added to the Emergency Zone. If the IP address to be applied is not a range, the min and max values should be the same.
Returns
Dict: Emergency Zone profile with updated IP addresses.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?