{ "id":"/axapi/v3/cloud-services/meta-data", "type":"object", "node-type":"scalar", "title":"meta-data", "partition-visibility":"shared", "description":"user-data Services configuration only works in shared partition", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': enable; 'disable': disable; ", "enum":[ "enable", "disable" ], "optional":true }, "provider":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'openstack': OpenStack user-data services; ", "enum":[ "openstack" ], "optional":true }, "prevent-autofill":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"prevents use of meta-data to complete user_data configuration", "optional":true }, "prevent-admin-passwd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents admin password from being changed if in YAML config", "optional":true }, "prevent-admin-ssh-key":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents admin ssh-key from being added if in YAML config", "optional":true }, "prevent-user-ops":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents user from being added command is in user-data", "optional":true }, "prevent-blob":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents a10_blob from loading in YAML config", "optional":true }, "prevent-license":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents a10_license configuration in YAML config", "optional":true }, "prevent-webservice":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents a10_license configuration in YAML config", "optional":true }, "prevent-cloud-service":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Prevents cloud-service configuration in YAML config", "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 } } }