action linode_get_linode_transfer { label: "Network Transfer View" description: "Returns a Linode's network transfer pool statistics for the current month.\n" provider: linode method: GET path: "/linode/instances/{linodeId}/transfer" encoding: json output: { properties: { billable: { type: "integer" description: "The amount of network transfer this Linode has used, in GB, past your monthly quota.\n" } quota: { type: "integer" description: "The amount of network transfer this Linode adds to your transfer pool, in GB, for the current month's billing cycle.\n" } used: { type: "integer" description: "The amount of network transfer used by this Linode, in bytes, for the current month's billing cycle.\n" } } } }