purecloudplatformclientv2 17.0.0 → 18.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsConversation.md +5 -5
- data/docs/AnalyticsConversationSegment.md +9 -9
- data/docs/AnalyticsEvaluation.md +10 -10
- data/docs/AnalyticsParticipant.md +7 -7
- data/docs/AnalyticsSession.md +27 -27
- data/docs/BillingApi.md +75 -0
- data/docs/BillingUsage.md +15 -0
- data/docs/BillingUsageReport.md +18 -0
- data/docs/BillingUsageResource.md +14 -0
- data/docs/CallCommand.md +1 -0
- data/docs/Conversation.md +1 -1
- data/docs/CreateQueueRequest.md +9 -9
- data/docs/DID.md +9 -9
- data/docs/DIDPool.md +9 -9
- data/docs/DirectoryUserDevicesListing.md +22 -0
- data/docs/DomainCertificateAuthority.md +9 -9
- data/docs/DomainLogicalInterface.md +9 -9
- data/docs/DomainOrganizationRole.md +1 -1
- data/docs/DomainOrganizationRoleCreate.md +1 -1
- data/docs/DomainOrganizationRoleUpdate.md +1 -1
- data/docs/DomainPhysicalInterface.md +9 -9
- data/docs/DomainSchemaReference.md +9 -9
- data/docs/Edge.md +10 -10
- data/docs/EdgeGroup.md +9 -9
- data/docs/EdgeLine.md +9 -9
- data/docs/EdgeLogsJob.md +9 -9
- data/docs/EdgeLogsJobFile.md +9 -9
- data/docs/EdgeLogsJobResponse.md +9 -9
- data/docs/EdgeTrunkBase.md +9 -9
- data/docs/Endpoint.md +9 -9
- data/docs/Extension.md +9 -9
- data/docs/ExtensionPool.md +9 -9
- data/docs/IVR.md +9 -9
- data/docs/JsonNode.md +4 -4
- data/docs/Line.md +9 -9
- data/docs/LineBase.md +9 -9
- data/docs/Metabase.md +8 -8
- data/docs/MobileDevicesApi.md +320 -0
- data/docs/NumberPlan.md +9 -9
- data/docs/OutboundApi.md +113 -0
- data/docs/OutboundRoute.md +9 -9
- data/docs/OutboundRouteBase.md +9 -9
- data/docs/OutboundSettings.md +20 -0
- data/docs/Phone.md +9 -9
- data/docs/PhoneBase.md +9 -9
- data/docs/Queue.md +9 -9
- data/docs/Schedule.md +10 -10
- data/docs/ScheduleGroup.md +10 -10
- data/docs/SchemaCategory.md +9 -9
- data/docs/Site.md +9 -9
- data/docs/Trunk.md +9 -9
- data/docs/TrunkBase.md +9 -9
- data/docs/UserDevice.md +22 -0
- data/docs/UserQueue.md +9 -9
- data/docs/UsersApi.md +1 -1
- data/lib/purecloudplatformclientv2.rb +8 -0
- data/lib/purecloudplatformclientv2/api/billing_api.rb +104 -0
- data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +380 -0
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +119 -0
- data/lib/purecloudplatformclientv2/api/users_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/analytics_conversation.rb +5 -2
- data/lib/purecloudplatformclientv2/models/analytics_conversation_segment.rb +9 -2
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +10 -0
- data/lib/purecloudplatformclientv2/models/analytics_participant.rb +7 -0
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +42 -2
- data/lib/purecloudplatformclientv2/models/billing_usage.rb +271 -0
- data/lib/purecloudplatformclientv2/models/billing_usage_report.rb +348 -0
- data/lib/purecloudplatformclientv2/models/billing_usage_resource.rb +238 -0
- data/lib/purecloudplatformclientv2/models/call_command.rb +30 -4
- data/lib/purecloudplatformclientv2/models/conversation.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_queue_request.rb +9 -2
- data/lib/purecloudplatformclientv2/models/did.rb +9 -2
- data/lib/purecloudplatformclientv2/models/did_pool.rb +9 -2
- data/lib/purecloudplatformclientv2/models/directory_user_devices_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/domain_certificate_authority.rb +9 -2
- data/lib/purecloudplatformclientv2/models/domain_logical_interface.rb +9 -2
- data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_physical_interface.rb +9 -2
- data/lib/purecloudplatformclientv2/models/domain_schema_reference.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge.rb +10 -2
- data/lib/purecloudplatformclientv2/models/edge_group.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge_line.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge_logs_job.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge_logs_job_file.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge_logs_job_response.rb +9 -2
- data/lib/purecloudplatformclientv2/models/edge_trunk_base.rb +9 -2
- data/lib/purecloudplatformclientv2/models/endpoint.rb +9 -2
- data/lib/purecloudplatformclientv2/models/extension.rb +9 -2
- data/lib/purecloudplatformclientv2/models/extension_pool.rb +9 -2
- data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +2 -2
- data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_group.rb +2 -2
- data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_groupings.rb +2 -2
- data/lib/purecloudplatformclientv2/models/ivr.rb +9 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
- data/lib/purecloudplatformclientv2/models/line.rb +9 -2
- data/lib/purecloudplatformclientv2/models/line_base.rb +9 -2
- data/lib/purecloudplatformclientv2/models/metabase.rb +8 -2
- data/lib/purecloudplatformclientv2/models/number_plan.rb +9 -2
- data/lib/purecloudplatformclientv2/models/outbound_route.rb +9 -2
- data/lib/purecloudplatformclientv2/models/outbound_route_base.rb +9 -2
- data/lib/purecloudplatformclientv2/models/outbound_settings.rb +383 -0
- data/lib/purecloudplatformclientv2/models/phone.rb +9 -2
- data/lib/purecloudplatformclientv2/models/phone_base.rb +9 -2
- data/lib/purecloudplatformclientv2/models/queue.rb +9 -2
- data/lib/purecloudplatformclientv2/models/recording.rb +2 -2
- data/lib/purecloudplatformclientv2/models/schedule.rb +15 -2
- data/lib/purecloudplatformclientv2/models/schedule_group.rb +15 -2
- data/lib/purecloudplatformclientv2/models/schema_category.rb +9 -2
- data/lib/purecloudplatformclientv2/models/site.rb +9 -2
- data/lib/purecloudplatformclientv2/models/trunk.rb +9 -2
- data/lib/purecloudplatformclientv2/models/trunk_base.rb +9 -2
- data/lib/purecloudplatformclientv2/models/user_device.rb +478 -0
- data/lib/purecloudplatformclientv2/models/user_queue.rb +9 -2
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +19 -3
@@ -9,15 +9,15 @@ title: DomainCertificateAuthority
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **certificate** | **String** | The authorities signed X509 PEM encoded certificate. | |
|
22
22
|
| **type** | **String** | The certificate authorities type. Managed certificate authorities are generated and maintained by Interactive Intelligence. These are read-only and not modifiable by clients. Remote authorities are customer managed. | |
|
23
23
|
| **services** | **Array<String>** | The service(s) that the authority can be used to authenticate. | |
|
@@ -9,15 +9,15 @@ title: DomainLogicalInterface
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **edge_uri** | **String** | | [optional] |
|
22
22
|
| **edge_assigned_id** | **String** | | [optional] |
|
23
23
|
| **friendly_name** | **String** | Friendly Name | |
|
@@ -15,8 +15,8 @@ title: DomainOrganizationRole
|
|
15
15
|
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
|
16
16
|
| **user_count** | **Integer** | | [optional] |
|
17
17
|
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
|
18
|
-
| **default** | **BOOLEAN** | | [optional] |
|
19
18
|
| **base** | **BOOLEAN** | | [optional] |
|
19
|
+
| **default** | **BOOLEAN** | | [optional] |
|
20
20
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
21
21
|
{: class="table table-striped"}
|
22
22
|
|
@@ -15,8 +15,8 @@ title: DomainOrganizationRoleCreate
|
|
15
15
|
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
|
16
16
|
| **user_count** | **Integer** | | [optional] |
|
17
17
|
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
|
18
|
-
| **default** | **BOOLEAN** | | [optional] |
|
19
18
|
| **base** | **BOOLEAN** | | [optional] |
|
19
|
+
| **default** | **BOOLEAN** | | [optional] |
|
20
20
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
21
21
|
{: class="table table-striped"}
|
22
22
|
|
@@ -15,8 +15,8 @@ title: DomainOrganizationRoleUpdate
|
|
15
15
|
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
|
16
16
|
| **user_count** | **Integer** | | [optional] |
|
17
17
|
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
|
18
|
-
| **default** | **BOOLEAN** | | [optional] |
|
19
18
|
| **base** | **BOOLEAN** | | [optional] |
|
19
|
+
| **default** | **BOOLEAN** | | [optional] |
|
20
20
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
21
21
|
{: class="table table-striped"}
|
22
22
|
|
@@ -9,15 +9,15 @@ title: DomainPhysicalInterface
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **edge_uri** | **String** | | [optional] |
|
22
22
|
| **friendly_name** | **String** | | [optional] |
|
23
23
|
| **hardware_address** | **String** | | [optional] |
|
@@ -9,15 +9,15 @@ title: DomainSchemaReference
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
22
22
|
{: class="table table-striped"}
|
23
23
|
|
data/docs/Edge.md
CHANGED
@@ -9,15 +9,15 @@ title: Edge
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **interfaces** | [**Array<EdgeInterface>**](EdgeInterface.html) | The list of interfaces for the edge. (Deprecated) Replaced by configuring trunks/ip info on the logical interface instead | [optional] |
|
22
22
|
| **make** | **String** | | [optional] |
|
23
23
|
| **model** | **String** | | [optional] |
|
@@ -33,7 +33,7 @@ title: Edge
|
|
33
33
|
| **current_version** | **String** | | [optional] |
|
34
34
|
| **staged_version** | **String** | | [optional] |
|
35
35
|
| **patch** | **String** | | [optional] |
|
36
|
-
| **status_code** | **String** |
|
36
|
+
| **status_code** | **String** | The current status of the Edge. | [optional] |
|
37
37
|
| **edge_group** | [**EdgeGroup**](EdgeGroup.html) | | [optional] |
|
38
38
|
| **site** | [**Site**](Site.html) | The Site to which the Edge is assigned. | [optional] |
|
39
39
|
| **software_status** | [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) | | [optional] |
|
data/docs/EdgeGroup.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeGroup
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **managed** | **BOOLEAN** | Is this edge group being managed remotely. | [optional] |
|
22
22
|
| **edge_trunk_base_assignment** | [**TrunkBaseAssignment**](TrunkBaseAssignment.html) | A trunk base settings assignment of trunkType \"EDGE\" to use for edge-to-edge communication. | |
|
23
23
|
| **phone_trunk_bases** | [**Array<TrunkBase>**](TrunkBase.html) | Trunk base settings of trunkType \"PHONE\" to inherit to edge logical interface for phone communication. | |
|
data/docs/EdgeLine.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeLine
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **schema** | [**UriReference**](UriReference.html) | | [optional] |
|
22
22
|
| **properties** | **Hash<String, Object>** | | [optional] |
|
23
23
|
| **edge** | [**Edge**](Edge.html) | | [optional] |
|
data/docs/EdgeLogsJob.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeLogsJob
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **files** | [**Array<EdgeLogsJobFile>**](EdgeLogsJobFile.html) | The files available to upload from the Edge to the cloud. | [optional] |
|
22
22
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
23
23
|
{: class="table table-striped"}
|
data/docs/EdgeLogsJobFile.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeLogsJobFile
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **time_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
22
22
|
| **time_modified** | **DateTime** | The time this log file was last modified on the Edge. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
23
23
|
| **size_bytes** | **Float** | The size of this file in bytes. | [optional] |
|
data/docs/EdgeLogsJobResponse.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeLogsJobResponse
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The created job id. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
22
22
|
{: class="table table-striped"}
|
23
23
|
|
data/docs/EdgeTrunkBase.md
CHANGED
@@ -9,15 +9,15 @@ title: EdgeTrunkBase
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **trunk_metabase** | [**UriReference**](UriReference.html) | The meta-base this trunk is based on. | |
|
22
22
|
| **properties** | **Hash<String, Object>** | | [optional] |
|
23
23
|
| **trunk_type** | **String** | The type of this trunk base. | |
|
data/docs/Endpoint.md
CHANGED
@@ -9,15 +9,15 @@ title: Endpoint
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | Name | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **count** | **Integer** | | [optional] |
|
22
22
|
| **properties** | **Hash<String, Object>** | | [optional] |
|
23
23
|
| **schema** | [**UriReference**](UriReference.html) | Schema | |
|
data/docs/Extension.md
CHANGED
@@ -9,15 +9,15 @@ title: Extension
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **number** | **String** | | [optional] |
|
22
22
|
| **owner** | [**UriReference**](UriReference.html) | A Uri reference to the owner of this extension, which is either a User or an IVR | [optional] |
|
23
23
|
| **extension_pool** | [**UriReference**](UriReference.html) | | [optional] |
|
data/docs/ExtensionPool.md
CHANGED
@@ -9,15 +9,15 @@ title: ExtensionPool
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **start_number** | **String** | The starting phone number for the range of this Extension pool. Must be in E.164 format | [optional] |
|
22
22
|
| **end_number** | **String** | The ending phone number for the range of this Extension pool. Must be in E.164 format | [optional] |
|
23
23
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
data/docs/IVR.md
CHANGED
@@ -9,15 +9,15 @@ title: IVR
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | The name of the entity. | |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **version** | **Integer** |
|
14
|
-
| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
-
| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
-
| **modified_by** | **String** |
|
17
|
-
| **created_by** | **String** |
|
18
|
-
| **state** | **String** |
|
19
|
-
| **modified_by_app** | **String** |
|
20
|
-
| **created_by_app** | **String** |
|
12
|
+
| **description** | **String** | The resource's description. | [optional] |
|
13
|
+
| **version** | **Integer** | The current version of the resource. | [optional] |
|
14
|
+
| **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
15
|
+
| **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
16
|
+
| **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
|
17
|
+
| **created_by** | **String** | The ID of the user that created the resource. | [optional] |
|
18
|
+
| **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
|
19
|
+
| **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
|
20
|
+
| **created_by_app** | **String** | The application that created the resource. | [optional] |
|
21
21
|
| **dnis** | **Array<String>** | The phone number(s) to contact the IVR by. Each phone number must be unique and not in use by another resource. For example, a user and an iVR cannot have the same phone number. | [optional] |
|
22
22
|
| **open_hours_flow** | [**UriReference**](UriReference.html) | The Architect flow to execute during the hours an organization is open. | [optional] |
|
23
23
|
| **closed_hours_flow** | [**UriReference**](UriReference.html) | The Architect flow to execute during the hours an organization is closed. | [optional] |
|
data/docs/JsonNode.md
CHANGED
@@ -7,19 +7,16 @@ title: JsonNode
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **array** | **BOOLEAN** | | [optional] |
|
11
|
-
| **null** | **BOOLEAN** | | [optional] |
|
12
10
|
| **node_type** | **String** | | [optional] |
|
13
11
|
| **float** | **BOOLEAN** | | [optional] |
|
14
12
|
| **object** | **BOOLEAN** | | [optional] |
|
15
13
|
| **boolean** | **BOOLEAN** | | [optional] |
|
16
14
|
| **number** | **BOOLEAN** | | [optional] |
|
17
|
-
| **
|
15
|
+
| **floating_point_number** | **BOOLEAN** | | [optional] |
|
18
16
|
| **container_node** | **BOOLEAN** | | [optional] |
|
19
17
|
| **missing_node** | **BOOLEAN** | | [optional] |
|
20
18
|
| **pojo** | **BOOLEAN** | | [optional] |
|
21
19
|
| **integral_number** | **BOOLEAN** | | [optional] |
|
22
|
-
| **floating_point_number** | **BOOLEAN** | | [optional] |
|
23
20
|
| **short** | **BOOLEAN** | | [optional] |
|
24
21
|
| **int** | **BOOLEAN** | | [optional] |
|
25
22
|
| **long** | **BOOLEAN** | | [optional] |
|
@@ -28,6 +25,9 @@ title: JsonNode
|
|
28
25
|
| **big_integer** | **BOOLEAN** | | [optional] |
|
29
26
|
| **textual** | **BOOLEAN** | | [optional] |
|
30
27
|
| **binary** | **BOOLEAN** | | [optional] |
|
28
|
+
| **value_node** | **BOOLEAN** | | [optional] |
|
29
|
+
| **array** | **BOOLEAN** | | [optional] |
|
30
|
+
| **null** | **BOOLEAN** | | [optional] |
|
31
31
|
{: class="table table-striped"}
|
32
32
|
|
33
33
|
|