Management_DbsConfigs

Management_DbsConfigs
Management_DbsConfigs

The Management.DbsConfigs structure specifies configuration information of the databases. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "coredb_config": {
        "name": "string",
        "port": 0,
        "version": "string"
    },
    "sttdb_config": {
        "name": "string",
        "port": 0,
        "version": "string"
    },
    "tsdb_config": {
        "name": "string",
        "port": 0,
        "version": "string"
    }
}
coredb_config
Required

The Management.DbsConfig structure specifies configuration of database connection. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. Note: This structure is restricted for VMware internal use only.

sttdb_config
Required

The Management.DbsConfig structure specifies configuration of database connection. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. Note: This structure is restricted for VMware internal use only.

tsdb_config
Required

The Management.DbsConfig structure specifies configuration of database connection. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. Note: This structure is restricted for VMware internal use only.