Amazon Panorama · JSON Structure

Openapi Ntp Status Structure

Details about an NTP server connection.

Type: object Properties: 3
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

ConnectionStatus IpAddress NtpServerName

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-panorama/refs/heads/main/json-structure/openapi-ntp-status-structure.json",
  "name": "NtpStatus",
  "description": "Details about an NTP server connection.",
  "type": "object",
  "properties": {
    "ConnectionStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkConnectionStatus"
        },
        {
          "description": "The connection's status."
        }
      ]
    },
    "IpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAddress"
        },
        {
          "description": "The IP address of the server."
        }
      ]
    },
    "NtpServerName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NtpServerName"
        },
        {
          "description": "The domain name of the server."
        }
      ]
    }
  }
}