Diagnostic information for the VMware Database Management Essentials (VDME) Appliance can be collected via the API using the
root credentials or an administrator account from the integrated SSO domain.
Please note:
- This appliance is deployed automatically during the onboarding process for RDS on VMware and the root password will be generated at that time. Therefore, the SSO credentials will be required unless specifically directed by technical support.
- The API for the VDME appliance normally requires mutual (two-way) TLS trusted communication, though this is not required for log collection. Thus, the examples in this article are not representative of other API interactions and cannot be used as samples of the normal API utilization.
Full Log Bundle CollectionThe following is an example for retrieving the full log bundle for the VDME Appliance:
curl -k -u '[email protected]:<password>' -X GET https://<vdme IP>:443/vdme/appliance/support/bundle -o 'vdme_supportbundle.zip'Lite Log Bundle CollectionAlternatively, a smaller lite bundle can be collected that only contains the log files for the current day. An example for retrieving this file has been provided below:
curl -k -u '[email protected]:<password>' -X GET https://<vdme IP>:443/vdme/appliance/support/bundle/lite -o 'vdme_supportbundle_lite.zip'