Koo Command Line Interface
Koo Command Line Interface
- Function Overview
- What's New
- Service Overview
- Getting Started
-
User Guide
- Configuration Management
- HTTP Proxy
- Commonly Used Commands
-
Options
- Option Overview
- Printing Help Information
- Printing Debugging Information
- Generating API Input Parameter Skeleton in JSON Format
- Checking Command
- Specifying Region
- Calling APIs with AK/SK in Non-configuration Mode
- Specifying Account ID
- Specifying Profile
- Specifying Authentication Mode
- Specifying Output Format
- Passing API Parameters with JSON File
- Specifying Request Timeouts
- Specifying Retry Count
- Skipping HTTPS Request Certificate Verification
- Specifying a Domain Name
- Polling Results
- Obtaining CLI Examples on API Explorer
- Using KooCLI in Non-configuration Mode
- Online Experience
- Obtaining Authentication Information
-
FAQs
- Overview
- Authentication
- Profiles
- Metadata Cache
- Logs
- Network Connections
- Cloud Services
- Cloud Service APIs
- Regions
-
Parameters
- What Are KooCLI System Parameters?
- Why Am I Seeing a Message Indicating an Invalid Parameter?
- Why Are Old and New KooCLI System Parameters (Such as region and cli-region) Available? Which Parameters Are Recommended?
- Why Am I Seeing a Message Indicating a Duplicate Parameter?
- How Do I Use cli-jsonInput?
- When Can I Use cli-jsonInput?
- Why Am I Seeing a Message Indicating an Unsupported Parameter Position or Type?
- How Do I Leave a Body Parameter Empty for Cloud Service APIs?
- Interactive Mode and Autocomplete
-
Output Formats
- What Output Formats Are Supported by KooCLI?
- How Do I Define a JMESPath Expression?
- Which KooCLI System Parameters Are Related to Data Output? Which Ones Are Recommended?
- How Do I Use cli-output, cli-query, and cli-output-num?
- How Do I Use cli-output-rows, cli-output-cols, and cli-output-num? What Are the Precautions?
- How Do I Use cli-json-filter? What Are the Precautions?
- Other
- Videos
- General Reference
On this page
Show all
Help Center/
Koo Command Line Interface/
FAQs/
Parameters/
Why Am I Seeing a Message Indicating an Invalid Parameter?
Copied.
Why Am I Seeing a Message Indicating an Invalid Parameter?
Background
During a cloud service API call to manage and use your cloud service resources, KooCLI verifies the validity of your input parameters. If you enter an unsupported parameter in a command or pass a parameter that can be used only in a profile into a command, the following error message is displayed:
[USE_ERROR] Invalid parameter: *
Solution
- Run the hcloud <service> <operation> --help command and check the parameters in Params of the command output. If the parameter does not exist, check either of the following reasons:
- Using the online mode: The API does not support this parameter. Modify the parameter based on the value of Params in the command output.
- Using the offline mode: The offline data package you used may not be the latest version, resulting in a parameter verification failure. In this case, run the hcloud meta download command to update the offline data package, and then run the command in 1 again. If the parameter still does not exist in the result, the API data is unavailable for KooCLI offline mode. Try again when the offline data package is updated, or use the online mode instead.
- If you have entered system parameters (such as cli-lang) in the command for calling a cloud service API, an error message is displayed. The parameters can only be configured in a profile by running hcloud configure set --key1=value1 --key2=value2 ...
- If the preceding error message is not displayed during the command execution, but the returned value of the called API indicates a parameter error, the local cache files containing the API details may be modified. As a result, the parameter verification is inaccurate. In this case, run the hcloud meta clear command to clear the cache files and run the hcloud <service> <operation> --help command again to check whether the parameter is included in the parameter list of the target API.
Parent topic: Parameters
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot