{ "id":"/axapi/v3/cloud-services/kafka-server-profile", "type":"object", "node-type":"scalar", "title":"kafka-server-profile", "partition-visibility":"shared", "description":"configure kafka server profile", "properties":{ "security_protocol":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set security_protocol in cloud credentials file", "optional":true }, "sasl_mechanisms":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set sasl_mechanisms in cloud credentials file", "optional":true }, "sasl_password":{ "type":"string", "format":"password", "minLength":1, "maxLength":256, "partition-visibility":"shared", "description":"Set sasl_password in cloud credentials file", "optional":true }, "bootstrap_servers":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set bootstrap_servers in cloud credentials file", "optional":true }, "tenant_id":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set tenant_id in cloud credentials file", "optional":true }, "client_secret":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set client_secret in cloud credentials file", "optional":true }, "client_id":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set client_id in cloud credentials file", "optional":true }, "schema_group_name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set schema_group_name in cloud credentials file", "optional":true }, "subscription_id":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set subscription_id in cloud credentials file", "optional":true }, "resource_group":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set resource_group in cloud credentials file", "optional":true }, "active_ns":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set active_ns in cloud credentials file", "optional":true }, "alias_ns":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set active_ns in cloud credentials file", "optional":true }, "primary_ns":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set active_ns in cloud credentials file", "optional":true }, "secondary_ns":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set active_ns in cloud credentials file", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'register': Register the device to the cloud; 'deregister': Deregister the device from the cloud; ", "enum":[ "register", "deregister" ], "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 } } }