Skip to content

General

OnCloud edited this page Dec 20, 2024 · 2 revisions

Important

Before making API calls, client must be initialized.

Test Connection

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