Amazon MediaLive · Schema

HlsAkamaiSettings

Hls Akamai Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ConnectionRetryInterval object
FilecacheDuration object
HttpTransferMode object
NumRetries object
RestartDelay object
Salt object
Token object
View JSON Schema on GitHub

JSON Schema

medialive-api-hls-akamai-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-hls-akamai-settings-schema.json",
  "title": "HlsAkamaiSettings",
  "description": "Hls Akamai Settings",
  "type": "object",
  "properties": {
    "ConnectionRetryInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "connectionRetryInterval"
          },
          "description": "Number of seconds to wait before retrying connection to the CDN if the connection is lost."
        }
      ]
    },
    "FilecacheDuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max600"
        },
        {
          "xml": {
            "name": "filecacheDuration"
          },
          "description": "Size in seconds of file cache for streaming outputs."
        }
      ]
    },
    "HttpTransferMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HlsAkamaiHttpTransferMode"
        },
        {
          "xml": {
            "name": "httpTransferMode"
          },
          "description": "Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature."
        }
      ]
    },
    "NumRetries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "numRetries"
          },
          "description": "Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with \"s3\" or \"mediastore\". For other URIs, the value is always 3."
        }
      ]
    },
    "RestartDelay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max15"
        },
        {
          "xml": {
            "name": "restartDelay"
          },
          "description": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart."
        }
      ]
    },
    "Salt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "salt"
          },
          "description": "Salt for authenticated Akamai."
        }
      ]
    },
    "Token": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "token"
          },
          "description": "Token parameter for authenticated akamai. If not specified, _gda_ is used."
        }
      ]
    }
  }
}

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/medialive-api-hls-akamai-settings"
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.