FMC Data Export#

(New report in version 2)

This report includes users who have the FMC feature configured. The report includes the destination configured and an indication of whether the service is currently enabled or disabled (based on v2 FMC with CIM-based FMC). Any users without the FMC feature configured will not appear in the file. This report is only populated if the FMC adaptation is installed on the system - the file will be blank on systems without any users configured or if the adaptation is not installed.

Filename: <YYYY-MM-DD_HHMM>_fmc.json.gz

Layout:

ELEMENT

DESCRIPTION AND SOURCE FIELD

DATA TYPE

VERSION

provider_name

Name of the Provider

string

v2

reseller_name

Name of the Reseller

string

v2

customer_name

Name of the Customer

string

v2

division_name

Intermediate Node (e.g Division or other node)

string

v2

location_name

Name of the Site

string

v2

hierarchy

The full hierarchy path for the item being exported

string

v2

username

The userid of the remote destination profile

data/GS_FMC_UserExtended_DAT.username

string

v2

destination

The mobile number associated with CIM device

data/GS_FMC_UserExtended_DAT.fmc.mobile

string

v2

fmc_enabled

An indication of whether fixed mobile convergence is enabled for the destination

data/GS_FMC_UserExtended_DAT.fmc.enabled

boolean

v2

Example

[
   {
       "provider_name": "CS-P",
       "reseller_name": "CS-NB",
       "customer_name": "AAAGlobal",
       "division_name": "",
       "location_name": "AAA-Boston",
       "hierarchy": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston"
       "username": "ba_user4",
       "destination": "08212345678",
       "fmc_enabled": true
   }
]