action linode_get_linode_transfer_by_year_month { label: "Network Transfer View (year/month)" description: "Returns a Linode's network transfer statistics for a specific month. The year/month values must be either a date in the past, or the current month.\n" provider: linode method: GET path: "/linode/instances/{linodeId}/transfer/{year}/{month}" encoding: json output: { properties: { bytes_in: { type: "integer" description: "The amount of inbound public network traffic received by this Linode, in bytes, for a specific year/month.\n" } bytes_out: { type: "integer" description: "The amount of outbound public network traffic sent by this Linode, in bytes, for a specific year/month.\n" } bytes_total: { type: "integer" description: "The total amount of public network traffic sent and received by this Linode, in bytes, for a specific year/month.\n" } } } }