get_marketplace_app_variables
Retrieve configuration variables for Vultr Marketplace applications to set up and customize deployments with required parameters.
Instructions
Get configuration variables for a marketplace application.
Args: app_id: The marketplace application name, short_name, or image_id (e.g., "openlitespeed-wordpress")
Returns: Application variables information including: - variables: List of configuration variables - Each variable contains: name, description, required (boolean)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"title": "App Id",
"type": "string"
}
},
"required": [
"app_id"
],
"type": "object"
}