Socket
Socket
Sign inDemoInstall

dynatrace

Package Overview
Dependencies
44
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dynatrace

Dynatrace API client library for Node.js


Version published
Maintainers
1
Created

Readme

Source

node-dynatrace

Dynatrace API client library for Node.js

Installation

This library is distributed on npm. In order to intall this node module, run the following command:

npm install dynatrace --save

Usage

var Dynatrace = require('dynatrace');

var synthetic = new Dynatrace.Synthetic({ username: 'user1234', password: 'password1234' });

synthetic.getTests({}, function(err, results) {
	console.log('Result:' + ((err) ? err.message : results.GetTestsResponse.Monitors.Monitor[0].name));
});

License

MIT

Keywords

FAQs

Last updated on 29 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc