Run REST Operations with a JSON Request Body

User Guides for VMware Solutions

Audience
Public
Content Type
User Guides
Source Type
Documentation

If you are executing a REST operation that requires a body, you can paste it into the Request Body input. So for instance, the creation of a NFS share.

Creation of a NFS share is a POST operation with a resource URI of /file-systems with a JSON body of {"name":"myNFS"}.

The workflow logs the response: