Amazon Outposts · Schema

UpdateSiteRackPhysicalPropertiesInput

UpdateSiteRackPhysicalPropertiesInput schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
PowerDrawKva object
PowerPhase object
PowerConnector object
PowerFeedDrop object
UplinkGbps object
UplinkCount object
FiberOpticCableType object
OpticalStandard object
MaximumSupportedWeightLbs object
View JSON Schema on GitHub

JSON Schema

openapi-update-site-rack-physical-properties-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-update-site-rack-physical-properties-input-schema.json",
  "title": "UpdateSiteRackPhysicalPropertiesInput",
  "description": "UpdateSiteRackPhysicalPropertiesInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "PowerDrawKva": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PowerDrawKva"
        },
        {
          "description": "The power draw, in kVA, available at the hardware placement position for the rack."
        }
      ]
    },
    "PowerPhase": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PowerPhase"
        },
        {
          "description": "<p>The power option that you can provide for hardware. </p> <ul> <li> <p>Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz</p> </li> <li> <p>Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz</p> </li> </ul>"
        }
      ]
    },
    "PowerConnector": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PowerConnector"
        },
        {
          "description": "<p>The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p> <ul> <li> <p>Single-phase AC feed</p> <ul> <li> <p> <b>L6-30P</b> \u2013 (common in US); 30A; single phase</p> </li> <li> <p> <b>IEC309 (blue)</b> \u2013 P+N+E, 6hr; 32 A; single phase</p> </li> </ul> </li> <li> <p>Three-phase AC feed</p> <ul> <li> <p> <b>AH530P7W (red)</b> \u2013 3P+N+E, 7hr; 30A; three phase</p> </li> <li> <p> <b>AH532P6W (red)</b> \u2013 3P+N+E, 6hr; 32A; three phase</p> </li> </ul> </li> </ul>"
        }
      ]
    },
    "PowerFeedDrop": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PowerFeedDrop"
        },
        {
          "description": "Indicates whether the power feed comes above or below the rack. "
        }
      ]
    },
    "UplinkGbps": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UplinkGbps"
        },
        {
          "description": "The uplink speed the rack should support for the connection to the Region. "
        }
      ]
    },
    "UplinkCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UplinkCount"
        },
        {
          "description": "<p>Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between <code>UplinkGbps</code> and <code>UplinkCount</code>. </p> <ul> <li> <p>1Gbps - Uplinks available: 1, 2, 4, 6, 8</p> </li> <li> <p>10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16</p> </li> <li> <p>40 and 100 Gbps- Uplinks available: 1, 2, 4</p> </li> </ul>"
        }
      ]
    },
    "FiberOpticCableType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FiberOpticCableType"
        },
        {
          "description": "The type of fiber that you will use to attach the Outpost to your network. "
        }
      ]
    },
    "OpticalStandard": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OpticalStandard"
        },
        {
          "description": "<p>The type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking\">Network</a> in the Amazon Web Services Outposts User Guide. </p> <ul> <li> <p> <code>OPTIC_10GBASE_SR</code>: 10GBASE-SR</p> </li> <li> <p> <code>OPTIC_10GBASE_IR</code>: 10GBASE-IR</p> </li> <li> <p> <code>OPTIC_10GBASE_LR</code>: 10GBASE-LR</p> </li> <li> <p> <code>OPTIC_40GBASE_SR</code>: 40GBASE-SR</p> </li> <li> <p> <code>OPTIC_40GBASE_ESR</code>: 40GBASE-ESR</p> </li> <li> <p> <code>OPTIC_40GBASE_IR4_LR4L</code>: 40GBASE-IR (LR4L)</p> </li> <li> <p> <code>OPTIC_40GBASE_LR4</code>: 40GBASE-LR4</p> </li> <li> <p> <code>OPTIC_100GBASE_SR4</code>: 100GBASE-SR4</p> </li> <li> <p> <code>OPTIC_100GBASE_CWDM4</code>: 100GBASE-CWDM4</p> </li> <li> <p> <code>OPTIC_100GBASE_LR4</code>: 100GBASE-LR4</p> </li> <li> <p> <code>OPTIC_100G_PSM4_MSA</code>: 100G PSM4 MSA</p> </li> <li> <p> <code>OPTIC_1000BASE_LX</code>: 1000Base-LX</p> </li> <li> <p> <code>OPTIC_1000BASE_SX</code> : 1000Base-SX</p> </li> </ul>"
        }
      ]
    },
    "MaximumSupportedWeightLbs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaximumSupportedWeightLbs"
        },
        {
          "description": "The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000lbs. "
        }
      ]
    }
  }
}

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/openapi-update-site-rack-physical-properties-input"
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 email required.

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