Socket
Socket
Sign inDemoInstall

dynatrace

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynatrace

Dynatrace API client library for Node.js


Version published
Maintainers
1
Created
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

Package last updated on 03 Feb 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc