Skip to main content
Version: 5.3.0.0

Rest Services

Some interfaces of Orchestra can be accessed using simple HTTP calls.

The base URL of these services is http://<host>:<port>/OrchDyn/<servicename> or

https://<host>:<port>/OrchDyn/<servicename>. For example, you can use http://localhost:8019/OrchDyn/landscape.

All of these services require authentication. You must authenticate using Basic Authentication with a username that exists as an Orchestra monitor user and has the necessary roles to access the service.

If the user does not exist or you provide an invalid password, an HTTP status code 401 is returned.