doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.44.1 vs doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.45.1
- old
+ new
@@ -4353,11 +4353,11 @@
<a name="post_providers_edges"></a>
-## -[**Edge**](Edge.html) post_providers_edges(opts)
+## -[**Edge**](Edge.html) post_providers_edges(body)
Create a edge.
@@ -4376,28 +4376,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::Edge.new # Edge | Edge
-}
+body = PureCloud::Edge.new # Edge | Edge
+
begin
#Create a edge.
- result = api_instance.post_providers_edges(opts)
+ result = api_instance.post_providers_edges(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Edge**](Edge.html)| Edge | [optional]
+ **body** | [**Edge**](Edge.html)| Edge |
{: class="table table-striped"}
### Return type
@@ -4467,11 +4466,11 @@
<a name="post_providers_edges_certificateauthorities"></a>
-## -[**DomainCertificateAuthority**](DomainCertificateAuthority.html) post_providers_edges_certificateauthorities(opts)
+## -[**DomainCertificateAuthority**](DomainCertificateAuthority.html) post_providers_edges_certificateauthorities(body)
Create a certificate authority.
@@ -4490,28 +4489,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::DomainCertificateAuthority.new # DomainCertificateAuthority | CertificateAuthority
-}
+body = PureCloud::DomainCertificateAuthority.new # DomainCertificateAuthority | CertificateAuthority
+
begin
#Create a certificate authority.
- result = api_instance.post_providers_edges_certificateauthorities(opts)
+ result = api_instance.post_providers_edges_certificateauthorities(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_certificateauthorities: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**DomainCertificateAuthority**](DomainCertificateAuthority.html)| CertificateAuthority | [optional]
+ **body** | [**DomainCertificateAuthority**](DomainCertificateAuthority.html)| CertificateAuthority |
{: class="table table-striped"}
### Return type
@@ -4524,11 +4522,11 @@
<a name="post_providers_edges_didpools"></a>
-## -[**DIDPool**](DIDPool.html) post_providers_edges_didpools(opts)
+## -[**DIDPool**](DIDPool.html) post_providers_edges_didpools(body)
Create a new DID pool
@@ -4547,28 +4545,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::DIDPool.new # DIDPool |
-}
+body = PureCloud::DIDPool.new # DIDPool | DID pool
+
begin
#Create a new DID pool
- result = api_instance.post_providers_edges_didpools(opts)
+ result = api_instance.post_providers_edges_didpools(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_didpools: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**DIDPool**](DIDPool.html)| | [optional]
+ **body** | [**DIDPool**](DIDPool.html)| DID pool |
{: class="table table-striped"}
### Return type
@@ -4581,11 +4578,11 @@
<a name="post_providers_edges_edge_id_logicalinterfaces"></a>
-## -[**DomainLogicalInterface**](DomainLogicalInterface.html) post_providers_edges_edge_id_logicalinterfaces(edge_id, opts)
+## -[**DomainLogicalInterface**](DomainLogicalInterface.html) post_providers_edges_edge_id_logicalinterfaces(edge_id, body)
Create an edge logical interface.
Create
@@ -4606,17 +4603,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_id = "edge_id_example" # String | Edge ID
-opts = {
- body: PureCloud::DomainLogicalInterface.new # DomainLogicalInterface |
-}
+body = PureCloud::DomainLogicalInterface.new # DomainLogicalInterface | Logical interface
+
begin
#Create an edge logical interface.
- result = api_instance.post_providers_edges_edge_id_logicalinterfaces(edge_id, opts)
+ result = api_instance.post_providers_edges_edge_id_logicalinterfaces(edge_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_edge_id_logicalinterfaces: #{e}"
end
~~~
@@ -4624,11 +4620,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
- **body** | [**DomainLogicalInterface**](DomainLogicalInterface.html)| | [optional]
+ **body** | [**DomainLogicalInterface**](DomainLogicalInterface.html)| Logical interface |
{: class="table table-striped"}
### Return type
@@ -4641,11 +4637,11 @@
<a name="post_providers_edges_edge_id_logs_jobs"></a>
-## -[**EdgeLogsJobResponse**](EdgeLogsJobResponse.html) post_providers_edges_edge_id_logs_jobs(edge_id, opts)
+## -[**EdgeLogsJobResponse**](EdgeLogsJobResponse.html) post_providers_edges_edge_id_logs_jobs(edge_id, body)
Create a job to upload a list of Edge logs.
@@ -4666,17 +4662,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_id = "edge_id_example" # String | Edge ID
-opts = {
- body: PureCloud::EdgeLogsJobRequest.new # EdgeLogsJobRequest | EdgeLogsJobRequest
-}
+body = PureCloud::EdgeLogsJobRequest.new # EdgeLogsJobRequest | EdgeLogsJobRequest
+
begin
#Create a job to upload a list of Edge logs.
- result = api_instance.post_providers_edges_edge_id_logs_jobs(edge_id, opts)
+ result = api_instance.post_providers_edges_edge_id_logs_jobs(edge_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_edge_id_logs_jobs: #{e}"
end
~~~
@@ -4684,11 +4679,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
- **body** | [**EdgeLogsJobRequest**](EdgeLogsJobRequest.html)| EdgeLogsJobRequest | [optional]
+ **body** | [**EdgeLogsJobRequest**](EdgeLogsJobRequest.html)| EdgeLogsJobRequest |
{: class="table table-striped"}
### Return type
@@ -4701,11 +4696,11 @@
<a name="post_providers_edges_edge_id_logs_jobs_job_id_upload"></a>
-## - post_providers_edges_edge_id_logs_jobs_job_id_upload(edge_id, job_id, opts)
+## - post_providers_edges_edge_id_logs_jobs_job_id_upload(edge_id, job_id, body)
Request that the specified fileIds be uploaded from the Edge.
@@ -4728,17 +4723,16 @@
edge_id = "edge_id_example" # String | Edge ID
job_id = "job_id_example" # String | Job ID
-opts = {
- body: PureCloud::EdgeLogsJobUploadRequest.new # EdgeLogsJobUploadRequest |
-}
+body = PureCloud::EdgeLogsJobUploadRequest.new # EdgeLogsJobUploadRequest | Log upload request
+
begin
#Request that the specified fileIds be uploaded from the Edge.
- api_instance.post_providers_edges_edge_id_logs_jobs_job_id_upload(edge_id, job_id, opts)
+ api_instance.post_providers_edges_edge_id_logs_jobs_job_id_upload(edge_id, job_id, body)
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_edge_id_logs_jobs_job_id_upload: #{e}"
end
~~~
@@ -4746,11 +4740,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
**job_id** | **String**| Job ID |
- **body** | [**EdgeLogsJobUploadRequest**](EdgeLogsJobUploadRequest.html)| | [optional]
+ **body** | [**EdgeLogsJobUploadRequest**](EdgeLogsJobUploadRequest.html)| Log upload request |
{: class="table table-striped"}
### Return type
@@ -4819,11 +4813,11 @@
<a name="post_providers_edges_edge_id_softwareupdate"></a>
-## -[**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) post_providers_edges_edge_id_softwareupdate(edge_id, opts)
+## -[**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) post_providers_edges_edge_id_softwareupdate(edge_id, body)
Starts a software update for this edge.
@@ -4844,17 +4838,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_id = "edge_id_example" # String | Edge ID
-opts = {
- body: PureCloud::DomainEdgeSoftwareUpdateDto.new # DomainEdgeSoftwareUpdateDto |
-}
+body = PureCloud::DomainEdgeSoftwareUpdateDto.new # DomainEdgeSoftwareUpdateDto | Software update request
+
begin
#Starts a software update for this edge.
- result = api_instance.post_providers_edges_edge_id_softwareupdate(edge_id, opts)
+ result = api_instance.post_providers_edges_edge_id_softwareupdate(edge_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_edge_id_softwareupdate: #{e}"
end
~~~
@@ -4862,11 +4855,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
- **body** | [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html)| | [optional]
+ **body** | [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html)| Software update request |
{: class="table table-striped"}
### Return type
@@ -4935,11 +4928,11 @@
<a name="post_providers_edges_edgegroups"></a>
-## -[**EdgeGroup**](EdgeGroup.html) post_providers_edges_edgegroups(opts)
+## -[**EdgeGroup**](EdgeGroup.html) post_providers_edges_edgegroups(body)
Create an edge group.
@@ -4958,28 +4951,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::EdgeGroup.new # EdgeGroup | EdgeGroup
-}
+body = PureCloud::EdgeGroup.new # EdgeGroup | EdgeGroup
+
begin
#Create an edge group.
- result = api_instance.post_providers_edges_edgegroups(opts)
+ result = api_instance.post_providers_edges_edgegroups(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_edgegroups: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**EdgeGroup**](EdgeGroup.html)| EdgeGroup | [optional]
+ **body** | [**EdgeGroup**](EdgeGroup.html)| EdgeGroup |
{: class="table table-striped"}
### Return type
@@ -4992,11 +4984,11 @@
<a name="post_providers_edges_endpoints"></a>
-## -[**Endpoint**](Endpoint.html) post_providers_edges_endpoints(opts)
+## -[**Endpoint**](Endpoint.html) post_providers_edges_endpoints(body)
Create endpoint
@@ -5015,28 +5007,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::Endpoint.new # Endpoint | EndpointTemplate
-}
+body = PureCloud::Endpoint.new # Endpoint | EndpointTemplate
+
begin
#Create endpoint
- result = api_instance.post_providers_edges_endpoints(opts)
+ result = api_instance.post_providers_edges_endpoints(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_endpoints: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Endpoint**](Endpoint.html)| EndpointTemplate | [optional]
+ **body** | [**Endpoint**](Endpoint.html)| EndpointTemplate |
{: class="table table-striped"}
### Return type
@@ -5049,11 +5040,11 @@
<a name="post_providers_edges_extensionpools"></a>
-## -[**Extension**](Extension.html) post_providers_edges_extensionpools(opts)
+## -[**Extension**](Extension.html) post_providers_edges_extensionpools(body)
Create a new extension pool
@@ -5072,28 +5063,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::ExtensionPool.new # ExtensionPool | ExtensionPool
-}
+body = PureCloud::ExtensionPool.new # ExtensionPool | ExtensionPool
+
begin
#Create a new extension pool
- result = api_instance.post_providers_edges_extensionpools(opts)
+ result = api_instance.post_providers_edges_extensionpools(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_extensionpools: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**ExtensionPool**](ExtensionPool.html)| ExtensionPool | [optional]
+ **body** | [**ExtensionPool**](ExtensionPool.html)| ExtensionPool |
{: class="table table-striped"}
### Return type
@@ -5106,11 +5096,11 @@
<a name="post_providers_edges_outboundroutes"></a>
-## -[**OutboundRoute**](OutboundRoute.html) post_providers_edges_outboundroutes(opts)
+## -[**OutboundRoute**](OutboundRoute.html) post_providers_edges_outboundroutes(body)
Create outbound rule
@@ -5129,28 +5119,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::OutboundRoute.new # OutboundRoute | OutboundRoute
-}
+body = PureCloud::OutboundRoute.new # OutboundRoute | OutboundRoute
+
begin
#Create outbound rule
- result = api_instance.post_providers_edges_outboundroutes(opts)
+ result = api_instance.post_providers_edges_outboundroutes(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_outboundroutes: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**OutboundRoute**](OutboundRoute.html)| OutboundRoute | [optional]
+ **body** | [**OutboundRoute**](OutboundRoute.html)| OutboundRoute |
{: class="table table-striped"}
### Return type
@@ -5163,11 +5152,11 @@
<a name="post_providers_edges_phonebasesettings"></a>
-## -[**PhoneBase**](PhoneBase.html) post_providers_edges_phonebasesettings(opts)
+## -[**PhoneBase**](PhoneBase.html) post_providers_edges_phonebasesettings(body)
Create a new Phone Base Settings object
@@ -5186,28 +5175,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::PhoneBase.new # PhoneBase |
-}
+body = PureCloud::PhoneBase.new # PhoneBase | Phone base settings
+
begin
#Create a new Phone Base Settings object
- result = api_instance.post_providers_edges_phonebasesettings(opts)
+ result = api_instance.post_providers_edges_phonebasesettings(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_phonebasesettings: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**PhoneBase**](PhoneBase.html)| | [optional]
+ **body** | [**PhoneBase**](PhoneBase.html)| Phone base settings |
{: class="table table-striped"}
### Return type
@@ -5220,11 +5208,11 @@
<a name="post_providers_edges_phones"></a>
-## -[**Phone**](Phone.html) post_providers_edges_phones(opts)
+## -[**Phone**](Phone.html) post_providers_edges_phones(body)
Create a new Phone
@@ -5243,28 +5231,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::Phone.new # Phone |
-}
+body = PureCloud::Phone.new # Phone | Phone
+
begin
#Create a new Phone
- result = api_instance.post_providers_edges_phones(opts)
+ result = api_instance.post_providers_edges_phones(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_phones: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Phone**](Phone.html)| | [optional]
+ **body** | [**Phone**](Phone.html)| Phone |
{: class="table table-striped"}
### Return type
@@ -5332,11 +5319,11 @@
<a name="post_providers_edges_phones_reboot"></a>
-## - post_providers_edges_phones_reboot(opts)
+## - post_providers_edges_phones_reboot(body)
Reboot Multiple Phones
@@ -5355,27 +5342,26 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::PhonesReboot.new # PhonesReboot | body
-}
+body = PureCloud::PhonesReboot.new # PhonesReboot | Phones
+
begin
#Reboot Multiple Phones
- api_instance.post_providers_edges_phones_reboot(opts)
+ api_instance.post_providers_edges_phones_reboot(body)
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_phones_reboot: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**PhonesReboot**](PhonesReboot.html)| body | [optional]
+ **body** | [**PhonesReboot**](PhonesReboot.html)| Phones |
{: class="table table-striped"}
### Return type
@@ -5388,11 +5374,11 @@
<a name="post_providers_edges_sites"></a>
-## -[**Site**](Site.html) post_providers_edges_sites(opts)
+## -[**Site**](Site.html) post_providers_edges_sites(body)
Create a Site.
@@ -5411,28 +5397,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::Site.new # Site | Site
-}
+body = PureCloud::Site.new # Site | Site
+
begin
#Create a Site.
- result = api_instance.post_providers_edges_sites(opts)
+ result = api_instance.post_providers_edges_sites(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_sites: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Site**](Site.html)| Site | [optional]
+ **body** | [**Site**](Site.html)| Site |
{: class="table table-striped"}
### Return type
@@ -5500,11 +5485,11 @@
<a name="post_providers_edges_trunkbasesettings"></a>
-## -[**TrunkBase**](TrunkBase.html) post_providers_edges_trunkbasesettings(opts)
+## -[**TrunkBase**](TrunkBase.html) post_providers_edges_trunkbasesettings(body)
Create a Trunk Base Settings object
@@ -5523,28 +5508,27 @@
config.access_token = @authToken
end
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
-opts = {
- body: PureCloud::TrunkBase.new # TrunkBase |
-}
+body = PureCloud::TrunkBase.new # TrunkBase | Trunk base settings
+
begin
#Create a Trunk Base Settings object
- result = api_instance.post_providers_edges_trunkbasesettings(opts)
+ result = api_instance.post_providers_edges_trunkbasesettings(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->post_providers_edges_trunkbasesettings: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**TrunkBase**](TrunkBase.html)| | [optional]
+ **body** | [**TrunkBase**](TrunkBase.html)| Trunk base settings |
{: class="table table-striped"}
### Return type
@@ -5557,11 +5541,11 @@
<a name="put_providers_edges_certificateauthorities_certificate_id"></a>
-## -[**DomainCertificateAuthority**](DomainCertificateAuthority.html) put_providers_edges_certificateauthorities_certificate_id(certificate_id, opts)
+## -[**DomainCertificateAuthority**](DomainCertificateAuthority.html) put_providers_edges_certificateauthorities_certificate_id(certificate_id, body)
Update a certificate authority.
@@ -5582,17 +5566,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
certificate_id = "certificate_id_example" # String | Certificate ID
-opts = {
- body: PureCloud::DomainCertificateAuthority.new # DomainCertificateAuthority |
-}
+body = PureCloud::DomainCertificateAuthority.new # DomainCertificateAuthority | Certificate authority
+
begin
#Update a certificate authority.
- result = api_instance.put_providers_edges_certificateauthorities_certificate_id(certificate_id, opts)
+ result = api_instance.put_providers_edges_certificateauthorities_certificate_id(certificate_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_certificateauthorities_certificate_id: #{e}"
end
~~~
@@ -5600,11 +5583,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**certificate_id** | **String**| Certificate ID |
- **body** | [**DomainCertificateAuthority**](DomainCertificateAuthority.html)| | [optional]
+ **body** | [**DomainCertificateAuthority**](DomainCertificateAuthority.html)| Certificate authority |
{: class="table table-striped"}
### Return type
@@ -5617,11 +5600,11 @@
<a name="put_providers_edges_didpools_didpool_id"></a>
-## -[**DIDPool**](DIDPool.html) put_providers_edges_didpools_didpool_id(did_pool_id, opts)
+## -[**DIDPool**](DIDPool.html) put_providers_edges_didpools_didpool_id(did_pool_id, body)
Update a DID Pool by ID.
@@ -5642,17 +5625,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
did_pool_id = "did_pool_id_example" # String | DID pool ID
-opts = {
- body: PureCloud::DIDPool.new # DIDPool |
-}
+body = PureCloud::DIDPool.new # DIDPool | DID pool
+
begin
#Update a DID Pool by ID.
- result = api_instance.put_providers_edges_didpools_didpool_id(did_pool_id, opts)
+ result = api_instance.put_providers_edges_didpools_didpool_id(did_pool_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_didpools_didpool_id: #{e}"
end
~~~
@@ -5660,11 +5642,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**did_pool_id** | **String**| DID pool ID |
- **body** | [**DIDPool**](DIDPool.html)| | [optional]
+ **body** | [**DIDPool**](DIDPool.html)| DID pool |
{: class="table table-striped"}
### Return type
@@ -5677,11 +5659,11 @@
<a name="put_providers_edges_dids_did_id"></a>
-## -[**DID**](DID.html) put_providers_edges_dids_did_id(did_id, opts)
+## -[**DID**](DID.html) put_providers_edges_dids_did_id(did_id, body)
Update a DID by ID.
@@ -5702,17 +5684,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
did_id = "did_id_example" # String | DID ID
-opts = {
- body: PureCloud::DID.new # DID |
-}
+body = PureCloud::DID.new # DID | DID
+
begin
#Update a DID by ID.
- result = api_instance.put_providers_edges_dids_did_id(did_id, opts)
+ result = api_instance.put_providers_edges_dids_did_id(did_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_dids_did_id: #{e}"
end
~~~
@@ -5720,11 +5701,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**did_id** | **String**| DID ID |
- **body** | [**DID**](DID.html)| | [optional]
+ **body** | [**DID**](DID.html)| DID |
{: class="table table-striped"}
### Return type
@@ -5737,11 +5718,11 @@
<a name="put_providers_edges_edge_id"></a>
-## -[**Edge**](Edge.html) put_providers_edges_edge_id(edge_id, opts)
+## -[**Edge**](Edge.html) put_providers_edges_edge_id(edge_id, body)
Update a edge.
@@ -5762,17 +5743,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_id = "edge_id_example" # String | Edge ID
-opts = {
- body: PureCloud::Edge.new # Edge | Edge
-}
+body = PureCloud::Edge.new # Edge | Edge
+
begin
#Update a edge.
- result = api_instance.put_providers_edges_edge_id(edge_id, opts)
+ result = api_instance.put_providers_edges_edge_id(edge_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_edge_id: #{e}"
end
~~~
@@ -5780,11 +5760,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
- **body** | [**Edge**](Edge.html)| Edge | [optional]
+ **body** | [**Edge**](Edge.html)| Edge |
{: class="table table-striped"}
### Return type
@@ -5797,11 +5777,11 @@
<a name="put_providers_edges_edge_id_lines_line_id"></a>
-## -[**EdgeLine**](EdgeLine.html) put_providers_edges_edge_id_lines_line_id(edge_id, line_id, opts)
+## -[**EdgeLine**](EdgeLine.html) put_providers_edges_edge_id_lines_line_id(edge_id, line_id, body)
Update a line.
@@ -5824,17 +5804,16 @@
edge_id = "edge_id_example" # String | Edge ID
line_id = "line_id_example" # String | Line ID
-opts = {
- body: PureCloud::EdgeLine.new # EdgeLine | Line
-}
+body = PureCloud::EdgeLine.new # EdgeLine | Line
+
begin
#Update a line.
- result = api_instance.put_providers_edges_edge_id_lines_line_id(edge_id, line_id, opts)
+ result = api_instance.put_providers_edges_edge_id_lines_line_id(edge_id, line_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_edge_id_lines_line_id: #{e}"
end
~~~
@@ -5843,11 +5822,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
**line_id** | **String**| Line ID |
- **body** | [**EdgeLine**](EdgeLine.html)| Line | [optional]
+ **body** | [**EdgeLine**](EdgeLine.html)| Line |
{: class="table table-striped"}
### Return type
@@ -5860,11 +5839,11 @@
<a name="put_providers_edges_edge_id_logicalinterfaces_interface_id"></a>
-## -[**DomainLogicalInterface**](DomainLogicalInterface.html) put_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, opts)
+## -[**DomainLogicalInterface**](DomainLogicalInterface.html) put_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, body)
Update an edge logical interface.
@@ -5887,17 +5866,16 @@
edge_id = "edge_id_example" # String | Edge ID
interface_id = "interface_id_example" # String | Interface ID
-opts = {
- body: PureCloud::DomainLogicalInterface.new # DomainLogicalInterface |
-}
+body = PureCloud::DomainLogicalInterface.new # DomainLogicalInterface | Logical interface
+
begin
#Update an edge logical interface.
- result = api_instance.put_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, opts)
+ result = api_instance.put_providers_edges_edge_id_logicalinterfaces_interface_id(edge_id, interface_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_edge_id_logicalinterfaces_interface_id: #{e}"
end
~~~
@@ -5906,11 +5884,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_id** | **String**| Edge ID |
**interface_id** | **String**| Interface ID |
- **body** | [**DomainLogicalInterface**](DomainLogicalInterface.html)| | [optional]
+ **body** | [**DomainLogicalInterface**](DomainLogicalInterface.html)| Logical interface |
{: class="table table-striped"}
### Return type
@@ -5923,11 +5901,11 @@
<a name="put_providers_edges_edgegroups_edgegroup_id"></a>
-## -[**EdgeGroup**](EdgeGroup.html) put_providers_edges_edgegroups_edgegroup_id(edge_group_id, opts)
+## -[**EdgeGroup**](EdgeGroup.html) put_providers_edges_edgegroups_edgegroup_id(edge_group_id, body)
Update an edge group.
@@ -5948,17 +5926,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
edge_group_id = "edge_group_id_example" # String | Edge group ID
-opts = {
- body: PureCloud::EdgeGroup.new # EdgeGroup | EdgeGroup
-}
+body = PureCloud::EdgeGroup.new # EdgeGroup | EdgeGroup
+
begin
#Update an edge group.
- result = api_instance.put_providers_edges_edgegroups_edgegroup_id(edge_group_id, opts)
+ result = api_instance.put_providers_edges_edgegroups_edgegroup_id(edge_group_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_edgegroups_edgegroup_id: #{e}"
end
~~~
@@ -5966,11 +5943,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**edge_group_id** | **String**| Edge group ID |
- **body** | [**EdgeGroup**](EdgeGroup.html)| EdgeGroup | [optional]
+ **body** | [**EdgeGroup**](EdgeGroup.html)| EdgeGroup |
{: class="table table-striped"}
### Return type
@@ -5983,11 +5960,11 @@
<a name="put_providers_edges_endpoints_endpoint_id"></a>
-## -[**Endpoint**](Endpoint.html) put_providers_edges_endpoints_endpoint_id(endpoint_id, opts)
+## -[**Endpoint**](Endpoint.html) put_providers_edges_endpoints_endpoint_id(endpoint_id, body)
Update endpoint
@@ -6008,17 +5985,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
endpoint_id = "endpoint_id_example" # String | Endpoint ID
-opts = {
- body: PureCloud::Endpoint.new # Endpoint | EndpointTemplate
-}
+body = PureCloud::Endpoint.new # Endpoint | EndpointTemplate
+
begin
#Update endpoint
- result = api_instance.put_providers_edges_endpoints_endpoint_id(endpoint_id, opts)
+ result = api_instance.put_providers_edges_endpoints_endpoint_id(endpoint_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_endpoints_endpoint_id: #{e}"
end
~~~
@@ -6026,11 +6002,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**endpoint_id** | **String**| Endpoint ID |
- **body** | [**Endpoint**](Endpoint.html)| EndpointTemplate | [optional]
+ **body** | [**Endpoint**](Endpoint.html)| EndpointTemplate |
{: class="table table-striped"}
### Return type
@@ -6043,11 +6019,11 @@
<a name="put_providers_edges_extensionpools_extensionpool_id"></a>
-## -[**ExtensionPool**](ExtensionPool.html) put_providers_edges_extensionpools_extensionpool_id(extension_pool_id, opts)
+## -[**ExtensionPool**](ExtensionPool.html) put_providers_edges_extensionpools_extensionpool_id(extension_pool_id, body)
Update an extension pool by ID
@@ -6068,17 +6044,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
extension_pool_id = "extension_pool_id_example" # String | Extension pool ID
-opts = {
- body: PureCloud::ExtensionPool.new # ExtensionPool | ExtensionPool
-}
+body = PureCloud::ExtensionPool.new # ExtensionPool | ExtensionPool
+
begin
#Update an extension pool by ID
- result = api_instance.put_providers_edges_extensionpools_extensionpool_id(extension_pool_id, opts)
+ result = api_instance.put_providers_edges_extensionpools_extensionpool_id(extension_pool_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_extensionpools_extensionpool_id: #{e}"
end
~~~
@@ -6086,11 +6061,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**extension_pool_id** | **String**| Extension pool ID |
- **body** | [**ExtensionPool**](ExtensionPool.html)| ExtensionPool | [optional]
+ **body** | [**ExtensionPool**](ExtensionPool.html)| ExtensionPool |
{: class="table table-striped"}
### Return type
@@ -6103,11 +6078,11 @@
<a name="put_providers_edges_extensions_extension_id"></a>
-## -[**Extension**](Extension.html) put_providers_edges_extensions_extension_id(extension_id, opts)
+## -[**Extension**](Extension.html) put_providers_edges_extensions_extension_id(extension_id, body)
Update an extension by ID.
@@ -6128,17 +6103,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
extension_id = "extension_id_example" # String | Extension ID
-opts = {
- body: PureCloud::Extension.new # Extension |
-}
+body = PureCloud::Extension.new # Extension | Extension
+
begin
#Update an extension by ID.
- result = api_instance.put_providers_edges_extensions_extension_id(extension_id, opts)
+ result = api_instance.put_providers_edges_extensions_extension_id(extension_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_extensions_extension_id: #{e}"
end
~~~
@@ -6146,11 +6120,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**extension_id** | **String**| Extension ID |
- **body** | [**Extension**](Extension.html)| | [optional]
+ **body** | [**Extension**](Extension.html)| Extension |
{: class="table table-striped"}
### Return type
@@ -6163,11 +6137,11 @@
<a name="put_providers_edges_outboundroutes_outboundroute_id"></a>
-## -[**OutboundRoute**](OutboundRoute.html) put_providers_edges_outboundroutes_outboundroute_id(outbound_route_id, opts)
+## -[**OutboundRoute**](OutboundRoute.html) put_providers_edges_outboundroutes_outboundroute_id(outbound_route_id, body)
Update outbound route
@@ -6188,17 +6162,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
outbound_route_id = "outbound_route_id_example" # String | Outbound route ID
-opts = {
- body: PureCloud::OutboundRoute.new # OutboundRoute | OutboundRoute
-}
+body = PureCloud::OutboundRoute.new # OutboundRoute | OutboundRoute
+
begin
#Update outbound route
- result = api_instance.put_providers_edges_outboundroutes_outboundroute_id(outbound_route_id, opts)
+ result = api_instance.put_providers_edges_outboundroutes_outboundroute_id(outbound_route_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_outboundroutes_outboundroute_id: #{e}"
end
~~~
@@ -6206,11 +6179,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**outbound_route_id** | **String**| Outbound route ID |
- **body** | [**OutboundRoute**](OutboundRoute.html)| OutboundRoute | [optional]
+ **body** | [**OutboundRoute**](OutboundRoute.html)| OutboundRoute |
{: class="table table-striped"}
### Return type
@@ -6223,11 +6196,11 @@
<a name="put_providers_edges_phonebasesettings_phonebase_id"></a>
-## -[**PhoneBase**](PhoneBase.html) put_providers_edges_phonebasesettings_phonebase_id(phone_base_id, opts)
+## -[**PhoneBase**](PhoneBase.html) put_providers_edges_phonebasesettings_phonebase_id(phone_base_id, body)
Update a Phone Base Settings by ID
@@ -6248,17 +6221,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
phone_base_id = "phone_base_id_example" # String | Phone base ID
-opts = {
- body: PureCloud::PhoneBase.new # PhoneBase |
-}
+body = PureCloud::PhoneBase.new # PhoneBase | Phone base settings
+
begin
#Update a Phone Base Settings by ID
- result = api_instance.put_providers_edges_phonebasesettings_phonebase_id(phone_base_id, opts)
+ result = api_instance.put_providers_edges_phonebasesettings_phonebase_id(phone_base_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_phonebasesettings_phonebase_id: #{e}"
end
~~~
@@ -6266,11 +6238,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**phone_base_id** | **String**| Phone base ID |
- **body** | [**PhoneBase**](PhoneBase.html)| | [optional]
+ **body** | [**PhoneBase**](PhoneBase.html)| Phone base settings |
{: class="table table-striped"}
### Return type
@@ -6283,11 +6255,11 @@
<a name="put_providers_edges_phones_phone_id"></a>
-## -[**Phone**](Phone.html) put_providers_edges_phones_phone_id(phone_id, opts)
+## -[**Phone**](Phone.html) put_providers_edges_phones_phone_id(phone_id, body)
Update a Phone by ID
@@ -6308,17 +6280,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
phone_id = "phone_id_example" # String | Phone ID
-opts = {
- body: PureCloud::Phone.new # Phone |
-}
+body = PureCloud::Phone.new # Phone | Phone
+
begin
#Update a Phone by ID
- result = api_instance.put_providers_edges_phones_phone_id(phone_id, opts)
+ result = api_instance.put_providers_edges_phones_phone_id(phone_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_phones_phone_id: #{e}"
end
~~~
@@ -6326,11 +6297,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**phone_id** | **String**| Phone ID |
- **body** | [**Phone**](Phone.html)| | [optional]
+ **body** | [**Phone**](Phone.html)| Phone |
{: class="table table-striped"}
### Return type
@@ -6343,11 +6314,11 @@
<a name="put_providers_edges_sites_site_id"></a>
-## -[**Site**](Site.html) put_providers_edges_sites_site_id(site_id, opts)
+## -[**Site**](Site.html) put_providers_edges_sites_site_id(site_id, body)
Update a Site by ID.
@@ -6368,17 +6339,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
site_id = "site_id_example" # String | Site ID
-opts = {
- body: PureCloud::Site.new # Site | Site
-}
+body = PureCloud::Site.new # Site | Site
+
begin
#Update a Site by ID.
- result = api_instance.put_providers_edges_sites_site_id(site_id, opts)
+ result = api_instance.put_providers_edges_sites_site_id(site_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_sites_site_id: #{e}"
end
~~~
@@ -6386,11 +6356,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**site_id** | **String**| Site ID |
- **body** | [**Site**](Site.html)| Site | [optional]
+ **body** | [**Site**](Site.html)| Site |
{: class="table table-striped"}
### Return type
@@ -6403,11 +6373,11 @@
<a name="put_providers_edges_sites_site_id_numberplans"></a>
-## -[**Array<NumberPlan>**](NumberPlan.html) put_providers_edges_sites_site_id_numberplans(site_id, opts)
+## -[**Array<NumberPlan>**](NumberPlan.html) put_providers_edges_sites_site_id_numberplans(site_id, body)
Update the list of Number Plans.
@@ -6428,17 +6398,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
site_id = "site_id_example" # String | Site ID
-opts = {
- body: [PureCloud::NumberPlan.new] # Array<NumberPlan> |
-}
+body = [PureCloud::NumberPlan.new] # Array<NumberPlan> | List of number plans
+
begin
#Update the list of Number Plans.
- result = api_instance.put_providers_edges_sites_site_id_numberplans(site_id, opts)
+ result = api_instance.put_providers_edges_sites_site_id_numberplans(site_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_sites_site_id_numberplans: #{e}"
end
~~~
@@ -6446,11 +6415,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**site_id** | **String**| Site ID |
- **body** | [**Array<NumberPlan>**](NumberPlan.html)| | [optional]
+ **body** | [**Array<NumberPlan>**](NumberPlan.html)| List of number plans |
{: class="table table-striped"}
### Return type
@@ -6463,11 +6432,11 @@
<a name="put_providers_edges_trunkbasesettings_trunkbasesettings_id"></a>
-## -[**TrunkBase**](TrunkBase.html) put_providers_edges_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, opts)
+## -[**TrunkBase**](TrunkBase.html) put_providers_edges_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, body)
Update a Trunk Base Settings object by ID
@@ -6488,17 +6457,16 @@
api_instance = PureCloud::TelephonyProvidersEdgeApi.new
trunk_base_settings_id = "trunk_base_settings_id_example" # String | Trunk Base ID
-opts = {
- body: PureCloud::TrunkBase.new # TrunkBase |
-}
+body = PureCloud::TrunkBase.new # TrunkBase | Trunk base settings
+
begin
#Update a Trunk Base Settings object by ID
- result = api_instance.put_providers_edges_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, opts)
+ result = api_instance.put_providers_edges_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling TelephonyProvidersEdgeApi->put_providers_edges_trunkbasesettings_trunkbasesettings_id: #{e}"
end
~~~
@@ -6506,10 +6474,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**trunk_base_settings_id** | **String**| Trunk Base ID |
- **body** | [**TrunkBase**](TrunkBase.html)| | [optional]
+ **body** | [**TrunkBase**](TrunkBase.html)| Trunk base settings |
{: class="table table-striped"}
### Return type