Skip to content

Commit e3a14d1

Browse files
committed
Document manageiq://api builtin method options
1 parent 2e44769 commit e3a14d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

managing_providers/_topics/embedded_workflows.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
216216
* `Encoding` - String
217217
* `JSON` - JSON encodes the request and decodes the response
218218

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`
219228

220229
* `manageiq://email` - Send an email using the configured SMTP server
221230

0 commit comments

Comments
 (0)