Configure PTT Pro for the PTT Pro Manager Service
Configure PTT Pro for the PTT Pro Manager Service

Configure PTT Pro for the PTT Pro Manager Service

The PTT Pro Manager Service requires configuring the PTT Pro clients using JSON parameters. JSON parameters can be specified in the client configuration file or applied using the
Workcloud Communication Provisioning Manager
. Refer to the
Workcloud Communication PTT Pro for Android Configuration Guide
for information about configuring PTT Pro.
PTT Pro Manager Service Parameters
Parameter
Description
Type
Default Value
Configurable Values
pro_mgr_service_base_url
The URL of the system that hosts the PTT Pro Manager Service.
Zebra provides the URL.
String
Empty
Valid URL
pro_mgr_service_api_key
The API key is used by the PTT Pro client to authenticate with the PTT Pro Manager Service.
Zebra provides the API key.
String
Empty
N/A
ext_mgr_service_base_url
The URL of the system that hosts the Extension Manager. The PTT Pro client receives the site ID from the Extension Manager.
Zebra provides the URL.
String
Empty
Valid URL
ext_mgr_service_api_key
The API key is used by the PTT Pro client to authenticate with the Extension Manager.
Zebra provides the API key.
String
Empty
Empty

WFCPTTProDefault.json Example

{ "pro_mgr_service_base_url":"PTT_Pro_Manager_Service_URL", "pro_mgr_service_api_key":"apiKey_abc", "ext_mgr_service_base_url":"Extension_Manager_URL", "ext_mgr_service_api_key":"apiKey_xyz" }