The Hitachi Ops Center Protector REST API is served from the master node and can either be accessed locally or remotely. The root URL is constructed from a number of parts as follows:
https://<host>[:<port>]/API/<version>/
- host - The IP or DNS resolvable name of the master machine. Or “localhost” if accessing the API from the master machine directly.
- port - The port on which the UI / API is being servers. By default this is 443 but can be changed during master installation.
- version - The application major and minor version, for example, 7.1. This provides the ability for scripts or applications to use a consistent version of the API and support for backwards compatibility with new releases.