action zoom_dashboard_crc { label: "Get CRC port usage" description: "A Cloud Room Connector allows H.323/SIP endpoints to connect to a Zoom meeting. \n\nUse this API to get the hour by hour CRC Port usage for a specified period of time.

\n**Prerequisites:**
\n* Business, Education or API Plan.\n* Room Connector must be enabled on the account.

\n**Scopes:** `dashboard_crc:read:admin`
\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy` " provider: zoom method: GET path: "/metrics/crc" encoding: json input: { type: "object" properties: { from: { type: "string" format: "date" } to: { type: "string" format: "date" } } required: ["from", "to"] additionalProperties: false } output: { type: "object" } }