Management_Info
The Management.Info structure contains information about the database configuration of the vstats service. 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.
{
"dbs_configs": {
"coredb_config": {
"name": "string",
"port": 0,
"version": "string"
},
"sttdb_config": {
"name": "string",
"port": 0,
"version": "string"
},
"tsdb_config": {
"name": "string",
"port": 0,
"version": "string"
}
},
"ts_db_size": {
"maximum": 0,
"actual": 0
}
}
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.
The Management.TsdbSizeInfo structure contains Time-series-database (TSDB) size information. 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.