Amazon Outposts · JSON Structure

Openapi Asset Info Structure

Information about hardware assets.

Type: object Properties: 5
Edge ComputingHybrid CloudInfrastructureOn-Premises

AssetInfo is a JSON Structure definition published by Amazon Outposts, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AssetId RackId AssetType ComputeAttributes AssetLocation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-asset-info-structure.json",
  "name": "AssetInfo",
  "description": " Information about hardware assets. ",
  "type": "object",
  "properties": {
    "AssetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetId"
        },
        {
          "description": " The ID of the asset. "
        }
      ]
    },
    "RackId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RackId"
        },
        {
          "description": " The rack ID of the asset. "
        }
      ]
    },
    "AssetType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetType"
        },
        {
          "description": " The type of the asset. "
        }
      ]
    },
    "ComputeAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComputeAttributes"
        },
        {
          "description": " Information about compute hardware assets. "
        }
      ]
    },
    "AssetLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetLocation"
        },
        {
          "description": " The position of an asset in a rack. "
        }
      ]
    }
  }
}