{ "id":"/axapi/v3/chassis-application-type", "type":"object", "node-type":"scalar", "title":"chassis-application-type", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure application to be used for chassis (ADC/CGNv6)", "properties":{ "type":{ "type":"string", "format":"enum", "default":"cgnv6", "partition-visibility":"shared", "description":"'adc': Application type ADC; 'cgnv6': Application type CGNv6; ", "enum":[ "adc", "cgnv6" ], "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 } } }