Skip to content

General

OnCloud edited this page Jan 3, 2025 · 2 revisions

Important

Before making API calls, client must be initialized.

Test Connection

Official documentation

const requestTimeout = 1 * 1000; // default is 3 seconds
const testConnection = await virtfusion.general.testConnection({
  timeout: requestTimeout,
});
Clone this wiki locally