Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationCallMetrics
Packages that use OrganizationCallMetrics
-
Uses of OrganizationCallMetrics in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationCallMetricsModifier and TypeMethodDescriptionTelephonyApi.getTelephonyCallsMetrics(GetTelephonyCallsMetricsRequest request) Get the concurrent call metrics for a given organization.TelephonyApi.getTelephonyCallsMetrics(String metricType) Get the concurrent call metrics for a given organization.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrganizationCallMetricsModifier and TypeMethodDescriptionTelephonyApi.getTelephonyCallsMetrics(ApiRequest<Void> request) Get the concurrent call metrics for a given organization.TelephonyApiAsync.getTelephonyCallsMetricsAsync(GetTelephonyCallsMetricsRequest request, AsyncApiCallback<OrganizationCallMetrics> callback) Get the concurrent call metrics for a given organization.TelephonyApiAsync.getTelephonyCallsMetricsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationCallMetrics>> callback) Get the concurrent call metrics for a given organization.TelephonyApi.getTelephonyCallsMetricsWithHttpInfo(String metricType) Get the concurrent call metrics for a given organization.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationCallMetricsModifier and TypeMethodDescriptionTelephonyApiAsync.getTelephonyCallsMetricsAsync(GetTelephonyCallsMetricsRequest request, AsyncApiCallback<OrganizationCallMetrics> callback) Get the concurrent call metrics for a given organization.TelephonyApiAsync.getTelephonyCallsMetricsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationCallMetrics>> callback) Get the concurrent call metrics for a given organization. -
Uses of OrganizationCallMetrics in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationCallMetricsModifier and TypeMethodDescriptionOrganizationCallMetrics.autoScaleInProgress(OrganizationCallMetrics.AutoScaleInProgressEnum autoScaleInProgress) The autoscaling status of the organization's call capacity.OrganizationCallMetrics.autoScalingTriggerPercentage(Double autoScalingTriggerPercentage) The autoscaling trigger percentage of the organization's call capacity.OrganizationCallMetrics.concurrentCallCount(Integer concurrentCallCount) The current number of concurrent calls in the organization.OrganizationCallMetrics.concurrentCallSessionCount(Integer concurrentCallSessionCount) The current number of concurrent call sessions in the organization.OrganizationCallMetrics.cpuIntensity(OrganizationCallMetrics.CpuIntensityEnum cpuIntensity) The current compute intensity of the organization's call capacity.OrganizationCallMetrics.maxCallCapacity(Integer maxCallCapacity) The maximum number of concurrent calls allowed in the organization.OrganizationCallMetrics.maxCallSessionCapacity(Integer maxCallSessionCapacity) The maximum number of concurrent call sessions allowed in the organization.OrganizationCallMetrics.memoryIntensity(OrganizationCallMetrics.MemoryIntensityEnum memoryIntensity) The current memory intensity of the organization's call capacity.The current usage percentage of the organization's call capacity.