Adapter requests and responses for the HTTP adapter
The HTTP adapter requests and responses are action-specific, and the samples and templates for each action are provided in the sub-sections. The action indicated can be entered in the adapter's Action field in the Property panel of the Call Adapter activity in BMC Atrium Orchestrator Development Studio. If you do not specify an action in the Action field, the adapter uses the default action "Get".
This section describes the requests and responses of the HTTP adapter for the following actions:
- Get
- Post
- Put
Delete
You can specify an IPv6 address with a zone ID for the <action> element in the adapter requests—for example,
<action>
http://[fe80::5097:4c5e:2289:76dd%4]:8080/httpclientoperations/HttpClientServlet
</action>You must specify the IPv6 address in square brackets ([ ]). To find the zone ID of the required computer, see Zone ID for an IPv6 address.
For an HTTP adapter request, the IPv6 string literal format is only supported in a Microsoft Windows-based environment. For details about string literal formats, see http://ipv6-literal.com.