Getting value: Boolean Value missing error when sending API command
Information
Summary: |
Getting an error related to missing a boolean value when using curl to enable the api interface. |
Environment: |
Product: Loadmaster Version: N/A Platform: N/A Application: N/A |
Question/Problem Description: |
When using the API curl command to enable the API, value: Boolean Value missing is encountered. |
Steps to Reproduce: |
curl --get --insecure --user bal:Kemp1fourall https://10.0.0.36:443/access/set?param=enableapi&value=yes |
Error Message: |
Log file shows:
|
Defect Number: | LM-5210 |
Enhancement Number: | |
Cause: | |
Resolution: |
Command needs to be enclosed in quotes like this
curl --get --insecure --user bal:Kemp1fourall "https://10.0.0.36:443/access/set?param=enableapi&value=yes"
|
Workaround: | |
Notes: |
Was this article helpful?
0 out of 0 found this helpful