@pm2/js-api
Advanced tools
Comparing version 0.5.40 to 0.5.41
{ | ||
"name": "@pm2/js-api", | ||
"version": "0.5.40", | ||
"version": "0.5.41", | ||
"description": "PM2.io API Client for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -135,3 +135,2 @@ # PM2.io API Client for Javascript | ||
client.bucket.updateUserOptions -> PUT /api/bucket/:id/user_options | ||
client.bucket.alert.triggerSample -> POST /api/bucket/:id/alerts/:alert/sample | ||
client.bucket.alert.update -> POST /api/bucket/:id/alerts/update | ||
@@ -145,2 +144,3 @@ client.bucket.alert.updateSlack -> POST /api/bucket/:id/alerts/updateSlack | ||
client.bucket.alert.get -> GET /api/bucket/:id/alerts/:alert | ||
client.bucket.alert.triggerSample -> POST /api/bucket/:id/alerts/:alert/sample | ||
client.bucket.alert.analyzer.list -> POST /api/bucket/:id/alerts/analyzer | ||
@@ -234,4 +234,5 @@ client.bucket.alert.analyzer.editState -> PUT /api/bucket/:id/alerts/analyzer/:alert | ||
client.user.providers.remove -> DELETE /api/users/integrations/:name | ||
client.bucket.webcheck.listMetrics -> GET /api/bucket/:id/webchecks/metrics | ||
client.bucket.webcheck.listRegions -> GET /api/bucket/:id/webchecks/regions | ||
client.bucket.webcheck.getMetrics -> GET /api/bucket/:id/webchecks/:webcheck/metrics | ||
client.bucket.webcheck.getMetrics -> POST /api/bucket/:id/webchecks/:webcheck/metrics | ||
client.bucket.webcheck.list -> GET /api/bucket/:id/webchecks | ||
@@ -246,2 +247,5 @@ client.bucket.webcheck.get -> GET /api/bucket/:id/webchecks/:webcheck | ||
client.auth.revoke -> POST /api/oauth/revoke | ||
client.data.traces.list -> POST /api/bucket/:id/data/traces | ||
client.data.traces.retrieve -> GET /api/bucket/:id/data/traces/:trace | ||
client.data.traces.getServices -> GET /api/bucket/:id/data/traces/services | ||
``` | ||
@@ -248,0 +252,0 @@ |
Sorry, the diff of this file is too big to display
336014
329