This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Different from other list commands, listcapabilities does not return an array list. ``` (localcloud) 🐱 > list capabilities { "capability": { "allowusercreateprojects": true, "allowuserexpungerecovervm": true, "allowuserexpungerecovervolume": true, "allowuserviewalldomainaccounts": false, "allowuserviewdestroyedvm": true, "cloudstackversion": "4.15.0.0", "customdiskofferingmaxsize": 1024, "customdiskofferingminsize": 1, "dynamicrolesenabled": true, "kubernetesclusterexperimentalfeaturesenabled": false, "kubernetesserviceenabled": true, "kvmsnapshotenabled": true, "projectinviterequired": false, "regionsecondaryenabled": false, "securitygroupsenabled": false, "supportELB": "false", "userpublictemplateenabled": true } } ``` for other list apis, e.g. list templates ``` (localcloud) 🐱 > list templates templatefilter=all filter=id,name { "count": 2, "template": [ { "id": "b54e8a17-ebe5-4849-a015-2698e1d01768", "name": "SystemVM Template (KVM)" }, { "id": "63985306-48ee-11eb-8680-069fc4003392", "name": "CentOS 5.5(64-bit) no GUI (KVM)" } ] } ```
- Loading branch information