This section describes the structure of the HTTP requests.
URL
The URL has the following format:
http://[host name or IP address of the Management Server]:[port number]/rbaserver/[each resource operation]
HTTP request parameters are specified using the following format after adding a question mark ("?") to the end of the URL.
<parameter>=<value>&<parameter>=<value>&......&<parameter>=<value>
HTTP request header
Specify information for basic authentication in the HTTP header.
Authorization: Basic <string encoding "UserId:Password" in Base64>
Note: "UserId" and "Password" are authentication information for the Systemwalker Runbook Automation Management Server.