purecloudplatformclientv2 49.0.0 → 49.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -8
- data/docs/AlertingApi.md +33 -33
- data/docs/AnalyticsApi.md +81 -81
- data/docs/ArchitectApi.md +243 -243
- data/docs/AuthorizationApi.md +102 -102
- data/docs/BillingApi.md +6 -6
- data/docs/ContentManagementApi.md +114 -114
- data/docs/ConversationsApi.md +300 -300
- data/docs/DialerRulesetConfigChangeCondition.md +1 -0
- data/docs/DialerRulesetConfigChangeDataActionConditionPredicate.md +2 -0
- data/docs/ExternalContactsApi.md +90 -90
- data/docs/FaxApi.md +18 -18
- data/docs/FlowsApi.md +3 -3
- data/docs/GeneralDataProtectionRegulationApi.md +12 -12
- data/docs/GeolocationApi.md +12 -12
- data/docs/GreetingsApi.md +48 -48
- data/docs/GroupsApi.md +42 -42
- data/docs/IdentityProviderApi.md +84 -84
- data/docs/IntegrationsApi.md +123 -123
- data/docs/LanguagesApi.md +30 -30
- data/docs/LicenseApi.md +24 -24
- data/docs/LocationsApi.md +21 -21
- data/docs/MessagingApi.md +42 -42
- data/docs/MobileDevicesApi.md +15 -15
- data/docs/NotificationsApi.md +21 -21
- data/docs/OAuthApi.md +18 -18
- data/docs/ObjectsApi.md +24 -24
- data/docs/OrganizationApi.md +18 -18
- data/docs/OrganizationAuthorizationApi.md +69 -69
- data/docs/OutboundApi.md +288 -288
- data/docs/PresenceApi.md +27 -27
- data/docs/QualityApi.md +174 -174
- data/docs/QueueUserEventTopicQueueMember.md +4 -3
- data/docs/RecordingApi.md +111 -111
- data/docs/ResponseManagementApi.md +33 -33
- data/docs/RoutingApi.md +189 -189
- data/docs/ScriptsApi.md +33 -33
- data/docs/SearchApi.md +48 -48
- data/docs/StationsApi.md +15 -15
- data/docs/SuggestApi.md +12 -12
- data/docs/TelephonyProvidersEdgeApi.md +375 -375
- data/docs/TokensApi.md +6 -6
- data/docs/UserRecordingsApi.md +18 -18
- data/docs/UsersApi.md +183 -183
- data/docs/UtilitiesApi.md +12 -12
- data/docs/VoicemailApi.md +72 -72
- data/docs/WebChatApi.md +24 -24
- data/docs/WorkforceManagementApi.md +192 -192
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_condition.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_data_action_condition_predicate.rb +51 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_user_event_topic_queue_member.rb +50 -25
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +2 -2
data/docs/StationsApi.md
CHANGED
@@ -17,7 +17,7 @@ Method | Description
|
|
17
17
|
|
18
18
|
<a name="delete_station_associateduser"></a>
|
19
19
|
|
20
|
-
##
|
20
|
+
## delete_station_associateduser(station_id)
|
21
21
|
|
22
22
|
|
23
23
|
|
@@ -32,7 +32,7 @@ Requires NO permissions:
|
|
32
32
|
|
33
33
|
|
34
34
|
### Example
|
35
|
-
|
35
|
+
```{"language":"ruby"}
|
36
36
|
# load the gem
|
37
37
|
require 'purecloudplatformclientv2'
|
38
38
|
# setup authorization
|
@@ -57,7 +57,7 @@ begin
|
|
57
57
|
rescue PureCloud::ApiError => e
|
58
58
|
puts "Exception when calling StationsApi->delete_station_associateduser: #{e}"
|
59
59
|
end
|
60
|
-
|
60
|
+
```
|
61
61
|
|
62
62
|
### Parameters
|
63
63
|
|
@@ -80,7 +80,7 @@ nil (empty response body)
|
|
80
80
|
|
81
81
|
<a name="get_station"></a>
|
82
82
|
|
83
|
-
##
|
83
|
+
## [**Station**](Station.html) get_station(station_id)
|
84
84
|
|
85
85
|
|
86
86
|
|
@@ -95,7 +95,7 @@ Requires NO permissions:
|
|
95
95
|
|
96
96
|
|
97
97
|
### Example
|
98
|
-
|
98
|
+
```{"language":"ruby"}
|
99
99
|
# load the gem
|
100
100
|
require 'purecloudplatformclientv2'
|
101
101
|
# setup authorization
|
@@ -121,7 +121,7 @@ begin
|
|
121
121
|
rescue PureCloud::ApiError => e
|
122
122
|
puts "Exception when calling StationsApi->get_station: #{e}"
|
123
123
|
end
|
124
|
-
|
124
|
+
```
|
125
125
|
|
126
126
|
### Parameters
|
127
127
|
|
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
|
|
144
144
|
|
145
145
|
<a name="get_stations"></a>
|
146
146
|
|
147
|
-
##
|
147
|
+
## [**StationEntityListing**](StationEntityListing.html) get_stations(opts)
|
148
148
|
|
149
149
|
|
150
150
|
|
@@ -159,7 +159,7 @@ Requires NO permissions:
|
|
159
159
|
|
160
160
|
|
161
161
|
### Example
|
162
|
-
|
162
|
+
```{"language":"ruby"}
|
163
163
|
# load the gem
|
164
164
|
require 'purecloudplatformclientv2'
|
165
165
|
# setup authorization
|
@@ -193,7 +193,7 @@ begin
|
|
193
193
|
rescue PureCloud::ApiError => e
|
194
194
|
puts "Exception when calling StationsApi->get_stations: #{e}"
|
195
195
|
end
|
196
|
-
|
196
|
+
```
|
197
197
|
|
198
198
|
### Parameters
|
199
199
|
|
@@ -223,7 +223,7 @@ Name | Type | Description | Notes
|
|
223
223
|
|
224
224
|
<a name="get_stations_settings"></a>
|
225
225
|
|
226
|
-
##
|
226
|
+
## [**StationSettings**](StationSettings.html) get_stations_settings
|
227
227
|
|
228
228
|
|
229
229
|
|
@@ -239,7 +239,7 @@ Requires ANY permissions:
|
|
239
239
|
|
240
240
|
|
241
241
|
### Example
|
242
|
-
|
242
|
+
```{"language":"ruby"}
|
243
243
|
# load the gem
|
244
244
|
require 'purecloudplatformclientv2'
|
245
245
|
# setup authorization
|
@@ -262,7 +262,7 @@ begin
|
|
262
262
|
rescue PureCloud::ApiError => e
|
263
263
|
puts "Exception when calling StationsApi->get_stations_settings: #{e}"
|
264
264
|
end
|
265
|
-
|
265
|
+
```
|
266
266
|
|
267
267
|
### Parameters
|
268
268
|
This endpoint does not need any parameter.
|
@@ -282,7 +282,7 @@ This endpoint does not need any parameter.
|
|
282
282
|
|
283
283
|
<a name="patch_stations_settings"></a>
|
284
284
|
|
285
|
-
##
|
285
|
+
## [**StationSettings**](StationSettings.html) patch_stations_settings(body)
|
286
286
|
|
287
287
|
|
288
288
|
|
@@ -298,7 +298,7 @@ Requires ANY permissions:
|
|
298
298
|
|
299
299
|
|
300
300
|
### Example
|
301
|
-
|
301
|
+
```{"language":"ruby"}
|
302
302
|
# load the gem
|
303
303
|
require 'purecloudplatformclientv2'
|
304
304
|
# setup authorization
|
@@ -324,7 +324,7 @@ begin
|
|
324
324
|
rescue PureCloud::ApiError => e
|
325
325
|
puts "Exception when calling StationsApi->patch_stations_settings: #{e}"
|
326
326
|
end
|
327
|
-
|
327
|
+
```
|
328
328
|
|
329
329
|
### Parameters
|
330
330
|
|
data/docs/SuggestApi.md
CHANGED
@@ -16,7 +16,7 @@ Method | Description
|
|
16
16
|
|
17
17
|
<a name="get_search"></a>
|
18
18
|
|
19
|
-
##
|
19
|
+
## [**JsonNodeSearchResponse**](JsonNodeSearchResponse.html) get_search(q64, opts)
|
20
20
|
|
21
21
|
|
22
22
|
|
@@ -31,7 +31,7 @@ Requires NO permissions:
|
|
31
31
|
|
32
32
|
|
33
33
|
### Example
|
34
|
-
|
34
|
+
```{"language":"ruby"}
|
35
35
|
# load the gem
|
36
36
|
require 'purecloudplatformclientv2'
|
37
37
|
# setup authorization
|
@@ -61,7 +61,7 @@ begin
|
|
61
61
|
rescue PureCloud::ApiError => e
|
62
62
|
puts "Exception when calling SuggestApi->get_search: #{e}"
|
63
63
|
end
|
64
|
-
|
64
|
+
```
|
65
65
|
|
66
66
|
### Parameters
|
67
67
|
|
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
|
|
86
86
|
|
87
87
|
<a name="get_search_suggest"></a>
|
88
88
|
|
89
|
-
##
|
89
|
+
## [**JsonNodeSearchResponse**](JsonNodeSearchResponse.html) get_search_suggest(q64, opts)
|
90
90
|
|
91
91
|
|
92
92
|
|
@@ -101,7 +101,7 @@ Requires NO permissions:
|
|
101
101
|
|
102
102
|
|
103
103
|
### Example
|
104
|
-
|
104
|
+
```{"language":"ruby"}
|
105
105
|
# load the gem
|
106
106
|
require 'purecloudplatformclientv2'
|
107
107
|
# setup authorization
|
@@ -131,7 +131,7 @@ begin
|
|
131
131
|
rescue PureCloud::ApiError => e
|
132
132
|
puts "Exception when calling SuggestApi->get_search_suggest: #{e}"
|
133
133
|
end
|
134
|
-
|
134
|
+
```
|
135
135
|
|
136
136
|
### Parameters
|
137
137
|
|
@@ -156,7 +156,7 @@ Name | Type | Description | Notes
|
|
156
156
|
|
157
157
|
<a name="post_search"></a>
|
158
158
|
|
159
|
-
##
|
159
|
+
## [**JsonNodeSearchResponse**](JsonNodeSearchResponse.html) post_search(body, opts)
|
160
160
|
|
161
161
|
|
162
162
|
|
@@ -171,7 +171,7 @@ Requires NO permissions:
|
|
171
171
|
|
172
172
|
|
173
173
|
### Example
|
174
|
-
|
174
|
+
```{"language":"ruby"}
|
175
175
|
# load the gem
|
176
176
|
require 'purecloudplatformclientv2'
|
177
177
|
# setup authorization
|
@@ -200,7 +200,7 @@ begin
|
|
200
200
|
rescue PureCloud::ApiError => e
|
201
201
|
puts "Exception when calling SuggestApi->post_search: #{e}"
|
202
202
|
end
|
203
|
-
|
203
|
+
```
|
204
204
|
|
205
205
|
### Parameters
|
206
206
|
|
@@ -224,7 +224,7 @@ Name | Type | Description | Notes
|
|
224
224
|
|
225
225
|
<a name="post_search_suggest"></a>
|
226
226
|
|
227
|
-
##
|
227
|
+
## [**JsonNodeSearchResponse**](JsonNodeSearchResponse.html) post_search_suggest(body, opts)
|
228
228
|
|
229
229
|
|
230
230
|
|
@@ -239,7 +239,7 @@ Requires NO permissions:
|
|
239
239
|
|
240
240
|
|
241
241
|
### Example
|
242
|
-
|
242
|
+
```{"language":"ruby"}
|
243
243
|
# load the gem
|
244
244
|
require 'purecloudplatformclientv2'
|
245
245
|
# setup authorization
|
@@ -268,7 +268,7 @@ begin
|
|
268
268
|
rescue PureCloud::ApiError => e
|
269
269
|
puts "Exception when calling SuggestApi->post_search_suggest: #{e}"
|
270
270
|
end
|
271
|
-
|
271
|
+
```
|
272
272
|
|
273
273
|
### Parameters
|
274
274
|
|
@@ -137,7 +137,7 @@ Method | Description
|
|
137
137
|
|
138
138
|
<a name="delete_telephony_providers_edge"></a>
|
139
139
|
|
140
|
-
##
|
140
|
+
## delete_telephony_providers_edge(edge_id)
|
141
141
|
|
142
142
|
|
143
143
|
|
@@ -153,7 +153,7 @@ Requires ANY permissions:
|
|
153
153
|
|
154
154
|
|
155
155
|
### Example
|
156
|
-
|
156
|
+
```{"language":"ruby"}
|
157
157
|
# load the gem
|
158
158
|
require 'purecloudplatformclientv2'
|
159
159
|
# setup authorization
|
@@ -178,7 +178,7 @@ begin
|
|
178
178
|
rescue PureCloud::ApiError => e
|
179
179
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edge: #{e}"
|
180
180
|
end
|
181
|
-
|
181
|
+
```
|
182
182
|
|
183
183
|
### Parameters
|
184
184
|
|
@@ -201,7 +201,7 @@ nil (empty response body)
|
|
201
201
|
|
202
202
|
<a name="delete_telephony_providers_edge_logicalinterface"></a>
|
203
203
|
|
204
|
-
##
|
204
|
+
## delete_telephony_providers_edge_logicalinterface(edge_id, interface_id)
|
205
205
|
|
206
206
|
|
207
207
|
|
@@ -217,7 +217,7 @@ Requires ANY permissions:
|
|
217
217
|
|
218
218
|
|
219
219
|
### Example
|
220
|
-
|
220
|
+
```{"language":"ruby"}
|
221
221
|
# load the gem
|
222
222
|
require 'purecloudplatformclientv2'
|
223
223
|
# setup authorization
|
@@ -244,7 +244,7 @@ begin
|
|
244
244
|
rescue PureCloud::ApiError => e
|
245
245
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edge_logicalinterface: #{e}"
|
246
246
|
end
|
247
|
-
|
247
|
+
```
|
248
248
|
|
249
249
|
### Parameters
|
250
250
|
|
@@ -268,7 +268,7 @@ nil (empty response body)
|
|
268
268
|
|
269
269
|
<a name="delete_telephony_providers_edge_softwareupdate"></a>
|
270
270
|
|
271
|
-
##
|
271
|
+
## delete_telephony_providers_edge_softwareupdate(edge_id)
|
272
272
|
|
273
273
|
|
274
274
|
|
@@ -283,7 +283,7 @@ Requires NO permissions:
|
|
283
283
|
|
284
284
|
|
285
285
|
### Example
|
286
|
-
|
286
|
+
```{"language":"ruby"}
|
287
287
|
# load the gem
|
288
288
|
require 'purecloudplatformclientv2'
|
289
289
|
# setup authorization
|
@@ -308,7 +308,7 @@ begin
|
|
308
308
|
rescue PureCloud::ApiError => e
|
309
309
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edge_softwareupdate: #{e}"
|
310
310
|
end
|
311
|
-
|
311
|
+
```
|
312
312
|
|
313
313
|
### Parameters
|
314
314
|
|
@@ -331,7 +331,7 @@ nil (empty response body)
|
|
331
331
|
|
332
332
|
<a name="delete_telephony_providers_edges_certificateauthority"></a>
|
333
333
|
|
334
|
-
##
|
334
|
+
## delete_telephony_providers_edges_certificateauthority(certificate_id)
|
335
335
|
|
336
336
|
|
337
337
|
|
@@ -347,7 +347,7 @@ Requires ANY permissions:
|
|
347
347
|
|
348
348
|
|
349
349
|
### Example
|
350
|
-
|
350
|
+
```{"language":"ruby"}
|
351
351
|
# load the gem
|
352
352
|
require 'purecloudplatformclientv2'
|
353
353
|
# setup authorization
|
@@ -372,7 +372,7 @@ begin
|
|
372
372
|
rescue PureCloud::ApiError => e
|
373
373
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_certificateauthority: #{e}"
|
374
374
|
end
|
375
|
-
|
375
|
+
```
|
376
376
|
|
377
377
|
### Parameters
|
378
378
|
|
@@ -395,7 +395,7 @@ nil (empty response body)
|
|
395
395
|
|
396
396
|
<a name="delete_telephony_providers_edges_didpool"></a>
|
397
397
|
|
398
|
-
##
|
398
|
+
## delete_telephony_providers_edges_didpool(did_pool_id)
|
399
399
|
|
400
400
|
|
401
401
|
|
@@ -411,7 +411,7 @@ Requires ANY permissions:
|
|
411
411
|
|
412
412
|
|
413
413
|
### Example
|
414
|
-
|
414
|
+
```{"language":"ruby"}
|
415
415
|
# load the gem
|
416
416
|
require 'purecloudplatformclientv2'
|
417
417
|
# setup authorization
|
@@ -436,7 +436,7 @@ begin
|
|
436
436
|
rescue PureCloud::ApiError => e
|
437
437
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_didpool: #{e}"
|
438
438
|
end
|
439
|
-
|
439
|
+
```
|
440
440
|
|
441
441
|
### Parameters
|
442
442
|
|
@@ -459,7 +459,7 @@ nil (empty response body)
|
|
459
459
|
|
460
460
|
<a name="delete_telephony_providers_edges_edgegroup"></a>
|
461
461
|
|
462
|
-
##
|
462
|
+
## delete_telephony_providers_edges_edgegroup(edge_group_id)
|
463
463
|
|
464
464
|
|
465
465
|
|
@@ -475,7 +475,7 @@ Requires ANY permissions:
|
|
475
475
|
|
476
476
|
|
477
477
|
### Example
|
478
|
-
|
478
|
+
```{"language":"ruby"}
|
479
479
|
# load the gem
|
480
480
|
require 'purecloudplatformclientv2'
|
481
481
|
# setup authorization
|
@@ -500,7 +500,7 @@ begin
|
|
500
500
|
rescue PureCloud::ApiError => e
|
501
501
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_edgegroup: #{e}"
|
502
502
|
end
|
503
|
-
|
503
|
+
```
|
504
504
|
|
505
505
|
### Parameters
|
506
506
|
|
@@ -523,7 +523,7 @@ nil (empty response body)
|
|
523
523
|
|
524
524
|
<a name="delete_telephony_providers_edges_endpoint"></a>
|
525
525
|
|
526
|
-
##
|
526
|
+
## delete_telephony_providers_edges_endpoint(endpoint_id)
|
527
527
|
|
528
528
|
|
529
529
|
|
@@ -539,7 +539,7 @@ Requires ANY permissions:
|
|
539
539
|
|
540
540
|
|
541
541
|
### Example
|
542
|
-
|
542
|
+
```{"language":"ruby"}
|
543
543
|
# load the gem
|
544
544
|
require 'purecloudplatformclientv2'
|
545
545
|
# setup authorization
|
@@ -564,7 +564,7 @@ begin
|
|
564
564
|
rescue PureCloud::ApiError => e
|
565
565
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_endpoint: #{e}"
|
566
566
|
end
|
567
|
-
|
567
|
+
```
|
568
568
|
|
569
569
|
### Parameters
|
570
570
|
|
@@ -587,7 +587,7 @@ nil (empty response body)
|
|
587
587
|
|
588
588
|
<a name="delete_telephony_providers_edges_extensionpool"></a>
|
589
589
|
|
590
|
-
##
|
590
|
+
## delete_telephony_providers_edges_extensionpool(extension_pool_id)
|
591
591
|
|
592
592
|
|
593
593
|
|
@@ -603,7 +603,7 @@ Requires ANY permissions:
|
|
603
603
|
|
604
604
|
|
605
605
|
### Example
|
606
|
-
|
606
|
+
```{"language":"ruby"}
|
607
607
|
# load the gem
|
608
608
|
require 'purecloudplatformclientv2'
|
609
609
|
# setup authorization
|
@@ -628,7 +628,7 @@ begin
|
|
628
628
|
rescue PureCloud::ApiError => e
|
629
629
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_extensionpool: #{e}"
|
630
630
|
end
|
631
|
-
|
631
|
+
```
|
632
632
|
|
633
633
|
### Parameters
|
634
634
|
|
@@ -651,7 +651,7 @@ nil (empty response body)
|
|
651
651
|
|
652
652
|
<a name="delete_telephony_providers_edges_outboundroute"></a>
|
653
653
|
|
654
|
-
##
|
654
|
+
## delete_telephony_providers_edges_outboundroute(outbound_route_id)
|
655
655
|
|
656
656
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
657
657
|
|
@@ -667,7 +667,7 @@ Requires ANY permissions:
|
|
667
667
|
|
668
668
|
|
669
669
|
### Example
|
670
|
-
|
670
|
+
```{"language":"ruby"}
|
671
671
|
# load the gem
|
672
672
|
require 'purecloudplatformclientv2'
|
673
673
|
# setup authorization
|
@@ -692,7 +692,7 @@ begin
|
|
692
692
|
rescue PureCloud::ApiError => e
|
693
693
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_outboundroute: #{e}"
|
694
694
|
end
|
695
|
-
|
695
|
+
```
|
696
696
|
|
697
697
|
### Parameters
|
698
698
|
|
@@ -715,7 +715,7 @@ nil (empty response body)
|
|
715
715
|
|
716
716
|
<a name="delete_telephony_providers_edges_phone"></a>
|
717
717
|
|
718
|
-
##
|
718
|
+
## delete_telephony_providers_edges_phone(phone_id)
|
719
719
|
|
720
720
|
|
721
721
|
|
@@ -731,7 +731,7 @@ Requires ANY permissions:
|
|
731
731
|
|
732
732
|
|
733
733
|
### Example
|
734
|
-
|
734
|
+
```{"language":"ruby"}
|
735
735
|
# load the gem
|
736
736
|
require 'purecloudplatformclientv2'
|
737
737
|
# setup authorization
|
@@ -756,7 +756,7 @@ begin
|
|
756
756
|
rescue PureCloud::ApiError => e
|
757
757
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_phone: #{e}"
|
758
758
|
end
|
759
|
-
|
759
|
+
```
|
760
760
|
|
761
761
|
### Parameters
|
762
762
|
|
@@ -779,7 +779,7 @@ nil (empty response body)
|
|
779
779
|
|
780
780
|
<a name="delete_telephony_providers_edges_phonebasesetting"></a>
|
781
781
|
|
782
|
-
##
|
782
|
+
## delete_telephony_providers_edges_phonebasesetting(phone_base_id)
|
783
783
|
|
784
784
|
|
785
785
|
|
@@ -795,7 +795,7 @@ Requires ANY permissions:
|
|
795
795
|
|
796
796
|
|
797
797
|
### Example
|
798
|
-
|
798
|
+
```{"language":"ruby"}
|
799
799
|
# load the gem
|
800
800
|
require 'purecloudplatformclientv2'
|
801
801
|
# setup authorization
|
@@ -820,7 +820,7 @@ begin
|
|
820
820
|
rescue PureCloud::ApiError => e
|
821
821
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_phonebasesetting: #{e}"
|
822
822
|
end
|
823
|
-
|
823
|
+
```
|
824
824
|
|
825
825
|
### Parameters
|
826
826
|
|
@@ -843,7 +843,7 @@ nil (empty response body)
|
|
843
843
|
|
844
844
|
<a name="delete_telephony_providers_edges_site"></a>
|
845
845
|
|
846
|
-
##
|
846
|
+
## delete_telephony_providers_edges_site(site_id)
|
847
847
|
|
848
848
|
|
849
849
|
|
@@ -859,7 +859,7 @@ Requires ANY permissions:
|
|
859
859
|
|
860
860
|
|
861
861
|
### Example
|
862
|
-
|
862
|
+
```{"language":"ruby"}
|
863
863
|
# load the gem
|
864
864
|
require 'purecloudplatformclientv2'
|
865
865
|
# setup authorization
|
@@ -884,7 +884,7 @@ begin
|
|
884
884
|
rescue PureCloud::ApiError => e
|
885
885
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_site: #{e}"
|
886
886
|
end
|
887
|
-
|
887
|
+
```
|
888
888
|
|
889
889
|
### Parameters
|
890
890
|
|
@@ -907,7 +907,7 @@ nil (empty response body)
|
|
907
907
|
|
908
908
|
<a name="delete_telephony_providers_edges_site_outboundroute"></a>
|
909
909
|
|
910
|
-
##
|
910
|
+
## delete_telephony_providers_edges_site_outboundroute(site_id, outbound_route_id)
|
911
911
|
|
912
912
|
|
913
913
|
|
@@ -923,7 +923,7 @@ Requires ANY permissions:
|
|
923
923
|
|
924
924
|
|
925
925
|
### Example
|
926
|
-
|
926
|
+
```{"language":"ruby"}
|
927
927
|
# load the gem
|
928
928
|
require 'purecloudplatformclientv2'
|
929
929
|
# setup authorization
|
@@ -950,7 +950,7 @@ begin
|
|
950
950
|
rescue PureCloud::ApiError => e
|
951
951
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_site_outboundroute: #{e}"
|
952
952
|
end
|
953
|
-
|
953
|
+
```
|
954
954
|
|
955
955
|
### Parameters
|
956
956
|
|
@@ -974,7 +974,7 @@ nil (empty response body)
|
|
974
974
|
|
975
975
|
<a name="delete_telephony_providers_edges_trunkbasesetting"></a>
|
976
976
|
|
977
|
-
##
|
977
|
+
## delete_telephony_providers_edges_trunkbasesetting(trunk_base_settings_id)
|
978
978
|
|
979
979
|
|
980
980
|
|
@@ -990,7 +990,7 @@ Requires ANY permissions:
|
|
990
990
|
|
991
991
|
|
992
992
|
### Example
|
993
|
-
|
993
|
+
```{"language":"ruby"}
|
994
994
|
# load the gem
|
995
995
|
require 'purecloudplatformclientv2'
|
996
996
|
# setup authorization
|
@@ -1015,7 +1015,7 @@ begin
|
|
1015
1015
|
rescue PureCloud::ApiError => e
|
1016
1016
|
puts "Exception when calling TelephonyProvidersEdgeApi->delete_telephony_providers_edges_trunkbasesetting: #{e}"
|
1017
1017
|
end
|
1018
|
-
|
1018
|
+
```
|
1019
1019
|
|
1020
1020
|
### Parameters
|
1021
1021
|
|
@@ -1038,7 +1038,7 @@ nil (empty response body)
|
|
1038
1038
|
|
1039
1039
|
<a name="get_configuration_schemas_edges_vnext"></a>
|
1040
1040
|
|
1041
|
-
##
|
1041
|
+
## [**SchemaCategoryEntityListing**](SchemaCategoryEntityListing.html) get_configuration_schemas_edges_vnext(opts)
|
1042
1042
|
|
1043
1043
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
1044
1044
|
|
@@ -1053,7 +1053,7 @@ Requires NO permissions:
|
|
1053
1053
|
|
1054
1054
|
|
1055
1055
|
### Example
|
1056
|
-
|
1056
|
+
```{"language":"ruby"}
|
1057
1057
|
# load the gem
|
1058
1058
|
require 'purecloudplatformclientv2'
|
1059
1059
|
# setup authorization
|
@@ -1081,7 +1081,7 @@ begin
|
|
1081
1081
|
rescue PureCloud::ApiError => e
|
1082
1082
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_configuration_schemas_edges_vnext: #{e}"
|
1083
1083
|
end
|
1084
|
-
|
1084
|
+
```
|
1085
1085
|
|
1086
1086
|
### Parameters
|
1087
1087
|
|
@@ -1105,7 +1105,7 @@ Name | Type | Description | Notes
|
|
1105
1105
|
|
1106
1106
|
<a name="get_configuration_schemas_edges_vnext_schema_category"></a>
|
1107
1107
|
|
1108
|
-
##
|
1108
|
+
## [**SchemaReferenceEntityListing**](SchemaReferenceEntityListing.html) get_configuration_schemas_edges_vnext_schema_category(schema_category, opts)
|
1109
1109
|
|
1110
1110
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
1111
1111
|
|
@@ -1120,7 +1120,7 @@ Requires NO permissions:
|
|
1120
1120
|
|
1121
1121
|
|
1122
1122
|
### Example
|
1123
|
-
|
1123
|
+
```{"language":"ruby"}
|
1124
1124
|
# load the gem
|
1125
1125
|
require 'purecloudplatformclientv2'
|
1126
1126
|
# setup authorization
|
@@ -1150,7 +1150,7 @@ begin
|
|
1150
1150
|
rescue PureCloud::ApiError => e
|
1151
1151
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_configuration_schemas_edges_vnext_schema_category: #{e}"
|
1152
1152
|
end
|
1153
|
-
|
1153
|
+
```
|
1154
1154
|
|
1155
1155
|
### Parameters
|
1156
1156
|
|
@@ -1175,7 +1175,7 @@ Name | Type | Description | Notes
|
|
1175
1175
|
|
1176
1176
|
<a name="get_configuration_schemas_edges_vnext_schema_category_schema_type"></a>
|
1177
1177
|
|
1178
|
-
##
|
1178
|
+
## [**SchemaReferenceEntityListing**](SchemaReferenceEntityListing.html) get_configuration_schemas_edges_vnext_schema_category_schema_type(schema_category, schema_type, opts)
|
1179
1179
|
|
1180
1180
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
1181
1181
|
|
@@ -1190,7 +1190,7 @@ Requires NO permissions:
|
|
1190
1190
|
|
1191
1191
|
|
1192
1192
|
### Example
|
1193
|
-
|
1193
|
+
```{"language":"ruby"}
|
1194
1194
|
# load the gem
|
1195
1195
|
require 'purecloudplatformclientv2'
|
1196
1196
|
# setup authorization
|
@@ -1222,7 +1222,7 @@ begin
|
|
1222
1222
|
rescue PureCloud::ApiError => e
|
1223
1223
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_configuration_schemas_edges_vnext_schema_category_schema_type: #{e}"
|
1224
1224
|
end
|
1225
|
-
|
1225
|
+
```
|
1226
1226
|
|
1227
1227
|
### Parameters
|
1228
1228
|
|
@@ -1248,7 +1248,7 @@ Name | Type | Description | Notes
|
|
1248
1248
|
|
1249
1249
|
<a name="get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id"></a>
|
1250
1250
|
|
1251
|
-
##
|
1251
|
+
## [**Organization**](Organization.html) get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id(schema_category, schema_type, schema_id)
|
1252
1252
|
|
1253
1253
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
1254
1254
|
|
@@ -1263,7 +1263,7 @@ Requires NO permissions:
|
|
1263
1263
|
|
1264
1264
|
|
1265
1265
|
### Example
|
1266
|
-
|
1266
|
+
```{"language":"ruby"}
|
1267
1267
|
# load the gem
|
1268
1268
|
require 'purecloudplatformclientv2'
|
1269
1269
|
# setup authorization
|
@@ -1293,7 +1293,7 @@ begin
|
|
1293
1293
|
rescue PureCloud::ApiError => e
|
1294
1294
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id: #{e}"
|
1295
1295
|
end
|
1296
|
-
|
1296
|
+
```
|
1297
1297
|
|
1298
1298
|
### Parameters
|
1299
1299
|
|
@@ -1318,7 +1318,7 @@ Name | Type | Description | Notes
|
|
1318
1318
|
|
1319
1319
|
<a name="get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id_extension_type_metadata_id"></a>
|
1320
1320
|
|
1321
|
-
##
|
1321
|
+
## [**Organization**](Organization.html) get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id_extension_type_metadata_id(schema_category, schema_type, schema_id, extension_type, metadata_id, opts)
|
1322
1322
|
|
1323
1323
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
1324
1324
|
|
@@ -1333,7 +1333,7 @@ Requires NO permissions:
|
|
1333
1333
|
|
1334
1334
|
|
1335
1335
|
### Example
|
1336
|
-
|
1336
|
+
```{"language":"ruby"}
|
1337
1337
|
# load the gem
|
1338
1338
|
require 'purecloudplatformclientv2'
|
1339
1339
|
# setup authorization
|
@@ -1370,7 +1370,7 @@ begin
|
|
1370
1370
|
rescue PureCloud::ApiError => e
|
1371
1371
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_configuration_schemas_edges_vnext_schema_category_schema_type_schema_id_extension_type_metadata_id: #{e}"
|
1372
1372
|
end
|
1373
|
-
|
1373
|
+
```
|
1374
1374
|
|
1375
1375
|
### Parameters
|
1376
1376
|
|
@@ -1398,7 +1398,7 @@ Name | Type | Description | Notes
|
|
1398
1398
|
|
1399
1399
|
<a name="get_telephony_providers_edge"></a>
|
1400
1400
|
|
1401
|
-
##
|
1401
|
+
## [**Edge**](Edge.html) get_telephony_providers_edge(edge_id, opts)
|
1402
1402
|
|
1403
1403
|
|
1404
1404
|
|
@@ -1414,7 +1414,7 @@ Requires ANY permissions:
|
|
1414
1414
|
|
1415
1415
|
|
1416
1416
|
### Example
|
1417
|
-
|
1417
|
+
```{"language":"ruby"}
|
1418
1418
|
# load the gem
|
1419
1419
|
require 'purecloudplatformclientv2'
|
1420
1420
|
# setup authorization
|
@@ -1443,7 +1443,7 @@ begin
|
|
1443
1443
|
rescue PureCloud::ApiError => e
|
1444
1444
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge: #{e}"
|
1445
1445
|
end
|
1446
|
-
|
1446
|
+
```
|
1447
1447
|
|
1448
1448
|
### Parameters
|
1449
1449
|
|
@@ -1467,7 +1467,7 @@ Name | Type | Description | Notes
|
|
1467
1467
|
|
1468
1468
|
<a name="get_telephony_providers_edge_line"></a>
|
1469
1469
|
|
1470
|
-
##
|
1470
|
+
## [**EdgeLine**](EdgeLine.html) get_telephony_providers_edge_line(edge_id, line_id)
|
1471
1471
|
|
1472
1472
|
|
1473
1473
|
|
@@ -1483,7 +1483,7 @@ Requires ANY permissions:
|
|
1483
1483
|
|
1484
1484
|
|
1485
1485
|
### Example
|
1486
|
-
|
1486
|
+
```{"language":"ruby"}
|
1487
1487
|
# load the gem
|
1488
1488
|
require 'purecloudplatformclientv2'
|
1489
1489
|
# setup authorization
|
@@ -1511,7 +1511,7 @@ begin
|
|
1511
1511
|
rescue PureCloud::ApiError => e
|
1512
1512
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_line: #{e}"
|
1513
1513
|
end
|
1514
|
-
|
1514
|
+
```
|
1515
1515
|
|
1516
1516
|
### Parameters
|
1517
1517
|
|
@@ -1535,7 +1535,7 @@ Name | Type | Description | Notes
|
|
1535
1535
|
|
1536
1536
|
<a name="get_telephony_providers_edge_lines"></a>
|
1537
1537
|
|
1538
|
-
##
|
1538
|
+
## [**EdgeLineEntityListing**](EdgeLineEntityListing.html) get_telephony_providers_edge_lines(edge_id, opts)
|
1539
1539
|
|
1540
1540
|
|
1541
1541
|
|
@@ -1551,7 +1551,7 @@ Requires ANY permissions:
|
|
1551
1551
|
|
1552
1552
|
|
1553
1553
|
### Example
|
1554
|
-
|
1554
|
+
```{"language":"ruby"}
|
1555
1555
|
# load the gem
|
1556
1556
|
require 'purecloudplatformclientv2'
|
1557
1557
|
# setup authorization
|
@@ -1581,7 +1581,7 @@ begin
|
|
1581
1581
|
rescue PureCloud::ApiError => e
|
1582
1582
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_lines: #{e}"
|
1583
1583
|
end
|
1584
|
-
|
1584
|
+
```
|
1585
1585
|
|
1586
1586
|
### Parameters
|
1587
1587
|
|
@@ -1606,7 +1606,7 @@ Name | Type | Description | Notes
|
|
1606
1606
|
|
1607
1607
|
<a name="get_telephony_providers_edge_logicalinterface"></a>
|
1608
1608
|
|
1609
|
-
##
|
1609
|
+
## [**DomainLogicalInterface**](DomainLogicalInterface.html) get_telephony_providers_edge_logicalinterface(edge_id, interface_id, opts)
|
1610
1610
|
|
1611
1611
|
|
1612
1612
|
|
@@ -1622,7 +1622,7 @@ Requires ANY permissions:
|
|
1622
1622
|
|
1623
1623
|
|
1624
1624
|
### Example
|
1625
|
-
|
1625
|
+
```{"language":"ruby"}
|
1626
1626
|
# load the gem
|
1627
1627
|
require 'purecloudplatformclientv2'
|
1628
1628
|
# setup authorization
|
@@ -1653,7 +1653,7 @@ begin
|
|
1653
1653
|
rescue PureCloud::ApiError => e
|
1654
1654
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_logicalinterface: #{e}"
|
1655
1655
|
end
|
1656
|
-
|
1656
|
+
```
|
1657
1657
|
|
1658
1658
|
### Parameters
|
1659
1659
|
|
@@ -1678,7 +1678,7 @@ Name | Type | Description | Notes
|
|
1678
1678
|
|
1679
1679
|
<a name="get_telephony_providers_edge_logicalinterfaces"></a>
|
1680
1680
|
|
1681
|
-
##
|
1681
|
+
## [**LogicalInterfaceEntityListing**](LogicalInterfaceEntityListing.html) get_telephony_providers_edge_logicalinterfaces(edge_id, opts)
|
1682
1682
|
|
1683
1683
|
|
1684
1684
|
|
@@ -1694,7 +1694,7 @@ Requires ANY permissions:
|
|
1694
1694
|
|
1695
1695
|
|
1696
1696
|
### Example
|
1697
|
-
|
1697
|
+
```{"language":"ruby"}
|
1698
1698
|
# load the gem
|
1699
1699
|
require 'purecloudplatformclientv2'
|
1700
1700
|
# setup authorization
|
@@ -1723,7 +1723,7 @@ begin
|
|
1723
1723
|
rescue PureCloud::ApiError => e
|
1724
1724
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_logicalinterfaces: #{e}"
|
1725
1725
|
end
|
1726
|
-
|
1726
|
+
```
|
1727
1727
|
|
1728
1728
|
### Parameters
|
1729
1729
|
|
@@ -1747,7 +1747,7 @@ Name | Type | Description | Notes
|
|
1747
1747
|
|
1748
1748
|
<a name="get_telephony_providers_edge_logs_job"></a>
|
1749
1749
|
|
1750
|
-
##
|
1750
|
+
## [**EdgeLogsJob**](EdgeLogsJob.html) get_telephony_providers_edge_logs_job(edge_id, job_id)
|
1751
1751
|
|
1752
1752
|
|
1753
1753
|
|
@@ -1763,7 +1763,7 @@ Requires ANY permissions:
|
|
1763
1763
|
|
1764
1764
|
|
1765
1765
|
### Example
|
1766
|
-
|
1766
|
+
```{"language":"ruby"}
|
1767
1767
|
# load the gem
|
1768
1768
|
require 'purecloudplatformclientv2'
|
1769
1769
|
# setup authorization
|
@@ -1791,7 +1791,7 @@ begin
|
|
1791
1791
|
rescue PureCloud::ApiError => e
|
1792
1792
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_logs_job: #{e}"
|
1793
1793
|
end
|
1794
|
-
|
1794
|
+
```
|
1795
1795
|
|
1796
1796
|
### Parameters
|
1797
1797
|
|
@@ -1815,7 +1815,7 @@ Name | Type | Description | Notes
|
|
1815
1815
|
|
1816
1816
|
<a name="get_telephony_providers_edge_metrics"></a>
|
1817
1817
|
|
1818
|
-
##
|
1818
|
+
## [**EdgeMetrics**](EdgeMetrics.html) get_telephony_providers_edge_metrics(edge_id)
|
1819
1819
|
|
1820
1820
|
|
1821
1821
|
|
@@ -1831,7 +1831,7 @@ Requires ANY permissions:
|
|
1831
1831
|
|
1832
1832
|
|
1833
1833
|
### Example
|
1834
|
-
|
1834
|
+
```{"language":"ruby"}
|
1835
1835
|
# load the gem
|
1836
1836
|
require 'purecloudplatformclientv2'
|
1837
1837
|
# setup authorization
|
@@ -1857,7 +1857,7 @@ begin
|
|
1857
1857
|
rescue PureCloud::ApiError => e
|
1858
1858
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_metrics: #{e}"
|
1859
1859
|
end
|
1860
|
-
|
1860
|
+
```
|
1861
1861
|
|
1862
1862
|
### Parameters
|
1863
1863
|
|
@@ -1880,7 +1880,7 @@ Name | Type | Description | Notes
|
|
1880
1880
|
|
1881
1881
|
<a name="get_telephony_providers_edge_physicalinterface"></a>
|
1882
1882
|
|
1883
|
-
##
|
1883
|
+
## [**DomainPhysicalInterface**](DomainPhysicalInterface.html) get_telephony_providers_edge_physicalinterface(edge_id, interface_id)
|
1884
1884
|
|
1885
1885
|
|
1886
1886
|
|
@@ -1896,7 +1896,7 @@ Requires ANY permissions:
|
|
1896
1896
|
|
1897
1897
|
|
1898
1898
|
### Example
|
1899
|
-
|
1899
|
+
```{"language":"ruby"}
|
1900
1900
|
# load the gem
|
1901
1901
|
require 'purecloudplatformclientv2'
|
1902
1902
|
# setup authorization
|
@@ -1924,7 +1924,7 @@ begin
|
|
1924
1924
|
rescue PureCloud::ApiError => e
|
1925
1925
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_physicalinterface: #{e}"
|
1926
1926
|
end
|
1927
|
-
|
1927
|
+
```
|
1928
1928
|
|
1929
1929
|
### Parameters
|
1930
1930
|
|
@@ -1948,7 +1948,7 @@ Name | Type | Description | Notes
|
|
1948
1948
|
|
1949
1949
|
<a name="get_telephony_providers_edge_physicalinterfaces"></a>
|
1950
1950
|
|
1951
|
-
##
|
1951
|
+
## [**PhysicalInterfaceEntityListing**](PhysicalInterfaceEntityListing.html) get_telephony_providers_edge_physicalinterfaces(edge_id)
|
1952
1952
|
|
1953
1953
|
|
1954
1954
|
|
@@ -1964,7 +1964,7 @@ Requires ANY permissions:
|
|
1964
1964
|
|
1965
1965
|
|
1966
1966
|
### Example
|
1967
|
-
|
1967
|
+
```{"language":"ruby"}
|
1968
1968
|
# load the gem
|
1969
1969
|
require 'purecloudplatformclientv2'
|
1970
1970
|
# setup authorization
|
@@ -1990,7 +1990,7 @@ begin
|
|
1990
1990
|
rescue PureCloud::ApiError => e
|
1991
1991
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_physicalinterfaces: #{e}"
|
1992
1992
|
end
|
1993
|
-
|
1993
|
+
```
|
1994
1994
|
|
1995
1995
|
### Parameters
|
1996
1996
|
|
@@ -2013,7 +2013,7 @@ Name | Type | Description | Notes
|
|
2013
2013
|
|
2014
2014
|
<a name="get_telephony_providers_edge_setuppackage"></a>
|
2015
2015
|
|
2016
|
-
##
|
2016
|
+
## [**VmPairingInfo**](VmPairingInfo.html) get_telephony_providers_edge_setuppackage(edge_id)
|
2017
2017
|
|
2018
2018
|
|
2019
2019
|
|
@@ -2029,7 +2029,7 @@ Requires ANY permissions:
|
|
2029
2029
|
|
2030
2030
|
|
2031
2031
|
### Example
|
2032
|
-
|
2032
|
+
```{"language":"ruby"}
|
2033
2033
|
# load the gem
|
2034
2034
|
require 'purecloudplatformclientv2'
|
2035
2035
|
# setup authorization
|
@@ -2055,7 +2055,7 @@ begin
|
|
2055
2055
|
rescue PureCloud::ApiError => e
|
2056
2056
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_setuppackage: #{e}"
|
2057
2057
|
end
|
2058
|
-
|
2058
|
+
```
|
2059
2059
|
|
2060
2060
|
### Parameters
|
2061
2061
|
|
@@ -2078,7 +2078,7 @@ Name | Type | Description | Notes
|
|
2078
2078
|
|
2079
2079
|
<a name="get_telephony_providers_edge_softwareupdate"></a>
|
2080
2080
|
|
2081
|
-
##
|
2081
|
+
## [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) get_telephony_providers_edge_softwareupdate(edge_id)
|
2082
2082
|
|
2083
2083
|
|
2084
2084
|
|
@@ -2093,7 +2093,7 @@ Requires NO permissions:
|
|
2093
2093
|
|
2094
2094
|
|
2095
2095
|
### Example
|
2096
|
-
|
2096
|
+
```{"language":"ruby"}
|
2097
2097
|
# load the gem
|
2098
2098
|
require 'purecloudplatformclientv2'
|
2099
2099
|
# setup authorization
|
@@ -2119,7 +2119,7 @@ begin
|
|
2119
2119
|
rescue PureCloud::ApiError => e
|
2120
2120
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_softwareupdate: #{e}"
|
2121
2121
|
end
|
2122
|
-
|
2122
|
+
```
|
2123
2123
|
|
2124
2124
|
### Parameters
|
2125
2125
|
|
@@ -2142,7 +2142,7 @@ Name | Type | Description | Notes
|
|
2142
2142
|
|
2143
2143
|
<a name="get_telephony_providers_edge_softwareversions"></a>
|
2144
2144
|
|
2145
|
-
##
|
2145
|
+
## [**DomainEdgeSoftwareVersionDtoEntityListing**](DomainEdgeSoftwareVersionDtoEntityListing.html) get_telephony_providers_edge_softwareversions(edge_id)
|
2146
2146
|
|
2147
2147
|
|
2148
2148
|
|
@@ -2157,7 +2157,7 @@ Requires NO permissions:
|
|
2157
2157
|
|
2158
2158
|
|
2159
2159
|
### Example
|
2160
|
-
|
2160
|
+
```{"language":"ruby"}
|
2161
2161
|
# load the gem
|
2162
2162
|
require 'purecloudplatformclientv2'
|
2163
2163
|
# setup authorization
|
@@ -2183,7 +2183,7 @@ begin
|
|
2183
2183
|
rescue PureCloud::ApiError => e
|
2184
2184
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_softwareversions: #{e}"
|
2185
2185
|
end
|
2186
|
-
|
2186
|
+
```
|
2187
2187
|
|
2188
2188
|
### Parameters
|
2189
2189
|
|
@@ -2206,7 +2206,7 @@ Name | Type | Description | Notes
|
|
2206
2206
|
|
2207
2207
|
<a name="get_telephony_providers_edge_trunks"></a>
|
2208
2208
|
|
2209
|
-
##
|
2209
|
+
## [**TrunkEntityListing**](TrunkEntityListing.html) get_telephony_providers_edge_trunks(edge_id, opts)
|
2210
2210
|
|
2211
2211
|
|
2212
2212
|
|
@@ -2222,7 +2222,7 @@ Requires ANY permissions:
|
|
2222
2222
|
|
2223
2223
|
|
2224
2224
|
### Example
|
2225
|
-
|
2225
|
+
```{"language":"ruby"}
|
2226
2226
|
# load the gem
|
2227
2227
|
require 'purecloudplatformclientv2'
|
2228
2228
|
# setup authorization
|
@@ -2256,7 +2256,7 @@ begin
|
|
2256
2256
|
rescue PureCloud::ApiError => e
|
2257
2257
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edge_trunks: #{e}"
|
2258
2258
|
end
|
2259
|
-
|
2259
|
+
```
|
2260
2260
|
|
2261
2261
|
### Parameters
|
2262
2262
|
|
@@ -2285,7 +2285,7 @@ Name | Type | Description | Notes
|
|
2285
2285
|
|
2286
2286
|
<a name="get_telephony_providers_edges"></a>
|
2287
2287
|
|
2288
|
-
##
|
2288
|
+
## [**EdgeEntityListing**](EdgeEntityListing.html) get_telephony_providers_edges(opts)
|
2289
2289
|
|
2290
2290
|
|
2291
2291
|
|
@@ -2301,7 +2301,7 @@ Requires ANY permissions:
|
|
2301
2301
|
|
2302
2302
|
|
2303
2303
|
### Example
|
2304
|
-
|
2304
|
+
```{"language":"ruby"}
|
2305
2305
|
# load the gem
|
2306
2306
|
require 'purecloudplatformclientv2'
|
2307
2307
|
# setup authorization
|
@@ -2334,7 +2334,7 @@ begin
|
|
2334
2334
|
rescue PureCloud::ApiError => e
|
2335
2335
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges: #{e}"
|
2336
2336
|
end
|
2337
|
-
|
2337
|
+
```
|
2338
2338
|
|
2339
2339
|
### Parameters
|
2340
2340
|
|
@@ -2363,7 +2363,7 @@ Name | Type | Description | Notes
|
|
2363
2363
|
|
2364
2364
|
<a name="get_telephony_providers_edges_availablelanguages"></a>
|
2365
2365
|
|
2366
|
-
##
|
2366
|
+
## [**AvailableLanguageList**](AvailableLanguageList.html) get_telephony_providers_edges_availablelanguages
|
2367
2367
|
|
2368
2368
|
|
2369
2369
|
|
@@ -2378,7 +2378,7 @@ Requires NO permissions:
|
|
2378
2378
|
|
2379
2379
|
|
2380
2380
|
### Example
|
2381
|
-
|
2381
|
+
```{"language":"ruby"}
|
2382
2382
|
# load the gem
|
2383
2383
|
require 'purecloudplatformclientv2'
|
2384
2384
|
# setup authorization
|
@@ -2401,7 +2401,7 @@ begin
|
|
2401
2401
|
rescue PureCloud::ApiError => e
|
2402
2402
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_availablelanguages: #{e}"
|
2403
2403
|
end
|
2404
|
-
|
2404
|
+
```
|
2405
2405
|
|
2406
2406
|
### Parameters
|
2407
2407
|
This endpoint does not need any parameter.
|
@@ -2421,7 +2421,7 @@ This endpoint does not need any parameter.
|
|
2421
2421
|
|
2422
2422
|
<a name="get_telephony_providers_edges_certificateauthorities"></a>
|
2423
2423
|
|
2424
|
-
##
|
2424
|
+
## [**CertificateAuthorityEntityListing**](CertificateAuthorityEntityListing.html) get_telephony_providers_edges_certificateauthorities
|
2425
2425
|
|
2426
2426
|
|
2427
2427
|
|
@@ -2437,7 +2437,7 @@ Requires ANY permissions:
|
|
2437
2437
|
|
2438
2438
|
|
2439
2439
|
### Example
|
2440
|
-
|
2440
|
+
```{"language":"ruby"}
|
2441
2441
|
# load the gem
|
2442
2442
|
require 'purecloudplatformclientv2'
|
2443
2443
|
# setup authorization
|
@@ -2460,7 +2460,7 @@ begin
|
|
2460
2460
|
rescue PureCloud::ApiError => e
|
2461
2461
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_certificateauthorities: #{e}"
|
2462
2462
|
end
|
2463
|
-
|
2463
|
+
```
|
2464
2464
|
|
2465
2465
|
### Parameters
|
2466
2466
|
This endpoint does not need any parameter.
|
@@ -2480,7 +2480,7 @@ This endpoint does not need any parameter.
|
|
2480
2480
|
|
2481
2481
|
<a name="get_telephony_providers_edges_certificateauthority"></a>
|
2482
2482
|
|
2483
|
-
##
|
2483
|
+
## [**DomainCertificateAuthority**](DomainCertificateAuthority.html) get_telephony_providers_edges_certificateauthority(certificate_id)
|
2484
2484
|
|
2485
2485
|
|
2486
2486
|
|
@@ -2496,7 +2496,7 @@ Requires ANY permissions:
|
|
2496
2496
|
|
2497
2497
|
|
2498
2498
|
### Example
|
2499
|
-
|
2499
|
+
```{"language":"ruby"}
|
2500
2500
|
# load the gem
|
2501
2501
|
require 'purecloudplatformclientv2'
|
2502
2502
|
# setup authorization
|
@@ -2522,7 +2522,7 @@ begin
|
|
2522
2522
|
rescue PureCloud::ApiError => e
|
2523
2523
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_certificateauthority: #{e}"
|
2524
2524
|
end
|
2525
|
-
|
2525
|
+
```
|
2526
2526
|
|
2527
2527
|
### Parameters
|
2528
2528
|
|
@@ -2545,7 +2545,7 @@ Name | Type | Description | Notes
|
|
2545
2545
|
|
2546
2546
|
<a name="get_telephony_providers_edges_did"></a>
|
2547
2547
|
|
2548
|
-
##
|
2548
|
+
## [**DID**](DID.html) get_telephony_providers_edges_did(did_id)
|
2549
2549
|
|
2550
2550
|
|
2551
2551
|
|
@@ -2561,7 +2561,7 @@ Requires ANY permissions:
|
|
2561
2561
|
|
2562
2562
|
|
2563
2563
|
### Example
|
2564
|
-
|
2564
|
+
```{"language":"ruby"}
|
2565
2565
|
# load the gem
|
2566
2566
|
require 'purecloudplatformclientv2'
|
2567
2567
|
# setup authorization
|
@@ -2587,7 +2587,7 @@ begin
|
|
2587
2587
|
rescue PureCloud::ApiError => e
|
2588
2588
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_did: #{e}"
|
2589
2589
|
end
|
2590
|
-
|
2590
|
+
```
|
2591
2591
|
|
2592
2592
|
### Parameters
|
2593
2593
|
|
@@ -2610,7 +2610,7 @@ Name | Type | Description | Notes
|
|
2610
2610
|
|
2611
2611
|
<a name="get_telephony_providers_edges_didpool"></a>
|
2612
2612
|
|
2613
|
-
##
|
2613
|
+
## [**DIDPool**](DIDPool.html) get_telephony_providers_edges_didpool(did_pool_id)
|
2614
2614
|
|
2615
2615
|
|
2616
2616
|
|
@@ -2626,7 +2626,7 @@ Requires ANY permissions:
|
|
2626
2626
|
|
2627
2627
|
|
2628
2628
|
### Example
|
2629
|
-
|
2629
|
+
```{"language":"ruby"}
|
2630
2630
|
# load the gem
|
2631
2631
|
require 'purecloudplatformclientv2'
|
2632
2632
|
# setup authorization
|
@@ -2652,7 +2652,7 @@ begin
|
|
2652
2652
|
rescue PureCloud::ApiError => e
|
2653
2653
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_didpool: #{e}"
|
2654
2654
|
end
|
2655
|
-
|
2655
|
+
```
|
2656
2656
|
|
2657
2657
|
### Parameters
|
2658
2658
|
|
@@ -2675,7 +2675,7 @@ Name | Type | Description | Notes
|
|
2675
2675
|
|
2676
2676
|
<a name="get_telephony_providers_edges_didpools"></a>
|
2677
2677
|
|
2678
|
-
##
|
2678
|
+
## [**DIDPoolEntityListing**](DIDPoolEntityListing.html) get_telephony_providers_edges_didpools(opts)
|
2679
2679
|
|
2680
2680
|
|
2681
2681
|
|
@@ -2691,7 +2691,7 @@ Requires ANY permissions:
|
|
2691
2691
|
|
2692
2692
|
|
2693
2693
|
### Example
|
2694
|
-
|
2694
|
+
```{"language":"ruby"}
|
2695
2695
|
# load the gem
|
2696
2696
|
require 'purecloudplatformclientv2'
|
2697
2697
|
# setup authorization
|
@@ -2720,7 +2720,7 @@ begin
|
|
2720
2720
|
rescue PureCloud::ApiError => e
|
2721
2721
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_didpools: #{e}"
|
2722
2722
|
end
|
2723
|
-
|
2723
|
+
```
|
2724
2724
|
|
2725
2725
|
### Parameters
|
2726
2726
|
|
@@ -2745,7 +2745,7 @@ Name | Type | Description | Notes
|
|
2745
2745
|
|
2746
2746
|
<a name="get_telephony_providers_edges_dids"></a>
|
2747
2747
|
|
2748
|
-
##
|
2748
|
+
## [**DIDEntityListing**](DIDEntityListing.html) get_telephony_providers_edges_dids(opts)
|
2749
2749
|
|
2750
2750
|
|
2751
2751
|
|
@@ -2761,7 +2761,7 @@ Requires ANY permissions:
|
|
2761
2761
|
|
2762
2762
|
|
2763
2763
|
### Example
|
2764
|
-
|
2764
|
+
```{"language":"ruby"}
|
2765
2765
|
# load the gem
|
2766
2766
|
require 'purecloudplatformclientv2'
|
2767
2767
|
# setup authorization
|
@@ -2792,7 +2792,7 @@ begin
|
|
2792
2792
|
rescue PureCloud::ApiError => e
|
2793
2793
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_dids: #{e}"
|
2794
2794
|
end
|
2795
|
-
|
2795
|
+
```
|
2796
2796
|
|
2797
2797
|
### Parameters
|
2798
2798
|
|
@@ -2819,7 +2819,7 @@ Name | Type | Description | Notes
|
|
2819
2819
|
|
2820
2820
|
<a name="get_telephony_providers_edges_edgegroup"></a>
|
2821
2821
|
|
2822
|
-
##
|
2822
|
+
## [**EdgeGroup**](EdgeGroup.html) get_telephony_providers_edges_edgegroup(edge_group_id, opts)
|
2823
2823
|
|
2824
2824
|
|
2825
2825
|
|
@@ -2835,7 +2835,7 @@ Requires ANY permissions:
|
|
2835
2835
|
|
2836
2836
|
|
2837
2837
|
### Example
|
2838
|
-
|
2838
|
+
```{"language":"ruby"}
|
2839
2839
|
# load the gem
|
2840
2840
|
require 'purecloudplatformclientv2'
|
2841
2841
|
# setup authorization
|
@@ -2864,7 +2864,7 @@ begin
|
|
2864
2864
|
rescue PureCloud::ApiError => e
|
2865
2865
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_edgegroup: #{e}"
|
2866
2866
|
end
|
2867
|
-
|
2867
|
+
```
|
2868
2868
|
|
2869
2869
|
### Parameters
|
2870
2870
|
|
@@ -2888,7 +2888,7 @@ Name | Type | Description | Notes
|
|
2888
2888
|
|
2889
2889
|
<a name="get_telephony_providers_edges_edgegroup_edgetrunkbase"></a>
|
2890
2890
|
|
2891
|
-
##
|
2891
|
+
## [**EdgeTrunkBase**](EdgeTrunkBase.html) get_telephony_providers_edges_edgegroup_edgetrunkbase(edgegroup_id, edgetrunkbase_id)
|
2892
2892
|
|
2893
2893
|
|
2894
2894
|
|
@@ -2904,7 +2904,7 @@ Requires ANY permissions:
|
|
2904
2904
|
|
2905
2905
|
|
2906
2906
|
### Example
|
2907
|
-
|
2907
|
+
```{"language":"ruby"}
|
2908
2908
|
# load the gem
|
2909
2909
|
require 'purecloudplatformclientv2'
|
2910
2910
|
# setup authorization
|
@@ -2932,7 +2932,7 @@ begin
|
|
2932
2932
|
rescue PureCloud::ApiError => e
|
2933
2933
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_edgegroup_edgetrunkbase: #{e}"
|
2934
2934
|
end
|
2935
|
-
|
2935
|
+
```
|
2936
2936
|
|
2937
2937
|
### Parameters
|
2938
2938
|
|
@@ -2956,7 +2956,7 @@ Name | Type | Description | Notes
|
|
2956
2956
|
|
2957
2957
|
<a name="get_telephony_providers_edges_edgegroups"></a>
|
2958
2958
|
|
2959
|
-
##
|
2959
|
+
## [**EdgeGroupEntityListing**](EdgeGroupEntityListing.html) get_telephony_providers_edges_edgegroups(opts)
|
2960
2960
|
|
2961
2961
|
|
2962
2962
|
|
@@ -2972,7 +2972,7 @@ Requires ANY permissions:
|
|
2972
2972
|
|
2973
2973
|
|
2974
2974
|
### Example
|
2975
|
-
|
2975
|
+
```{"language":"ruby"}
|
2976
2976
|
# load the gem
|
2977
2977
|
require 'purecloudplatformclientv2'
|
2978
2978
|
# setup authorization
|
@@ -3003,7 +3003,7 @@ begin
|
|
3003
3003
|
rescue PureCloud::ApiError => e
|
3004
3004
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_edgegroups: #{e}"
|
3005
3005
|
end
|
3006
|
-
|
3006
|
+
```
|
3007
3007
|
|
3008
3008
|
### Parameters
|
3009
3009
|
|
@@ -3030,7 +3030,7 @@ Name | Type | Description | Notes
|
|
3030
3030
|
|
3031
3031
|
<a name="get_telephony_providers_edges_edgeversionreport"></a>
|
3032
3032
|
|
3033
|
-
##
|
3033
|
+
## [**EdgeVersionReport**](EdgeVersionReport.html) get_telephony_providers_edges_edgeversionreport
|
3034
3034
|
|
3035
3035
|
|
3036
3036
|
|
@@ -3045,7 +3045,7 @@ Requires NO permissions:
|
|
3045
3045
|
|
3046
3046
|
|
3047
3047
|
### Example
|
3048
|
-
|
3048
|
+
```{"language":"ruby"}
|
3049
3049
|
# load the gem
|
3050
3050
|
require 'purecloudplatformclientv2'
|
3051
3051
|
# setup authorization
|
@@ -3068,7 +3068,7 @@ begin
|
|
3068
3068
|
rescue PureCloud::ApiError => e
|
3069
3069
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_edgeversionreport: #{e}"
|
3070
3070
|
end
|
3071
|
-
|
3071
|
+
```
|
3072
3072
|
|
3073
3073
|
### Parameters
|
3074
3074
|
This endpoint does not need any parameter.
|
@@ -3088,7 +3088,7 @@ This endpoint does not need any parameter.
|
|
3088
3088
|
|
3089
3089
|
<a name="get_telephony_providers_edges_endpoint"></a>
|
3090
3090
|
|
3091
|
-
##
|
3091
|
+
## [**Endpoint**](Endpoint.html) get_telephony_providers_edges_endpoint(endpoint_id)
|
3092
3092
|
|
3093
3093
|
|
3094
3094
|
|
@@ -3104,7 +3104,7 @@ Requires ANY permissions:
|
|
3104
3104
|
|
3105
3105
|
|
3106
3106
|
### Example
|
3107
|
-
|
3107
|
+
```{"language":"ruby"}
|
3108
3108
|
# load the gem
|
3109
3109
|
require 'purecloudplatformclientv2'
|
3110
3110
|
# setup authorization
|
@@ -3130,7 +3130,7 @@ begin
|
|
3130
3130
|
rescue PureCloud::ApiError => e
|
3131
3131
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_endpoint: #{e}"
|
3132
3132
|
end
|
3133
|
-
|
3133
|
+
```
|
3134
3134
|
|
3135
3135
|
### Parameters
|
3136
3136
|
|
@@ -3153,7 +3153,7 @@ Name | Type | Description | Notes
|
|
3153
3153
|
|
3154
3154
|
<a name="get_telephony_providers_edges_endpoints"></a>
|
3155
3155
|
|
3156
|
-
##
|
3156
|
+
## [**EndpointEntityListing**](EndpointEntityListing.html) get_telephony_providers_edges_endpoints(opts)
|
3157
3157
|
|
3158
3158
|
|
3159
3159
|
|
@@ -3169,7 +3169,7 @@ Requires ANY permissions:
|
|
3169
3169
|
|
3170
3170
|
|
3171
3171
|
### Example
|
3172
|
-
|
3172
|
+
```{"language":"ruby"}
|
3173
3173
|
# load the gem
|
3174
3174
|
require 'purecloudplatformclientv2'
|
3175
3175
|
# setup authorization
|
@@ -3199,7 +3199,7 @@ begin
|
|
3199
3199
|
rescue PureCloud::ApiError => e
|
3200
3200
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_endpoints: #{e}"
|
3201
3201
|
end
|
3202
|
-
|
3202
|
+
```
|
3203
3203
|
|
3204
3204
|
### Parameters
|
3205
3205
|
|
@@ -3225,7 +3225,7 @@ Name | Type | Description | Notes
|
|
3225
3225
|
|
3226
3226
|
<a name="get_telephony_providers_edges_extension"></a>
|
3227
3227
|
|
3228
|
-
##
|
3228
|
+
## [**Extension**](Extension.html) get_telephony_providers_edges_extension(extension_id)
|
3229
3229
|
|
3230
3230
|
|
3231
3231
|
|
@@ -3241,7 +3241,7 @@ Requires ANY permissions:
|
|
3241
3241
|
|
3242
3242
|
|
3243
3243
|
### Example
|
3244
|
-
|
3244
|
+
```{"language":"ruby"}
|
3245
3245
|
# load the gem
|
3246
3246
|
require 'purecloudplatformclientv2'
|
3247
3247
|
# setup authorization
|
@@ -3267,7 +3267,7 @@ begin
|
|
3267
3267
|
rescue PureCloud::ApiError => e
|
3268
3268
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_extension: #{e}"
|
3269
3269
|
end
|
3270
|
-
|
3270
|
+
```
|
3271
3271
|
|
3272
3272
|
### Parameters
|
3273
3273
|
|
@@ -3290,7 +3290,7 @@ Name | Type | Description | Notes
|
|
3290
3290
|
|
3291
3291
|
<a name="get_telephony_providers_edges_extensionpool"></a>
|
3292
3292
|
|
3293
|
-
##
|
3293
|
+
## [**ExtensionPool**](ExtensionPool.html) get_telephony_providers_edges_extensionpool(extension_pool_id)
|
3294
3294
|
|
3295
3295
|
|
3296
3296
|
|
@@ -3306,7 +3306,7 @@ Requires ANY permissions:
|
|
3306
3306
|
|
3307
3307
|
|
3308
3308
|
### Example
|
3309
|
-
|
3309
|
+
```{"language":"ruby"}
|
3310
3310
|
# load the gem
|
3311
3311
|
require 'purecloudplatformclientv2'
|
3312
3312
|
# setup authorization
|
@@ -3332,7 +3332,7 @@ begin
|
|
3332
3332
|
rescue PureCloud::ApiError => e
|
3333
3333
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_extensionpool: #{e}"
|
3334
3334
|
end
|
3335
|
-
|
3335
|
+
```
|
3336
3336
|
|
3337
3337
|
### Parameters
|
3338
3338
|
|
@@ -3355,7 +3355,7 @@ Name | Type | Description | Notes
|
|
3355
3355
|
|
3356
3356
|
<a name="get_telephony_providers_edges_extensionpools"></a>
|
3357
3357
|
|
3358
|
-
##
|
3358
|
+
## [**ExtensionPoolEntityListing**](ExtensionPoolEntityListing.html) get_telephony_providers_edges_extensionpools(opts)
|
3359
3359
|
|
3360
3360
|
|
3361
3361
|
|
@@ -3371,7 +3371,7 @@ Requires ANY permissions:
|
|
3371
3371
|
|
3372
3372
|
|
3373
3373
|
### Example
|
3374
|
-
|
3374
|
+
```{"language":"ruby"}
|
3375
3375
|
# load the gem
|
3376
3376
|
require 'purecloudplatformclientv2'
|
3377
3377
|
# setup authorization
|
@@ -3401,7 +3401,7 @@ begin
|
|
3401
3401
|
rescue PureCloud::ApiError => e
|
3402
3402
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_extensionpools: #{e}"
|
3403
3403
|
end
|
3404
|
-
|
3404
|
+
```
|
3405
3405
|
|
3406
3406
|
### Parameters
|
3407
3407
|
|
@@ -3427,7 +3427,7 @@ Name | Type | Description | Notes
|
|
3427
3427
|
|
3428
3428
|
<a name="get_telephony_providers_edges_extensions"></a>
|
3429
3429
|
|
3430
|
-
##
|
3430
|
+
## [**ExtensionEntityListing**](ExtensionEntityListing.html) get_telephony_providers_edges_extensions(opts)
|
3431
3431
|
|
3432
3432
|
|
3433
3433
|
|
@@ -3443,7 +3443,7 @@ Requires ANY permissions:
|
|
3443
3443
|
|
3444
3444
|
|
3445
3445
|
### Example
|
3446
|
-
|
3446
|
+
```{"language":"ruby"}
|
3447
3447
|
# load the gem
|
3448
3448
|
require 'purecloudplatformclientv2'
|
3449
3449
|
# setup authorization
|
@@ -3474,7 +3474,7 @@ begin
|
|
3474
3474
|
rescue PureCloud::ApiError => e
|
3475
3475
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_extensions: #{e}"
|
3476
3476
|
end
|
3477
|
-
|
3477
|
+
```
|
3478
3478
|
|
3479
3479
|
### Parameters
|
3480
3480
|
|
@@ -3501,7 +3501,7 @@ Name | Type | Description | Notes
|
|
3501
3501
|
|
3502
3502
|
<a name="get_telephony_providers_edges_line"></a>
|
3503
3503
|
|
3504
|
-
##
|
3504
|
+
## [**Line**](Line.html) get_telephony_providers_edges_line(line_id)
|
3505
3505
|
|
3506
3506
|
|
3507
3507
|
|
@@ -3517,7 +3517,7 @@ Requires ANY permissions:
|
|
3517
3517
|
|
3518
3518
|
|
3519
3519
|
### Example
|
3520
|
-
|
3520
|
+
```{"language":"ruby"}
|
3521
3521
|
# load the gem
|
3522
3522
|
require 'purecloudplatformclientv2'
|
3523
3523
|
# setup authorization
|
@@ -3543,7 +3543,7 @@ begin
|
|
3543
3543
|
rescue PureCloud::ApiError => e
|
3544
3544
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_line: #{e}"
|
3545
3545
|
end
|
3546
|
-
|
3546
|
+
```
|
3547
3547
|
|
3548
3548
|
### Parameters
|
3549
3549
|
|
@@ -3566,7 +3566,7 @@ Name | Type | Description | Notes
|
|
3566
3566
|
|
3567
3567
|
<a name="get_telephony_providers_edges_linebasesetting"></a>
|
3568
3568
|
|
3569
|
-
##
|
3569
|
+
## [**LineBase**](LineBase.html) get_telephony_providers_edges_linebasesetting(line_base_id)
|
3570
3570
|
|
3571
3571
|
|
3572
3572
|
|
@@ -3582,7 +3582,7 @@ Requires ANY permissions:
|
|
3582
3582
|
|
3583
3583
|
|
3584
3584
|
### Example
|
3585
|
-
|
3585
|
+
```{"language":"ruby"}
|
3586
3586
|
# load the gem
|
3587
3587
|
require 'purecloudplatformclientv2'
|
3588
3588
|
# setup authorization
|
@@ -3608,7 +3608,7 @@ begin
|
|
3608
3608
|
rescue PureCloud::ApiError => e
|
3609
3609
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_linebasesetting: #{e}"
|
3610
3610
|
end
|
3611
|
-
|
3611
|
+
```
|
3612
3612
|
|
3613
3613
|
### Parameters
|
3614
3614
|
|
@@ -3631,7 +3631,7 @@ Name | Type | Description | Notes
|
|
3631
3631
|
|
3632
3632
|
<a name="get_telephony_providers_edges_linebasesettings"></a>
|
3633
3633
|
|
3634
|
-
##
|
3634
|
+
## [**LineBaseEntityListing**](LineBaseEntityListing.html) get_telephony_providers_edges_linebasesettings(opts)
|
3635
3635
|
|
3636
3636
|
|
3637
3637
|
|
@@ -3647,7 +3647,7 @@ Requires ANY permissions:
|
|
3647
3647
|
|
3648
3648
|
|
3649
3649
|
### Example
|
3650
|
-
|
3650
|
+
```{"language":"ruby"}
|
3651
3651
|
# load the gem
|
3652
3652
|
require 'purecloudplatformclientv2'
|
3653
3653
|
# setup authorization
|
@@ -3677,7 +3677,7 @@ begin
|
|
3677
3677
|
rescue PureCloud::ApiError => e
|
3678
3678
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_linebasesettings: #{e}"
|
3679
3679
|
end
|
3680
|
-
|
3680
|
+
```
|
3681
3681
|
|
3682
3682
|
### Parameters
|
3683
3683
|
|
@@ -3703,7 +3703,7 @@ Name | Type | Description | Notes
|
|
3703
3703
|
|
3704
3704
|
<a name="get_telephony_providers_edges_lines"></a>
|
3705
3705
|
|
3706
|
-
##
|
3706
|
+
## [**LineEntityListing**](LineEntityListing.html) get_telephony_providers_edges_lines(opts)
|
3707
3707
|
|
3708
3708
|
|
3709
3709
|
|
@@ -3719,7 +3719,7 @@ Requires ANY permissions:
|
|
3719
3719
|
|
3720
3720
|
|
3721
3721
|
### Example
|
3722
|
-
|
3722
|
+
```{"language":"ruby"}
|
3723
3723
|
# load the gem
|
3724
3724
|
require 'purecloudplatformclientv2'
|
3725
3725
|
# setup authorization
|
@@ -3750,7 +3750,7 @@ begin
|
|
3750
3750
|
rescue PureCloud::ApiError => e
|
3751
3751
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_lines: #{e}"
|
3752
3752
|
end
|
3753
|
-
|
3753
|
+
```
|
3754
3754
|
|
3755
3755
|
### Parameters
|
3756
3756
|
|
@@ -3777,7 +3777,7 @@ Name | Type | Description | Notes
|
|
3777
3777
|
|
3778
3778
|
<a name="get_telephony_providers_edges_lines_template"></a>
|
3779
3779
|
|
3780
|
-
##
|
3780
|
+
## [**Line**](Line.html) get_telephony_providers_edges_lines_template(line_base_settings_id)
|
3781
3781
|
|
3782
3782
|
|
3783
3783
|
|
@@ -3793,7 +3793,7 @@ Requires ANY permissions:
|
|
3793
3793
|
|
3794
3794
|
|
3795
3795
|
### Example
|
3796
|
-
|
3796
|
+
```{"language":"ruby"}
|
3797
3797
|
# load the gem
|
3798
3798
|
require 'purecloudplatformclientv2'
|
3799
3799
|
# setup authorization
|
@@ -3819,7 +3819,7 @@ begin
|
|
3819
3819
|
rescue PureCloud::ApiError => e
|
3820
3820
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_lines_template: #{e}"
|
3821
3821
|
end
|
3822
|
-
|
3822
|
+
```
|
3823
3823
|
|
3824
3824
|
### Parameters
|
3825
3825
|
|
@@ -3842,7 +3842,7 @@ Name | Type | Description | Notes
|
|
3842
3842
|
|
3843
3843
|
<a name="get_telephony_providers_edges_logicalinterfaces"></a>
|
3844
3844
|
|
3845
|
-
##
|
3845
|
+
## [**LogicalInterfaceEntityListing**](LogicalInterfaceEntityListing.html) get_telephony_providers_edges_logicalinterfaces(edge_ids, opts)
|
3846
3846
|
|
3847
3847
|
|
3848
3848
|
|
@@ -3858,7 +3858,7 @@ Requires ANY permissions:
|
|
3858
3858
|
|
3859
3859
|
|
3860
3860
|
### Example
|
3861
|
-
|
3861
|
+
```{"language":"ruby"}
|
3862
3862
|
# load the gem
|
3863
3863
|
require 'purecloudplatformclientv2'
|
3864
3864
|
# setup authorization
|
@@ -3887,7 +3887,7 @@ begin
|
|
3887
3887
|
rescue PureCloud::ApiError => e
|
3888
3888
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_logicalinterfaces: #{e}"
|
3889
3889
|
end
|
3890
|
-
|
3890
|
+
```
|
3891
3891
|
|
3892
3892
|
### Parameters
|
3893
3893
|
|
@@ -3911,7 +3911,7 @@ Name | Type | Description | Notes
|
|
3911
3911
|
|
3912
3912
|
<a name="get_telephony_providers_edges_metrics"></a>
|
3913
3913
|
|
3914
|
-
##
|
3914
|
+
## [**Array<EdgeMetrics>**](EdgeMetrics.html) get_telephony_providers_edges_metrics(edge_ids)
|
3915
3915
|
|
3916
3916
|
|
3917
3917
|
|
@@ -3927,7 +3927,7 @@ Requires ANY permissions:
|
|
3927
3927
|
|
3928
3928
|
|
3929
3929
|
### Example
|
3930
|
-
|
3930
|
+
```{"language":"ruby"}
|
3931
3931
|
# load the gem
|
3932
3932
|
require 'purecloudplatformclientv2'
|
3933
3933
|
# setup authorization
|
@@ -3953,7 +3953,7 @@ begin
|
|
3953
3953
|
rescue PureCloud::ApiError => e
|
3954
3954
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_metrics: #{e}"
|
3955
3955
|
end
|
3956
|
-
|
3956
|
+
```
|
3957
3957
|
|
3958
3958
|
### Parameters
|
3959
3959
|
|
@@ -3976,7 +3976,7 @@ Name | Type | Description | Notes
|
|
3976
3976
|
|
3977
3977
|
<a name="get_telephony_providers_edges_outboundroute"></a>
|
3978
3978
|
|
3979
|
-
##
|
3979
|
+
## [**OutboundRoute**](OutboundRoute.html) get_telephony_providers_edges_outboundroute(outbound_route_id)
|
3980
3980
|
|
3981
3981
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3982
3982
|
|
@@ -3992,7 +3992,7 @@ Requires ANY permissions:
|
|
3992
3992
|
|
3993
3993
|
|
3994
3994
|
### Example
|
3995
|
-
|
3995
|
+
```{"language":"ruby"}
|
3996
3996
|
# load the gem
|
3997
3997
|
require 'purecloudplatformclientv2'
|
3998
3998
|
# setup authorization
|
@@ -4018,7 +4018,7 @@ begin
|
|
4018
4018
|
rescue PureCloud::ApiError => e
|
4019
4019
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_outboundroute: #{e}"
|
4020
4020
|
end
|
4021
|
-
|
4021
|
+
```
|
4022
4022
|
|
4023
4023
|
### Parameters
|
4024
4024
|
|
@@ -4041,7 +4041,7 @@ Name | Type | Description | Notes
|
|
4041
4041
|
|
4042
4042
|
<a name="get_telephony_providers_edges_outboundroutes"></a>
|
4043
4043
|
|
4044
|
-
##
|
4044
|
+
## [**OutboundRouteEntityListing**](OutboundRouteEntityListing.html) get_telephony_providers_edges_outboundroutes(opts)
|
4045
4045
|
|
4046
4046
|
|
4047
4047
|
|
@@ -4057,7 +4057,7 @@ Requires ANY permissions:
|
|
4057
4057
|
|
4058
4058
|
|
4059
4059
|
### Example
|
4060
|
-
|
4060
|
+
```{"language":"ruby"}
|
4061
4061
|
# load the gem
|
4062
4062
|
require 'purecloudplatformclientv2'
|
4063
4063
|
# setup authorization
|
@@ -4088,7 +4088,7 @@ begin
|
|
4088
4088
|
rescue PureCloud::ApiError => e
|
4089
4089
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_outboundroutes: #{e}"
|
4090
4090
|
end
|
4091
|
-
|
4091
|
+
```
|
4092
4092
|
|
4093
4093
|
### Parameters
|
4094
4094
|
|
@@ -4115,7 +4115,7 @@ Name | Type | Description | Notes
|
|
4115
4115
|
|
4116
4116
|
<a name="get_telephony_providers_edges_phone"></a>
|
4117
4117
|
|
4118
|
-
##
|
4118
|
+
## [**Phone**](Phone.html) get_telephony_providers_edges_phone(phone_id)
|
4119
4119
|
|
4120
4120
|
|
4121
4121
|
|
@@ -4131,7 +4131,7 @@ Requires ANY permissions:
|
|
4131
4131
|
|
4132
4132
|
|
4133
4133
|
### Example
|
4134
|
-
|
4134
|
+
```{"language":"ruby"}
|
4135
4135
|
# load the gem
|
4136
4136
|
require 'purecloudplatformclientv2'
|
4137
4137
|
# setup authorization
|
@@ -4157,7 +4157,7 @@ begin
|
|
4157
4157
|
rescue PureCloud::ApiError => e
|
4158
4158
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phone: #{e}"
|
4159
4159
|
end
|
4160
|
-
|
4160
|
+
```
|
4161
4161
|
|
4162
4162
|
### Parameters
|
4163
4163
|
|
@@ -4180,7 +4180,7 @@ Name | Type | Description | Notes
|
|
4180
4180
|
|
4181
4181
|
<a name="get_telephony_providers_edges_phonebasesetting"></a>
|
4182
4182
|
|
4183
|
-
##
|
4183
|
+
## [**PhoneBase**](PhoneBase.html) get_telephony_providers_edges_phonebasesetting(phone_base_id)
|
4184
4184
|
|
4185
4185
|
|
4186
4186
|
|
@@ -4196,7 +4196,7 @@ Requires ANY permissions:
|
|
4196
4196
|
|
4197
4197
|
|
4198
4198
|
### Example
|
4199
|
-
|
4199
|
+
```{"language":"ruby"}
|
4200
4200
|
# load the gem
|
4201
4201
|
require 'purecloudplatformclientv2'
|
4202
4202
|
# setup authorization
|
@@ -4222,7 +4222,7 @@ begin
|
|
4222
4222
|
rescue PureCloud::ApiError => e
|
4223
4223
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phonebasesetting: #{e}"
|
4224
4224
|
end
|
4225
|
-
|
4225
|
+
```
|
4226
4226
|
|
4227
4227
|
### Parameters
|
4228
4228
|
|
@@ -4245,7 +4245,7 @@ Name | Type | Description | Notes
|
|
4245
4245
|
|
4246
4246
|
<a name="get_telephony_providers_edges_phonebasesettings"></a>
|
4247
4247
|
|
4248
|
-
##
|
4248
|
+
## [**PhoneBaseEntityListing**](PhoneBaseEntityListing.html) get_telephony_providers_edges_phonebasesettings(opts)
|
4249
4249
|
|
4250
4250
|
|
4251
4251
|
|
@@ -4261,7 +4261,7 @@ Requires ANY permissions:
|
|
4261
4261
|
|
4262
4262
|
|
4263
4263
|
### Example
|
4264
|
-
|
4264
|
+
```{"language":"ruby"}
|
4265
4265
|
# load the gem
|
4266
4266
|
require 'purecloudplatformclientv2'
|
4267
4267
|
# setup authorization
|
@@ -4293,7 +4293,7 @@ begin
|
|
4293
4293
|
rescue PureCloud::ApiError => e
|
4294
4294
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phonebasesettings: #{e}"
|
4295
4295
|
end
|
4296
|
-
|
4296
|
+
```
|
4297
4297
|
|
4298
4298
|
### Parameters
|
4299
4299
|
|
@@ -4321,7 +4321,7 @@ Name | Type | Description | Notes
|
|
4321
4321
|
|
4322
4322
|
<a name="get_telephony_providers_edges_phonebasesettings_availablemetabases"></a>
|
4323
4323
|
|
4324
|
-
##
|
4324
|
+
## [**PhoneMetaBaseEntityListing**](PhoneMetaBaseEntityListing.html) get_telephony_providers_edges_phonebasesettings_availablemetabases(opts)
|
4325
4325
|
|
4326
4326
|
|
4327
4327
|
|
@@ -4337,7 +4337,7 @@ Requires ANY permissions:
|
|
4337
4337
|
|
4338
4338
|
|
4339
4339
|
### Example
|
4340
|
-
|
4340
|
+
```{"language":"ruby"}
|
4341
4341
|
# load the gem
|
4342
4342
|
require 'purecloudplatformclientv2'
|
4343
4343
|
# setup authorization
|
@@ -4365,7 +4365,7 @@ begin
|
|
4365
4365
|
rescue PureCloud::ApiError => e
|
4366
4366
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phonebasesettings_availablemetabases: #{e}"
|
4367
4367
|
end
|
4368
|
-
|
4368
|
+
```
|
4369
4369
|
|
4370
4370
|
### Parameters
|
4371
4371
|
|
@@ -4389,7 +4389,7 @@ Name | Type | Description | Notes
|
|
4389
4389
|
|
4390
4390
|
<a name="get_telephony_providers_edges_phonebasesettings_template"></a>
|
4391
4391
|
|
4392
|
-
##
|
4392
|
+
## [**PhoneBase**](PhoneBase.html) get_telephony_providers_edges_phonebasesettings_template(phone_metabase_id)
|
4393
4393
|
|
4394
4394
|
|
4395
4395
|
|
@@ -4405,7 +4405,7 @@ Requires ANY permissions:
|
|
4405
4405
|
|
4406
4406
|
|
4407
4407
|
### Example
|
4408
|
-
|
4408
|
+
```{"language":"ruby"}
|
4409
4409
|
# load the gem
|
4410
4410
|
require 'purecloudplatformclientv2'
|
4411
4411
|
# setup authorization
|
@@ -4431,7 +4431,7 @@ begin
|
|
4431
4431
|
rescue PureCloud::ApiError => e
|
4432
4432
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phonebasesettings_template: #{e}"
|
4433
4433
|
end
|
4434
|
-
|
4434
|
+
```
|
4435
4435
|
|
4436
4436
|
### Parameters
|
4437
4437
|
|
@@ -4454,7 +4454,7 @@ Name | Type | Description | Notes
|
|
4454
4454
|
|
4455
4455
|
<a name="get_telephony_providers_edges_phones"></a>
|
4456
4456
|
|
4457
|
-
##
|
4457
|
+
## [**PhoneEntityListing**](PhoneEntityListing.html) get_telephony_providers_edges_phones(opts)
|
4458
4458
|
|
4459
4459
|
|
4460
4460
|
|
@@ -4470,7 +4470,7 @@ Requires ANY permissions:
|
|
4470
4470
|
|
4471
4471
|
|
4472
4472
|
### Example
|
4473
|
-
|
4473
|
+
```{"language":"ruby"}
|
4474
4474
|
# load the gem
|
4475
4475
|
require 'purecloudplatformclientv2'
|
4476
4476
|
# setup authorization
|
@@ -4510,7 +4510,7 @@ begin
|
|
4510
4510
|
rescue PureCloud::ApiError => e
|
4511
4511
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phones: #{e}"
|
4512
4512
|
end
|
4513
|
-
|
4513
|
+
```
|
4514
4514
|
|
4515
4515
|
### Parameters
|
4516
4516
|
|
@@ -4546,7 +4546,7 @@ Name | Type | Description | Notes
|
|
4546
4546
|
|
4547
4547
|
<a name="get_telephony_providers_edges_phones_template"></a>
|
4548
4548
|
|
4549
|
-
##
|
4549
|
+
## [**Phone**](Phone.html) get_telephony_providers_edges_phones_template(phone_base_settings_id)
|
4550
4550
|
|
4551
4551
|
|
4552
4552
|
|
@@ -4562,7 +4562,7 @@ Requires ANY permissions:
|
|
4562
4562
|
|
4563
4563
|
|
4564
4564
|
### Example
|
4565
|
-
|
4565
|
+
```{"language":"ruby"}
|
4566
4566
|
# load the gem
|
4567
4567
|
require 'purecloudplatformclientv2'
|
4568
4568
|
# setup authorization
|
@@ -4588,7 +4588,7 @@ begin
|
|
4588
4588
|
rescue PureCloud::ApiError => e
|
4589
4589
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_phones_template: #{e}"
|
4590
4590
|
end
|
4591
|
-
|
4591
|
+
```
|
4592
4592
|
|
4593
4593
|
### Parameters
|
4594
4594
|
|
@@ -4611,7 +4611,7 @@ Name | Type | Description | Notes
|
|
4611
4611
|
|
4612
4612
|
<a name="get_telephony_providers_edges_physicalinterfaces"></a>
|
4613
4613
|
|
4614
|
-
##
|
4614
|
+
## [**PhysicalInterfaceEntityListing**](PhysicalInterfaceEntityListing.html) get_telephony_providers_edges_physicalinterfaces(edge_ids)
|
4615
4615
|
|
4616
4616
|
|
4617
4617
|
|
@@ -4627,7 +4627,7 @@ Requires ANY permissions:
|
|
4627
4627
|
|
4628
4628
|
|
4629
4629
|
### Example
|
4630
|
-
|
4630
|
+
```{"language":"ruby"}
|
4631
4631
|
# load the gem
|
4632
4632
|
require 'purecloudplatformclientv2'
|
4633
4633
|
# setup authorization
|
@@ -4653,7 +4653,7 @@ begin
|
|
4653
4653
|
rescue PureCloud::ApiError => e
|
4654
4654
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_physicalinterfaces: #{e}"
|
4655
4655
|
end
|
4656
|
-
|
4656
|
+
```
|
4657
4657
|
|
4658
4658
|
### Parameters
|
4659
4659
|
|
@@ -4676,7 +4676,7 @@ Name | Type | Description | Notes
|
|
4676
4676
|
|
4677
4677
|
<a name="get_telephony_providers_edges_site"></a>
|
4678
4678
|
|
4679
|
-
##
|
4679
|
+
## [**Site**](Site.html) get_telephony_providers_edges_site(site_id)
|
4680
4680
|
|
4681
4681
|
|
4682
4682
|
|
@@ -4693,7 +4693,7 @@ Requires ANY permissions:
|
|
4693
4693
|
|
4694
4694
|
|
4695
4695
|
### Example
|
4696
|
-
|
4696
|
+
```{"language":"ruby"}
|
4697
4697
|
# load the gem
|
4698
4698
|
require 'purecloudplatformclientv2'
|
4699
4699
|
# setup authorization
|
@@ -4719,7 +4719,7 @@ begin
|
|
4719
4719
|
rescue PureCloud::ApiError => e
|
4720
4720
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site: #{e}"
|
4721
4721
|
end
|
4722
|
-
|
4722
|
+
```
|
4723
4723
|
|
4724
4724
|
### Parameters
|
4725
4725
|
|
@@ -4742,7 +4742,7 @@ Name | Type | Description | Notes
|
|
4742
4742
|
|
4743
4743
|
<a name="get_telephony_providers_edges_site_numberplan"></a>
|
4744
4744
|
|
4745
|
-
##
|
4745
|
+
## [**NumberPlan**](NumberPlan.html) get_telephony_providers_edges_site_numberplan(site_id, number_plan_id)
|
4746
4746
|
|
4747
4747
|
|
4748
4748
|
|
@@ -4758,7 +4758,7 @@ Requires ANY permissions:
|
|
4758
4758
|
|
4759
4759
|
|
4760
4760
|
### Example
|
4761
|
-
|
4761
|
+
```{"language":"ruby"}
|
4762
4762
|
# load the gem
|
4763
4763
|
require 'purecloudplatformclientv2'
|
4764
4764
|
# setup authorization
|
@@ -4786,7 +4786,7 @@ begin
|
|
4786
4786
|
rescue PureCloud::ApiError => e
|
4787
4787
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site_numberplan: #{e}"
|
4788
4788
|
end
|
4789
|
-
|
4789
|
+
```
|
4790
4790
|
|
4791
4791
|
### Parameters
|
4792
4792
|
|
@@ -4810,7 +4810,7 @@ Name | Type | Description | Notes
|
|
4810
4810
|
|
4811
4811
|
<a name="get_telephony_providers_edges_site_numberplans"></a>
|
4812
4812
|
|
4813
|
-
##
|
4813
|
+
## [**Array<NumberPlan>**](NumberPlan.html) get_telephony_providers_edges_site_numberplans(site_id)
|
4814
4814
|
|
4815
4815
|
|
4816
4816
|
|
@@ -4826,7 +4826,7 @@ Requires ANY permissions:
|
|
4826
4826
|
|
4827
4827
|
|
4828
4828
|
### Example
|
4829
|
-
|
4829
|
+
```{"language":"ruby"}
|
4830
4830
|
# load the gem
|
4831
4831
|
require 'purecloudplatformclientv2'
|
4832
4832
|
# setup authorization
|
@@ -4852,7 +4852,7 @@ begin
|
|
4852
4852
|
rescue PureCloud::ApiError => e
|
4853
4853
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site_numberplans: #{e}"
|
4854
4854
|
end
|
4855
|
-
|
4855
|
+
```
|
4856
4856
|
|
4857
4857
|
### Parameters
|
4858
4858
|
|
@@ -4875,7 +4875,7 @@ Name | Type | Description | Notes
|
|
4875
4875
|
|
4876
4876
|
<a name="get_telephony_providers_edges_site_numberplans_classifications"></a>
|
4877
4877
|
|
4878
|
-
##
|
4878
|
+
## Array<String>** get_telephony_providers_edges_site_numberplans_classifications(site_id, opts)
|
4879
4879
|
|
4880
4880
|
|
4881
4881
|
|
@@ -4891,7 +4891,7 @@ Requires ANY permissions:
|
|
4891
4891
|
|
4892
4892
|
|
4893
4893
|
### Example
|
4894
|
-
|
4894
|
+
```{"language":"ruby"}
|
4895
4895
|
# load the gem
|
4896
4896
|
require 'purecloudplatformclientv2'
|
4897
4897
|
# setup authorization
|
@@ -4920,7 +4920,7 @@ begin
|
|
4920
4920
|
rescue PureCloud::ApiError => e
|
4921
4921
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site_numberplans_classifications: #{e}"
|
4922
4922
|
end
|
4923
|
-
|
4923
|
+
```
|
4924
4924
|
|
4925
4925
|
### Parameters
|
4926
4926
|
|
@@ -4944,7 +4944,7 @@ Name | Type | Description | Notes
|
|
4944
4944
|
|
4945
4945
|
<a name="get_telephony_providers_edges_site_outboundroute"></a>
|
4946
4946
|
|
4947
|
-
##
|
4947
|
+
## [**OutboundRouteBase**](OutboundRouteBase.html) get_telephony_providers_edges_site_outboundroute(site_id, outbound_route_id)
|
4948
4948
|
|
4949
4949
|
|
4950
4950
|
|
@@ -4960,7 +4960,7 @@ Requires ANY permissions:
|
|
4960
4960
|
|
4961
4961
|
|
4962
4962
|
### Example
|
4963
|
-
|
4963
|
+
```{"language":"ruby"}
|
4964
4964
|
# load the gem
|
4965
4965
|
require 'purecloudplatformclientv2'
|
4966
4966
|
# setup authorization
|
@@ -4988,7 +4988,7 @@ begin
|
|
4988
4988
|
rescue PureCloud::ApiError => e
|
4989
4989
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site_outboundroute: #{e}"
|
4990
4990
|
end
|
4991
|
-
|
4991
|
+
```
|
4992
4992
|
|
4993
4993
|
### Parameters
|
4994
4994
|
|
@@ -5012,7 +5012,7 @@ Name | Type | Description | Notes
|
|
5012
5012
|
|
5013
5013
|
<a name="get_telephony_providers_edges_site_outboundroutes"></a>
|
5014
5014
|
|
5015
|
-
##
|
5015
|
+
## [**OutboundRouteBaseEntityListing**](OutboundRouteBaseEntityListing.html) get_telephony_providers_edges_site_outboundroutes(site_id, opts)
|
5016
5016
|
|
5017
5017
|
|
5018
5018
|
|
@@ -5028,7 +5028,7 @@ Requires ANY permissions:
|
|
5028
5028
|
|
5029
5029
|
|
5030
5030
|
### Example
|
5031
|
-
|
5031
|
+
```{"language":"ruby"}
|
5032
5032
|
# load the gem
|
5033
5033
|
require 'purecloudplatformclientv2'
|
5034
5034
|
# setup authorization
|
@@ -5060,7 +5060,7 @@ begin
|
|
5060
5060
|
rescue PureCloud::ApiError => e
|
5061
5061
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_site_outboundroutes: #{e}"
|
5062
5062
|
end
|
5063
|
-
|
5063
|
+
```
|
5064
5064
|
|
5065
5065
|
### Parameters
|
5066
5066
|
|
@@ -5087,7 +5087,7 @@ Name | Type | Description | Notes
|
|
5087
5087
|
|
5088
5088
|
<a name="get_telephony_providers_edges_sites"></a>
|
5089
5089
|
|
5090
|
-
##
|
5090
|
+
## [**SiteEntityListing**](SiteEntityListing.html) get_telephony_providers_edges_sites(opts)
|
5091
5091
|
|
5092
5092
|
|
5093
5093
|
|
@@ -5102,7 +5102,7 @@ Requires NO permissions:
|
|
5102
5102
|
|
5103
5103
|
|
5104
5104
|
### Example
|
5105
|
-
|
5105
|
+
```{"language":"ruby"}
|
5106
5106
|
# load the gem
|
5107
5107
|
require 'purecloudplatformclientv2'
|
5108
5108
|
# setup authorization
|
@@ -5135,7 +5135,7 @@ begin
|
|
5135
5135
|
rescue PureCloud::ApiError => e
|
5136
5136
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_sites: #{e}"
|
5137
5137
|
end
|
5138
|
-
|
5138
|
+
```
|
5139
5139
|
|
5140
5140
|
### Parameters
|
5141
5141
|
|
@@ -5164,7 +5164,7 @@ Name | Type | Description | Notes
|
|
5164
5164
|
|
5165
5165
|
<a name="get_telephony_providers_edges_timezones"></a>
|
5166
5166
|
|
5167
|
-
##
|
5167
|
+
## [**TimeZoneEntityListing**](TimeZoneEntityListing.html) get_telephony_providers_edges_timezones(opts)
|
5168
5168
|
|
5169
5169
|
|
5170
5170
|
|
@@ -5179,7 +5179,7 @@ Requires NO permissions:
|
|
5179
5179
|
|
5180
5180
|
|
5181
5181
|
### Example
|
5182
|
-
|
5182
|
+
```{"language":"ruby"}
|
5183
5183
|
# load the gem
|
5184
5184
|
require 'purecloudplatformclientv2'
|
5185
5185
|
# setup authorization
|
@@ -5207,7 +5207,7 @@ begin
|
|
5207
5207
|
rescue PureCloud::ApiError => e
|
5208
5208
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_timezones: #{e}"
|
5209
5209
|
end
|
5210
|
-
|
5210
|
+
```
|
5211
5211
|
|
5212
5212
|
### Parameters
|
5213
5213
|
|
@@ -5231,7 +5231,7 @@ Name | Type | Description | Notes
|
|
5231
5231
|
|
5232
5232
|
<a name="get_telephony_providers_edges_trunk"></a>
|
5233
5233
|
|
5234
|
-
##
|
5234
|
+
## [**Trunk**](Trunk.html) get_telephony_providers_edges_trunk(trunk_id)
|
5235
5235
|
|
5236
5236
|
|
5237
5237
|
|
@@ -5247,7 +5247,7 @@ Requires ANY permissions:
|
|
5247
5247
|
|
5248
5248
|
|
5249
5249
|
### Example
|
5250
|
-
|
5250
|
+
```{"language":"ruby"}
|
5251
5251
|
# load the gem
|
5252
5252
|
require 'purecloudplatformclientv2'
|
5253
5253
|
# setup authorization
|
@@ -5273,7 +5273,7 @@ begin
|
|
5273
5273
|
rescue PureCloud::ApiError => e
|
5274
5274
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunk: #{e}"
|
5275
5275
|
end
|
5276
|
-
|
5276
|
+
```
|
5277
5277
|
|
5278
5278
|
### Parameters
|
5279
5279
|
|
@@ -5296,7 +5296,7 @@ Name | Type | Description | Notes
|
|
5296
5296
|
|
5297
5297
|
<a name="get_telephony_providers_edges_trunk_metrics"></a>
|
5298
5298
|
|
5299
|
-
##
|
5299
|
+
## [**TrunkMetrics**](TrunkMetrics.html) get_telephony_providers_edges_trunk_metrics(trunk_id)
|
5300
5300
|
|
5301
5301
|
|
5302
5302
|
|
@@ -5312,7 +5312,7 @@ Requires ANY permissions:
|
|
5312
5312
|
|
5313
5313
|
|
5314
5314
|
### Example
|
5315
|
-
|
5315
|
+
```{"language":"ruby"}
|
5316
5316
|
# load the gem
|
5317
5317
|
require 'purecloudplatformclientv2'
|
5318
5318
|
# setup authorization
|
@@ -5338,7 +5338,7 @@ begin
|
|
5338
5338
|
rescue PureCloud::ApiError => e
|
5339
5339
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunk_metrics: #{e}"
|
5340
5340
|
end
|
5341
|
-
|
5341
|
+
```
|
5342
5342
|
|
5343
5343
|
### Parameters
|
5344
5344
|
|
@@ -5361,7 +5361,7 @@ Name | Type | Description | Notes
|
|
5361
5361
|
|
5362
5362
|
<a name="get_telephony_providers_edges_trunkbasesetting"></a>
|
5363
5363
|
|
5364
|
-
##
|
5364
|
+
## [**TrunkBase**](TrunkBase.html) get_telephony_providers_edges_trunkbasesetting(trunk_base_settings_id, opts)
|
5365
5365
|
|
5366
5366
|
|
5367
5367
|
|
@@ -5377,7 +5377,7 @@ Requires ANY permissions:
|
|
5377
5377
|
|
5378
5378
|
|
5379
5379
|
### Example
|
5380
|
-
|
5380
|
+
```{"language":"ruby"}
|
5381
5381
|
# load the gem
|
5382
5382
|
require 'purecloudplatformclientv2'
|
5383
5383
|
# setup authorization
|
@@ -5406,7 +5406,7 @@ begin
|
|
5406
5406
|
rescue PureCloud::ApiError => e
|
5407
5407
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunkbasesetting: #{e}"
|
5408
5408
|
end
|
5409
|
-
|
5409
|
+
```
|
5410
5410
|
|
5411
5411
|
### Parameters
|
5412
5412
|
|
@@ -5430,7 +5430,7 @@ Name | Type | Description | Notes
|
|
5430
5430
|
|
5431
5431
|
<a name="get_telephony_providers_edges_trunkbasesettings"></a>
|
5432
5432
|
|
5433
|
-
##
|
5433
|
+
## [**TrunkBaseEntityListing**](TrunkBaseEntityListing.html) get_telephony_providers_edges_trunkbasesettings(opts)
|
5434
5434
|
|
5435
5435
|
|
5436
5436
|
|
@@ -5446,7 +5446,7 @@ Requires ANY permissions:
|
|
5446
5446
|
|
5447
5447
|
|
5448
5448
|
### Example
|
5449
|
-
|
5449
|
+
```{"language":"ruby"}
|
5450
5450
|
# load the gem
|
5451
5451
|
require 'purecloudplatformclientv2'
|
5452
5452
|
# setup authorization
|
@@ -5481,7 +5481,7 @@ begin
|
|
5481
5481
|
rescue PureCloud::ApiError => e
|
5482
5482
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunkbasesettings: #{e}"
|
5483
5483
|
end
|
5484
|
-
|
5484
|
+
```
|
5485
5485
|
|
5486
5486
|
### Parameters
|
5487
5487
|
|
@@ -5512,7 +5512,7 @@ Name | Type | Description | Notes
|
|
5512
5512
|
|
5513
5513
|
<a name="get_telephony_providers_edges_trunkbasesettings_availablemetabases"></a>
|
5514
5514
|
|
5515
|
-
##
|
5515
|
+
## [**TrunkMetabaseEntityListing**](TrunkMetabaseEntityListing.html) get_telephony_providers_edges_trunkbasesettings_availablemetabases(opts)
|
5516
5516
|
|
5517
5517
|
|
5518
5518
|
|
@@ -5528,7 +5528,7 @@ Requires ANY permissions:
|
|
5528
5528
|
|
5529
5529
|
|
5530
5530
|
### Example
|
5531
|
-
|
5531
|
+
```{"language":"ruby"}
|
5532
5532
|
# load the gem
|
5533
5533
|
require 'purecloudplatformclientv2'
|
5534
5534
|
# setup authorization
|
@@ -5557,7 +5557,7 @@ begin
|
|
5557
5557
|
rescue PureCloud::ApiError => e
|
5558
5558
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunkbasesettings_availablemetabases: #{e}"
|
5559
5559
|
end
|
5560
|
-
|
5560
|
+
```
|
5561
5561
|
|
5562
5562
|
### Parameters
|
5563
5563
|
|
@@ -5582,7 +5582,7 @@ Name | Type | Description | Notes
|
|
5582
5582
|
|
5583
5583
|
<a name="get_telephony_providers_edges_trunkbasesettings_template"></a>
|
5584
5584
|
|
5585
|
-
##
|
5585
|
+
## [**TrunkBase**](TrunkBase.html) get_telephony_providers_edges_trunkbasesettings_template(trunk_metabase_id)
|
5586
5586
|
|
5587
5587
|
|
5588
5588
|
|
@@ -5598,7 +5598,7 @@ Requires ANY permissions:
|
|
5598
5598
|
|
5599
5599
|
|
5600
5600
|
### Example
|
5601
|
-
|
5601
|
+
```{"language":"ruby"}
|
5602
5602
|
# load the gem
|
5603
5603
|
require 'purecloudplatformclientv2'
|
5604
5604
|
# setup authorization
|
@@ -5624,7 +5624,7 @@ begin
|
|
5624
5624
|
rescue PureCloud::ApiError => e
|
5625
5625
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunkbasesettings_template: #{e}"
|
5626
5626
|
end
|
5627
|
-
|
5627
|
+
```
|
5628
5628
|
|
5629
5629
|
### Parameters
|
5630
5630
|
|
@@ -5647,7 +5647,7 @@ Name | Type | Description | Notes
|
|
5647
5647
|
|
5648
5648
|
<a name="get_telephony_providers_edges_trunks"></a>
|
5649
5649
|
|
5650
|
-
##
|
5650
|
+
## [**TrunkEntityListing**](TrunkEntityListing.html) get_telephony_providers_edges_trunks(opts)
|
5651
5651
|
|
5652
5652
|
|
5653
5653
|
|
@@ -5663,7 +5663,7 @@ Requires ANY permissions:
|
|
5663
5663
|
|
5664
5664
|
|
5665
5665
|
### Example
|
5666
|
-
|
5666
|
+
```{"language":"ruby"}
|
5667
5667
|
# load the gem
|
5668
5668
|
require 'purecloudplatformclientv2'
|
5669
5669
|
# setup authorization
|
@@ -5696,7 +5696,7 @@ begin
|
|
5696
5696
|
rescue PureCloud::ApiError => e
|
5697
5697
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunks: #{e}"
|
5698
5698
|
end
|
5699
|
-
|
5699
|
+
```
|
5700
5700
|
|
5701
5701
|
### Parameters
|
5702
5702
|
|
@@ -5725,7 +5725,7 @@ Name | Type | Description | Notes
|
|
5725
5725
|
|
5726
5726
|
<a name="get_telephony_providers_edges_trunks_metrics"></a>
|
5727
5727
|
|
5728
|
-
##
|
5728
|
+
## [**Array<TrunkMetrics>**](TrunkMetrics.html) get_telephony_providers_edges_trunks_metrics(trunk_ids)
|
5729
5729
|
|
5730
5730
|
|
5731
5731
|
|
@@ -5741,7 +5741,7 @@ Requires ANY permissions:
|
|
5741
5741
|
|
5742
5742
|
|
5743
5743
|
### Example
|
5744
|
-
|
5744
|
+
```{"language":"ruby"}
|
5745
5745
|
# load the gem
|
5746
5746
|
require 'purecloudplatformclientv2'
|
5747
5747
|
# setup authorization
|
@@ -5767,7 +5767,7 @@ begin
|
|
5767
5767
|
rescue PureCloud::ApiError => e
|
5768
5768
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunks_metrics: #{e}"
|
5769
5769
|
end
|
5770
|
-
|
5770
|
+
```
|
5771
5771
|
|
5772
5772
|
### Parameters
|
5773
5773
|
|
@@ -5790,7 +5790,7 @@ Name | Type | Description | Notes
|
|
5790
5790
|
|
5791
5791
|
<a name="get_telephony_providers_edges_trunkswithrecording"></a>
|
5792
5792
|
|
5793
|
-
##
|
5793
|
+
## [**TrunkRecordingEnabledCount**](TrunkRecordingEnabledCount.html) get_telephony_providers_edges_trunkswithrecording(opts)
|
5794
5794
|
|
5795
5795
|
|
5796
5796
|
|
@@ -5807,7 +5807,7 @@ Requires ANY permissions:
|
|
5807
5807
|
|
5808
5808
|
|
5809
5809
|
### Example
|
5810
|
-
|
5810
|
+
```{"language":"ruby"}
|
5811
5811
|
# load the gem
|
5812
5812
|
require 'purecloudplatformclientv2'
|
5813
5813
|
# setup authorization
|
@@ -5834,7 +5834,7 @@ begin
|
|
5834
5834
|
rescue PureCloud::ApiError => e
|
5835
5835
|
puts "Exception when calling TelephonyProvidersEdgeApi->get_telephony_providers_edges_trunkswithrecording: #{e}"
|
5836
5836
|
end
|
5837
|
-
|
5837
|
+
```
|
5838
5838
|
|
5839
5839
|
### Parameters
|
5840
5840
|
|
@@ -5857,7 +5857,7 @@ Name | Type | Description | Notes
|
|
5857
5857
|
|
5858
5858
|
<a name="post_telephony_providers_edge_logicalinterfaces"></a>
|
5859
5859
|
|
5860
|
-
##
|
5860
|
+
## [**DomainLogicalInterface**](DomainLogicalInterface.html) post_telephony_providers_edge_logicalinterfaces(edge_id, body)
|
5861
5861
|
|
5862
5862
|
|
5863
5863
|
|
@@ -5873,7 +5873,7 @@ Requires ANY permissions:
|
|
5873
5873
|
|
5874
5874
|
|
5875
5875
|
### Example
|
5876
|
-
|
5876
|
+
```{"language":"ruby"}
|
5877
5877
|
# load the gem
|
5878
5878
|
require 'purecloudplatformclientv2'
|
5879
5879
|
# setup authorization
|
@@ -5901,7 +5901,7 @@ begin
|
|
5901
5901
|
rescue PureCloud::ApiError => e
|
5902
5902
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_logicalinterfaces: #{e}"
|
5903
5903
|
end
|
5904
|
-
|
5904
|
+
```
|
5905
5905
|
|
5906
5906
|
### Parameters
|
5907
5907
|
|
@@ -5925,7 +5925,7 @@ Name | Type | Description | Notes
|
|
5925
5925
|
|
5926
5926
|
<a name="post_telephony_providers_edge_logs_job_upload"></a>
|
5927
5927
|
|
5928
|
-
##
|
5928
|
+
## post_telephony_providers_edge_logs_job_upload(edge_id, job_id, body)
|
5929
5929
|
|
5930
5930
|
|
5931
5931
|
|
@@ -5941,7 +5941,7 @@ Requires ANY permissions:
|
|
5941
5941
|
|
5942
5942
|
|
5943
5943
|
### Example
|
5944
|
-
|
5944
|
+
```{"language":"ruby"}
|
5945
5945
|
# load the gem
|
5946
5946
|
require 'purecloudplatformclientv2'
|
5947
5947
|
# setup authorization
|
@@ -5970,7 +5970,7 @@ begin
|
|
5970
5970
|
rescue PureCloud::ApiError => e
|
5971
5971
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_logs_job_upload: #{e}"
|
5972
5972
|
end
|
5973
|
-
|
5973
|
+
```
|
5974
5974
|
|
5975
5975
|
### Parameters
|
5976
5976
|
|
@@ -5995,7 +5995,7 @@ nil (empty response body)
|
|
5995
5995
|
|
5996
5996
|
<a name="post_telephony_providers_edge_logs_jobs"></a>
|
5997
5997
|
|
5998
|
-
##
|
5998
|
+
## [**EdgeLogsJobResponse**](EdgeLogsJobResponse.html) post_telephony_providers_edge_logs_jobs(edge_id, body)
|
5999
5999
|
|
6000
6000
|
|
6001
6001
|
|
@@ -6011,7 +6011,7 @@ Requires ANY permissions:
|
|
6011
6011
|
|
6012
6012
|
|
6013
6013
|
### Example
|
6014
|
-
|
6014
|
+
```{"language":"ruby"}
|
6015
6015
|
# load the gem
|
6016
6016
|
require 'purecloudplatformclientv2'
|
6017
6017
|
# setup authorization
|
@@ -6039,7 +6039,7 @@ begin
|
|
6039
6039
|
rescue PureCloud::ApiError => e
|
6040
6040
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_logs_jobs: #{e}"
|
6041
6041
|
end
|
6042
|
-
|
6042
|
+
```
|
6043
6043
|
|
6044
6044
|
### Parameters
|
6045
6045
|
|
@@ -6063,7 +6063,7 @@ Name | Type | Description | Notes
|
|
6063
6063
|
|
6064
6064
|
<a name="post_telephony_providers_edge_reboot"></a>
|
6065
6065
|
|
6066
|
-
##
|
6066
|
+
## String** post_telephony_providers_edge_reboot(edge_id, opts)
|
6067
6067
|
|
6068
6068
|
|
6069
6069
|
|
@@ -6079,7 +6079,7 @@ Requires ANY permissions:
|
|
6079
6079
|
|
6080
6080
|
|
6081
6081
|
### Example
|
6082
|
-
|
6082
|
+
```{"language":"ruby"}
|
6083
6083
|
# load the gem
|
6084
6084
|
require 'purecloudplatformclientv2'
|
6085
6085
|
# setup authorization
|
@@ -6108,7 +6108,7 @@ begin
|
|
6108
6108
|
rescue PureCloud::ApiError => e
|
6109
6109
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_reboot: #{e}"
|
6110
6110
|
end
|
6111
|
-
|
6111
|
+
```
|
6112
6112
|
|
6113
6113
|
### Parameters
|
6114
6114
|
|
@@ -6132,7 +6132,7 @@ Name | Type | Description | Notes
|
|
6132
6132
|
|
6133
6133
|
<a name="post_telephony_providers_edge_softwareupdate"></a>
|
6134
6134
|
|
6135
|
-
##
|
6135
|
+
## [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) post_telephony_providers_edge_softwareupdate(edge_id, body)
|
6136
6136
|
|
6137
6137
|
|
6138
6138
|
|
@@ -6147,7 +6147,7 @@ Requires NO permissions:
|
|
6147
6147
|
|
6148
6148
|
|
6149
6149
|
### Example
|
6150
|
-
|
6150
|
+
```{"language":"ruby"}
|
6151
6151
|
# load the gem
|
6152
6152
|
require 'purecloudplatformclientv2'
|
6153
6153
|
# setup authorization
|
@@ -6175,7 +6175,7 @@ begin
|
|
6175
6175
|
rescue PureCloud::ApiError => e
|
6176
6176
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_softwareupdate: #{e}"
|
6177
6177
|
end
|
6178
|
-
|
6178
|
+
```
|
6179
6179
|
|
6180
6180
|
### Parameters
|
6181
6181
|
|
@@ -6199,7 +6199,7 @@ Name | Type | Description | Notes
|
|
6199
6199
|
|
6200
6200
|
<a name="post_telephony_providers_edge_statuscode"></a>
|
6201
6201
|
|
6202
|
-
##
|
6202
|
+
## String** post_telephony_providers_edge_statuscode(edge_id, opts)
|
6203
6203
|
|
6204
6204
|
|
6205
6205
|
|
@@ -6215,7 +6215,7 @@ Requires ANY permissions:
|
|
6215
6215
|
|
6216
6216
|
|
6217
6217
|
### Example
|
6218
|
-
|
6218
|
+
```{"language":"ruby"}
|
6219
6219
|
# load the gem
|
6220
6220
|
require 'purecloudplatformclientv2'
|
6221
6221
|
# setup authorization
|
@@ -6244,7 +6244,7 @@ begin
|
|
6244
6244
|
rescue PureCloud::ApiError => e
|
6245
6245
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_statuscode: #{e}"
|
6246
6246
|
end
|
6247
|
-
|
6247
|
+
```
|
6248
6248
|
|
6249
6249
|
### Parameters
|
6250
6250
|
|
@@ -6268,7 +6268,7 @@ Name | Type | Description | Notes
|
|
6268
6268
|
|
6269
6269
|
<a name="post_telephony_providers_edge_unpair"></a>
|
6270
6270
|
|
6271
|
-
##
|
6271
|
+
## String** post_telephony_providers_edge_unpair(edge_id)
|
6272
6272
|
|
6273
6273
|
|
6274
6274
|
|
@@ -6284,7 +6284,7 @@ Requires ANY permissions:
|
|
6284
6284
|
|
6285
6285
|
|
6286
6286
|
### Example
|
6287
|
-
|
6287
|
+
```{"language":"ruby"}
|
6288
6288
|
# load the gem
|
6289
6289
|
require 'purecloudplatformclientv2'
|
6290
6290
|
# setup authorization
|
@@ -6310,7 +6310,7 @@ begin
|
|
6310
6310
|
rescue PureCloud::ApiError => e
|
6311
6311
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edge_unpair: #{e}"
|
6312
6312
|
end
|
6313
|
-
|
6313
|
+
```
|
6314
6314
|
|
6315
6315
|
### Parameters
|
6316
6316
|
|
@@ -6333,7 +6333,7 @@ Name | Type | Description | Notes
|
|
6333
6333
|
|
6334
6334
|
<a name="post_telephony_providers_edges"></a>
|
6335
6335
|
|
6336
|
-
##
|
6336
|
+
## [**Edge**](Edge.html) post_telephony_providers_edges(body)
|
6337
6337
|
|
6338
6338
|
|
6339
6339
|
|
@@ -6349,7 +6349,7 @@ Requires ANY permissions:
|
|
6349
6349
|
|
6350
6350
|
|
6351
6351
|
### Example
|
6352
|
-
|
6352
|
+
```{"language":"ruby"}
|
6353
6353
|
# load the gem
|
6354
6354
|
require 'purecloudplatformclientv2'
|
6355
6355
|
# setup authorization
|
@@ -6375,7 +6375,7 @@ begin
|
|
6375
6375
|
rescue PureCloud::ApiError => e
|
6376
6376
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges: #{e}"
|
6377
6377
|
end
|
6378
|
-
|
6378
|
+
```
|
6379
6379
|
|
6380
6380
|
### Parameters
|
6381
6381
|
|
@@ -6398,7 +6398,7 @@ Name | Type | Description | Notes
|
|
6398
6398
|
|
6399
6399
|
<a name="post_telephony_providers_edges_addressvalidation"></a>
|
6400
6400
|
|
6401
|
-
##
|
6401
|
+
## [**ValidateAddressResponse**](ValidateAddressResponse.html) post_telephony_providers_edges_addressvalidation(body)
|
6402
6402
|
|
6403
6403
|
|
6404
6404
|
|
@@ -6413,7 +6413,7 @@ Requires NO permissions:
|
|
6413
6413
|
|
6414
6414
|
|
6415
6415
|
### Example
|
6416
|
-
|
6416
|
+
```{"language":"ruby"}
|
6417
6417
|
# load the gem
|
6418
6418
|
require 'purecloudplatformclientv2'
|
6419
6419
|
# setup authorization
|
@@ -6439,7 +6439,7 @@ begin
|
|
6439
6439
|
rescue PureCloud::ApiError => e
|
6440
6440
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_addressvalidation: #{e}"
|
6441
6441
|
end
|
6442
|
-
|
6442
|
+
```
|
6443
6443
|
|
6444
6444
|
### Parameters
|
6445
6445
|
|
@@ -6462,7 +6462,7 @@ Name | Type | Description | Notes
|
|
6462
6462
|
|
6463
6463
|
<a name="post_telephony_providers_edges_certificateauthorities"></a>
|
6464
6464
|
|
6465
|
-
##
|
6465
|
+
## [**DomainCertificateAuthority**](DomainCertificateAuthority.html) post_telephony_providers_edges_certificateauthorities(body)
|
6466
6466
|
|
6467
6467
|
|
6468
6468
|
|
@@ -6478,7 +6478,7 @@ Requires ANY permissions:
|
|
6478
6478
|
|
6479
6479
|
|
6480
6480
|
### Example
|
6481
|
-
|
6481
|
+
```{"language":"ruby"}
|
6482
6482
|
# load the gem
|
6483
6483
|
require 'purecloudplatformclientv2'
|
6484
6484
|
# setup authorization
|
@@ -6504,7 +6504,7 @@ begin
|
|
6504
6504
|
rescue PureCloud::ApiError => e
|
6505
6505
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_certificateauthorities: #{e}"
|
6506
6506
|
end
|
6507
|
-
|
6507
|
+
```
|
6508
6508
|
|
6509
6509
|
### Parameters
|
6510
6510
|
|
@@ -6527,7 +6527,7 @@ Name | Type | Description | Notes
|
|
6527
6527
|
|
6528
6528
|
<a name="post_telephony_providers_edges_didpools"></a>
|
6529
6529
|
|
6530
|
-
##
|
6530
|
+
## [**DIDPool**](DIDPool.html) post_telephony_providers_edges_didpools(body)
|
6531
6531
|
|
6532
6532
|
|
6533
6533
|
|
@@ -6543,7 +6543,7 @@ Requires ANY permissions:
|
|
6543
6543
|
|
6544
6544
|
|
6545
6545
|
### Example
|
6546
|
-
|
6546
|
+
```{"language":"ruby"}
|
6547
6547
|
# load the gem
|
6548
6548
|
require 'purecloudplatformclientv2'
|
6549
6549
|
# setup authorization
|
@@ -6569,7 +6569,7 @@ begin
|
|
6569
6569
|
rescue PureCloud::ApiError => e
|
6570
6570
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_didpools: #{e}"
|
6571
6571
|
end
|
6572
|
-
|
6572
|
+
```
|
6573
6573
|
|
6574
6574
|
### Parameters
|
6575
6575
|
|
@@ -6592,7 +6592,7 @@ Name | Type | Description | Notes
|
|
6592
6592
|
|
6593
6593
|
<a name="post_telephony_providers_edges_edgegroups"></a>
|
6594
6594
|
|
6595
|
-
##
|
6595
|
+
## [**EdgeGroup**](EdgeGroup.html) post_telephony_providers_edges_edgegroups(body)
|
6596
6596
|
|
6597
6597
|
|
6598
6598
|
|
@@ -6608,7 +6608,7 @@ Requires ANY permissions:
|
|
6608
6608
|
|
6609
6609
|
|
6610
6610
|
### Example
|
6611
|
-
|
6611
|
+
```{"language":"ruby"}
|
6612
6612
|
# load the gem
|
6613
6613
|
require 'purecloudplatformclientv2'
|
6614
6614
|
# setup authorization
|
@@ -6634,7 +6634,7 @@ begin
|
|
6634
6634
|
rescue PureCloud::ApiError => e
|
6635
6635
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_edgegroups: #{e}"
|
6636
6636
|
end
|
6637
|
-
|
6637
|
+
```
|
6638
6638
|
|
6639
6639
|
### Parameters
|
6640
6640
|
|
@@ -6657,7 +6657,7 @@ Name | Type | Description | Notes
|
|
6657
6657
|
|
6658
6658
|
<a name="post_telephony_providers_edges_endpoints"></a>
|
6659
6659
|
|
6660
|
-
##
|
6660
|
+
## [**Endpoint**](Endpoint.html) post_telephony_providers_edges_endpoints(body)
|
6661
6661
|
|
6662
6662
|
|
6663
6663
|
|
@@ -6673,7 +6673,7 @@ Requires ANY permissions:
|
|
6673
6673
|
|
6674
6674
|
|
6675
6675
|
### Example
|
6676
|
-
|
6676
|
+
```{"language":"ruby"}
|
6677
6677
|
# load the gem
|
6678
6678
|
require 'purecloudplatformclientv2'
|
6679
6679
|
# setup authorization
|
@@ -6699,7 +6699,7 @@ begin
|
|
6699
6699
|
rescue PureCloud::ApiError => e
|
6700
6700
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_endpoints: #{e}"
|
6701
6701
|
end
|
6702
|
-
|
6702
|
+
```
|
6703
6703
|
|
6704
6704
|
### Parameters
|
6705
6705
|
|
@@ -6722,7 +6722,7 @@ Name | Type | Description | Notes
|
|
6722
6722
|
|
6723
6723
|
<a name="post_telephony_providers_edges_extensionpools"></a>
|
6724
6724
|
|
6725
|
-
##
|
6725
|
+
## [**ExtensionPool**](ExtensionPool.html) post_telephony_providers_edges_extensionpools(body)
|
6726
6726
|
|
6727
6727
|
|
6728
6728
|
|
@@ -6738,7 +6738,7 @@ Requires ANY permissions:
|
|
6738
6738
|
|
6739
6739
|
|
6740
6740
|
### Example
|
6741
|
-
|
6741
|
+
```{"language":"ruby"}
|
6742
6742
|
# load the gem
|
6743
6743
|
require 'purecloudplatformclientv2'
|
6744
6744
|
# setup authorization
|
@@ -6764,7 +6764,7 @@ begin
|
|
6764
6764
|
rescue PureCloud::ApiError => e
|
6765
6765
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_extensionpools: #{e}"
|
6766
6766
|
end
|
6767
|
-
|
6767
|
+
```
|
6768
6768
|
|
6769
6769
|
### Parameters
|
6770
6770
|
|
@@ -6787,7 +6787,7 @@ Name | Type | Description | Notes
|
|
6787
6787
|
|
6788
6788
|
<a name="post_telephony_providers_edges_outboundroutes"></a>
|
6789
6789
|
|
6790
|
-
##
|
6790
|
+
## [**OutboundRoute**](OutboundRoute.html) post_telephony_providers_edges_outboundroutes(body)
|
6791
6791
|
|
6792
6792
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
6793
6793
|
|
@@ -6803,7 +6803,7 @@ Requires ANY permissions:
|
|
6803
6803
|
|
6804
6804
|
|
6805
6805
|
### Example
|
6806
|
-
|
6806
|
+
```{"language":"ruby"}
|
6807
6807
|
# load the gem
|
6808
6808
|
require 'purecloudplatformclientv2'
|
6809
6809
|
# setup authorization
|
@@ -6829,7 +6829,7 @@ begin
|
|
6829
6829
|
rescue PureCloud::ApiError => e
|
6830
6830
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_outboundroutes: #{e}"
|
6831
6831
|
end
|
6832
|
-
|
6832
|
+
```
|
6833
6833
|
|
6834
6834
|
### Parameters
|
6835
6835
|
|
@@ -6852,7 +6852,7 @@ Name | Type | Description | Notes
|
|
6852
6852
|
|
6853
6853
|
<a name="post_telephony_providers_edges_phone_reboot"></a>
|
6854
6854
|
|
6855
|
-
##
|
6855
|
+
## post_telephony_providers_edges_phone_reboot(phone_id)
|
6856
6856
|
|
6857
6857
|
|
6858
6858
|
|
@@ -6868,7 +6868,7 @@ Requires ANY permissions:
|
|
6868
6868
|
|
6869
6869
|
|
6870
6870
|
### Example
|
6871
|
-
|
6871
|
+
```{"language":"ruby"}
|
6872
6872
|
# load the gem
|
6873
6873
|
require 'purecloudplatformclientv2'
|
6874
6874
|
# setup authorization
|
@@ -6893,7 +6893,7 @@ begin
|
|
6893
6893
|
rescue PureCloud::ApiError => e
|
6894
6894
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_phone_reboot: #{e}"
|
6895
6895
|
end
|
6896
|
-
|
6896
|
+
```
|
6897
6897
|
|
6898
6898
|
### Parameters
|
6899
6899
|
|
@@ -6916,7 +6916,7 @@ nil (empty response body)
|
|
6916
6916
|
|
6917
6917
|
<a name="post_telephony_providers_edges_phonebasesettings"></a>
|
6918
6918
|
|
6919
|
-
##
|
6919
|
+
## [**PhoneBase**](PhoneBase.html) post_telephony_providers_edges_phonebasesettings(body)
|
6920
6920
|
|
6921
6921
|
|
6922
6922
|
|
@@ -6932,7 +6932,7 @@ Requires ANY permissions:
|
|
6932
6932
|
|
6933
6933
|
|
6934
6934
|
### Example
|
6935
|
-
|
6935
|
+
```{"language":"ruby"}
|
6936
6936
|
# load the gem
|
6937
6937
|
require 'purecloudplatformclientv2'
|
6938
6938
|
# setup authorization
|
@@ -6958,7 +6958,7 @@ begin
|
|
6958
6958
|
rescue PureCloud::ApiError => e
|
6959
6959
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_phonebasesettings: #{e}"
|
6960
6960
|
end
|
6961
|
-
|
6961
|
+
```
|
6962
6962
|
|
6963
6963
|
### Parameters
|
6964
6964
|
|
@@ -6981,7 +6981,7 @@ Name | Type | Description | Notes
|
|
6981
6981
|
|
6982
6982
|
<a name="post_telephony_providers_edges_phones"></a>
|
6983
6983
|
|
6984
|
-
##
|
6984
|
+
## [**Phone**](Phone.html) post_telephony_providers_edges_phones(body)
|
6985
6985
|
|
6986
6986
|
|
6987
6987
|
|
@@ -6997,7 +6997,7 @@ Requires ANY permissions:
|
|
6997
6997
|
|
6998
6998
|
|
6999
6999
|
### Example
|
7000
|
-
|
7000
|
+
```{"language":"ruby"}
|
7001
7001
|
# load the gem
|
7002
7002
|
require 'purecloudplatformclientv2'
|
7003
7003
|
# setup authorization
|
@@ -7023,7 +7023,7 @@ begin
|
|
7023
7023
|
rescue PureCloud::ApiError => e
|
7024
7024
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_phones: #{e}"
|
7025
7025
|
end
|
7026
|
-
|
7026
|
+
```
|
7027
7027
|
|
7028
7028
|
### Parameters
|
7029
7029
|
|
@@ -7046,7 +7046,7 @@ Name | Type | Description | Notes
|
|
7046
7046
|
|
7047
7047
|
<a name="post_telephony_providers_edges_phones_reboot"></a>
|
7048
7048
|
|
7049
|
-
##
|
7049
|
+
## post_telephony_providers_edges_phones_reboot(body)
|
7050
7050
|
|
7051
7051
|
|
7052
7052
|
|
@@ -7062,7 +7062,7 @@ Requires ANY permissions:
|
|
7062
7062
|
|
7063
7063
|
|
7064
7064
|
### Example
|
7065
|
-
|
7065
|
+
```{"language":"ruby"}
|
7066
7066
|
# load the gem
|
7067
7067
|
require 'purecloudplatformclientv2'
|
7068
7068
|
# setup authorization
|
@@ -7087,7 +7087,7 @@ begin
|
|
7087
7087
|
rescue PureCloud::ApiError => e
|
7088
7088
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_phones_reboot: #{e}"
|
7089
7089
|
end
|
7090
|
-
|
7090
|
+
```
|
7091
7091
|
|
7092
7092
|
### Parameters
|
7093
7093
|
|
@@ -7110,7 +7110,7 @@ nil (empty response body)
|
|
7110
7110
|
|
7111
7111
|
<a name="post_telephony_providers_edges_site_outboundroutes"></a>
|
7112
7112
|
|
7113
|
-
##
|
7113
|
+
## [**OutboundRouteBase**](OutboundRouteBase.html) post_telephony_providers_edges_site_outboundroutes(site_id, body)
|
7114
7114
|
|
7115
7115
|
|
7116
7116
|
|
@@ -7126,7 +7126,7 @@ Requires ANY permissions:
|
|
7126
7126
|
|
7127
7127
|
|
7128
7128
|
### Example
|
7129
|
-
|
7129
|
+
```{"language":"ruby"}
|
7130
7130
|
# load the gem
|
7131
7131
|
require 'purecloudplatformclientv2'
|
7132
7132
|
# setup authorization
|
@@ -7154,7 +7154,7 @@ begin
|
|
7154
7154
|
rescue PureCloud::ApiError => e
|
7155
7155
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_site_outboundroutes: #{e}"
|
7156
7156
|
end
|
7157
|
-
|
7157
|
+
```
|
7158
7158
|
|
7159
7159
|
### Parameters
|
7160
7160
|
|
@@ -7178,7 +7178,7 @@ Name | Type | Description | Notes
|
|
7178
7178
|
|
7179
7179
|
<a name="post_telephony_providers_edges_site_rebalance"></a>
|
7180
7180
|
|
7181
|
-
##
|
7181
|
+
## post_telephony_providers_edges_site_rebalance(site_id)
|
7182
7182
|
|
7183
7183
|
|
7184
7184
|
|
@@ -7194,7 +7194,7 @@ Requires ANY permissions:
|
|
7194
7194
|
|
7195
7195
|
|
7196
7196
|
### Example
|
7197
|
-
|
7197
|
+
```{"language":"ruby"}
|
7198
7198
|
# load the gem
|
7199
7199
|
require 'purecloudplatformclientv2'
|
7200
7200
|
# setup authorization
|
@@ -7219,7 +7219,7 @@ begin
|
|
7219
7219
|
rescue PureCloud::ApiError => e
|
7220
7220
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_site_rebalance: #{e}"
|
7221
7221
|
end
|
7222
|
-
|
7222
|
+
```
|
7223
7223
|
|
7224
7224
|
### Parameters
|
7225
7225
|
|
@@ -7242,7 +7242,7 @@ nil (empty response body)
|
|
7242
7242
|
|
7243
7243
|
<a name="post_telephony_providers_edges_sites"></a>
|
7244
7244
|
|
7245
|
-
##
|
7245
|
+
## [**Site**](Site.html) post_telephony_providers_edges_sites(body)
|
7246
7246
|
|
7247
7247
|
|
7248
7248
|
|
@@ -7258,7 +7258,7 @@ Requires ANY permissions:
|
|
7258
7258
|
|
7259
7259
|
|
7260
7260
|
### Example
|
7261
|
-
|
7261
|
+
```{"language":"ruby"}
|
7262
7262
|
# load the gem
|
7263
7263
|
require 'purecloudplatformclientv2'
|
7264
7264
|
# setup authorization
|
@@ -7284,7 +7284,7 @@ begin
|
|
7284
7284
|
rescue PureCloud::ApiError => e
|
7285
7285
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_sites: #{e}"
|
7286
7286
|
end
|
7287
|
-
|
7287
|
+
```
|
7288
7288
|
|
7289
7289
|
### Parameters
|
7290
7290
|
|
@@ -7307,7 +7307,7 @@ Name | Type | Description | Notes
|
|
7307
7307
|
|
7308
7308
|
<a name="post_telephony_providers_edges_trunkbasesettings"></a>
|
7309
7309
|
|
7310
|
-
##
|
7310
|
+
## [**TrunkBase**](TrunkBase.html) post_telephony_providers_edges_trunkbasesettings(body)
|
7311
7311
|
|
7312
7312
|
|
7313
7313
|
|
@@ -7323,7 +7323,7 @@ Requires ANY permissions:
|
|
7323
7323
|
|
7324
7324
|
|
7325
7325
|
### Example
|
7326
|
-
|
7326
|
+
```{"language":"ruby"}
|
7327
7327
|
# load the gem
|
7328
7328
|
require 'purecloudplatformclientv2'
|
7329
7329
|
# setup authorization
|
@@ -7349,7 +7349,7 @@ begin
|
|
7349
7349
|
rescue PureCloud::ApiError => e
|
7350
7350
|
puts "Exception when calling TelephonyProvidersEdgeApi->post_telephony_providers_edges_trunkbasesettings: #{e}"
|
7351
7351
|
end
|
7352
|
-
|
7352
|
+
```
|
7353
7353
|
|
7354
7354
|
### Parameters
|
7355
7355
|
|
@@ -7372,7 +7372,7 @@ Name | Type | Description | Notes
|
|
7372
7372
|
|
7373
7373
|
<a name="put_telephony_providers_edge"></a>
|
7374
7374
|
|
7375
|
-
##
|
7375
|
+
## [**Edge**](Edge.html) put_telephony_providers_edge(edge_id, body)
|
7376
7376
|
|
7377
7377
|
|
7378
7378
|
|
@@ -7388,7 +7388,7 @@ Requires ANY permissions:
|
|
7388
7388
|
|
7389
7389
|
|
7390
7390
|
### Example
|
7391
|
-
|
7391
|
+
```{"language":"ruby"}
|
7392
7392
|
# load the gem
|
7393
7393
|
require 'purecloudplatformclientv2'
|
7394
7394
|
# setup authorization
|
@@ -7416,7 +7416,7 @@ begin
|
|
7416
7416
|
rescue PureCloud::ApiError => e
|
7417
7417
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edge: #{e}"
|
7418
7418
|
end
|
7419
|
-
|
7419
|
+
```
|
7420
7420
|
|
7421
7421
|
### Parameters
|
7422
7422
|
|
@@ -7440,7 +7440,7 @@ Name | Type | Description | Notes
|
|
7440
7440
|
|
7441
7441
|
<a name="put_telephony_providers_edge_line"></a>
|
7442
7442
|
|
7443
|
-
##
|
7443
|
+
## [**EdgeLine**](EdgeLine.html) put_telephony_providers_edge_line(edge_id, line_id, body)
|
7444
7444
|
|
7445
7445
|
|
7446
7446
|
|
@@ -7456,7 +7456,7 @@ Requires ANY permissions:
|
|
7456
7456
|
|
7457
7457
|
|
7458
7458
|
### Example
|
7459
|
-
|
7459
|
+
```{"language":"ruby"}
|
7460
7460
|
# load the gem
|
7461
7461
|
require 'purecloudplatformclientv2'
|
7462
7462
|
# setup authorization
|
@@ -7486,7 +7486,7 @@ begin
|
|
7486
7486
|
rescue PureCloud::ApiError => e
|
7487
7487
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edge_line: #{e}"
|
7488
7488
|
end
|
7489
|
-
|
7489
|
+
```
|
7490
7490
|
|
7491
7491
|
### Parameters
|
7492
7492
|
|
@@ -7511,7 +7511,7 @@ Name | Type | Description | Notes
|
|
7511
7511
|
|
7512
7512
|
<a name="put_telephony_providers_edge_logicalinterface"></a>
|
7513
7513
|
|
7514
|
-
##
|
7514
|
+
## [**DomainLogicalInterface**](DomainLogicalInterface.html) put_telephony_providers_edge_logicalinterface(edge_id, interface_id, body)
|
7515
7515
|
|
7516
7516
|
|
7517
7517
|
|
@@ -7527,7 +7527,7 @@ Requires ANY permissions:
|
|
7527
7527
|
|
7528
7528
|
|
7529
7529
|
### Example
|
7530
|
-
|
7530
|
+
```{"language":"ruby"}
|
7531
7531
|
# load the gem
|
7532
7532
|
require 'purecloudplatformclientv2'
|
7533
7533
|
# setup authorization
|
@@ -7557,7 +7557,7 @@ begin
|
|
7557
7557
|
rescue PureCloud::ApiError => e
|
7558
7558
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edge_logicalinterface: #{e}"
|
7559
7559
|
end
|
7560
|
-
|
7560
|
+
```
|
7561
7561
|
|
7562
7562
|
### Parameters
|
7563
7563
|
|
@@ -7582,7 +7582,7 @@ Name | Type | Description | Notes
|
|
7582
7582
|
|
7583
7583
|
<a name="put_telephony_providers_edges_certificateauthority"></a>
|
7584
7584
|
|
7585
|
-
##
|
7585
|
+
## [**DomainCertificateAuthority**](DomainCertificateAuthority.html) put_telephony_providers_edges_certificateauthority(certificate_id, body)
|
7586
7586
|
|
7587
7587
|
|
7588
7588
|
|
@@ -7598,7 +7598,7 @@ Requires ANY permissions:
|
|
7598
7598
|
|
7599
7599
|
|
7600
7600
|
### Example
|
7601
|
-
|
7601
|
+
```{"language":"ruby"}
|
7602
7602
|
# load the gem
|
7603
7603
|
require 'purecloudplatformclientv2'
|
7604
7604
|
# setup authorization
|
@@ -7626,7 +7626,7 @@ begin
|
|
7626
7626
|
rescue PureCloud::ApiError => e
|
7627
7627
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_certificateauthority: #{e}"
|
7628
7628
|
end
|
7629
|
-
|
7629
|
+
```
|
7630
7630
|
|
7631
7631
|
### Parameters
|
7632
7632
|
|
@@ -7650,7 +7650,7 @@ Name | Type | Description | Notes
|
|
7650
7650
|
|
7651
7651
|
<a name="put_telephony_providers_edges_did"></a>
|
7652
7652
|
|
7653
|
-
##
|
7653
|
+
## [**DID**](DID.html) put_telephony_providers_edges_did(did_id, body)
|
7654
7654
|
|
7655
7655
|
|
7656
7656
|
|
@@ -7666,7 +7666,7 @@ Requires ANY permissions:
|
|
7666
7666
|
|
7667
7667
|
|
7668
7668
|
### Example
|
7669
|
-
|
7669
|
+
```{"language":"ruby"}
|
7670
7670
|
# load the gem
|
7671
7671
|
require 'purecloudplatformclientv2'
|
7672
7672
|
# setup authorization
|
@@ -7694,7 +7694,7 @@ begin
|
|
7694
7694
|
rescue PureCloud::ApiError => e
|
7695
7695
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_did: #{e}"
|
7696
7696
|
end
|
7697
|
-
|
7697
|
+
```
|
7698
7698
|
|
7699
7699
|
### Parameters
|
7700
7700
|
|
@@ -7718,7 +7718,7 @@ Name | Type | Description | Notes
|
|
7718
7718
|
|
7719
7719
|
<a name="put_telephony_providers_edges_didpool"></a>
|
7720
7720
|
|
7721
|
-
##
|
7721
|
+
## [**DIDPool**](DIDPool.html) put_telephony_providers_edges_didpool(did_pool_id, body)
|
7722
7722
|
|
7723
7723
|
|
7724
7724
|
|
@@ -7734,7 +7734,7 @@ Requires ANY permissions:
|
|
7734
7734
|
|
7735
7735
|
|
7736
7736
|
### Example
|
7737
|
-
|
7737
|
+
```{"language":"ruby"}
|
7738
7738
|
# load the gem
|
7739
7739
|
require 'purecloudplatformclientv2'
|
7740
7740
|
# setup authorization
|
@@ -7762,7 +7762,7 @@ begin
|
|
7762
7762
|
rescue PureCloud::ApiError => e
|
7763
7763
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_didpool: #{e}"
|
7764
7764
|
end
|
7765
|
-
|
7765
|
+
```
|
7766
7766
|
|
7767
7767
|
### Parameters
|
7768
7768
|
|
@@ -7786,7 +7786,7 @@ Name | Type | Description | Notes
|
|
7786
7786
|
|
7787
7787
|
<a name="put_telephony_providers_edges_edgegroup"></a>
|
7788
7788
|
|
7789
|
-
##
|
7789
|
+
## [**EdgeGroup**](EdgeGroup.html) put_telephony_providers_edges_edgegroup(edge_group_id, body)
|
7790
7790
|
|
7791
7791
|
|
7792
7792
|
|
@@ -7802,7 +7802,7 @@ Requires ANY permissions:
|
|
7802
7802
|
|
7803
7803
|
|
7804
7804
|
### Example
|
7805
|
-
|
7805
|
+
```{"language":"ruby"}
|
7806
7806
|
# load the gem
|
7807
7807
|
require 'purecloudplatformclientv2'
|
7808
7808
|
# setup authorization
|
@@ -7830,7 +7830,7 @@ begin
|
|
7830
7830
|
rescue PureCloud::ApiError => e
|
7831
7831
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_edgegroup: #{e}"
|
7832
7832
|
end
|
7833
|
-
|
7833
|
+
```
|
7834
7834
|
|
7835
7835
|
### Parameters
|
7836
7836
|
|
@@ -7854,7 +7854,7 @@ Name | Type | Description | Notes
|
|
7854
7854
|
|
7855
7855
|
<a name="put_telephony_providers_edges_edgegroup_edgetrunkbase"></a>
|
7856
7856
|
|
7857
|
-
##
|
7857
|
+
## [**EdgeTrunkBase**](EdgeTrunkBase.html) put_telephony_providers_edges_edgegroup_edgetrunkbase(edgegroup_id, edgetrunkbase_id, body)
|
7858
7858
|
|
7859
7859
|
|
7860
7860
|
|
@@ -7870,7 +7870,7 @@ Requires ANY permissions:
|
|
7870
7870
|
|
7871
7871
|
|
7872
7872
|
### Example
|
7873
|
-
|
7873
|
+
```{"language":"ruby"}
|
7874
7874
|
# load the gem
|
7875
7875
|
require 'purecloudplatformclientv2'
|
7876
7876
|
# setup authorization
|
@@ -7900,7 +7900,7 @@ begin
|
|
7900
7900
|
rescue PureCloud::ApiError => e
|
7901
7901
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_edgegroup_edgetrunkbase: #{e}"
|
7902
7902
|
end
|
7903
|
-
|
7903
|
+
```
|
7904
7904
|
|
7905
7905
|
### Parameters
|
7906
7906
|
|
@@ -7925,7 +7925,7 @@ Name | Type | Description | Notes
|
|
7925
7925
|
|
7926
7926
|
<a name="put_telephony_providers_edges_endpoint"></a>
|
7927
7927
|
|
7928
|
-
##
|
7928
|
+
## [**Endpoint**](Endpoint.html) put_telephony_providers_edges_endpoint(endpoint_id, body)
|
7929
7929
|
|
7930
7930
|
|
7931
7931
|
|
@@ -7941,7 +7941,7 @@ Requires ANY permissions:
|
|
7941
7941
|
|
7942
7942
|
|
7943
7943
|
### Example
|
7944
|
-
|
7944
|
+
```{"language":"ruby"}
|
7945
7945
|
# load the gem
|
7946
7946
|
require 'purecloudplatformclientv2'
|
7947
7947
|
# setup authorization
|
@@ -7969,7 +7969,7 @@ begin
|
|
7969
7969
|
rescue PureCloud::ApiError => e
|
7970
7970
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_endpoint: #{e}"
|
7971
7971
|
end
|
7972
|
-
|
7972
|
+
```
|
7973
7973
|
|
7974
7974
|
### Parameters
|
7975
7975
|
|
@@ -7993,7 +7993,7 @@ Name | Type | Description | Notes
|
|
7993
7993
|
|
7994
7994
|
<a name="put_telephony_providers_edges_extension"></a>
|
7995
7995
|
|
7996
|
-
##
|
7996
|
+
## [**Extension**](Extension.html) put_telephony_providers_edges_extension(extension_id, body)
|
7997
7997
|
|
7998
7998
|
|
7999
7999
|
|
@@ -8009,7 +8009,7 @@ Requires ANY permissions:
|
|
8009
8009
|
|
8010
8010
|
|
8011
8011
|
### Example
|
8012
|
-
|
8012
|
+
```{"language":"ruby"}
|
8013
8013
|
# load the gem
|
8014
8014
|
require 'purecloudplatformclientv2'
|
8015
8015
|
# setup authorization
|
@@ -8037,7 +8037,7 @@ begin
|
|
8037
8037
|
rescue PureCloud::ApiError => e
|
8038
8038
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_extension: #{e}"
|
8039
8039
|
end
|
8040
|
-
|
8040
|
+
```
|
8041
8041
|
|
8042
8042
|
### Parameters
|
8043
8043
|
|
@@ -8061,7 +8061,7 @@ Name | Type | Description | Notes
|
|
8061
8061
|
|
8062
8062
|
<a name="put_telephony_providers_edges_extensionpool"></a>
|
8063
8063
|
|
8064
|
-
##
|
8064
|
+
## [**ExtensionPool**](ExtensionPool.html) put_telephony_providers_edges_extensionpool(extension_pool_id, body)
|
8065
8065
|
|
8066
8066
|
|
8067
8067
|
|
@@ -8077,7 +8077,7 @@ Requires ANY permissions:
|
|
8077
8077
|
|
8078
8078
|
|
8079
8079
|
### Example
|
8080
|
-
|
8080
|
+
```{"language":"ruby"}
|
8081
8081
|
# load the gem
|
8082
8082
|
require 'purecloudplatformclientv2'
|
8083
8083
|
# setup authorization
|
@@ -8105,7 +8105,7 @@ begin
|
|
8105
8105
|
rescue PureCloud::ApiError => e
|
8106
8106
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_extensionpool: #{e}"
|
8107
8107
|
end
|
8108
|
-
|
8108
|
+
```
|
8109
8109
|
|
8110
8110
|
### Parameters
|
8111
8111
|
|
@@ -8129,7 +8129,7 @@ Name | Type | Description | Notes
|
|
8129
8129
|
|
8130
8130
|
<a name="put_telephony_providers_edges_outboundroute"></a>
|
8131
8131
|
|
8132
|
-
##
|
8132
|
+
## [**OutboundRoute**](OutboundRoute.html) put_telephony_providers_edges_outboundroute(outbound_route_id, body)
|
8133
8133
|
|
8134
8134
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8135
8135
|
|
@@ -8145,7 +8145,7 @@ Requires ANY permissions:
|
|
8145
8145
|
|
8146
8146
|
|
8147
8147
|
### Example
|
8148
|
-
|
8148
|
+
```{"language":"ruby"}
|
8149
8149
|
# load the gem
|
8150
8150
|
require 'purecloudplatformclientv2'
|
8151
8151
|
# setup authorization
|
@@ -8173,7 +8173,7 @@ begin
|
|
8173
8173
|
rescue PureCloud::ApiError => e
|
8174
8174
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_outboundroute: #{e}"
|
8175
8175
|
end
|
8176
|
-
|
8176
|
+
```
|
8177
8177
|
|
8178
8178
|
### Parameters
|
8179
8179
|
|
@@ -8197,7 +8197,7 @@ Name | Type | Description | Notes
|
|
8197
8197
|
|
8198
8198
|
<a name="put_telephony_providers_edges_phone"></a>
|
8199
8199
|
|
8200
|
-
##
|
8200
|
+
## [**Phone**](Phone.html) put_telephony_providers_edges_phone(phone_id, body)
|
8201
8201
|
|
8202
8202
|
|
8203
8203
|
|
@@ -8213,7 +8213,7 @@ Requires ANY permissions:
|
|
8213
8213
|
|
8214
8214
|
|
8215
8215
|
### Example
|
8216
|
-
|
8216
|
+
```{"language":"ruby"}
|
8217
8217
|
# load the gem
|
8218
8218
|
require 'purecloudplatformclientv2'
|
8219
8219
|
# setup authorization
|
@@ -8241,7 +8241,7 @@ begin
|
|
8241
8241
|
rescue PureCloud::ApiError => e
|
8242
8242
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_phone: #{e}"
|
8243
8243
|
end
|
8244
|
-
|
8244
|
+
```
|
8245
8245
|
|
8246
8246
|
### Parameters
|
8247
8247
|
|
@@ -8265,7 +8265,7 @@ Name | Type | Description | Notes
|
|
8265
8265
|
|
8266
8266
|
<a name="put_telephony_providers_edges_phonebasesetting"></a>
|
8267
8267
|
|
8268
|
-
##
|
8268
|
+
## [**PhoneBase**](PhoneBase.html) put_telephony_providers_edges_phonebasesetting(phone_base_id, body)
|
8269
8269
|
|
8270
8270
|
|
8271
8271
|
|
@@ -8281,7 +8281,7 @@ Requires ANY permissions:
|
|
8281
8281
|
|
8282
8282
|
|
8283
8283
|
### Example
|
8284
|
-
|
8284
|
+
```{"language":"ruby"}
|
8285
8285
|
# load the gem
|
8286
8286
|
require 'purecloudplatformclientv2'
|
8287
8287
|
# setup authorization
|
@@ -8309,7 +8309,7 @@ begin
|
|
8309
8309
|
rescue PureCloud::ApiError => e
|
8310
8310
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_phonebasesetting: #{e}"
|
8311
8311
|
end
|
8312
|
-
|
8312
|
+
```
|
8313
8313
|
|
8314
8314
|
### Parameters
|
8315
8315
|
|
@@ -8333,7 +8333,7 @@ Name | Type | Description | Notes
|
|
8333
8333
|
|
8334
8334
|
<a name="put_telephony_providers_edges_site"></a>
|
8335
8335
|
|
8336
|
-
##
|
8336
|
+
## [**Site**](Site.html) put_telephony_providers_edges_site(site_id, body)
|
8337
8337
|
|
8338
8338
|
|
8339
8339
|
|
@@ -8349,7 +8349,7 @@ Requires ANY permissions:
|
|
8349
8349
|
|
8350
8350
|
|
8351
8351
|
### Example
|
8352
|
-
|
8352
|
+
```{"language":"ruby"}
|
8353
8353
|
# load the gem
|
8354
8354
|
require 'purecloudplatformclientv2'
|
8355
8355
|
# setup authorization
|
@@ -8377,7 +8377,7 @@ begin
|
|
8377
8377
|
rescue PureCloud::ApiError => e
|
8378
8378
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_site: #{e}"
|
8379
8379
|
end
|
8380
|
-
|
8380
|
+
```
|
8381
8381
|
|
8382
8382
|
### Parameters
|
8383
8383
|
|
@@ -8401,7 +8401,7 @@ Name | Type | Description | Notes
|
|
8401
8401
|
|
8402
8402
|
<a name="put_telephony_providers_edges_site_numberplans"></a>
|
8403
8403
|
|
8404
|
-
##
|
8404
|
+
## [**Array<NumberPlan>**](NumberPlan.html) put_telephony_providers_edges_site_numberplans(site_id, body)
|
8405
8405
|
|
8406
8406
|
|
8407
8407
|
|
@@ -8417,7 +8417,7 @@ Requires ANY permissions:
|
|
8417
8417
|
|
8418
8418
|
|
8419
8419
|
### Example
|
8420
|
-
|
8420
|
+
```{"language":"ruby"}
|
8421
8421
|
# load the gem
|
8422
8422
|
require 'purecloudplatformclientv2'
|
8423
8423
|
# setup authorization
|
@@ -8445,7 +8445,7 @@ begin
|
|
8445
8445
|
rescue PureCloud::ApiError => e
|
8446
8446
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_site_numberplans: #{e}"
|
8447
8447
|
end
|
8448
|
-
|
8448
|
+
```
|
8449
8449
|
|
8450
8450
|
### Parameters
|
8451
8451
|
|
@@ -8469,7 +8469,7 @@ Name | Type | Description | Notes
|
|
8469
8469
|
|
8470
8470
|
<a name="put_telephony_providers_edges_site_outboundroute"></a>
|
8471
8471
|
|
8472
|
-
##
|
8472
|
+
## [**OutboundRouteBase**](OutboundRouteBase.html) put_telephony_providers_edges_site_outboundroute(site_id, outbound_route_id, body)
|
8473
8473
|
|
8474
8474
|
|
8475
8475
|
|
@@ -8485,7 +8485,7 @@ Requires ANY permissions:
|
|
8485
8485
|
|
8486
8486
|
|
8487
8487
|
### Example
|
8488
|
-
|
8488
|
+
```{"language":"ruby"}
|
8489
8489
|
# load the gem
|
8490
8490
|
require 'purecloudplatformclientv2'
|
8491
8491
|
# setup authorization
|
@@ -8515,7 +8515,7 @@ begin
|
|
8515
8515
|
rescue PureCloud::ApiError => e
|
8516
8516
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_site_outboundroute: #{e}"
|
8517
8517
|
end
|
8518
|
-
|
8518
|
+
```
|
8519
8519
|
|
8520
8520
|
### Parameters
|
8521
8521
|
|
@@ -8540,7 +8540,7 @@ Name | Type | Description | Notes
|
|
8540
8540
|
|
8541
8541
|
<a name="put_telephony_providers_edges_trunkbasesetting"></a>
|
8542
8542
|
|
8543
|
-
##
|
8543
|
+
## [**TrunkBase**](TrunkBase.html) put_telephony_providers_edges_trunkbasesetting(trunk_base_settings_id, body)
|
8544
8544
|
|
8545
8545
|
|
8546
8546
|
|
@@ -8556,7 +8556,7 @@ Requires ANY permissions:
|
|
8556
8556
|
|
8557
8557
|
|
8558
8558
|
### Example
|
8559
|
-
|
8559
|
+
```{"language":"ruby"}
|
8560
8560
|
# load the gem
|
8561
8561
|
require 'purecloudplatformclientv2'
|
8562
8562
|
# setup authorization
|
@@ -8584,7 +8584,7 @@ begin
|
|
8584
8584
|
rescue PureCloud::ApiError => e
|
8585
8585
|
puts "Exception when calling TelephonyProvidersEdgeApi->put_telephony_providers_edges_trunkbasesetting: #{e}"
|
8586
8586
|
end
|
8587
|
-
|
8587
|
+
```
|
8588
8588
|
|
8589
8589
|
### Parameters
|
8590
8590
|
|