We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manageiq://api
1 parent 2e44769 commit e3a14d1Copy full SHA for e3a14d1
managing_providers/_topics/embedded_workflows.md
@@ -216,6 +216,15 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
216
* `Encoding` - String
217
* `JSON` - JSON encodes the request and decodes the response
218
219
+ * `manageiq://api` - Execute HTTP actions against the ManageIQ API
220
+
221
+ This has the same parameters as `manageiq://http` with the following defaults:
222
223
+ * `Url` - Defaults to the ManageIQ Web Services URL
224
+ * `Headers`
225
+ * `ContentType` - Defaults to `application/json`
226
+ * `Options`
227
+ * `Encoding` - Defaults to `JSON`
228
229
* `manageiq://email` - Send an email using the configured SMTP server
230
0 commit comments