Socket
Socket
Sign inDemoInstall

dogapi

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dogapi - npm Package Compare versions

Comparing version 0.1.8 to 0.2.0

lib/api/downtime.js

2

package.json
{
"name": "dogapi",
"version": "0.1.8",
"version": "0.2.0",
"description": "Datadog API Node.JS Client",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -128,2 +128,12 @@ node-dogapi

* method used to post a new service check (see `dogapi.constants.STATUSES`)
* `dogapi.schedule_downtime(scope, [options], [callback])`
* method to schedule a new downtime
* `dogapi.update_downtime(downtime_id, [options], [callback])`
* method to update an existing downtime
* `dogapi.cancel_downtime(downtime_id, [callback])`
* method to cancel an existing downtime
* `dogapi.get_downtime(downtime_id, [callback])`
* method to get an existing downtime
* `dogapi.get_all_downtimes([current_only], [callback])`
* method to get all downtimes

@@ -130,0 +140,0 @@ ## Sample Usage:

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