Class Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes wireless switch(es) in a network configuration for Automatic Location Updates feature.get()
Returns the specified switch with the assigned emergency address.list()
list
(ListAccountSwitchesParameters queryParams) Returns a corporate map of configured network switches with the assigned emergency addresses for the logged-in account.path()
post
(CreateSwitchInfo createSwitchInfo) Creates a new switch in corporate map based on chassis ID and used for Automatic Locations Update feature.put
(UpdateSwitchInfo updateSwitchInfo) Updates switch.
-
Field Details
-
rc
-
parent
-
switchId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public SwitchesList list(ListAccountSwitchesParameters queryParams) throws RestException, IOException Returns a corporate map of configured network switches with the assigned emergency addresses for the logged-in account.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/switches Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
Creates a new switch in corporate map based on chassis ID and used for Automatic Locations Update feature.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/switches Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
get
Returns the specified switch with the assigned emergency address. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/switches/{switchId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: ConfigureEmergencyMaps- Throws:
RestException
IOException
-
put
Updates switch. Partial update is not supported, all switch parameters should be specified. If null value is received or parameter is missing, its value is removed.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/switches/{switchId} Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
delete
Deletes wireless switch(es) in a network configuration for Automatic Location Updates feature.HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/switches/{switchId} Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-