Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 40e2827

Browse files
committed
minor doc fixes to utilization
1 parent 383a7ff commit 40e2827

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/machines/utilization.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ var assign = require('lodash.assign');
66
/**
77
* @memberof machines
88
* @method utilization
9-
* @description Show machine utilization data for the machine with the given id. Machine upgrades are not represented in utilization data.
10-
* @param {string} params.machineId - Id of the machine to show
9+
* @description Get machine utilization data for the machine with the given id. Machine upgrades are not represented in utilization data.
10+
* @param {object} params - Machine utilization parameters
11+
* @param {string} params.machineId - Id of the machine to get utilization data for
1112
* @param {string} params.billingMonth - Billing period to query in `YYYY-MM` format
1213
* @param {function} cb - Node-style error-first callback function
1314
* @returns {object} machine - The utilization JSON object

0 commit comments

Comments
 (0)