BandwidthRateLimitInterval

Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both.

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
StartHourOfDay object
StartMinuteOfHour object
EndHourOfDay object
EndMinuteOfHour object
DaysOfWeek object
AverageUploadRateLimitInBitsPerSec object
AverageDownloadRateLimitInBitsPerSec object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-bandwidth-rate-limit-interval-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-bandwidth-rate-limit-interval-schema.json",
  "title": "BandwidthRateLimitInterval",
  "description": " Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both. ",
  "type": "object",
  "properties": {
    "StartHourOfDay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HourOfDay"
        },
        {
          "description": " The hour of the day to start the bandwidth rate limit interval. "
        }
      ]
    },
    "StartMinuteOfHour": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MinuteOfHour"
        },
        {
          "description": " The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value <code>0</code>. "
        }
      ]
    },
    "EndHourOfDay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HourOfDay"
        },
        {
          "description": " The hour of the day to end the bandwidth rate limit interval. "
        }
      ]
    },
    "EndMinuteOfHour": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MinuteOfHour"
        },
        {
          "description": "<p> The minute of the hour to end the bandwidth rate limit interval. </p> <important> <p> The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value <code>59</code>. </p> </important>"
        }
      ]
    },
    "DaysOfWeek": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DaysOfWeek"
        },
        {
          "description": " The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday. "
        }
      ]
    },
    "AverageUploadRateLimitInBitsPerSec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BandwidthUploadRateLimit"
        },
        {
          "description": " The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set. "
        }
      ]
    },
    "AverageDownloadRateLimitInBitsPerSec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BandwidthDownloadRateLimit"
        },
        {
          "description": " The average download rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the download rate limit is not set. "
        }
      ]
    }
  },
  "required": [
    "StartHourOfDay",
    "StartMinuteOfHour",
    "EndHourOfDay",
    "EndMinuteOfHour",
    "DaysOfWeek"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-storage-gateway-bandwidth-rate-limit-interval"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.