Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
17
3 Accessing the API
The API uses HTTPS as a transport mechanism.
3.1 Configuration Settings
To use the API, you need to connect via HTTPS via the same TCP ports as you would use to
access the Web Admin Interface – typically port 443; that is, they use the same interface.
You also need to configure a username and password: you must provide these credentials in
order to use the API. Set them using the MMP command user add <username>
(admin|crypto|audit|appadmin|api)
. This command prompts for the user’s
password; see the MMP Command Reference for details.
3.2 Authentication
The API user supplies a shared secret username and password to the Meeting Server
configured with the same username and password. The username and password are set in the
MMP command line.
While the authentication credentials are sent in essentially plain text within the HTTP traffic, by
using HTTPS the traffic itself cannot be read by an external party.
3.3 Tools to Use
Suitable tools to access and update the API include:
n
Firefox Poster
n
Chrome Postman
n
Chrome Advanced Rest Client
provides an example of using the Firefox Poster tool.
3   Accessing the API