{ "id":"/axapi/v3/cloud-services/cloud-provider/vmware/log", "type":"object", "node-type":"scalar", "title":"log", "partition-visibility":"shared", "description":"VMware log configuration", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable VMware vRealize Log Insight; 'disable': Disable VMware vRealize Log Insight (default); ", "enum":[ "enable", "disable" ], "optional":true }, "active-partitions":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specifies the thunder active partition name separated by a comma for multiple values", "optional":true }, "vrli-host":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Specifies the VMware vRLI host IP address", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }