API Example (1.0.0)

Download OpenAPI specification:Download

Refer to the documentation links for further details and how to obtain parameter values.
Select the name from the Example dropdown in the Response samples to see example output.
See also:
Return to the API Guide.

GET /tool/Macro

Syntax:

GET https://<hostname>/api/tool/Macro/
    ?hierarchy=<hierarchy>
    &method=evaluate
    &input='<macro>'

Parameter values:

  • the hierarchy specified in the <hierarchy> parameter
  • the macro specified in the <input> parameter

GET /tool/Macro with example parameters

Links provide details in the API Guide. To see a response in Response samples, select it from Example dropdown.

Customers (with HCM-F)

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate
&input='{# device.hcmf.Customer.shortName,extendedName,dealIDInfo | type: Customer #}'
  • with dealIDInfo:
    GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate
    &input='{# device.hcmf.Customer. shortName,extendedName | dealIDInfo:01150015 | type: Customer #}'
    

Customers (without HCM-F)

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate
&input='{# data.HCSHcmfCustomerDAT.shortName,extendedName,dealIDInfo #}'
  • with dealIDInfo:
    GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate
    &input='{# data.HCSHcmfCustomerDAT.shortName,extendedName | dealIDInfo:VC-1010 #}'
    

Sites belonging to the Customer

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate
&input={# device.hcmf.CustomerLocation.shortName | bkCustomer_shortName:Innovia #}

Directory numbers

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{# data.InternalNumberInventory.internal_number,e164number,description,status,usage #}'

Next available number

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{{ fn.one data.InternalNumberInventory.internal_number | status:Available | direction:up }}'

Phone models currently available to a customer

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{{ data.PhoneConfigMapping.profiles.*.profile_name | name:Default }}'

Phone models currently offered to customers by the provider

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{# data.HcsDeviceTypeDAT.name | name:/^Cisco \d\d\d\d/ | direction:up #}'

All phones belonging to the customer

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json
&input='{# device.cucm.Phone.__pkid,name,product,description,ownerUserName,lines.line.index,lines.line.dirn.pattern,lines.line.display,lines.line.displayAscii,lines.line.label,lines.recordingFlag,lines.recordingMediaSource,lines.recordingProfileName #}'

Subscriber PKID and Name

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json
&input='{# device.cucm.User.firstName,userid,__pkid,lastName #}'

All phones at a customer/site

customer:
GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json
&input='{{ fn.get_phone_choices ,,,down }}'
site:
GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json
&input='{{ fn.get_phone_choices ,,,local }}'

All phones belonging to a user

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json
&input='{{ fn.one device.cucm.User.associatedDevices.device | userid:ZAID.AL-FARHAN }}'

All Phones without associated user

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{# device.cucm.Phone.name,description | ownerUserName:null | direction:local #}'

All DeviceProfiles without associated user

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{# fn.list_set_left macro.DEVICEPROFILE_LIST,macro.PHONEPROFILE_LIST_FLATTENED #}'

All Line Details

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{# device.cucm.Line.__pkid,pattern,description,alertingname,asciialertingname #}'

Subscribers Lines

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate
&input='{{ fn.get_associated_lines M.O.Alshahri }}'

Protocols supported

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{{device.cucm.PhoneType.ProtocolTemplates.*.Protocol | PhoneType:Cisco 6901 | direction:up, device:macro.SITE_CUCM }}'

Phone Button Templates for Phone Model

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{{ device.cucm.PhoneType.ProtocolTemplates.*.PBT| PhoneType:Cisco 9971, ProtocolTemplates.*.Protocol:SIP | direction:up, device:macro.SITE_CUCM }}'

Security Profiles for Phone Model

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{{ device.cucm.PhoneType.ProtocolTemplates.*.SecurityProfile | PhoneType:Cisco 9951, ProtocolTemplates.*.Protocol:SIP | direction:up, device:macro.SITE_CUCM }}'

Subscriber Phones and Services

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&nowait=true&format=json
&input='{{ fn.movesub_getguirules_on_username_change zaid.al-farhan }}'

Available Hierarchies of a Customer

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{# fn.friendly_path_choices ,down #}'

Usernames at Customer and downwards

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate
&input='{{ fn.list_end_user_names down, fn.null }}'

User Details

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json
&input='{# data.User.username,first_name,last_name,email,sync_type | username: zaid.al-farhan #}'

Customer Common Phone Configs

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json
&input='{# device.cucm.CommonPhoneConfig.name #}'

Available Quick Add Groups

GET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json
&input='{# data.QuickAddGroups.group_name || direction:up, to:Hcs #}'

Unassociated phones of specific model at Site

GET https://<hostname>/api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json
&input='{{ fn.get_phone_choices Cisco 8961,SIP,null,up }}'
query Parameters
hierarchy
required
string
Example: hierarchy=sys.hcs.CS-P.CS-NB

Hierarchy at which macro should be evaluated

method
required
string
Value: "evaluate"

The method=evaluate parameter is required for macros

input
required
string

The macro to be evaluated. Refer to Advanced Configuration Guide for macro syntax.

Responses

Response samples

Content type
application/json, text/plain
Example
[
  • {
    },
  • {
    },
  • {
    },
  • {
    }
]

ADD (standalone) Cisco Phone

This API call creates a standalone phone.

For details and how to obtain inputs, see: ADD (standalone) Phone

query Parameters
hierarchy
required
string

The site hierarchy

Request Body schema: application/json

Standalone phone data

standalone
boolean
name
string = 15 characters ^SEP[:xdigit:]{12}

The MAC address (specs above).

device_type
string

The phone model.

description
string <= 30 characters

The phone description.

Array of objects

Line details for each line added.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
{
  • "standalone": true,
  • "name": "SEP9971FFEEDDBB",
  • "device_type": "Cisco 9971",
  • "description": "Meeting Room 1 (x84000)",
  • "lines": [
    ],
  • "request_meta": {
    }
}

ADD Cisco Subscriber

This API call is used to create a new Subscriber.

For details and how to obtain inputs, see: ADD Subscriber

query Parameters
hierarchy
required
string

The site hierarchy

Request Body schema: application/json

Subscriber, devices and services details

lookUpForUser
boolean
username
string

The username. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only.

firstname
string

The user's first name. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only.

lastname
string

The user's last name. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only.

email
string

The user's email address. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only.

custom_string_1
string
password
string

The user's password. For local users, the operator enters the user password in the form. For Active Directory (AD) users, the user password is not relevant, and the password field is hidden on the form.

pin
string

Voicemail/extension mobility PIN.

Array of objects

One or more user lines. Multiple lines can be added to a phone, and are ordered 1,2, and so on, e.g. "directory_number":"line_1", "directory_number":"line_2", "directory_number":"line_n".

qagroup_name
string

The Quick Add Group name. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name.

voice
boolean
Default: false

Desk phone. Defines whether a desk phone is required. <deskphone_reqd_true_false>

phone_type
string

The phone model. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name. Displays when "voice" is True.

phone_protocol
string

The desk phone protocol. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name.

button_template
string

The desk phone button template name.

Array of objects

One or more phones. Includes the desk phone MAC address (phone_name) for each of the user's phones.

voicemail
boolean
Default: false

Voicemail service. Defines whether the voicemail service is required. <voicemail_reqd_true_false>

mobility
boolean
Default: false
Enum: true false

Extension mobility service. Defines whether the extension mobility service is required. <extnmobility_reqd_true_false>

jabber
boolean
Default: false

Jabber service. Allows allocation of soft phones. <jabber_reqd_true_false>

Array of objects

One or more Jabber devices. If <jabber>=True, the list of Jabber devices, specifying a value for <jabber_agent> and <device_name>.

Four types of jabber devices can be assigned

  • android
  • ipad
  • iphone
  • windows
custom_string_2
string
custom_string_3
string
object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
Example
{
  • "lookUpForUser": true,
  • "username": "syed.shahnawaz",
  • "firstname": "Syed",
  • "lastname": "Shahnawaz",
  • "email": "[email protected]",
  • "password": "C1&a2*B3$d4.",
  • "pin": "13579",
  • "lines": [
    ],
  • "qagroup_name": "99XX Reference Quick Add Group",
  • "voice": true,
  • "phone_type": "Cisco 9971",
  • "phone_protocol": "SIP",
  • "button_template": "Standard 9971 SIP",
  • "phones": [
    ],
  • "voicemail": true,
  • "mobility": true,
  • "jabber": true,
  • "jabber_devices": [
    ],
  • "request_meta": {
    }
}

Change CUCM PIN/Password and/or CUC PIN

This API call triggered is to reset the following:

  • CUCM (Cisco Unified Call Manager) PIN used for extension mobility
  • CUCM Password for Jabber ( if device is associated to a CUCM local user)
  • CUC ( Cisco Unified Unity - Voicemail) PIN

For details and how to obtain inputs, see: Change CUCM PIN/Password and/or CUC PIN

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json

User credentials, services applied

user
string

The username.

cucm
boolean
Default: false

Defines whether the password/PIN reset is for CUCM. Set to True to reset a CUCM PIN or password. <cucm_checkbox_boolean>

cuc
boolean
Default: false

Defines whether the password/PIN reset is for CUC. Set to True to reset a CUC PIN or password. <cuc_checkbox_boolean>

password
string

The Jabber password. When value for <cucm_checkbox_boolean> is True, set the Jabber password in <password_value>.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
Example
{
  • "user": "jo.bloggs",
  • "cucm": true,
  • "cuc": true,
  • "password": "A@e£%44e11223",
  • "pin": "82245698",
  • "request_meta": {
    }
}

Replace Cisco Phone

This API call is triggered to replace an existing Phone with a new one.

For details and how to obtain inputs, see: POST - Replace a Cisco phone

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json

Existing and new phone details

existing_phone
string = 15 characters ^SEP[:xdigit:]{12}

The MAC address (specs above).

replacement_phone
string = 15 characters ^SEP[:xdigit:]{12}

The MAC address (specs above).

replacement_model
string

Choose from existing phone models available.

protocol
string

The phone protocols that the replacement phone model supports.

pbt
string

The phone button template from those that are available in the system for the specified replacement phone model.

security_profile
string

The phone security profile for the replacement phone model.

replacement_description
string

A phone description for the new, replacement phone.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
{
  • "existing_phone": "SEP9951EEDDAABB",
  • "replacement_phone": "SEP8945EEAADDBB",
  • "replacement_model": "Cisco 8945",
  • "protocol": "SIP",
  • "pbt": "Standard 8945 SIP",
  • "security_profile": "Cisco 8945 - Standard SIP Non-Secure Profile",
  • "replacement_description": "Ismail x1084005",
  • "request_meta": {
    }
}

Associate existing Cisco Device / UDP to a Subscriber

This API call is to associate a standalone phone or standalone UDP to a Subscriber.

For details and how to obtain inputs, see: Associate existing Phone to existing Subscriber

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json

User and device details.

username
string

The username.

newDeviceName
string

The name of an unassociated device or unassociated device profile name

newDeviceType
string

Device type, either Cisco device (phone), or Cisco UDP (device profile).

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
Example
{
  • "username": "jo.bloggs",
  • "newDeviceName": "SEP8945EEAADDBB",
  • "newDeviceType": "phone",
  • "request_meta": {
    }
}

Disassociate Cisco Phone associated to Subscriber

This API call is to remove a Subscriber-Phone association to make it a unassigned/standalone device.

For details and how to obtain inputs, see: Disassociate Phone associated to Subscriber

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json

User and device details

username
string

The username.

oldDeviceName
string

The name of the device you are removing.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
{
  • "username": "jo.bloggs",
  • "oldDeviceName": "SEP8945EEAADDBB",
  • "request_meta": {
    }
}

Move Cisco Subscriber between Sites

This API call is to move a Subscriber and its services/devices between Sites. One or more new Lines are created during the move process and the new line(s) are assigned to the devices / services.

For details and how to obtain inputs, see: Move Subscriber between Sites

query Parameters
hierarchy
required
string

Customer hierarchy

Request Body schema: application/json

Subscriber, sites and devices details

username
string

The username.

move_from_hn
string

The name of the site where you are moving the subscriber from.

move_to_hn
string

The name of the site where you are moving the subscriber to.

move_line
boolean
Default: false

Defines whether existing lines need to be moved to the new site.

AllowLineMove
boolean
Default: false

Whether to move lines.

new_line
boolean
Default: true

Defines whether to allocate new lines in the target site when moving the subscriber.

Array of objects

Line details. For each line you add, the directory number, the line label, and the line display name.

move_phone
boolean

Whether to move the phone.

new_phone
boolean

Whether to add a new phone.

new_phone_from_source
boolean

Whether to create a new phone from existing phone.

new_phone_config_source_product
string

The source phone type.

new_phone_config_source
string

New phone's configuration source.

phone_type
string

Phone type at target site.

name
string = 15 characters ^SEP[:xdigit:]{12}

The MAC address (specs above).

newCucUserTemplate
string

Default CUC template. This value is defined in the Site Defaults.

default_dp
boolean

Hardcoded to true.

default_css
boolean

The CSS. Hardcoded to true.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
Example
{
  • "username": "zaid.al-farhan",
  • "move_from_hn": "sys.hcs.CS-P.CS-NB.Innovia.INV-NewYork",
  • "move_to_hn": "sys.hcs.CS-P.CS-NB.Innovia.INV-JerseyCity",
  • "move_phone": true,
  • "move_line": false,
  • "new_line": true,
  • "lines": [
    ],
  • "default_css": true,
  • "newCucUserTemplate": "cu197-innovia-vms-2_usertemplate_1",
  • "request_meta": {
    }
}

Modify Line Data

This API call updates the following device line information:

  • Line description
  • Line alerting name
  • Line alerting ASCII name.

For details and how to obtain inputs, see: Modify Line Data

path Parameters
Line PKID
required
string

The PKID of the line to update.

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json
description
string <= 30 characters

Line description.

alertingName
string <= 30 characters

Line alerting name.

asciialertingname
string <= 30 characters

Line alerting ASCII name.

object

Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

Responses

Request samples

Content type
application/json
{
  • "description": "FrontDesk x1084004",
  • "alertingName": "1084004",
  • "asciiAlertingName": "FrontDesk 1084004",
  • "request_meta": {
    }
}

Modify Phone Data - Line Recording Details

API call to modify the following Phone data: Phone Description, Line Label, Line Display Name, Line ASCII Display Name and Line Call Recording settings

For details and how to obtain inputs, see: Modify Phone Data - Line Recording Details

path Parameters
Phone PKID
required
string

The PKID of the phone to update.

query Parameters
hierarchy
required
string

Site hierarchy

Request Body schema: application/json
object (callback details)

Only one of these objects can be in the array. Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.

object (line data)

More than one of these objects can be in the array.

Responses

Request samples

Content type
application/json
Example
[
  • {
    },
  • {
    }
]

Delete a phone

Format: DELETE /api/relation/SubscriberPhone/<Removal_Phone_PKID>/?hierarchy=<Customer Hierarchy>&nowait=true&format=json

For details and how to obtain inputs, see Delete a phone

path Parameters
Removal_Phone_PKID
required
string

The phone PKID

query Parameters
hierarchy
required
string

Customer hierarchy

nowait
boolean

Set to true.

format
string

Set to json.

Responses

Response samples

Content type
application/json
{
  • "href": "/api/tool/Transaction/9095e5a2-6b62-45f8-abbb-93bd908a8bef/",
  • "transaction_id": "9095e5a2-6b62-45f8-abbb-93bd908a8bef",
  • "success": true
}

Delete a subscriber

This API call is used to delete a subscriber.

For details and how to obtain inputs, see: Delete a Subscriber

path Parameters
Deletion Subscriber PKID
required
string

PKID of the subscriber to delete.

query Parameters
hierarchy
required
string

Customer hierarchy

Responses

Response samples

Content type
application/json
{
  • "href": "/api/tool/Transaction/b471aa05-01d5-46c9-981e-685774b645be/",
  • "transaction_id": "b471aa05-01d5-46c9-981e-685774b645be",
  • "success": true
}
"},"servers":[{"url":"https:///api","description":"hostname"}],"paths":{"/tool/Macro":{"get":{"summary":"GET /tool/Macro","description":"Syntax:\n\n```\nGET https:///api/tool/Macro/\n ?hierarchy=\n &method=evaluate\n &input=''\n```\nParameter values:\n- the hierarchy specified in the ```` parameter\n- the macro specified in the ```` parameter\n\n\n## GET /tool/Macro with example parameters\n\nLinks provide details in the API Guide. To see a response in **Response samples**, select it from **Example** dropdown.\n\n[Customers (with HCM-F)](get-macro-calls-examples.html#get-customers-with-hcm-f)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate\n&input='{# device.hcmf.Customer.shortName,extendedName,dealIDInfo | type: Customer #}'\n```\n- with ``dealIDInfo``:\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate\n&input='{# device.hcmf.Customer. shortName,extendedName | dealIDInfo:01150015 | type: Customer #}'\n```\n\n[Customers (without HCM-F)](get-macro-calls-examples.html#get-customers-without-hcm-f)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate\n&input='{# data.HCSHcmfCustomerDAT.shortName,extendedName,dealIDInfo #}'\n```\n- with ``dealIDInfo``:\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate\n&input='{# data.HCSHcmfCustomerDAT.shortName,extendedName | dealIDInfo:VC-1010 #}'\n```\n\n[Sites belonging to the Customer](get-macro-calls-examples.html#get-all-sites-belonging-to-the-customer)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB&method=evaluate\n&input={# device.hcmf.CustomerLocation.shortName | bkCustomer_shortName:Innovia #}\n```\n[Directory numbers](get-macro-calls-examples.html#get-directory-numbers)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{# data.InternalNumberInventory.internal_number,e164number,description,status,usage #}'\n```\n[Next available number](get-macro-calls-examples.html#get-next-available-number)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{{ fn.one data.InternalNumberInventory.internal_number | status:Available | direction:up }}'\n```\n[Phone models currently available to a customer](get-macro-calls-examples.html#get-all-phone-models-currently-available-to-a-customer)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{{ data.PhoneConfigMapping.profiles.*.profile_name | name:Default }}'\n```\n[Phone models currently offered to customers by the provider](get-macro-calls-examples.html#get-all-phone-models-currently-offered-to-customers-by-the-provider)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{# data.HcsDeviceTypeDAT.name | name:/^Cisco \\d\\d\\d\\d/ | direction:up #}'\n```\n[All phones belonging to the customer](get-macro-calls-examples.html#get-all-phones-belonging-to-the-customer)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json\n&input='{# device.cucm.Phone.__pkid,name,product,description,ownerUserName,lines.line.index,lines.line.dirn.pattern,lines.line.display,lines.line.displayAscii,lines.line.label,lines.recordingFlag,lines.recordingMediaSource,lines.recordingProfileName #}'\n```\n[Subscriber PKID and Name](get-macro-calls-examples.html#get-subscriber-pkid-and-name)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json\n&input='{# device.cucm.User.firstName,userid,__pkid,lastName #}'\n```\n[All phones at a customer/site](get-macro-calls-examples.html#get-all-phones)\n```\ncustomer:\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json\n&input='{{ fn.get_phone_choices ,,,down }}'\nsite:\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json\n&input='{{ fn.get_phone_choices ,,,local }}'\n```\n[All phones belonging to a user](get-macro-calls-examples.html#get-all-phones-belonging-to-a-user)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json\n&input='{{ fn.one device.cucm.User.associatedDevices.device | userid:ZAID.AL-FARHAN }}'\n```\n[All Phones without associated user](get-macro-calls-examples.html#get-all-phones-without-associated-user)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{# device.cucm.Phone.name,description | ownerUserName:null | direction:local #}'\n```\n[All DeviceProfiles without associated user](get-macro-calls-examples.html#get-all-deviceprofiles-without-associated-user)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{# fn.list_set_left macro.DEVICEPROFILE_LIST,macro.PHONEPROFILE_LIST_FLATTENED #}'\n```\n[All Line Details](get-macro-calls-examples.html#get-all-line-details)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{# device.cucm.Line.__pkid,pattern,description,alertingname,asciialertingname #}'\n```\n[Subscribers Lines](get-macro-calls-examples.html#get-subscribers-lines)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate\n&input='{{ fn.get_associated_lines M.O.Alshahri }}'\n```\n[Protocols supported](get-macro-calls-examples.html#get-supported-protocols)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{{device.cucm.PhoneType.ProtocolTemplates.*.Protocol | PhoneType:Cisco 6901 | direction:up, device:macro.SITE_CUCM }}'\n```\n[Phone Button Templates for Phone Model](get-macro-calls-examples.html#get-phone-button-templates-for-phone-model)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{{ device.cucm.PhoneType.ProtocolTemplates.*.PBT| PhoneType:Cisco 9971, ProtocolTemplates.*.Protocol:SIP | direction:up, device:macro.SITE_CUCM }}'\n```\n[Security Profiles for Phone Model](get-macro-calls-examples.html#get-security-profiles-for-phone-model)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{{ device.cucm.PhoneType.ProtocolTemplates.*.SecurityProfile | PhoneType:Cisco 9951, ProtocolTemplates.*.Protocol:SIP | direction:up, device:macro.SITE_CUCM }}'\n```\n[Subscriber Phones and Services](get-macro-calls-examples.html#get-subscriber-s-phones-and-services)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&nowait=true&format=json\n&input='{{ fn.movesub_getguirules_on_username_change zaid.al-farhan }}'\n```\n[Available Hierarchies of a Customer](get-macro-calls-examples.html#get-available-hierarchies-of-a-customer)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{# fn.friendly_path_choices ,down #}'\n```\n[Usernames at Customer and downwards](get-macro-calls-examples.html#get-usernames-at-customer-and-downwards)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate\n&input='{{ fn.list_end_user_names down, fn.null }}'\n```\n[User Details](get-macro-calls-examples.html#get-user-details)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json\n&input='{# data.User.username,first_name,last_name,email,sync_type | username: zaid.al-farhan #}'\n```\n[Customer Common Phone Configs](get-macro-calls-examples.html#get-customer-common-phone-configs)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia&method=evaluate&format=json\n&input='{# device.cucm.CommonPhoneConfig.name #}'\n```\n[Available Quick Add Groups](get-macro-calls-examples.html#get-available-quick-add-groups)\n```\nGET /api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json\n&input='{# data.QuickAddGroups.group_name || direction:up, to:Hcs #}'\n```\n[Unassociated phones of specific model at Site](get-macro-calls-examples.html#get-unassociated-phones-of-specifc-model-at-site)\n```\nGET https:///api/tool/Macro/?hierarchy=sys.hcs.CS-P.CS-NB.Innovia.INV-Reading&method=evaluate&format=json\n&input='{{ fn.get_phone_choices Cisco 8961,SIP,null,up }}'\n```\n","parameters":[{"name":"hierarchy","in":"query","description":"Hierarchy at which macro should be evaluated","required":true,"schema":{"type":"string"},"example":"sys.hcs.CS-P.CS-NB"},{"name":"method","in":"query","description":"The ``method=evaluate`` parameter is required for macros","required":true,"schema":{"type":"string","enum":["evaluate"]}},{"name":"input","in":"query","description":"The macro to be evaluated. Refer to Advanced Configuration Guide for macro syntax.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Response is based on the macro - ``text/plain`` or ``application/json``","content":{"application/json, text/plain":{"examples":{"example1a":{"summary":"Customers (with or without HCM-F)","value":[{"shortName":"InGen","extendedName":"InGen Biotech Corporation","dealIDInfo":"InGen-1001"},{"shortName":"Paxus","extendedName":"Paxus Bio Science Inc","dealIDInfo":"Paxus-1001"},{"shortName":"SBNK-GB","extendedName":"S-Bank Great Britain Ltd","dealIDInfo":"SBNK-GB-1001"},{"shortName":"Nine9Nine9","extendedName":"Nine9Nine Action Sports Ltd","dealIDInfo":"Deal-999"}]},"example1b":{"summary":"Customer (with or without HCM-F) with dealIDInfo","value":[{"shortName":" MLSD","extendedName":" Ministry of Social Welfare (SC)"}]},"example2":{"summary":"Sites belonging to the customer","value":["INV-Hamburg","INV-JerseyCity","INV-London","INV-NewYork","INV-Reading","INV-SanDiego"]},"example3":{"summary":"Directory numbers","value":[{"status":"Available","e164number":"\\+441184121000","internal_number":"1084000","description":"","usage":""},{"status":"Used","e164number":"\\+441184121005","internal_number":"1084005","description":"Peter Parker","usage":"Device"}]},"example4":{"summary":"Next available number","value":["1087502"]},"example5a":{"summary":"Phone Models currently available to the Customer","value":["Cisco 8845","Cisco 8851","Cisco 8861","Cisco 8865","Cisco 9971","Jabber for Android","Jabber for iPhone","Jabber for Windows","Jabber for Tablet"]},"example5b":{"summary":"Phone Models currently offered to Customers by the Provider","value":["Cisco 8845","Cisco 8851","Cisco 8861","Cisco 8865","Cisco 9971"]},"example6":{"summary":"All phones belonging to the customer","value":[{"__pkid":"6385f3d86c1e9f4706b8a22f","product":"Cisco 7942","name":"SEP7942AABBCCDD","description":"Reception Phone 1","ownerUserName":null,"lines.line.index":1,"lines.line.dirn.pattern":"1084000","lines.line.display":"Reception 1084000","lines.line.displayAscii":"Reception x1084000","lines.line.label":"Reception Line1 x1084000","lines.recordingFlag":"Selective Call Recording Enabled","lines.recordingMediaSource":"null \"Phone Preferred\"","lines.recordingProfileName":"Welcome 1"},{"__pkid":"6385f3d86c1e9f4706b8a22f","product":"Cisco 7942","name":"SEP7942AABBCCDD","description":"Reception Phone 1","ownerUserName":null,"lines.line.index":2,"lines.line.dirn.pattern":"1084999","lines.line.display":"Reception 1084999","lines.line.displayAscii":"Reception x1084999","lines.line.label":"Reception Line2 x1084004","lines.recordingFlag":"Call Recording Disabled","lines.recordingMediaSource":null,"lines.recordingProfileName":null}]},"example7":{"summary":"Subscriber PKID and Name","value":[{"__pkid":"5e962de5fb33710018c27e48","userid":"agnel.anthony","firstName":"Agnel","lastName":"Anthony"},{"__pkid":"5dbaeedefd5d87001871ef77","userid":"chris.bullard","firstName":"Chris","lastName":"Bullard"},{"__pkid":"5f33b913ddd2390018b1f5db","userid":"daniel.blackburn","firstName":"Daniel","lastName":"Blackburn"}]},"example8a":{"summary":"All phones at a customer/site","value":[{"value":"BOT0SMAILKINNO","title":"BOT0SMAILKINNO - İsmail KURTOĞLU x1084005 - 1084005"},{"value":"BOTJOINNOVIA0R","title":"BOTJOINNOVIA0R - Joanne Agnel x1084007 - 1084007"},{"value":"CSF0SMAILKINNO","title":"CSF0SMAILKINNO - İsmail KURTOĞLU x1084005 - 1084005"},{"value":"CSFJOINNOVIA0R","title":"CSFJOINNOVIA0R - Joanne Agnel x1084007 - 1084007"},{"value":"SEP7821AABBCCDD","title":"SEP7821AABBCCDD - x - 1084003"}]},"example8b":{"summary":"All phones belonging to a subscriber","value":["BOTJOINNOVIA0R","CSFJOINNOVIA0R","SEP7942AABBCCDD"]},"example9a":{"summary":"All Phones without associated user","value":[{"name":"SEP7821AABBCCEE","description":" Deskphone - Cisco 7821"},{"name":"SEP8945EEAADDBB","description":null},{"name":"SEP9971DDBBCCEE","description":"x"}]},"example9b":{"summary":"All DeviceProfiles without associated user","value":["joe.bloggs-UDP","sam.sung-UDP","tobias.funke-UDP"]},"example13":{"summary":"All Line Details","value":[{"__pkid":"632c5836bf432e118ff743ed","pattern":"1084005","description":"Ismail KURTOGLU - Primary Line","alertingname":"Ismail KURTOGLU x1084005","asciialertingname":"Ismail KURTOGLU 1084005"},{"__pkid":"632c5a6f3c23efc8cf93e77f","pattern":"1084006","description":null,"alertingname":null,"asciialertingname":null},{"__pkid":"635192f88249d3440094bf04","pattern":"1084008","description":"shared-line x1084008","alertingname":null,"asciialertingname":null},{"__pkid":"6389c8bf6ea57dd4d810f9da","pattern":"1084004","description":"FrontDesk x1084004","alertingname":"Front Desk","asciialertingname":null}]},"example14":{"summary":"Subscribers Lines","value":["1084000","1085000","1085010"]},"example15":{"summary":"Supported Protocols","value":["SCCP","SIP"]},"example16":{"summary":"Phone Button Templates for Phone Model","value":["Cisco 9971 2L-1M-3SD","Mobility 9971 SIP","Standard 9971 SIP"]},"example17":{"summary":"Security Profiles for Phone Model","value":["Cisco 9951 - Standard SIP Non-Secure Profile","Universal Device Template - Model-independent Security Profile"]},"example18":{"summary":"Subscriber Phones and Services","value":{"field_specific":[{"field":"move_from_hn","property":"value","value":"CS-P.CS-NB.Innovia.INV-Reading (Site)","scope":"up"},{"field":"existingPhones","property":"value","value":"SEP9971AABBCCDD (Cisco 9971 SIP)\n Line 1: 1084001 Cu197-DirNum-PT\nBOTZAIDALFAR (Cisco Dual Mode for Android SIP)\n Line 1: 1084001 Cu197-DirNum-PT\nCSFZAIDALFAR (Cisco Unified Client Services Framework SIP)\n Line 1: 1084001 Cu197-DirNum-PT","scope":"up"},{"field":"existingDeviceProfiles","property":"value","value":"zaid.al-farhan-UDP (Cisco 9971 SIP)\n Line 1: 1084001 Cu197-DirNum-PT","scope":"up"},{"field":"existingSnr","property":"value","value":"zaid.al-farhan-RDP (Remote Destination Profile)\n Line 1: 1084001 Cu197-DirNum-PT","scope":"up"},{"field":"existingVoicemail","property":"value","value":"1084001","scope":"up"}]}},"example19":{"summary":"Available Hierarchies of a Customer","value":["sys.hcs.CS-P.CS-NB.Innovia","sys.hcs.CS-P.CS-NB.Innovia.MLSD-RIYADH","sys.hcs.CS-P.CS-NB.Innovia.MLSD-DAMMAM","sys.hcs.CS-P.CS-NB.Innovia.INV-Reading","sys.hcs.CS-P.CS-NB.Innovia.INV-Reading"]},"example20":{"summary":"Usernames at Customer and downwards","value":["clark.kent","karim.afifi","pablo.sanchez","peter.parker","sam.sung","thor.odinson","tony.stark","zaid.al-farhan"]},"example21":{"summary":"User Details","value":{"username":"zaid.al-farhan","first_name":"Zaid","last_name":"Al-Farhan","email":"[email protected]","sync_type":"CUCM-LDAP"}},"example22":{"summary":"Customer Common Phone Configs","value":["National Day","Standard Common Phone Profile-1","Standard Common Phone Profile-2","Web Access Profile"]},"example23":{"summary":"Available Quick Add Groups","value":["default","78XX Reference Quick Add Group","78XX Reference Quick Add Group 11.5","794X Reference Quick Add Group","88XX Reference Quick Add Group"]},"example24":{"summary":"Unassociated phones of specific model at Site","value":[{"value":"SEP89618961AABB","title":"SEP89618961AABB - 1034000"},{"value":"SEP8961AABBCCDD","title":"SEP8961AABBCCDD - 1034010"}]}}}}}}}},"/api/view/AddPhone":{"post":{"summary":"ADD (standalone) Cisco Phone","description":"This API call creates a standalone phone.\n\nFor details and how to obtain inputs, see: [ADD (standalone) Phone](post-call-add-phone.html)\n","parameters":[{"in":"query","name":"hierarchy","schema":{"type":"string"},"description":"The site hierarchy","required":true}],"requestBody":{"description":"Standalone phone data","content":{"application/json":{"schema":{"type":"object","properties":{"standalone":{"type":"boolean"},"name":{"type":"string","minLength":15,"maxLength":15,"pattern":"^SEP[:xdigit:]{12}","description":"The MAC address (specs above)."},"device_type":{"type":"string","description":"The phone model."},"description":{"type":"string","description":"The phone description.","maxLength":30},"lines":{"type":"array","description":"Line details for each line added.","items":{"type":"object","properties":{"directory_number":{"type":"string","description":"Directory number"},"label":{"type":"string","description":"Line Label","maxLength":30},"display":{"type":"string","maxLength":30,"description":"Display Name"}}}},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"example":{"standalone":true,"name":"SEP9971FFEEDDBB","device_type":"Cisco 9971","description":"Meeting Room 1 (x84000)","lines":[{"directory_number":"1084207","label":"x1084207","display":"Meeting Room1 x1084207"},{"directory_number":"1084000","label":"Reception x1084000","display":"Reception x1084000"}],"request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"Add Standalone Phone-FF","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/QuickSubscriber":{"post":{"summary":"ADD Cisco Subscriber","description":"This API call is used to create a new Subscriber.\n\nFor details and how to obtain inputs, see: [ADD Subscriber](post-call-add-subscriber.html)\n","parameters":[{"in":"query","name":"hierarchy","schema":{"type":"string"},"description":"The site hierarchy","required":true}],"requestBody":{"description":"Subscriber, devices and services details","content":{"application/json":{"schema":{"type":"object","properties":{"lookUpForUser":{"type":"boolean"},"username":{"type":"string","description":"The username. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only."},"firstname":{"type":"string","description":"The user's first name. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only."},"lastname":{"type":"string","description":"The user's last name. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only."},"email":{"type":"string","description":"The user's email address. For local users, the operator enters the user details (username, firstname, lastname, and email) in the form. For Active Directory (AD) users, the user details (username, firstname, lastname, and email) are fetched from the system, and the form fields are read-only."},"custom_string_1":{"type":"string"},"password":{"type":"string","description":"The user's password. For local users, the operator enters the user password in the form. For Active Directory (AD) users, the user password is not relevant, and the password field is hidden on the form."},"pin":{"type":"string","description":"Voicemail/extension mobility PIN."},"line":{"type":"array","description":"One or more user lines. Multiple lines can be added to a phone, and are ordered 1,2, and so on, e.g. \"directory_number\":\"line_1\", \"directory_number\":\"line_2\", \"directory_number\":\"line_n\".","items":{"properties":{"directory_number":{"type":"string"}}}},"qagroup_name":{"type":"string","description":"The Quick Add Group name. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name."},"voice":{"type":"boolean","default":false,"description":"Desk phone. Defines whether a desk phone is required. ````"},"phone_type":{"type":"string","description":"The phone model. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name. Displays when \"voice\" is True."},"phone_protocol":{"type":"string","description":"The desk phone protocol. Part of the desk phone details, which includes qagroup_name, phone_type, phone_protocol, phone_name."},"button_template":{"type":"string","description":"The desk phone button template name."},"phones":{"type":"array","description":"One or more phones. Includes the desk phone MAC address (phone_name) for each of the user's phones.","items":{"properties":{"phone_name":{"type":"string","minLength":15,"maxLength":15,"pattern":"^SEP[:xdigit:]{12}","description":"The MAC address (specs above)."}}}},"voicemail":{"type":"boolean","default":false,"description":"Voicemail service. Defines whether the voicemail service is required. ````"},"mobility":{"type":"boolean","enum":[true,false],"default":false,"description":"Extension mobility service. Defines whether the extension mobility service is required. ````"},"jabber":{"type":"boolean","default":false,"description":"Jabber service. Allows allocation of soft phones. ````"},"jabber_devices":{"type":"array","description":"One or more Jabber devices. If ``=True``, the list of Jabber devices, specifying a value for ```` and ````. \n\nFour types of jabber devices can be assigned\n\n- ``android``\n- ``ipad``\n- ``iphone``\n- ``windows``\n","items":{"type":"object","properties":{"jabber_agent":{"type":"string","enum":["Android","CSF","iPad","iPhone","Carrier Integrated Mobile","CTI Remote Device"]},"device_name":{"type":"string"}}}},"custom_string_2":{"type":"string"},"custom_string_3":{"type":"string"},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"examples":{"example_1":{"summary":"Local Subscr, 1 deskphone, 4 jabber, services","value":{"lookUpForUser":true,"username":"syed.shahnawaz","firstname":"Syed","lastname":"Shahnawaz","email":"[email protected]","password":"C1&a2*B3$d4.","pin":"13579","lines":[{"directory_number":"1084008"},{"directory_number":"1084000"}],"qagroup_name":"99XX Reference Quick Add Group","voice":true,"phone_type":"Cisco 9971","phone_protocol":"SIP","button_template":"Standard 9971 SIP","phones":[{"phone_name":"SEP9971EECCBBAA"}],"voicemail":true,"mobility":true,"jabber":true,"jabber_devices":[{"jabber_agent":"android","device_name":"BOTSYEDSHAHNAWAZ"},{"jabber_agent":"csf","device_name":"CSFSYEDSHAHNAWAZ"},{"jabber_agent":"ipad","device_name":"TABSYEDSHAHNAWAZ"},{"jabber_agent":"iphone","device_name":"TCTSYEDSHAHNAWAZ"}],"request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"Add-Subscriber-FF","callback_url":"https://46.49.134.136","callback_username":"username","callback_password":"password"}}},"example_2":{"summary":"LDAP Subscr , 2 deskphones, voicemail only","value":{"lookUpForUser":true,"username":"sam.sung","firstname":"Sam","lastname":"Sung","email":"[email protected]","pin":"13579","lines":[{"directory_number":"1084702"}],"qagroup_name":"77XX Reference Quick Add Group","voice":true,"phone_type":"Cisco 7841","phone_protocol":"SIP","button_template":"Advanced 7841 SIP - 2 line","phones":[{"phone_name":"SEP7841BABABABA"},{"phone_name":"SEP7841ABBAABBA"}],"voicemail":true,"request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"Add-Subscriber-FF","callback_url":"https://46.49.134.136","callback_username":"username","callback_password":"password"}}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/ResetUCPasswordPinVIEW":{"post":{"summary":"Change CUCM PIN/Password and/or CUC PIN","description":"This API call triggered is to reset the following:\n\n- CUCM (Cisco Unified Call Manager) PIN used for extension mobility\n- CUCM Password for Jabber ( if device is associated to a CUCM local user)\n- CUC ( Cisco Unified Unity - Voicemail) PIN\n\nFor details and how to obtain inputs, see: [Change CUCM PIN/Password and/or CUC PIN](post-call-change-pin-passwd.html)\n","parameters":[{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"description":"User credentials, services applied","content":{"application/json":{"schema":{"type":"object","properties":{"user":{"type":"string","description":"The username."},"cucm":{"type":"boolean","description":"Defines whether the password/PIN reset is for CUCM. Set to True to reset a CUCM PIN or password. ````","default":false},"cuc":{"type":"boolean","description":"Defines whether the password/PIN reset is for CUC. Set to True to reset a CUC PIN or password. ````","default":false},"password":{"type":"string","description":"The Jabber password. When value for ```` is True, set the Jabber password in ````."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"examples":{"password-and-pin":{"value":{"user":"jo.bloggs","cucm":true,"cuc":true,"password":"A@e£%44e11223","pin":"82245698","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"Reset Credential-FF","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}},"pin-only":{"value":{"user":"amanthony","cucm":false,"cuc":true,"pin":"123456","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"Reset Credentials-FF","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/ReplacePhone_VIEW":{"post":{"summary":"Replace Cisco Phone","description":"This API call is triggered to replace an existing Phone with a new one.\n\nFor details and how to obtain inputs, see: [POST - Replace a Cisco phone](post-call-replace-phone.html)\n","parameters":[{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"description":"Existing and new phone details","content":{"application/json":{"schema":{"type":"object","properties":{"existing_phone":{"type":"string","minLength":15,"maxLength":15,"pattern":"^SEP[:xdigit:]{12}","description":"The MAC address (specs above)."},"replacement_phone":{"type":"string","minLength":15,"maxLength":15,"pattern":"^SEP[:xdigit:]{12}","description":"The MAC address (specs above)."},"replacement_model":{"type":"string","description":"Choose from existing phone models available."},"protocol":{"type":"string","description":"The phone protocols that the replacement phone model supports."},"pbt":{"type":"string","description":"The phone button template from those that are available in the system for the specified replacement phone model."},"security_profile":{"type":"string","description":"The phone security profile for the replacement phone model."},"replacement_description":{"type":"string","description":"A phone description for the new, replacement phone."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"example":{"existing_phone":"SEP9951EEDDAABB","replacement_phone":"SEP8945EEAADDBB","replacement_model":"Cisco 8945","protocol":"SIP","pbt":"Standard 8945 SIP","security_profile":"Cisco 8945 - Standard SIP Non-Secure Profile","replacement_description":"Ismail x1084005","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"ReplacePhone-FF","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/GS_AddDeviceToUser_VIEW":{"post":{"summary":"Associate existing Cisco Device / UDP to a Subscriber","description":"This API call is to associate a standalone phone or standalone UDP to a Subscriber.\n\nFor details and how to obtain inputs, see: [Associate existing Phone to existing Subscriber](post-call-assoc-existing-phone-existing-subscr.html)\n","parameters":[{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"description":"User and device details.","content":{"application/json":{"schema":{"type":"object","properties":{"username":{"type":"string","description":"The username."},"newDeviceName":{"type":"string","description":"The name of an unassociated device or unassociated device profile name"},"newDeviceType":{"type":"string","description":"Device type, either Cisco device (phone), or Cisco UDP (device profile)."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"examples":{"Cisco-device-to-subscriber":{"value":{"username":"jo.bloggs","newDeviceName":"SEP8945EEAADDBB","newDeviceType":"phone","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow - Associate Phone with Subscriber","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}},"Cisco-UDP-to-subscriber":{"value":{"username":"jo.bloggs","newDeviceType":"deviceProfile","newDeviceName":"JBLOGGS-UDP","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow - Associate Phone with Subscriber","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/GS_removeDeviceFromUser_VIEW":{"post":{"summary":"Disassociate Cisco Phone associated to Subscriber","description":"This API call is to remove a Subscriber-Phone association to make it a unassigned/standalone device.\n\nFor details and how to obtain inputs, see: [Disassociate Phone associated to Subscriber](post-call-disassoc-phone-assoc-to-subscr.html)\n","parameters":[{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"description":"User and device details","content":{"application/json":{"schema":{"type":"object","properties":{"username":{"type":"string","description":"The username."},"oldDeviceName":{"type":"string","description":"The name of the device you are removing."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"example":{"username":"jo.bloggs","oldDeviceName":"SEP8945EEAADDBB","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow - Disassociate Phone with Subscriber","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}},"responses":{"200":{"description":"OK"}}}},"/api/view/UserPhoneMoveUsers_VIEW":{"post":{"summary":"Move Cisco Subscriber between Sites","description":"This API call is to move a Subscriber and its services/devices between Sites.\nOne or more new Lines are created during the move process and the new line(s) are assigned to the devices / services.\n\nFor details and how to obtain inputs, see: [Move Subscriber between Sites](post-call-move-subscr-between-sites.html)\n","parameters":[{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Customer hierarchy"}}],"requestBody":{"description":"Subscriber, sites and devices details","content":{"application/json":{"schema":{"type":"object","properties":{"username":{"type":"string","description":"The username."},"move_from_hn":{"type":"string","description":"The name of the site where you are moving the subscriber from."},"move_to_hn":{"type":"string","description":"The name of the site where you are moving the subscriber to."},"move_line":{"type":"boolean","default":false,"description":"Defines whether existing lines need to be moved to the new site."},"AllowLineMove":{"type":"boolean","default":false,"description":"Whether to move lines."},"new_line":{"type":"boolean","default":true,"description":"Defines whether to allocate new lines in the target site when moving the subscriber."},"lines":{"type":"array","description":"Line details. For each line you add, the directory number, the line label, and the line display name.","items":{"type":"object","properties":{"directory_number":{"type":"string"},"label":{"type":"string"},"display":{"type":"string"}}}},"move_phone":{"type":"boolean","description":"Whether to move the phone."},"new_phone":{"type":"boolean","description":"Whether to add a new phone."},"new_phone_from_source":{"type":"boolean","description":"Whether to create a new phone from existing phone."},"new_phone_config_source_product":{"type":"string","description":"The source phone type."},"new_phone_config_source":{"type":"string","description":"New phone's configuration source."},"phone_type":{"type":"string","description":"Phone type at target site."},"name":{"type":"string","minLength":15,"maxLength":15,"pattern":"^SEP[:xdigit:]{12}","description":"The MAC address (specs above)."},"newCucUserTemplate":{"type":"string","description":"Default CUC template. This value is defined in the Site Defaults."},"default_dp":{"type":"boolean","description":"Hardcoded to ``true``."},"default_css":{"type":"boolean","description":"The CSS. Hardcoded to ``true``."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"examples":{"single-line":{"value":{"username":"zaid.al-farhan","move_from_hn":"sys.hcs.CS-P.CS-NB.Innovia.INV-NewYork","move_to_hn":"sys.hcs.CS-P.CS-NB.Innovia.INV-JerseyCity","move_phone":true,"move_line":false,"new_line":true,"lines":[{"directory_number":"1037505","label":"Zaid.Al-Farhan x1037505","display":"Zaid.Al-Farhan"}],"default_css":true,"newCucUserTemplate":"cu197-innovia-vms-2_usertemplate_1","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow - Move Subscriber to another Site","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}},"multi-line":{"value":{"username":"zaid.al-farhan","move_from_hn":"sys.hcs.CS-P.CS-NB.Innovia.INV-NewYork","move_to_hn":"sys.hcs.CS-P.CS-NB.Innovia.INV-JerseyCity","move_phone":true,"move_line":false,"new_line":true,"lines":[{"directory_number":"1037505","label":"Line1: x1037505","display":"Zaid.Al-Farhan"},{"directory_number":"1037555","label":"Line1: x1037555","display":"Project Management Office"}],"default_css":true,"newCucUserTemplate":"cu197-innovia-vms-2_usertemplate_1","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow - Move Subscriber to another Site","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/device/cucm/Line/{Line PKID}":{"patch":{"summary":"Modify Line Data","description":"This API call updates the following device line information:\n- Line description\n- Line alerting name\n- Line alerting ASCII name.\n\nFor details and how to obtain inputs, see: [Modify Line Data](patch-call-modify-line-data.html)\n","parameters":[{"in":"path","name":"Line PKID","required":true,"schema":{"type":"string"},"description":"The PKID of the line to update."},{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"description":{"type":"string","maxLength":30,"description":"Line description."},"alertingName":{"type":"string","maxLength":30,"description":"Line alerting name."},"asciialertingname":{"type":"string","maxLength":30,"description":"Line alerting ASCII name."},"request_meta":{"type":"object","description":"Contains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}},"example":{"description":"FrontDesk x1084004","alertingName":"1084004","asciiAlertingName":"FrontDesk 1084004","request_meta":{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow-Change Line Details","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}}}}},"responses":{"200":{"description":"OK"}}}},"/api/device/cucm/Phone/{Phone PKID}":{"patch":{"summary":"Modify Phone Data - Line Recording Details","description":"API call to modify the following Phone data:\nPhone Description, Line Label, Line Display Name,\nLine ASCII Display Name and Line Call Recording settings\n\nFor details and how to obtain inputs, see: [Modify Phone Data - Line Recording Details](patch-call-modify-phone-data.html)\n","parameters":[{"in":"path","name":"Phone PKID","required":true,"schema":{"type":"string"},"description":"The PKID of the phone to update."},{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Site hierarchy"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":[{"type":"object","title":"callback details","description":"Only one of these objects can be in the array.\nContains callback details that will enable VOSS Automate can connect back and update the status when the initiated transaction is completed.\n","properties":{"op":{"type":"string","description":"The operation. Value is ``add``"},"path":{"type":"string","description":"The callback path. Value is ``/request_meta``"},"value":{"type":"array","items":{"type":"object","properties":{"external_id":{"type":"string"},"external_reference":{"type":"string"},"callback_url":{"type":"string"},"callback_username":{"type":"string"},"callback_password":{"type":"string"}}}}}},{"type":"object","description":"More than one of these objects can be in the array.","title":"line data","properties":{"op":{"type":"string","enum":["add","replace"],"description":"The operation."},"path":{"type":"string","description":"- For phone it is ``/description``\n- Depending on the number of lines that the phone returns,\n for lines with line number ``n`` starting at ``0``, it is\n - ``/lines/line/n/label``\n - ``/lines/line/n/display``\n - ``/lines/line/n/displayAscii``\n"},"value":{"type":"string","description":"The corresponding Phone Description, Line Label, Line Display Name, Line ASCII Display Name"}}}]},"examples":{"Update Phone description":{"value":[{"op":"add","path":"/request_meta","value":[{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow-Change Line Details","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}]},{"op":"replace","path":"/description","value":"Bart Simpson Phone 1"}]},"Update Display fields in line 1 and 4 (line index starts from 0)":{"value":[{"op":"add","path":"/request_meta","value":[{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow-Change Line Details","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}]},{"op":"replace","path":"/lines/line/0/display","value":"Bart (108400)"},{"op":"replace","path":"/lines/line/3/display","value":"108404"}]},"Update label fields in line 1, 2 and 4 (line index starts from 0)":{"value":[{"op":"add","path":"/request_meta","value":[{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow-Change Line Details","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}]},{"op":"replace","path":"/lines/line/0/label","value":"Line1 x108400"},{"op":"replace","path":"/lines/line/1/label","value":"Line1 x108401"},{"op":"replace","path":"/lines/line/3/label","value":"Line1 x108404"}]},"Update phone description and details of 2 lines belonging to a phone (line index starts from 0)":{"value":[{"op":"add","path":"/request_meta","value":[{"external_id":"3x4mpl3-3xtern4l-FF","external_reference":"SNow-Change Line Details","callback_url":"46.49.134.136","callback_username":"username","callback_password":"password"}]},{"op":"replace","path":"/description","value":"Bart Simpson Phone 1"},{"op":"replace","path":"/lines/line/0/label","value":"Line1 x1084001"},{"op":"replace","path":"/lines/line/0/display","value":"Bart Simpson"},{"op":"replace","path":"/lines/line/0/displayAscii","value":"BartS"},{"op":"replace","path":"/lines/line/1/label","value":"Line2 (shared)x1084003"},{"op":"replace","path":"/lines/line/1/display","value":"Agnel M Anthony"},{"op":"replace","path":"/lines/line/1/displayAscii","value":"AgnelA"}]}}}}},"responses":{"200":{"description":"OK"}}}},"/api/relation/SubscriberPhone/{Removal_Phone_PKID}":{"delete":{"summary":"Delete a phone","description":"Format: ``DELETE /api/relation/SubscriberPhone//?hierarchy=&nowait=true&format=json``\n\nFor details and how to obtain inputs, see [Delete a phone](delete-call-delete-phone.html)\n","parameters":[{"in":"path","name":"Removal_Phone_PKID","required":true,"schema":{"type":"string"},"description":"The phone PKID"},{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Customer hierarchy"}},{"in":"query","name":"nowait","schema":{"type":"boolean"},"description":"Set to ``true``."},{"in":"query","name":"format","schema":{"type":"string"},"description":"Set to ``json``."}],"responses":{"200":{"description":"OK. (transaction details are sent back).","content":{"application/json":{"schema":{"type":"object","properties":{"href":{"type":"string"},"transaction_id":{"type":"string"},"success":{"type":"boolean"}}},"example":{"href":"/api/tool/Transaction/9095e5a2-6b62-45f8-abbb-93bd908a8bef/","transaction_id":"9095e5a2-6b62-45f8-abbb-93bd908a8bef","success":true}}}}}}},"/api/relation/Subscriber/{Deletion Subscriber PKID}":{"delete":{"summary":"Delete a subscriber","description":"This API call is used to delete a subscriber.\n\nFor details and how to obtain inputs, see: [Delete a Subscriber](delete-call-delete-subscriber.html)\n","parameters":[{"in":"path","name":"Deletion Subscriber PKID","required":true,"schema":{"type":"string"},"description":"PKID of the subscriber to delete."},{"in":"query","name":"hierarchy","required":true,"schema":{"type":"string","description":"Customer hierarchy"}}],"responses":{"200":{"description":"OK (transaction details are sent back).","content":{"application/json":{"schema":{"type":"object","properties":{"href":{"type":"string"},"transaction_id":{"type":"string"},"success":{"type":"boolean"}}},"example":{"href":"/api/tool/Transaction/b471aa05-01d5-46c9-981e-685774b645be/","transaction_id":"b471aa05-01d5-46c9-981e-685774b645be","success":true}}}}}}}},"components":{"schemas":{"Customer":{"type":"array","items":{"$ref":"#/components/schemas/CustomerObject"}},"CustomerObject":{"type":"object","properties":{"shortName":{"type":"string","description":"A customer short name."},"extendedName":{"type":"string","description":"A customer extended name."},"dealIDInfo":{"type":"string","description":"dealIDInfo."}}}}}}},"searchIndex":{"store":["/paths/~1tool~1Macro/get","/paths/~1api~1view~1AddPhone/post","/paths/~1api~1view~1QuickSubscriber/post","/paths/~1api~1view~1ResetUCPasswordPinVIEW/post","/paths/~1api~1view~1ReplacePhone_VIEW/post","/paths/~1api~1view~1GS_AddDeviceToUser_VIEW/post","/paths/~1api~1view~1GS_removeDeviceFromUser_VIEW/post","/paths/~1api~1view~1UserPhoneMoveUsers_VIEW/post","/paths/~1api~1device~1cucm~1Line~1{Line PKID}/patch","/paths/~1api~1device~1cucm~1Phone~1{Phone PKID}/patch","/paths/~1api~1relation~1SubscriberPhone~1{Removal_Phone_PKID}/delete","/paths/~1api~1relation~1Subscriber~1{Deletion Subscriber PKID}/delete"],"index":{"version":"2.3.9","fields":["title","description"],"fieldVectors":[["title/0",[0,2.378]],["description/0",[0,0.83,1,0.614,2,0.88,3,0.614,4,0.614,5,0.614,6,0.614,7,1.769,8,0.614,9,1.463,10,1.087,11,0.614,12,0.07,13,1.087,14,0.614,15,0.614,16,0.01,17,0.035,18,0.614,19,0.011,20,1.087,21,0.614,22,0.614,23,0.614,24,2.578,25,0.614,26,2.023,27,0.614,28,1.087,29,1.087,30,0.614,31,0.614,32,0.614,33,1.463,34,0.614,35,0.614,36,0.614,37,0.614,38,0.661,39,1.463,40,0.614,41,0.614,42,0.614,43,0.614,44,0.614,45,2.237,46,0.614,47,0.614,48,1.769,49,0.614,50,1.087,51,0.614,52,0.614,53,2.237,54,0.173,55,1.463,56,1.087,57,0.614,58,2.42,59,0.614,60,0.614,61,0.614,62,0.614,63,0.614,64,0.614,65,0.614,66,0.614,67,1.769,68,0.614,69,0.145,70,0.302,71,0.614,72,0.614,73,0.614,74,1.463,75,1.463,76,1.769,77,0.469,78,0.614,79,0.614,80,0.614,81,0.349,82,0.614,83,0.614,84,0.614,85,0.614,86,0.614,87,0.614,88,0.614,89,0.614,90,0.197,91,0.614,92,0.614,93,0.614,94,0.614,95,0.614,96,0.614,97,0.614,98,0.614,99,1.463,100,0.614,101,1.463,102,0.614,103,0.614,104,0.614,105,0.614,106,0.614,107,1.087,108,0.614,109,0.614,110,0.614,111,0.614,112,0.614,113,0.614,114,0.614,115,0.614,116,1.087,117,0.614,118,0.614,119,1.087,120,0.614,121,0.614,122,0.614,123,0.469,124,0.614,125,0.614,126,0.614,127,0.614,128,0.614,129,0.614,130,0.244,131,0.614,132,0.614,133,0.614,134,0.614,135,0.614,136,0.614,137,0.614,138,0.089,139,0.614]],["title/1",[54,0.123,130,0.86,138,0.314,140,1.312]],["description/1",[12,0.056,16,0.052,17,0.176,19,0.056,54,0.176,130,1.233,140,2.277,141,0.306,142,1.88,143,0.176,144,3.095,145,3.095]],["title/2",[69,0.238,130,0.958,138,0.349]],["description/2",[12,0.056,16,0.052,17,0.176,19,0.056,69,0.306,130,1.233,141,0.306,142,1.88,143,0.176,146,1.88,147,1.88,148,3.095,149,3.095]],["title/3",[150,1.369,151,1.369,152,1.369,153,1.369,154,1.369,155,1.369]],["description/3",[2,0.788,12,0.041,16,0.038,17,0.128,19,0.041,77,1.716,81,0.721,123,1.716,138,0.443,141,0.302,143,0.128,146,1.366,150,1.716,151,2.837,152,1.716,153,1.716,154,2.329,155,2.329,156,1.716,157,2.247,158,1.366,159,3.051,160,2.247,161,2.247,162,2.247,163,2.247,164,2.247,165,0.895,166,2.247,167,2.247,168,2.247,169,2.247]],["title/4",[54,0.137,138,0.349,170,1.836]],["description/4",[2,0.575,12,0.053,16,0.049,17,0.166,19,0.053,54,0.166,138,0.424,141,0.289,143,0.166,147,1.776,156,2.231,170,2.763,171,1.776,172,2.231,173,2.922,174,2.922,175,2.922]],["title/5",[2,0.325,69,0.163,81,0.53,138,0.24,165,0.658,171,1.004,176,1.262]],["description/5",[12,0.053,16,0.049,17,0.166,19,0.053,54,0.205,69,0.289,81,1.162,140,2.199,141,0.289,143,0.166,171,2.199,176,2.231,177,2.922,178,2.922]],["title/6",[54,0.111,69,0.194,81,0.629,138,0.285,179,1.496]],["description/6",[12,0.054,16,0.05,17,0.168,19,0.054,54,0.168,81,1.17,141,0.292,143,0.168,165,1.177,179,2.256,180,2.955,181,2.955,182,2.955,183,2.955,184,2.955,185,2.955]],["title/7",[38,1.19,69,0.194,138,0.285,186,1.496,187,1.496]],["description/7",[2,0.507,12,0.047,16,0.043,17,0.146,19,0.047,38,1.567,69,0.331,90,0.828,141,0.255,142,1.567,143,0.146,147,2.031,165,1.027,172,1.968,186,2.832,187,2.552,188,2.578,189,2.578,190,2.578,191,2.578,192,2.578,193,2.578,194,2.578,195,2.578,196,2.578]],["title/8",[90,0.772,197,1.182,198,1.462]],["description/8",[2,0.737,12,0.048,16,0.044,17,0.149,19,0.048,70,1.292,90,1.313,141,0.26,143,0.149,158,1.598,165,1.048,197,1.292,199,2.63,200,2.63,201,2.008,202,3.386,203,2.585,204,2.008,205,2.63,206,2.63]],["title/9",[2,0.325,16,0.028,54,0.094,90,0.53,197,0.812,198,1.004,207,1.262]],["description/9",[2,0.488,12,0.045,16,0.042,17,0.141,19,0.045,54,0.207,70,1.219,90,1.289,141,0.322,143,0.141,158,1.507,197,1.601,198,1.981,201,1.894,203,2.488,204,1.894,207,2.488,208,2.481,209,3.26,210,2.481,211,2.481,212,2.481]],["title/10",[54,0.154,213,1.334]],["description/10",[12,0.058,16,0.053,19,0.058,143,0.18,213,1.868,214,3.169,215,3.169,216,3.169,217,3.169,218,3.169]],["title/11",[69,0.268,213,1.334]],["description/11",[12,0.056,16,0.052,17,0.174,19,0.056,69,0.368,70,1.503,141,0.302,143,0.174,146,1.859,213,1.828,219,3.059,220,3.059]]],"invertedIndex":[["",{"_index":2,"title":{"5":{},"9":{}},"description":{"0":{},"3":{},"4":{},"7":{},"8":{},"9":{}}}],["6901",{"_index":100,"title":{},"description":{"0":{}}}],["8961,sip,null,up",{"_index":139,"title":{},"description":{"0":{}}}],["9951",{"_index":112,"title":{},"description":{"0":{}}}],["9971",{"_index":106,"title":{},"description":{"0":{}}}],["add",{"_index":130,"title":{"1":{},"2":{}},"description":{"0":{},"1":{},"2":{}}}],["alert",{"_index":202,"title":{},"description":{"8":{}}}],["and/or",{"_index":153,"title":{"3":{}},"description":{"3":{}}}],["api",{"_index":17,"title":{},"description":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"11":{}}}],["api/device/cucm/line/{lin",{"_index":206,"title":{},"description":{"8":{}}}],["api/device/cucm/phone/{phon",{"_index":212,"title":{},"description":{"9":{}}}],["api/relation/subscriber/{delet",{"_index":220,"title":{},"description":{"11":{}}}],["api/relation/subscriberphone//?hierarchy=&nowait=true&format=json",{"_index":216,"title":{},"description":{"10":{}}}],["https:///api/tool/macro",{"_index":3,"title":{},"description":{"0":{}}}],["https:///api/tool/macro/?hierarchy=sys.hcs.cs-p.cs-nb.innovia.inv-reading&method=evaluate&format=json",{"_index":137,"title":{},"description":{"0":{}}}],["inform",{"_index":200,"title":{},"description":{"8":{}}}],["input",{"_index":12,"title":{},"description":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{}}}],["input='