From e3a14d19e639991c990e3d881cfafa452621ddfb Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Tue, 28 Oct 2025 13:05:16 -0400 Subject: [PATCH] Document `manageiq://api` builtin method options --- managing_providers/_topics/embedded_workflows.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/managing_providers/_topics/embedded_workflows.md b/managing_providers/_topics/embedded_workflows.md index 9897371db..2d5d09d9d 100644 --- a/managing_providers/_topics/embedded_workflows.md +++ b/managing_providers/_topics/embedded_workflows.md @@ -216,6 +216,15 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au * `Encoding` - String * `JSON` - JSON encodes the request and decodes the response + * `manageiq://api` - Execute HTTP actions against the ManageIQ API + + This has the same parameters as `manageiq://http` with the following defaults: + + * `Url` - Defaults to the ManageIQ Web Services URL + * `Headers` + * `ContentType` - Defaults to `application/json` + * `Options` + * `Encoding` - Defaults to `JSON` * `manageiq://email` - Send an email using the configured SMTP server