Cisco Cisco TelePresence MX700 Riferimenti tecnici

Pagina di 194
D15335.03
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.1, APRIL 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
123
Cisco TelePresence MX700 and MX800
API Reference Guide
xCommand Phonebook Folder Add
Phonebook entries can be stored in folders. Use this command to add a folder to the local 
phonebook. The command returns the FolderId, which is a unique string that identifies the 
folder; typically the format is “localGroupId-n”.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook Folder Add Name: "
Name
" [ParentFolderId: "
ParentFolderId
"] 
where
Name: String (0, 255)
The name of the folder.
ParentFolderId: String (0, 255)
The unique identifier for the parent folder. The identifier will be returned by an 
xCommand Phonebook Search command. It was also returned when the xCommand 
Phonebook Folder Add command was issued to make the parent folder.
xCommand Phonebook Folder Delete
Delete an existing folder from the local phonebook.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook Folder Delete FolderId: "
FolderId
where
FolderId: String (0, 255)
The unique identifier for the folder. The identifier will be returned by an xCommand 
Phonebook Search command. It was also returned when the xCommand Phonebook 
Folder Add command was issued to make the folder.
xCommand Phonebook Folder Modify
Modify an existing phonebook folder.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook Folder Modify FolderId: "
FolderId
" [Name: "
Name
"] 
[ParentFolderId: "
ParentFolderId
"] 
where
FolderId: String (0, 255)
The unique identifier for the folder. The identifier will be returned by an xCommand 
Phonebook Search command. It was also returned when the xCommand Phonebook 
Folder Add command was issued to make the folder.
Name: String (0, 255)
The name of the contact.
ParentFolderId: String (0, 255)
The unique identifier for the parent folder. The identifier will be returned by an 
xCommand Phonebook Search command. It was also returned when the xCommand 
Phonebook Folder Add command was issued to make the parent folder.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand