Skip to content

Getting Started

You have an application you want to monitor? All you need to do is add a reference to the Pulseway Cloud API dll file: PulsewayCloud.dll and add two lines of code in your application, it's that easy!

Service instance = new Service("Application Name", "Group", "Running on " + Environment.MachineName, false);
instance.Start("username", "password", "apikey");
    

The last parameter in the constructor represents the offline notification switch. If it's set to true you will receive a notification when the instance goes offline.

Replace "Application Name" with your instance name, "Group" with the group you want, "Running on " … with anything you want, "username" and "password" with your Mobile Pulseway account details and "apikey" with the API Key assigned to your account. Click here to request your API Key right now.

Now run your application and it will show up in your favorite Pulseway Client.