RESTCaller Operations

This section describes the available RESTCaller operations that create, retrieve, update, and delete addressed resources.

PUT

Sends an HTTP PUT request to the rest service URL. Generally used for creating the addressed resource.

Arguments:

Options that apply:

Note: HTTP PUT commands are often blocked by outbound firewall policies; therefore, ensure you have access through the firewall before the orchestration workflow executes a PUT command.

GET

Sends an HTTP GET request to the rest service URL. Generally used for retrieving the addressed resource, but some services may use GET for other purposes as well.

Arguments:

Options that apply:

POST

Sends an HTTP POST request to the rest service URL. Generally used for updating the addressed resource.

Arguments:

Options that apply:

DELETE

Sends an HTTP DELETE request to the rest service URL. Generally used for deleting the addressed resource.

Arguments:

Options that apply:

Note: HTTP DELETE commands are often blocked by outbound firewall policies; therefore, ensure you have access through the firewall before the orchestration worklow executes a DELETE command.