HTTP Requests for Infrastructure Profile Management Operations
You can use HTTP requests to perform infrastructure profile management operations such as exporting, validating, and importing vCenter Server configuration profiles.
The following HTTP requests show the syntax that you can use to perform the available user operations.
- List configuration
profiles
GET https://<server>:443/api/appliance/infraprofile/configs
- Export configuration
profiles
POST https://<server>:443/api/appliance/infraprofile/configs?action=export
- Validate configuration
profiles
POST https://<server>:443/api/appliance/infraprofile/configs?vmw-task=true&action=validate
- Import configuration
profiles
POST https://<server>:443/api/appliance/infraprofile/configs?vmw-task=true&action=import
For information about the content and syntax of the HTTP request body for each operation, see the API reference documentation.