iControl REST Cookbook - Virtual Server (ltm virtual)
This cookbook lists selected ready-to-use iControl REST curl commands for virtual-server related resources. Each recipe consists of the curl command, it's tmsh equivalent, and sample output.
In thi...
Updated Oct 30, 2024
Version 3.0Satoshi_Toyosa1
Ret. Employee
Joined May 15, 2019
chin_ntt
Nimbostratus
Why is the value true without quotes?
"disabled": true
"enabled": true
Shouldn't the value in JSON data be inside double quotes?
JRahm
Oct 31, 2024Admin
some fields are ints or booleans, not strings
- chin_nttOct 31, 2024Nimbostratus
Thanks for the clarification JRahm.
I thought the word true was being parsed as a string. But as you mentioned, it's considered as a Boolean.
I see IP addresses are inside double quotes. So I guess those are considered as strings and not integers!
- JRahmOct 31, 2024Admin
yep, that's correct.