doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.49.1 vs doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.50.1
- old
+ new
@@ -1487,11 +1487,11 @@
<a name="get_providers_edges_edge_id_logicalinterfaces"></a>
-## -[**LogicalInterfaceEntityListing**](LogicalInterfaceEntityListing.html) get_providers_edges_edge_id_logicalinterfaces(edge_id)
+## -[**LogicalInterfaceEntityListing**](LogicalInterfaceEntityListing.html) get_providers_edges_edge_id_logicalinterfaces(edge_id, opts)
Get edge logical interfaces.
Retrieve a list of all configured logical interfaces from a specific edge.
@@ -1512,14 +1512,17 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_id = "edge_id_example" # String | Edge ID
+opts = {
+ expand: ["expand_example"] # Array<String> | Field to expand in the response
+}
begin
#Get edge logical interfaces.
- result = api_instance.get_providers_edges_edge_id_logicalinterfaces(edge_id)
+ result = api_instance.get_providers_edges_edge_id_logicalinterfaces(edge_id, opts)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->get_providers_edges_edge_id_logicalinterfaces: #{e}"
end
~~~
@@ -1527,10 +1530,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
+ **expand** | [**Array<String>**](String.html)| Field to expand in the response | [optional]
{: class="table table-striped"}
### Return type
@@ -1543,11 +1547,11 @@
<a name="get_providers_edges_edge_id_logicalinterfaces_interface_id"></a>
-## -[**DomainLogicalInterface**](DomainLogicalInterface.html) get_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id)
+## -[**DomainLogicalInterface**](DomainLogicalInterface.html) get_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, opts)
Get an edge logical interface
@@ -1570,14 +1574,17 @@
edge_id = "edge_id_example" # String | Edge ID
interface_id = "interface_id_example" # String | Interface ID
+opts = {
+ expand: ["expand_example"] # Array<String> | Field to expand in the response
+}
begin
#Get an edge logical interface
- result = api_instance.get_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id)
+ result = api_instance.get_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, opts)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->get_providers_edges_edge_id_logicalinterfaces_interface_id: #{e}"
end
~~~
@@ -1586,10 +1593,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
**interface_id** | **String**| Interface ID |
+ **expand** | [**Array<String>**](String.html)| Field to expand in the response | [optional]
{: class="table table-striped"}
### Return type
@@ -1951,11 +1959,11 @@
<a name="get_providers_edges_edgegroups_edgegroup_id"></a>
-## -[**EdgeGroup**](EdgeGroup.html) get_providers_edges_edgegroups_edgegroup_id(edge_group_id)
+## -[**EdgeGroup**](EdgeGroup.html) get_providers_edges_edgegroups_edgegroup_id(edge_group_id, opts)
Get edge group.
@@ -1976,14 +1984,17 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_group_id = "edge_group_id_example" # String | Edge group ID
+opts = {
+ expand: ["expand_example"] # Array<String> | Fields to expand in the response
+}
begin
#Get edge group.
- result = api_instance.get_providers_edges_edgegroups_edgegroup_id(edge_group_id)
+ result = api_instance.get_providers_edges_edgegroups_edgegroup_id(edge_group_id, opts)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->get_providers_edges_edgegroups_edgegroup_id: #{e}"
end
~~~
@@ -1991,10 +2002,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_group_id** | **String**| Edge group ID |
+ **expand** | [**Array<String>**](String.html)| Fields to expand in the response | [optional]
{: class="table table-striped"}
### Return type
@@ -3099,10 +3111,11 @@
sort_order: "ASC", # String | Sort order
site_id: "site_id_example", # String | Filter by site.id
web_rtc_user_id: "web_rtc_user_id_example", # String | Filter by webRtcUser.id
phone_base_settings_id: "phone_base_settings_id_example", # String | Filter by phoneBaseSettings.id
lines_logged_in_user_id: "lines_logged_in_user_id_example", # String | Filter by lines.loggedInUser.id
+ lines_default_for_user_id: "lines_default_for_user_id_example", # String | Filter by lines.defaultForUser.id
phone_hardware_id: "phone_hardware_id_example", # String | Filter by phone_hardwareId
lines_id: "lines_id_example", # String | Filter by lines.id
lines_name: "lines_name_example", # String | Filter by lines.name
expand: ["expand_example"], # Array<String> | Fields to expand in the response, comma-separated
fields: ["fields_example"] # Array<String> | Fields and properties to get, comma-separated
@@ -3127,9 +3140,10 @@
**sort_order** | **String**| Sort order | [optional] [default to ASC]
**site_id** | **String**| Filter by site.id | [optional]
**web_rtc_user_id** | **String**| Filter by webRtcUser.id | [optional]
**phone_base_settings_id** | **String**| Filter by phoneBaseSettings.id | [optional]
**lines_logged_in_user_id** | **String**| Filter by lines.loggedInUser.id | [optional]
+ **lines_default_for_user_id** | **String**| Filter by lines.defaultForUser.id | [optional]
**phone_hardware_id** | **String**| Filter by phone_hardwareId | [optional]
**lines_id** | **String**| Filter by lines.id | [optional]
**lines_name** | **String**| Filter by lines.name | [optional]
**expand** | [**Array<String>**](String.html)| Fields to expand in the response, comma-separated | [optional]
**fields** | [**Array<String>**](String.html)| Fields and properties to get, comma-separated | [optional]