{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-PTP-MIB MIB API",
    "version": "1.0.0",
    "description": "SNMP MIB translated to YANG data model\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View CISCO-PTP-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-PTP-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-PTP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-PTP-MIB:ciscoPtpMIBSystemInfo": {
      "get": {
        "summary": "Get ciscoPtpMIBSystemInfo data",
        "description": "Retrieve ciscoPtpMIBSystemInfo operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This object specifies the PTP Profile implemented on the\n          system.",
                  "properties": {
                    "cPtpSystemProfile": {
                      "type": "string",
                      "description": "This object specifies the PTP Profile implemented on the\n          system.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockProfileType"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:ciscoPtpMIBSystemInfo": {
                    "cPtpSystemProfile": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciscoPtpMIBSystemInfo",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ciscoPtpMIBSystemInfo",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemTable": {
      "get": {
        "summary": "Get cPtpSystemTable data",
        "description": "Retrieve cPtpSystemTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of count information about the PTP system for all\n        domains.",
                  "properties": {
                    "cPtpSystemEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the Clock for this\n            domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpDomainClockPortsTotal": {
                            "type": "integer",
                            "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpDomainClockPortPhysicalInterfacesTotal": {
                            "type": "integer",
                            "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemTable": {
                    "cPtpSystemEntry": [
                      {
                        "cPtpDomainIndex": "1",
                        "cPtpInstanceIndex": "1",
                        "cPtpDomainClockPortsTotal": 0,
                        "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                      },
                      {
                        "cPtpDomainIndex": "2",
                        "cPtpInstanceIndex": "2",
                        "cPtpDomainClockPortsTotal": 0,
                        "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                      },
                      {
                        "cPtpDomainIndex": "3",
                        "cPtpInstanceIndex": "3",
                        "cPtpDomainClockPortsTotal": 0,
                        "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemTable/cPtpSystemEntry": {
      "get": {
        "summary": "Get cPtpSystemEntry list",
        "description": "Retrieve list of cPtpSystemEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the Clock for this\n            domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpDomainClockPortsTotal": {
                        "type": "integer",
                        "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpDomainClockPortPhysicalInterfacesTotal": {
                        "type": "integer",
                        "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemEntry": [
                    {
                      "cPtpDomainIndex": "example-string",
                      "cPtpInstanceIndex": "example-string",
                      "cPtpDomainClockPortsTotal": 0,
                      "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemTable/cPtpSystemEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemDomainTable": {
      "get": {
        "summary": "Get cPtpSystemDomainTable data",
        "description": "Retrieve cPtpSystemDomainTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP system for all clock modes\n        -- ordinary, boundary or transparent.",
                  "properties": {
                    "cPtpSystemDomainEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpSystemDomainClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpSystemDomainTotals": {
                            "type": "integer",
                            "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemDomainTable": {
                    "cPtpSystemDomainEntry": [
                      {
                        "cPtpSystemDomainClockTypeIndex": "1",
                        "cPtpSystemDomainTotals": 0
                      },
                      {
                        "cPtpSystemDomainClockTypeIndex": "2",
                        "cPtpSystemDomainTotals": 0
                      },
                      {
                        "cPtpSystemDomainClockTypeIndex": "3",
                        "cPtpSystemDomainTotals": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemDomainTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemDomainTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemDomainTable/cPtpSystemDomainEntry": {
      "get": {
        "summary": "Get cPtpSystemDomainEntry list",
        "description": "Retrieve list of cPtpSystemDomainEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpSystemDomainClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpSystemDomainTotals": {
                        "type": "integer",
                        "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemDomainEntry": [
                    {
                      "cPtpSystemDomainClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpSystemDomainTotals": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemDomainEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemDomainTable/cPtpSystemDomainEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemDomainTable/cPtpSystemDomainEntry={cPtpSystemDomainClockTypeIndex}": {
      "get": {
        "summary": "Get cPtpSystemDomainEntry entry",
        "description": "Retrieve specific cPtpSystemDomainEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpSystemDomainClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpSystemDomainClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpSystemDomainTotals": {
                      "type": "integer",
                      "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemDomainEntry": {
                    "cPtpSystemDomainClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpSystemDomainTotals": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemDomainEntry-2"
      },
      "x-yang-path": "/cPtpSystemDomainTable/cPtpSystemDomainEntry={cPtpSystemDomainClockTypeIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpSystemDomainClockTypeIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockNodeTable": {
      "get": {
        "summary": "Get cPtpClockNodeTable data",
        "description": "Retrieve cPtpClockNodeTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP system for a given domain.",
                  "properties": {
                    "cPtpClockNodeEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockInput1ppsEnabled": {
                            "type": "boolean",
                            "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                          },
                          "cPtpClockInputFrequencyEnabled": {
                            "type": "boolean",
                            "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface."
                          },
                          "cPtpClockTODEnabled": {
                            "type": "boolean",
                            "description": "This object specifies whether the node is enabled for TOD."
                          },
                          "cPtpClockOutput1ppsEnabled": {
                            "type": "boolean",
                            "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                          },
                          "cPtpClockOutput1ppsOffsetEnabled": {
                            "type": "boolean",
                            "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry."
                          },
                          "cPtpClockOutput1ppsOffsetValue": {
                            "type": "integer",
                            "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpClockOutput1ppsOffsetNegative": {
                            "type": "boolean",
                            "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive."
                          },
                          "cPtpClockInput1ppsInterface": {
                            "type": "string",
                            "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "cPtpClockOutput1ppsInterface": {
                            "type": "string",
                            "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "cPtpClockTODInterface": {
                            "type": "string",
                            "description": "This object specifies the interface used for PTP TOD.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockNodeTable": {
                    "cPtpClockNodeEntry": [
                      {
                        "cPtpClockDomainIndex": "1",
                        "cPtpClockTypeIndex": "1",
                        "cPtpClockInstanceIndex": "1",
                        "cPtpClockInput1ppsEnabled": true,
                        "cPtpClockInputFrequencyEnabled": true,
                        "cPtpClockTODEnabled": true,
                        "cPtpClockOutput1ppsEnabled": true,
                        "cPtpClockOutput1ppsOffsetEnabled": true,
                        "cPtpClockOutput1ppsOffsetValue": 0,
                        "cPtpClockOutput1ppsOffsetNegative": true,
                        "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                      },
                      {
                        "cPtpClockDomainIndex": "2",
                        "cPtpClockTypeIndex": "2",
                        "cPtpClockInstanceIndex": "2",
                        "cPtpClockInput1ppsEnabled": true,
                        "cPtpClockInputFrequencyEnabled": true,
                        "cPtpClockTODEnabled": true,
                        "cPtpClockOutput1ppsEnabled": true,
                        "cPtpClockOutput1ppsOffsetEnabled": true,
                        "cPtpClockOutput1ppsOffsetValue": 0,
                        "cPtpClockOutput1ppsOffsetNegative": true,
                        "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                      },
                      {
                        "cPtpClockDomainIndex": "3",
                        "cPtpClockTypeIndex": "3",
                        "cPtpClockInstanceIndex": "3",
                        "cPtpClockInput1ppsEnabled": true,
                        "cPtpClockInputFrequencyEnabled": true,
                        "cPtpClockTODEnabled": true,
                        "cPtpClockOutput1ppsEnabled": true,
                        "cPtpClockOutput1ppsOffsetEnabled": true,
                        "cPtpClockOutput1ppsOffsetValue": 0,
                        "cPtpClockOutput1ppsOffsetNegative": true,
                        "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                        "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockNodeTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockNodeTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockNodeTable/cPtpClockNodeEntry": {
      "get": {
        "summary": "Get cPtpClockNodeEntry list",
        "description": "Retrieve list of cPtpClockNodeEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockInput1ppsEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                      },
                      "cPtpClockInputFrequencyEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface."
                      },
                      "cPtpClockTODEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for TOD."
                      },
                      "cPtpClockOutput1ppsEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                      },
                      "cPtpClockOutput1ppsOffsetEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry."
                      },
                      "cPtpClockOutput1ppsOffsetValue": {
                        "type": "integer",
                        "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockOutput1ppsOffsetNegative": {
                        "type": "boolean",
                        "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive."
                      },
                      "cPtpClockInput1ppsInterface": {
                        "type": "string",
                        "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockOutput1ppsInterface": {
                        "type": "string",
                        "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockTODInterface": {
                        "type": "string",
                        "description": "This object specifies the interface used for PTP TOD.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockNodeEntry": [
                    {
                      "cPtpClockDomainIndex": "example-string",
                      "cPtpClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockInstanceIndex": "example-string",
                      "cPtpClockInput1ppsEnabled": true,
                      "cPtpClockInputFrequencyEnabled": true,
                      "cPtpClockTODEnabled": true,
                      "cPtpClockOutput1ppsEnabled": true,
                      "cPtpClockOutput1ppsOffsetEnabled": true,
                      "cPtpClockOutput1ppsOffsetValue": 0,
                      "cPtpClockOutput1ppsOffsetNegative": true,
                      "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                      "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                      "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockNodeEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockNodeTable/cPtpClockNodeEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockCurrentDSTable": {
      "get": {
        "summary": "Get cPtpClockCurrentDSTable data",
        "description": "Retrieve cPtpClockCurrentDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP clock Current Datasets for\n        all domains.",
                  "properties": {
                    "cPtpClockCurrentDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockCurrentDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockCurrentDSClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockCurrentDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockCurrentDSStepsRemoved": {
                            "type": "integer",
                            "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpClockCurrentDSOffsetFromMaster": {
                            "type": "string",
                            "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                          },
                          "cPtpClockCurrentDSMeanPathDelay": {
                            "type": "string",
                            "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockCurrentDSTable": {
                    "cPtpClockCurrentDSEntry": [
                      {
                        "cPtpClockCurrentDSDomainIndex": "1",
                        "cPtpClockCurrentDSClockTypeIndex": "1",
                        "cPtpClockCurrentDSInstanceIndex": "1",
                        "cPtpClockCurrentDSStepsRemoved": 0,
                        "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                        "cPtpClockCurrentDSMeanPathDelay": "example-string"
                      },
                      {
                        "cPtpClockCurrentDSDomainIndex": "2",
                        "cPtpClockCurrentDSClockTypeIndex": "2",
                        "cPtpClockCurrentDSInstanceIndex": "2",
                        "cPtpClockCurrentDSStepsRemoved": 0,
                        "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                        "cPtpClockCurrentDSMeanPathDelay": "example-string"
                      },
                      {
                        "cPtpClockCurrentDSDomainIndex": "3",
                        "cPtpClockCurrentDSClockTypeIndex": "3",
                        "cPtpClockCurrentDSInstanceIndex": "3",
                        "cPtpClockCurrentDSStepsRemoved": 0,
                        "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                        "cPtpClockCurrentDSMeanPathDelay": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockCurrentDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockCurrentDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockCurrentDSTable/cPtpClockCurrentDSEntry": {
      "get": {
        "summary": "Get cPtpClockCurrentDSEntry list",
        "description": "Retrieve list of cPtpClockCurrentDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockCurrentDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockCurrentDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockCurrentDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockCurrentDSStepsRemoved": {
                        "type": "integer",
                        "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockCurrentDSOffsetFromMaster": {
                        "type": "string",
                        "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      },
                      "cPtpClockCurrentDSMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockCurrentDSEntry": [
                    {
                      "cPtpClockCurrentDSDomainIndex": "example-string",
                      "cPtpClockCurrentDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockCurrentDSInstanceIndex": "example-string",
                      "cPtpClockCurrentDSStepsRemoved": 0,
                      "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                      "cPtpClockCurrentDSMeanPathDelay": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockCurrentDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockCurrentDSTable/cPtpClockCurrentDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockParentDSTable": {
      "get": {
        "summary": "Get cPtpClockParentDSTable data",
        "description": "Retrieve cPtpClockParentDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP clock Parent Datasets for\n        all domains.",
                  "properties": {
                    "cPtpClockParentDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockParentDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockParentDSClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockParentDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockParentDSParentPortIdentity": {
                            "type": "string",
                            "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                            "format": "binary"
                          },
                          "cPtpClockParentDSParentStats": {
                            "type": "boolean",
                            "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data."
                          },
                          "cPtpClockParentDSOffset": {
                            "type": "string",
                            "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2"
                          },
                          "cPtpClockParentDSClockPhChRate": {
                            "type": "integer",
                            "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockParentDSGMClockIdentity": {
                            "type": "string",
                            "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                          },
                          "cPtpClockParentDSGMClockPriority1": {
                            "type": "integer",
                            "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockParentDSGMClockPriority2": {
                            "type": "integer",
                            "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockParentDSGMClockQualityClass": {
                            "type": "string",
                            "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                          },
                          "cPtpClockParentDSGMClockQualityAccuracy": {
                            "type": "string",
                            "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                          },
                          "cPtpClockParentDSGMClockQualityOffset": {
                            "type": "integer",
                            "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockParentDSTable": {
                    "cPtpClockParentDSEntry": [
                      {
                        "cPtpClockParentDSDomainIndex": "1",
                        "cPtpClockParentDSClockTypeIndex": "1",
                        "cPtpClockParentDSInstanceIndex": "1",
                        "cPtpClockParentDSParentPortIdentity": "example-string",
                        "cPtpClockParentDSParentStats": true,
                        "cPtpClockParentDSOffset": "example-string",
                        "cPtpClockParentDSClockPhChRate": -2147483648,
                        "cPtpClockParentDSGMClockIdentity": "example-string",
                        "cPtpClockParentDSGMClockPriority1": -2147483648,
                        "cPtpClockParentDSGMClockPriority2": -2147483648,
                        "cPtpClockParentDSGMClockQualityClass": "example-string",
                        "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                        "cPtpClockParentDSGMClockQualityOffset": 0
                      },
                      {
                        "cPtpClockParentDSDomainIndex": "2",
                        "cPtpClockParentDSClockTypeIndex": "2",
                        "cPtpClockParentDSInstanceIndex": "2",
                        "cPtpClockParentDSParentPortIdentity": "example-string",
                        "cPtpClockParentDSParentStats": true,
                        "cPtpClockParentDSOffset": "example-string",
                        "cPtpClockParentDSClockPhChRate": -2147483648,
                        "cPtpClockParentDSGMClockIdentity": "example-string",
                        "cPtpClockParentDSGMClockPriority1": -2147483648,
                        "cPtpClockParentDSGMClockPriority2": -2147483648,
                        "cPtpClockParentDSGMClockQualityClass": "example-string",
                        "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                        "cPtpClockParentDSGMClockQualityOffset": 0
                      },
                      {
                        "cPtpClockParentDSDomainIndex": "3",
                        "cPtpClockParentDSClockTypeIndex": "3",
                        "cPtpClockParentDSInstanceIndex": "3",
                        "cPtpClockParentDSParentPortIdentity": "example-string",
                        "cPtpClockParentDSParentStats": true,
                        "cPtpClockParentDSOffset": "example-string",
                        "cPtpClockParentDSClockPhChRate": -2147483648,
                        "cPtpClockParentDSGMClockIdentity": "example-string",
                        "cPtpClockParentDSGMClockPriority1": -2147483648,
                        "cPtpClockParentDSGMClockPriority2": -2147483648,
                        "cPtpClockParentDSGMClockQualityClass": "example-string",
                        "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                        "cPtpClockParentDSGMClockQualityOffset": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockParentDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockParentDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockParentDSTable/cPtpClockParentDSEntry": {
      "get": {
        "summary": "Get cPtpClockParentDSEntry list",
        "description": "Retrieve list of cPtpClockParentDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockParentDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockParentDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockParentDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockParentDSParentPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                        "format": "binary"
                      },
                      "cPtpClockParentDSParentStats": {
                        "type": "boolean",
                        "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data."
                      },
                      "cPtpClockParentDSOffset": {
                        "type": "string",
                        "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2"
                      },
                      "cPtpClockParentDSClockPhChRate": {
                        "type": "integer",
                        "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockParentDSGMClockPriority1": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockPriority2": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockQualityClass": {
                        "type": "string",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                      },
                      "cPtpClockParentDSGMClockQualityAccuracy": {
                        "type": "string",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                      },
                      "cPtpClockParentDSGMClockQualityOffset": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockParentDSEntry": [
                    {
                      "cPtpClockParentDSDomainIndex": "example-string",
                      "cPtpClockParentDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockParentDSInstanceIndex": "example-string",
                      "cPtpClockParentDSParentPortIdentity": "example-string",
                      "cPtpClockParentDSParentStats": true,
                      "cPtpClockParentDSOffset": "example-string",
                      "cPtpClockParentDSClockPhChRate": -2147483648,
                      "cPtpClockParentDSGMClockIdentity": "example-string",
                      "cPtpClockParentDSGMClockPriority1": -2147483648,
                      "cPtpClockParentDSGMClockPriority2": -2147483648,
                      "cPtpClockParentDSGMClockQualityClass": "example-string",
                      "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                      "cPtpClockParentDSGMClockQualityOffset": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockParentDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockParentDSTable/cPtpClockParentDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockDefaultDSTable": {
      "get": {
        "summary": "Get cPtpClockDefaultDSTable data",
        "description": "Retrieve cPtpClockDefaultDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP clock Default Datasets for\n        all domains.",
                  "properties": {
                    "cPtpClockDefaultDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockDefaultDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockDefaultDSClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockDefaultDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockDefaultDSTwoStepFlag": {
                            "type": "boolean",
                            "description": "This object specifies whether the Two Step process is used."
                          },
                          "cPtpClockDefaultDSClockIdentity": {
                            "type": "string",
                            "description": "This object specifies the default Datasets clock identity.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                          },
                          "cPtpClockDefaultDSPriority1": {
                            "type": "integer",
                            "description": "This object specifies the default Datasets clock Priority1.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockDefaultDSPriority2": {
                            "type": "integer",
                            "description": "This object specifies the default Datasets clock Priority2.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockDefaultDSSlaveOnly": {
                            "type": "boolean",
                            "description": "Whether the SlaveOnly flag is set."
                          },
                          "cPtpClockDefaultDSQualityClass": {
                            "type": "string",
                            "description": "This object specifies the default dataset Quality Class.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                          },
                          "cPtpClockDefaultDSQualityAccuracy": {
                            "type": "string",
                            "description": "This object specifies the default dataset Quality Accurarcy.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                          },
                          "cPtpClockDefaultDSQualityOffset": {
                            "type": "integer",
                            "description": "This object specifies the default dataset Quality offset.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockDefaultDSTable": {
                    "cPtpClockDefaultDSEntry": [
                      {
                        "cPtpClockDefaultDSDomainIndex": "1",
                        "cPtpClockDefaultDSClockTypeIndex": "1",
                        "cPtpClockDefaultDSInstanceIndex": "1",
                        "cPtpClockDefaultDSTwoStepFlag": true,
                        "cPtpClockDefaultDSClockIdentity": "example-string",
                        "cPtpClockDefaultDSPriority1": -2147483648,
                        "cPtpClockDefaultDSPriority2": -2147483648,
                        "cPtpClockDefaultDSSlaveOnly": true,
                        "cPtpClockDefaultDSQualityClass": "example-string",
                        "cPtpClockDefaultDSQualityAccuracy": "example-string",
                        "cPtpClockDefaultDSQualityOffset": -2147483648
                      },
                      {
                        "cPtpClockDefaultDSDomainIndex": "2",
                        "cPtpClockDefaultDSClockTypeIndex": "2",
                        "cPtpClockDefaultDSInstanceIndex": "2",
                        "cPtpClockDefaultDSTwoStepFlag": true,
                        "cPtpClockDefaultDSClockIdentity": "example-string",
                        "cPtpClockDefaultDSPriority1": -2147483648,
                        "cPtpClockDefaultDSPriority2": -2147483648,
                        "cPtpClockDefaultDSSlaveOnly": true,
                        "cPtpClockDefaultDSQualityClass": "example-string",
                        "cPtpClockDefaultDSQualityAccuracy": "example-string",
                        "cPtpClockDefaultDSQualityOffset": -2147483648
                      },
                      {
                        "cPtpClockDefaultDSDomainIndex": "3",
                        "cPtpClockDefaultDSClockTypeIndex": "3",
                        "cPtpClockDefaultDSInstanceIndex": "3",
                        "cPtpClockDefaultDSTwoStepFlag": true,
                        "cPtpClockDefaultDSClockIdentity": "example-string",
                        "cPtpClockDefaultDSPriority1": -2147483648,
                        "cPtpClockDefaultDSPriority2": -2147483648,
                        "cPtpClockDefaultDSSlaveOnly": true,
                        "cPtpClockDefaultDSQualityClass": "example-string",
                        "cPtpClockDefaultDSQualityAccuracy": "example-string",
                        "cPtpClockDefaultDSQualityOffset": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockDefaultDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockDefaultDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockDefaultDSTable/cPtpClockDefaultDSEntry": {
      "get": {
        "summary": "Get cPtpClockDefaultDSEntry list",
        "description": "Retrieve list of cPtpClockDefaultDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockDefaultDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockDefaultDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockDefaultDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockDefaultDSTwoStepFlag": {
                        "type": "boolean",
                        "description": "This object specifies whether the Two Step process is used."
                      },
                      "cPtpClockDefaultDSClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the default Datasets clock identity.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockDefaultDSPriority1": {
                        "type": "integer",
                        "description": "This object specifies the default Datasets clock Priority1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockDefaultDSPriority2": {
                        "type": "integer",
                        "description": "This object specifies the default Datasets clock Priority2.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockDefaultDSSlaveOnly": {
                        "type": "boolean",
                        "description": "Whether the SlaveOnly flag is set."
                      },
                      "cPtpClockDefaultDSQualityClass": {
                        "type": "string",
                        "description": "This object specifies the default dataset Quality Class.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                      },
                      "cPtpClockDefaultDSQualityAccuracy": {
                        "type": "string",
                        "description": "This object specifies the default dataset Quality Accurarcy.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                      },
                      "cPtpClockDefaultDSQualityOffset": {
                        "type": "integer",
                        "description": "This object specifies the default dataset Quality offset.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockDefaultDSEntry": [
                    {
                      "cPtpClockDefaultDSDomainIndex": "example-string",
                      "cPtpClockDefaultDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockDefaultDSInstanceIndex": "example-string",
                      "cPtpClockDefaultDSTwoStepFlag": true,
                      "cPtpClockDefaultDSClockIdentity": "example-string",
                      "cPtpClockDefaultDSPriority1": -2147483648,
                      "cPtpClockDefaultDSPriority2": -2147483648,
                      "cPtpClockDefaultDSSlaveOnly": true,
                      "cPtpClockDefaultDSQualityClass": "example-string",
                      "cPtpClockDefaultDSQualityAccuracy": "example-string",
                      "cPtpClockDefaultDSQualityOffset": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockDefaultDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockDefaultDSTable/cPtpClockDefaultDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockRunningTable": {
      "get": {
        "summary": "Get cPtpClockRunningTable data",
        "description": "Retrieve cPtpClockRunningTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP clock Running Datasets for\n        all domains.",
                  "properties": {
                    "cPtpClockRunningEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockRunningDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockRunningClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockRunningInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockRunningState": {
                            "type": "string",
                            "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockStateType"
                          },
                          "cPtpClockRunningPacketsSent": {
                            "type": "integer",
                            "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                            "minimum": 0
                          },
                          "cPtpClockRunningPacketsReceived": {
                            "type": "integer",
                            "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockRunningTable": {
                    "cPtpClockRunningEntry": [
                      {
                        "cPtpClockRunningDomainIndex": "1",
                        "cPtpClockRunningClockTypeIndex": "1",
                        "cPtpClockRunningInstanceIndex": "1",
                        "cPtpClockRunningState": "up(1)",
                        "cPtpClockRunningPacketsSent": 1234567890,
                        "cPtpClockRunningPacketsReceived": 1234567890
                      },
                      {
                        "cPtpClockRunningDomainIndex": "2",
                        "cPtpClockRunningClockTypeIndex": "2",
                        "cPtpClockRunningInstanceIndex": "2",
                        "cPtpClockRunningState": "up(1)",
                        "cPtpClockRunningPacketsSent": 1234567890,
                        "cPtpClockRunningPacketsReceived": 1234567890
                      },
                      {
                        "cPtpClockRunningDomainIndex": "3",
                        "cPtpClockRunningClockTypeIndex": "3",
                        "cPtpClockRunningInstanceIndex": "3",
                        "cPtpClockRunningState": "up(1)",
                        "cPtpClockRunningPacketsSent": 1234567890,
                        "cPtpClockRunningPacketsReceived": 1234567890
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockRunningTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockRunningTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockRunningTable/cPtpClockRunningEntry": {
      "get": {
        "summary": "Get cPtpClockRunningEntry list",
        "description": "Retrieve list of cPtpClockRunningEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockRunningDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockRunningClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockRunningInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockRunningState": {
                        "type": "string",
                        "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockStateType"
                      },
                      "cPtpClockRunningPacketsSent": {
                        "type": "integer",
                        "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                        "minimum": 0
                      },
                      "cPtpClockRunningPacketsReceived": {
                        "type": "integer",
                        "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockRunningEntry": [
                    {
                      "cPtpClockRunningDomainIndex": "example-string",
                      "cPtpClockRunningClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockRunningInstanceIndex": "example-string",
                      "cPtpClockRunningState": "up(1)",
                      "cPtpClockRunningPacketsSent": 1234567890,
                      "cPtpClockRunningPacketsReceived": 1234567890
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockRunningEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockRunningTable/cPtpClockRunningEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTimePropertiesDSTable": {
      "get": {
        "summary": "Get cPtpClockTimePropertiesDSTable data",
        "description": "Retrieve cPtpClockTimePropertiesDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP clock Timeproperties\n        Datasets for all domains.",
                  "properties": {
                    "cPtpClockTimePropertiesDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockTimePropertiesDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockTimePropertiesDSClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockTimePropertiesDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                            "type": "boolean",
                            "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid."
                          },
                          "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                            "type": "integer",
                            "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockTimePropertiesDSLeap59": {
                            "type": "boolean",
                            "description": "This object specifies the Leap59 value in the clock Current\n            Dataset."
                          },
                          "cPtpClockTimePropertiesDSLeap61": {
                            "type": "boolean",
                            "description": "This object specifies the Leap61 value in the clock Current\n            Dataset."
                          },
                          "cPtpClockTimePropertiesDSTimeTraceable": {
                            "type": "boolean",
                            "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset."
                          },
                          "cPtpClockTimePropertiesDSFreqTraceable": {
                            "type": "boolean",
                            "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset."
                          },
                          "cPtpClockTimePropertiesDSPTPTimescale": {
                            "type": "boolean",
                            "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset."
                          },
                          "cPtpClockTimePropertiesDSSource": {
                            "type": "string",
                            "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTimePropertiesDSTable": {
                    "cPtpClockTimePropertiesDSEntry": [
                      {
                        "cPtpClockTimePropertiesDSDomainIndex": "1",
                        "cPtpClockTimePropertiesDSClockTypeIndex": "1",
                        "cPtpClockTimePropertiesDSInstanceIndex": "1",
                        "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                        "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                        "cPtpClockTimePropertiesDSLeap59": true,
                        "cPtpClockTimePropertiesDSLeap61": true,
                        "cPtpClockTimePropertiesDSTimeTraceable": true,
                        "cPtpClockTimePropertiesDSFreqTraceable": true,
                        "cPtpClockTimePropertiesDSPTPTimescale": true,
                        "cPtpClockTimePropertiesDSSource": "example-string"
                      },
                      {
                        "cPtpClockTimePropertiesDSDomainIndex": "2",
                        "cPtpClockTimePropertiesDSClockTypeIndex": "2",
                        "cPtpClockTimePropertiesDSInstanceIndex": "2",
                        "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                        "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                        "cPtpClockTimePropertiesDSLeap59": true,
                        "cPtpClockTimePropertiesDSLeap61": true,
                        "cPtpClockTimePropertiesDSTimeTraceable": true,
                        "cPtpClockTimePropertiesDSFreqTraceable": true,
                        "cPtpClockTimePropertiesDSPTPTimescale": true,
                        "cPtpClockTimePropertiesDSSource": "example-string"
                      },
                      {
                        "cPtpClockTimePropertiesDSDomainIndex": "3",
                        "cPtpClockTimePropertiesDSClockTypeIndex": "3",
                        "cPtpClockTimePropertiesDSInstanceIndex": "3",
                        "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                        "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                        "cPtpClockTimePropertiesDSLeap59": true,
                        "cPtpClockTimePropertiesDSLeap61": true,
                        "cPtpClockTimePropertiesDSTimeTraceable": true,
                        "cPtpClockTimePropertiesDSFreqTraceable": true,
                        "cPtpClockTimePropertiesDSPTPTimescale": true,
                        "cPtpClockTimePropertiesDSSource": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTimePropertiesDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTimePropertiesDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTimePropertiesDSTable/cPtpClockTimePropertiesDSEntry": {
      "get": {
        "summary": "Get cPtpClockTimePropertiesDSEntry list",
        "description": "Retrieve list of cPtpClockTimePropertiesDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockTimePropertiesDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTimePropertiesDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockTimePropertiesDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                        "type": "boolean",
                        "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid."
                      },
                      "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                        "type": "integer",
                        "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockTimePropertiesDSLeap59": {
                        "type": "boolean",
                        "description": "This object specifies the Leap59 value in the clock Current\n            Dataset."
                      },
                      "cPtpClockTimePropertiesDSLeap61": {
                        "type": "boolean",
                        "description": "This object specifies the Leap61 value in the clock Current\n            Dataset."
                      },
                      "cPtpClockTimePropertiesDSTimeTraceable": {
                        "type": "boolean",
                        "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSFreqTraceable": {
                        "type": "boolean",
                        "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSPTPTimescale": {
                        "type": "boolean",
                        "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSSource": {
                        "type": "string",
                        "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry": [
                    {
                      "cPtpClockTimePropertiesDSDomainIndex": "example-string",
                      "cPtpClockTimePropertiesDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockTimePropertiesDSInstanceIndex": "example-string",
                      "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                      "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                      "cPtpClockTimePropertiesDSLeap59": true,
                      "cPtpClockTimePropertiesDSLeap61": true,
                      "cPtpClockTimePropertiesDSTimeTraceable": true,
                      "cPtpClockTimePropertiesDSFreqTraceable": true,
                      "cPtpClockTimePropertiesDSPTPTimescale": true,
                      "cPtpClockTimePropertiesDSSource": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTimePropertiesDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTimePropertiesDSTable/cPtpClockTimePropertiesDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTransDefaultDSTable": {
      "get": {
        "summary": "Get cPtpClockTransDefaultDSTable data",
        "description": "Retrieve cPtpClockTransDefaultDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the PTP Transparent clock Default\n        Datasets for all domains.",
                  "properties": {
                    "cPtpClockTransDefaultDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockTransDefaultDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockTransDefaultDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockTransDefaultDSClockIdentity": {
                            "type": "string",
                            "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                          },
                          "cPtpClockTransDefaultDSNumOfPorts": {
                            "type": "integer",
                            "description": "This object specifies the number of PTP ports of the device.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpClockTransDefaultDSDelay": {
                            "type": "string",
                            "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                          },
                          "cPtpClockTransDefaultDSPrimaryDomain": {
                            "type": "integer",
                            "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTransDefaultDSTable": {
                    "cPtpClockTransDefaultDSEntry": [
                      {
                        "cPtpClockTransDefaultDSDomainIndex": "1",
                        "cPtpClockTransDefaultDSInstanceIndex": "1",
                        "cPtpClockTransDefaultDSClockIdentity": "example-string",
                        "cPtpClockTransDefaultDSNumOfPorts": 0,
                        "cPtpClockTransDefaultDSDelay": "example-string",
                        "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                      },
                      {
                        "cPtpClockTransDefaultDSDomainIndex": "2",
                        "cPtpClockTransDefaultDSInstanceIndex": "2",
                        "cPtpClockTransDefaultDSClockIdentity": "example-string",
                        "cPtpClockTransDefaultDSNumOfPorts": 0,
                        "cPtpClockTransDefaultDSDelay": "example-string",
                        "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                      },
                      {
                        "cPtpClockTransDefaultDSDomainIndex": "3",
                        "cPtpClockTransDefaultDSInstanceIndex": "3",
                        "cPtpClockTransDefaultDSClockIdentity": "example-string",
                        "cPtpClockTransDefaultDSNumOfPorts": 0,
                        "cPtpClockTransDefaultDSDelay": "example-string",
                        "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTransDefaultDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTransDefaultDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTransDefaultDSTable/cPtpClockTransDefaultDSEntry": {
      "get": {
        "summary": "Get cPtpClockTransDefaultDSEntry list",
        "description": "Retrieve list of cPtpClockTransDefaultDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockTransDefaultDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTransDefaultDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockTransDefaultDSClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockTransDefaultDSNumOfPorts": {
                        "type": "integer",
                        "description": "This object specifies the number of PTP ports of the device.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockTransDefaultDSDelay": {
                        "type": "string",
                        "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                      },
                      "cPtpClockTransDefaultDSPrimaryDomain": {
                        "type": "integer",
                        "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry": [
                    {
                      "cPtpClockTransDefaultDSDomainIndex": "example-string",
                      "cPtpClockTransDefaultDSInstanceIndex": "example-string",
                      "cPtpClockTransDefaultDSClockIdentity": "example-string",
                      "cPtpClockTransDefaultDSNumOfPorts": 0,
                      "cPtpClockTransDefaultDSDelay": "example-string",
                      "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTransDefaultDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTransDefaultDSTable/cPtpClockTransDefaultDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTable": {
      "get": {
        "summary": "Get cPtpClockPortTable data",
        "description": "Retrieve cPtpClockPortTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the clock ports for a particular\n        domain.",
                  "properties": {
                    "cPtpClockPortEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          clock port.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockPortDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockPortClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockPortClockInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockPortTablePortNumberIndex": {
                            "type": "string",
                            "description": "This object specifies the PTP Portnumber for this port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                          },
                          "cPtpClockPortName": {
                            "type": "string",
                            "description": "This object specifies the PTP clock port name configured on the\n            router.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "cPtpClockPortRole": {
                            "type": "string",
                            "description": "This object describes the current role (slave/master) of the\n            port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                          },
                          "cPtpClockPortSyncOneStep": {
                            "type": "boolean",
                            "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled."
                          },
                          "cPtpClockPortCurrentPeerAddressType": {
                            "type": "string",
                            "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "cPtpClockPortCurrentPeerAddress": {
                            "type": "string",
                            "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "cPtpClockPortNumOfAssociatedPorts": {
                            "type": "integer",
                            "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTable": {
                    "cPtpClockPortEntry": [
                      {
                        "cPtpClockPortDomainIndex": "1",
                        "cPtpClockPortClockTypeIndex": "1",
                        "cPtpClockPortClockInstanceIndex": "1",
                        "cPtpClockPortTablePortNumberIndex": "1",
                        "cPtpClockPortName": "interface-1",
                        "cPtpClockPortRole": "example-string",
                        "cPtpClockPortSyncOneStep": true,
                        "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                        "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                        "cPtpClockPortNumOfAssociatedPorts": 0
                      },
                      {
                        "cPtpClockPortDomainIndex": "2",
                        "cPtpClockPortClockTypeIndex": "2",
                        "cPtpClockPortClockInstanceIndex": "2",
                        "cPtpClockPortTablePortNumberIndex": "2",
                        "cPtpClockPortName": "interface-1",
                        "cPtpClockPortRole": "example-string",
                        "cPtpClockPortSyncOneStep": true,
                        "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                        "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                        "cPtpClockPortNumOfAssociatedPorts": 0
                      },
                      {
                        "cPtpClockPortDomainIndex": "3",
                        "cPtpClockPortClockTypeIndex": "3",
                        "cPtpClockPortClockInstanceIndex": "3",
                        "cPtpClockPortTablePortNumberIndex": "3",
                        "cPtpClockPortName": "interface-1",
                        "cPtpClockPortRole": "example-string",
                        "cPtpClockPortSyncOneStep": true,
                        "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                        "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                        "cPtpClockPortNumOfAssociatedPorts": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTable/cPtpClockPortEntry": {
      "get": {
        "summary": "Get cPtpClockPortEntry list",
        "description": "Retrieve list of cPtpClockPortEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortTablePortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP Portnumber for this port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name configured on the\n            router.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortRole": {
                        "type": "string",
                        "description": "This object describes the current role (slave/master) of the\n            port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                      },
                      "cPtpClockPortSyncOneStep": {
                        "type": "boolean",
                        "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled."
                      },
                      "cPtpClockPortCurrentPeerAddressType": {
                        "type": "string",
                        "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cPtpClockPortCurrentPeerAddress": {
                        "type": "string",
                        "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cPtpClockPortNumOfAssociatedPorts": {
                        "type": "integer",
                        "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortEntry": [
                    {
                      "cPtpClockPortDomainIndex": "example-string",
                      "cPtpClockPortClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortClockInstanceIndex": "example-string",
                      "cPtpClockPortTablePortNumberIndex": "example-string",
                      "cPtpClockPortName": "interface-1",
                      "cPtpClockPortRole": "example-string",
                      "cPtpClockPortSyncOneStep": true,
                      "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                      "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                      "cPtpClockPortNumOfAssociatedPorts": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortTable/cPtpClockPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortDSTable": {
      "get": {
        "summary": "Get cPtpClockPortDSTable data",
        "description": "Retrieve cPtpClockPortDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the clock ports dataset for a\n        particular domain.",
                  "properties": {
                    "cPtpClockPortDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockPortDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockPortDSClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockPortDSClockInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockPortDSPortNumberIndex": {
                            "type": "string",
                            "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                          },
                          "cPtpClockPortDSName": {
                            "type": "string",
                            "description": "This object specifies the PTP clock port name.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "cPtpClockPortDSPortIdentity": {
                            "type": "string",
                            "description": "This object specifies the PTP clock port Identity.",
                            "format": "binary"
                          },
                          "cPtpClockPortDSAnnouncementInterval": {
                            "type": "integer",
                            "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortDSAnnounceRctTimeout": {
                            "type": "integer",
                            "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortDSSyncInterval": {
                            "type": "integer",
                            "description": "This object specifies the Sync message transmission interval.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortDSMinDelayReqInterval": {
                            "type": "integer",
                            "description": "This object specifies the Delay_Req message transmission\n            interval.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortDSPeerDelayReqInterval": {
                            "type": "integer",
                            "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortDSDelayMech": {
                            "type": "string",
                            "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                          },
                          "cPtpClockPortDSPeerMeanPathDelay": {
                            "type": "string",
                            "description": "This object specifies the peer meanPathDelay.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                          },
                          "cPtpClockPortDSGrantDuration": {
                            "type": "integer",
                            "description": "This object specifies the grant duration allocated by the\n            master.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpClockPortDSPTPVersion": {
                            "type": "integer",
                            "description": "This object specifies the PTP version being used.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortDSTable": {
                    "cPtpClockPortDSEntry": [
                      {
                        "cPtpClockPortDSDomainIndex": "1",
                        "cPtpClockPortDSClockTypeIndex": "1",
                        "cPtpClockPortDSClockInstanceIndex": "1",
                        "cPtpClockPortDSPortNumberIndex": "1",
                        "cPtpClockPortDSName": "interface-1",
                        "cPtpClockPortDSPortIdentity": "example-string",
                        "cPtpClockPortDSAnnouncementInterval": -2147483648,
                        "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                        "cPtpClockPortDSSyncInterval": -2147483648,
                        "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                        "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                        "cPtpClockPortDSDelayMech": "example-string",
                        "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                        "cPtpClockPortDSGrantDuration": 0,
                        "cPtpClockPortDSPTPVersion": -2147483648
                      },
                      {
                        "cPtpClockPortDSDomainIndex": "2",
                        "cPtpClockPortDSClockTypeIndex": "2",
                        "cPtpClockPortDSClockInstanceIndex": "2",
                        "cPtpClockPortDSPortNumberIndex": "2",
                        "cPtpClockPortDSName": "interface-1",
                        "cPtpClockPortDSPortIdentity": "example-string",
                        "cPtpClockPortDSAnnouncementInterval": -2147483648,
                        "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                        "cPtpClockPortDSSyncInterval": -2147483648,
                        "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                        "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                        "cPtpClockPortDSDelayMech": "example-string",
                        "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                        "cPtpClockPortDSGrantDuration": 0,
                        "cPtpClockPortDSPTPVersion": -2147483648
                      },
                      {
                        "cPtpClockPortDSDomainIndex": "3",
                        "cPtpClockPortDSClockTypeIndex": "3",
                        "cPtpClockPortDSClockInstanceIndex": "3",
                        "cPtpClockPortDSPortNumberIndex": "3",
                        "cPtpClockPortDSName": "interface-1",
                        "cPtpClockPortDSPortIdentity": "example-string",
                        "cPtpClockPortDSAnnouncementInterval": -2147483648,
                        "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                        "cPtpClockPortDSSyncInterval": -2147483648,
                        "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                        "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                        "cPtpClockPortDSDelayMech": "example-string",
                        "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                        "cPtpClockPortDSGrantDuration": 0,
                        "cPtpClockPortDSPTPVersion": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortDSTable/cPtpClockPortDSEntry": {
      "get": {
        "summary": "Get cPtpClockPortDSEntry list",
        "description": "Retrieve list of cPtpClockPortDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortDSClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortDSPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortDSName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortDSPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port Identity.",
                        "format": "binary"
                      },
                      "cPtpClockPortDSAnnouncementInterval": {
                        "type": "integer",
                        "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSAnnounceRctTimeout": {
                        "type": "integer",
                        "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSSyncInterval": {
                        "type": "integer",
                        "description": "This object specifies the Sync message transmission interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSMinDelayReqInterval": {
                        "type": "integer",
                        "description": "This object specifies the Delay_Req message transmission\n            interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSPeerDelayReqInterval": {
                        "type": "integer",
                        "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSDelayMech": {
                        "type": "string",
                        "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                      },
                      "cPtpClockPortDSPeerMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies the peer meanPathDelay.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      },
                      "cPtpClockPortDSGrantDuration": {
                        "type": "integer",
                        "description": "This object specifies the grant duration allocated by the\n            master.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockPortDSPTPVersion": {
                        "type": "integer",
                        "description": "This object specifies the PTP version being used.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortDSEntry": [
                    {
                      "cPtpClockPortDSDomainIndex": "example-string",
                      "cPtpClockPortDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortDSClockInstanceIndex": "example-string",
                      "cPtpClockPortDSPortNumberIndex": "example-string",
                      "cPtpClockPortDSName": "interface-1",
                      "cPtpClockPortDSPortIdentity": "example-string",
                      "cPtpClockPortDSAnnouncementInterval": -2147483648,
                      "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                      "cPtpClockPortDSSyncInterval": -2147483648,
                      "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                      "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                      "cPtpClockPortDSDelayMech": "example-string",
                      "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                      "cPtpClockPortDSGrantDuration": 0,
                      "cPtpClockPortDSPTPVersion": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortDSTable/cPtpClockPortDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortRunningTable": {
      "get": {
        "summary": "Get cPtpClockPortRunningTable data",
        "description": "Retrieve cPtpClockPortRunningTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the clock ports running dataset for\n        a particular domain.",
                  "properties": {
                    "cPtpClockPortRunningEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockPortRunningDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockPortRunningClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockPortRunningClockInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockPortRunningPortNumberIndex": {
                            "type": "string",
                            "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                          },
                          "cPtpClockPortRunningName": {
                            "type": "string",
                            "description": "This object specifies the PTP clock port name.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "cPtpClockPortRunningState": {
                            "type": "string",
                            "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortState"
                          },
                          "cPtpClockPortRunningRole": {
                            "type": "string",
                            "description": "This object specifies the Clock Role.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                          },
                          "cPtpClockPortRunningInterfaceIndex": {
                            "type": "string",
                            "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                            "x-yang-type": "cisco-tc:InterfaceIndexOrZero"
                          },
                          "cPtpClockPortRunningIPversion": {
                            "type": "integer",
                            "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortRunningEncapsulationType": {
                            "type": "integer",
                            "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortRunningTxMode": {
                            "type": "string",
                            "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                          },
                          "cPtpClockPortRunningRxMode": {
                            "type": "string",
                            "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                          },
                          "cPtpClockPortRunningPacketsReceived": {
                            "type": "integer",
                            "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                            "minimum": 0
                          },
                          "cPtpClockPortRunningPacketsSent": {
                            "type": "integer",
                            "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortRunningTable": {
                    "cPtpClockPortRunningEntry": [
                      {
                        "cPtpClockPortRunningDomainIndex": "1",
                        "cPtpClockPortRunningClockTypeIndex": "1",
                        "cPtpClockPortRunningClockInstanceIndex": "1",
                        "cPtpClockPortRunningPortNumberIndex": "1",
                        "cPtpClockPortRunningName": "interface-1",
                        "cPtpClockPortRunningState": "up(1)",
                        "cPtpClockPortRunningRole": "example-string",
                        "cPtpClockPortRunningInterfaceIndex": "1",
                        "cPtpClockPortRunningIPversion": -2147483648,
                        "cPtpClockPortRunningEncapsulationType": -2147483648,
                        "cPtpClockPortRunningTxMode": "example-string",
                        "cPtpClockPortRunningRxMode": "example-string",
                        "cPtpClockPortRunningPacketsReceived": 1234567890,
                        "cPtpClockPortRunningPacketsSent": 1234567890
                      },
                      {
                        "cPtpClockPortRunningDomainIndex": "2",
                        "cPtpClockPortRunningClockTypeIndex": "2",
                        "cPtpClockPortRunningClockInstanceIndex": "2",
                        "cPtpClockPortRunningPortNumberIndex": "2",
                        "cPtpClockPortRunningName": "interface-1",
                        "cPtpClockPortRunningState": "up(1)",
                        "cPtpClockPortRunningRole": "example-string",
                        "cPtpClockPortRunningInterfaceIndex": "2",
                        "cPtpClockPortRunningIPversion": -2147483648,
                        "cPtpClockPortRunningEncapsulationType": -2147483648,
                        "cPtpClockPortRunningTxMode": "example-string",
                        "cPtpClockPortRunningRxMode": "example-string",
                        "cPtpClockPortRunningPacketsReceived": 1234567890,
                        "cPtpClockPortRunningPacketsSent": 1234567890
                      },
                      {
                        "cPtpClockPortRunningDomainIndex": "3",
                        "cPtpClockPortRunningClockTypeIndex": "3",
                        "cPtpClockPortRunningClockInstanceIndex": "3",
                        "cPtpClockPortRunningPortNumberIndex": "3",
                        "cPtpClockPortRunningName": "interface-1",
                        "cPtpClockPortRunningState": "up(1)",
                        "cPtpClockPortRunningRole": "example-string",
                        "cPtpClockPortRunningInterfaceIndex": "3",
                        "cPtpClockPortRunningIPversion": -2147483648,
                        "cPtpClockPortRunningEncapsulationType": -2147483648,
                        "cPtpClockPortRunningTxMode": "example-string",
                        "cPtpClockPortRunningRxMode": "example-string",
                        "cPtpClockPortRunningPacketsReceived": 1234567890,
                        "cPtpClockPortRunningPacketsSent": 1234567890
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortRunningTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortRunningTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortRunningTable/cPtpClockPortRunningEntry": {
      "get": {
        "summary": "Get cPtpClockPortRunningEntry list",
        "description": "Retrieve list of cPtpClockPortRunningEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortRunningDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortRunningClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortRunningClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortRunningPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortRunningName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortRunningState": {
                        "type": "string",
                        "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortState"
                      },
                      "cPtpClockPortRunningRole": {
                        "type": "string",
                        "description": "This object specifies the Clock Role.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                      },
                      "cPtpClockPortRunningInterfaceIndex": {
                        "type": "string",
                        "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                        "x-yang-type": "cisco-tc:InterfaceIndexOrZero"
                      },
                      "cPtpClockPortRunningIPversion": {
                        "type": "integer",
                        "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortRunningEncapsulationType": {
                        "type": "integer",
                        "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortRunningTxMode": {
                        "type": "string",
                        "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                      },
                      "cPtpClockPortRunningRxMode": {
                        "type": "string",
                        "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                      },
                      "cPtpClockPortRunningPacketsReceived": {
                        "type": "integer",
                        "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                        "minimum": 0
                      },
                      "cPtpClockPortRunningPacketsSent": {
                        "type": "integer",
                        "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortRunningEntry": [
                    {
                      "cPtpClockPortRunningDomainIndex": "example-string",
                      "cPtpClockPortRunningClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortRunningClockInstanceIndex": "example-string",
                      "cPtpClockPortRunningPortNumberIndex": "example-string",
                      "cPtpClockPortRunningName": "interface-1",
                      "cPtpClockPortRunningState": "up(1)",
                      "cPtpClockPortRunningRole": "example-string",
                      "cPtpClockPortRunningInterfaceIndex": "GigabitEthernet1/0/1",
                      "cPtpClockPortRunningIPversion": -2147483648,
                      "cPtpClockPortRunningEncapsulationType": -2147483648,
                      "cPtpClockPortRunningTxMode": "example-string",
                      "cPtpClockPortRunningRxMode": "example-string",
                      "cPtpClockPortRunningPacketsReceived": 1234567890,
                      "cPtpClockPortRunningPacketsSent": 1234567890
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortRunningEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortRunningTable/cPtpClockPortRunningEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTransDSTable": {
      "get": {
        "summary": "Get cPtpClockPortTransDSTable data",
        "description": "Retrieve cPtpClockPortTransDSTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about the Transparent clock ports running\n        dataset for a particular domain.",
                  "properties": {
                    "cPtpClockPortTransDSEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockPortTransDSDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockPortTransDSInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockPortTransDSPortNumberIndex": {
                            "type": "string",
                            "description": "This object specifies the PTP port number associated with this\n            port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                          },
                          "cPtpClockPortTransDSPortIdentity": {
                            "type": "string",
                            "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                          },
                          "cPtpClockPortTransDSlogMinPdelayReqInt": {
                            "type": "integer",
                            "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cPtpClockPortTransDSFaultyFlag": {
                            "type": "boolean",
                            "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally."
                          },
                          "cPtpClockPortTransDSPeerMeanPathDelay": {
                            "type": "string",
                            "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTransDSTable": {
                    "cPtpClockPortTransDSEntry": [
                      {
                        "cPtpClockPortTransDSDomainIndex": "1",
                        "cPtpClockPortTransDSInstanceIndex": "1",
                        "cPtpClockPortTransDSPortNumberIndex": "1",
                        "cPtpClockPortTransDSPortIdentity": "example-string",
                        "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                        "cPtpClockPortTransDSFaultyFlag": true,
                        "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                      },
                      {
                        "cPtpClockPortTransDSDomainIndex": "2",
                        "cPtpClockPortTransDSInstanceIndex": "2",
                        "cPtpClockPortTransDSPortNumberIndex": "2",
                        "cPtpClockPortTransDSPortIdentity": "example-string",
                        "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                        "cPtpClockPortTransDSFaultyFlag": true,
                        "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                      },
                      {
                        "cPtpClockPortTransDSDomainIndex": "3",
                        "cPtpClockPortTransDSInstanceIndex": "3",
                        "cPtpClockPortTransDSPortNumberIndex": "3",
                        "cPtpClockPortTransDSPortIdentity": "example-string",
                        "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                        "cPtpClockPortTransDSFaultyFlag": true,
                        "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTransDSTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortTransDSTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTransDSTable/cPtpClockPortTransDSEntry": {
      "get": {
        "summary": "Get cPtpClockPortTransDSEntry list",
        "description": "Retrieve list of cPtpClockPortTransDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortTransDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortTransDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortTransDSPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP port number associated with this\n            port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortTransDSPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockPortTransDSlogMinPdelayReqInt": {
                        "type": "integer",
                        "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortTransDSFaultyFlag": {
                        "type": "boolean",
                        "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally."
                      },
                      "cPtpClockPortTransDSPeerMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTransDSEntry": [
                    {
                      "cPtpClockPortTransDSDomainIndex": "example-string",
                      "cPtpClockPortTransDSInstanceIndex": "example-string",
                      "cPtpClockPortTransDSPortNumberIndex": "example-string",
                      "cPtpClockPortTransDSPortIdentity": "example-string",
                      "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                      "cPtpClockPortTransDSFaultyFlag": true,
                      "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTransDSEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortTransDSTable/cPtpClockPortTransDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortAssociateTable": {
      "get": {
        "summary": "Get cPtpClockPortAssociateTable data",
        "description": "Retrieve cPtpClockPortAssociateTable operational data from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Table of information about a given port's associated ports.\n        \n        For a master port - multiple slave ports which have established\n        sessions with the current master port.  \n        For a slave port - the list of masters available for a given\n        slave port. \n        \n        Session information (pkts, errors) to be displayed based on\n        availability and scenario.",
                  "properties": {
                    "cPtpClockPortAssociateEntry": {
                      "type": "array",
                      "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cPtpClockPortCurrentDomainIndex": {
                            "type": "string",
                            "description": "This object specifies the given port's domain number.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                          },
                          "cPtpClockPortCurrentClockTypeIndex": {
                            "type": "string",
                            "description": "This object specifies the given port's clock type.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockType"
                          },
                          "cPtpClockPortCurrentClockInstanceIndex": {
                            "type": "string",
                            "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                          },
                          "cPtpClockPortCurrentPortNumberIndex": {
                            "type": "string",
                            "description": "This object specifies the PTP Port Number for the given port.",
                            "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                          },
                          "cPtpClockPortAssociatePortIndex": {
                            "type": "integer",
                            "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cPtpClockPortAssociateAddressType": {
                            "type": "string",
                            "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "cPtpClockPortAssociateAddress": {
                            "type": "string",
                            "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "cPtpClockPortAssociatePacketsSent": {
                            "type": "integer",
                            "description": "The number of packets sent to this peer port from the current\n            port.",
                            "minimum": 0
                          },
                          "cPtpClockPortAssociatePacketsReceived": {
                            "type": "integer",
                            "description": "The number of packets received from this peer port by the\n            current port.",
                            "minimum": 0
                          },
                          "cPtpClockPortAssociateInErrors": {
                            "type": "integer",
                            "description": "This object specifies the input errors associated with the\n            peer port.",
                            "minimum": 0
                          },
                          "cPtpClockPortAssociateOutErrors": {
                            "type": "integer",
                            "description": "This object specifies the output errors associated with the\n            peer port.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortAssociateTable": {
                    "cPtpClockPortAssociateEntry": [
                      {
                        "cPtpClockPortCurrentDomainIndex": "1",
                        "cPtpClockPortCurrentClockTypeIndex": "1",
                        "cPtpClockPortCurrentClockInstanceIndex": "1",
                        "cPtpClockPortCurrentPortNumberIndex": "1",
                        "cPtpClockPortAssociatePortIndex": 1,
                        "cPtpClockPortAssociateAddressType": "192.168.1.1",
                        "cPtpClockPortAssociateAddress": "192.168.1.1",
                        "cPtpClockPortAssociatePacketsSent": 1234567890,
                        "cPtpClockPortAssociatePacketsReceived": 1234567890,
                        "cPtpClockPortAssociateInErrors": 0,
                        "cPtpClockPortAssociateOutErrors": 0
                      },
                      {
                        "cPtpClockPortCurrentDomainIndex": "2",
                        "cPtpClockPortCurrentClockTypeIndex": "2",
                        "cPtpClockPortCurrentClockInstanceIndex": "2",
                        "cPtpClockPortCurrentPortNumberIndex": "2",
                        "cPtpClockPortAssociatePortIndex": 2,
                        "cPtpClockPortAssociateAddressType": "192.168.1.1",
                        "cPtpClockPortAssociateAddress": "192.168.1.1",
                        "cPtpClockPortAssociatePacketsSent": 1234567890,
                        "cPtpClockPortAssociatePacketsReceived": 1234567890,
                        "cPtpClockPortAssociateInErrors": 0,
                        "cPtpClockPortAssociateOutErrors": 0
                      },
                      {
                        "cPtpClockPortCurrentDomainIndex": "3",
                        "cPtpClockPortCurrentClockTypeIndex": "3",
                        "cPtpClockPortCurrentClockInstanceIndex": "3",
                        "cPtpClockPortCurrentPortNumberIndex": "3",
                        "cPtpClockPortAssociatePortIndex": 3,
                        "cPtpClockPortAssociateAddressType": "192.168.1.1",
                        "cPtpClockPortAssociateAddress": "192.168.1.1",
                        "cPtpClockPortAssociatePacketsSent": 1234567890,
                        "cPtpClockPortAssociatePacketsReceived": 1234567890,
                        "cPtpClockPortAssociateInErrors": 0,
                        "cPtpClockPortAssociateOutErrors": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortAssociateTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortAssociateTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortAssociateTable/cPtpClockPortAssociateEntry": {
      "get": {
        "summary": "Get cPtpClockPortAssociateEntry list",
        "description": "Retrieve list of cPtpClockPortAssociateEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortCurrentDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the given port's domain number.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortCurrentClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the given port's clock type.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortCurrentClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortCurrentPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP Port Number for the given port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortAssociatePortIndex": {
                        "type": "integer",
                        "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockPortAssociateAddressType": {
                        "type": "string",
                        "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cPtpClockPortAssociateAddress": {
                        "type": "string",
                        "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cPtpClockPortAssociatePacketsSent": {
                        "type": "integer",
                        "description": "The number of packets sent to this peer port from the current\n            port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociatePacketsReceived": {
                        "type": "integer",
                        "description": "The number of packets received from this peer port by the\n            current port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociateInErrors": {
                        "type": "integer",
                        "description": "This object specifies the input errors associated with the\n            peer port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociateOutErrors": {
                        "type": "integer",
                        "description": "This object specifies the output errors associated with the\n            peer port.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortAssociateEntry": [
                    {
                      "cPtpClockPortCurrentDomainIndex": "example-string",
                      "cPtpClockPortCurrentClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortCurrentClockInstanceIndex": "example-string",
                      "cPtpClockPortCurrentPortNumberIndex": "example-string",
                      "cPtpClockPortAssociatePortIndex": 1,
                      "cPtpClockPortAssociateAddressType": "192.168.1.1",
                      "cPtpClockPortAssociateAddress": "192.168.1.1",
                      "cPtpClockPortAssociatePacketsSent": 1234567890,
                      "cPtpClockPortAssociatePacketsReceived": 1234567890,
                      "cPtpClockPortAssociateInErrors": 0,
                      "cPtpClockPortAssociateOutErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortAssociateEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortAssociateTable/cPtpClockPortAssociateEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemEntry": {
      "get": {
        "summary": "Get cPtpSystemEntry list",
        "description": "Retrieve list of cPtpSystemEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the Clock for this\n            domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpDomainClockPortsTotal": {
                        "type": "integer",
                        "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpDomainClockPortPhysicalInterfacesTotal": {
                        "type": "integer",
                        "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemEntry": [
                    {
                      "cPtpDomainIndex": "example-string",
                      "cPtpInstanceIndex": "example-string",
                      "cPtpDomainClockPortsTotal": 0,
                      "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemDomainEntry": {
      "get": {
        "summary": "Get cPtpSystemDomainEntry list",
        "description": "Retrieve list of cPtpSystemDomainEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpSystemDomainClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpSystemDomainTotals": {
                        "type": "integer",
                        "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemDomainEntry": [
                    {
                      "cPtpSystemDomainClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpSystemDomainTotals": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemDomainEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpSystemDomainEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemDomainEntry={cPtpSystemDomainClockTypeIndex}": {
      "get": {
        "summary": "Get cPtpSystemDomainEntry entry",
        "description": "Retrieve specific cPtpSystemDomainEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpSystemDomainClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpSystemDomainClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpSystemDomainTotals": {
                      "type": "integer",
                      "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemDomainEntry": {
                    "cPtpSystemDomainClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpSystemDomainTotals": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemDomainEntry-4"
      },
      "x-yang-path": "/cPtpSystemDomainEntry={cPtpSystemDomainClockTypeIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpSystemDomainClockTypeIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockNodeEntry": {
      "get": {
        "summary": "Get cPtpClockNodeEntry list",
        "description": "Retrieve list of cPtpClockNodeEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockInput1ppsEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                      },
                      "cPtpClockInputFrequencyEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface."
                      },
                      "cPtpClockTODEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for TOD."
                      },
                      "cPtpClockOutput1ppsEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                      },
                      "cPtpClockOutput1ppsOffsetEnabled": {
                        "type": "boolean",
                        "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry."
                      },
                      "cPtpClockOutput1ppsOffsetValue": {
                        "type": "integer",
                        "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockOutput1ppsOffsetNegative": {
                        "type": "boolean",
                        "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive."
                      },
                      "cPtpClockInput1ppsInterface": {
                        "type": "string",
                        "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockOutput1ppsInterface": {
                        "type": "string",
                        "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockTODInterface": {
                        "type": "string",
                        "description": "This object specifies the interface used for PTP TOD.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockNodeEntry": [
                    {
                      "cPtpClockDomainIndex": "example-string",
                      "cPtpClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockInstanceIndex": "example-string",
                      "cPtpClockInput1ppsEnabled": true,
                      "cPtpClockInputFrequencyEnabled": true,
                      "cPtpClockTODEnabled": true,
                      "cPtpClockOutput1ppsEnabled": true,
                      "cPtpClockOutput1ppsOffsetEnabled": true,
                      "cPtpClockOutput1ppsOffsetValue": 0,
                      "cPtpClockOutput1ppsOffsetNegative": true,
                      "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                      "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                      "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockNodeEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockNodeEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockCurrentDSEntry": {
      "get": {
        "summary": "Get cPtpClockCurrentDSEntry list",
        "description": "Retrieve list of cPtpClockCurrentDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockCurrentDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockCurrentDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockCurrentDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockCurrentDSStepsRemoved": {
                        "type": "integer",
                        "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockCurrentDSOffsetFromMaster": {
                        "type": "string",
                        "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      },
                      "cPtpClockCurrentDSMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockCurrentDSEntry": [
                    {
                      "cPtpClockCurrentDSDomainIndex": "example-string",
                      "cPtpClockCurrentDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockCurrentDSInstanceIndex": "example-string",
                      "cPtpClockCurrentDSStepsRemoved": 0,
                      "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                      "cPtpClockCurrentDSMeanPathDelay": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockCurrentDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockCurrentDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockParentDSEntry": {
      "get": {
        "summary": "Get cPtpClockParentDSEntry list",
        "description": "Retrieve list of cPtpClockParentDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockParentDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockParentDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockParentDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockParentDSParentPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                        "format": "binary"
                      },
                      "cPtpClockParentDSParentStats": {
                        "type": "boolean",
                        "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data."
                      },
                      "cPtpClockParentDSOffset": {
                        "type": "string",
                        "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2"
                      },
                      "cPtpClockParentDSClockPhChRate": {
                        "type": "integer",
                        "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockParentDSGMClockPriority1": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockPriority2": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockParentDSGMClockQualityClass": {
                        "type": "string",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                      },
                      "cPtpClockParentDSGMClockQualityAccuracy": {
                        "type": "string",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                      },
                      "cPtpClockParentDSGMClockQualityOffset": {
                        "type": "integer",
                        "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockParentDSEntry": [
                    {
                      "cPtpClockParentDSDomainIndex": "example-string",
                      "cPtpClockParentDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockParentDSInstanceIndex": "example-string",
                      "cPtpClockParentDSParentPortIdentity": "example-string",
                      "cPtpClockParentDSParentStats": true,
                      "cPtpClockParentDSOffset": "example-string",
                      "cPtpClockParentDSClockPhChRate": -2147483648,
                      "cPtpClockParentDSGMClockIdentity": "example-string",
                      "cPtpClockParentDSGMClockPriority1": -2147483648,
                      "cPtpClockParentDSGMClockPriority2": -2147483648,
                      "cPtpClockParentDSGMClockQualityClass": "example-string",
                      "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                      "cPtpClockParentDSGMClockQualityOffset": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockParentDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockParentDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockDefaultDSEntry": {
      "get": {
        "summary": "Get cPtpClockDefaultDSEntry list",
        "description": "Retrieve list of cPtpClockDefaultDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockDefaultDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockDefaultDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockDefaultDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockDefaultDSTwoStepFlag": {
                        "type": "boolean",
                        "description": "This object specifies whether the Two Step process is used."
                      },
                      "cPtpClockDefaultDSClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the default Datasets clock identity.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockDefaultDSPriority1": {
                        "type": "integer",
                        "description": "This object specifies the default Datasets clock Priority1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockDefaultDSPriority2": {
                        "type": "integer",
                        "description": "This object specifies the default Datasets clock Priority2.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockDefaultDSSlaveOnly": {
                        "type": "boolean",
                        "description": "Whether the SlaveOnly flag is set."
                      },
                      "cPtpClockDefaultDSQualityClass": {
                        "type": "string",
                        "description": "This object specifies the default dataset Quality Class.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                      },
                      "cPtpClockDefaultDSQualityAccuracy": {
                        "type": "string",
                        "description": "This object specifies the default dataset Quality Accurarcy.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                      },
                      "cPtpClockDefaultDSQualityOffset": {
                        "type": "integer",
                        "description": "This object specifies the default dataset Quality offset.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockDefaultDSEntry": [
                    {
                      "cPtpClockDefaultDSDomainIndex": "example-string",
                      "cPtpClockDefaultDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockDefaultDSInstanceIndex": "example-string",
                      "cPtpClockDefaultDSTwoStepFlag": true,
                      "cPtpClockDefaultDSClockIdentity": "example-string",
                      "cPtpClockDefaultDSPriority1": -2147483648,
                      "cPtpClockDefaultDSPriority2": -2147483648,
                      "cPtpClockDefaultDSSlaveOnly": true,
                      "cPtpClockDefaultDSQualityClass": "example-string",
                      "cPtpClockDefaultDSQualityAccuracy": "example-string",
                      "cPtpClockDefaultDSQualityOffset": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockDefaultDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockDefaultDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockRunningEntry": {
      "get": {
        "summary": "Get cPtpClockRunningEntry list",
        "description": "Retrieve list of cPtpClockRunningEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockRunningDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockRunningClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockRunningInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockRunningState": {
                        "type": "string",
                        "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockStateType"
                      },
                      "cPtpClockRunningPacketsSent": {
                        "type": "integer",
                        "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                        "minimum": 0
                      },
                      "cPtpClockRunningPacketsReceived": {
                        "type": "integer",
                        "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockRunningEntry": [
                    {
                      "cPtpClockRunningDomainIndex": "example-string",
                      "cPtpClockRunningClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockRunningInstanceIndex": "example-string",
                      "cPtpClockRunningState": "up(1)",
                      "cPtpClockRunningPacketsSent": 1234567890,
                      "cPtpClockRunningPacketsReceived": 1234567890
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockRunningEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockRunningEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry": {
      "get": {
        "summary": "Get cPtpClockTimePropertiesDSEntry list",
        "description": "Retrieve list of cPtpClockTimePropertiesDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockTimePropertiesDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTimePropertiesDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockTimePropertiesDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                        "type": "boolean",
                        "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid."
                      },
                      "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                        "type": "integer",
                        "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockTimePropertiesDSLeap59": {
                        "type": "boolean",
                        "description": "This object specifies the Leap59 value in the clock Current\n            Dataset."
                      },
                      "cPtpClockTimePropertiesDSLeap61": {
                        "type": "boolean",
                        "description": "This object specifies the Leap61 value in the clock Current\n            Dataset."
                      },
                      "cPtpClockTimePropertiesDSTimeTraceable": {
                        "type": "boolean",
                        "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSFreqTraceable": {
                        "type": "boolean",
                        "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSPTPTimescale": {
                        "type": "boolean",
                        "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset."
                      },
                      "cPtpClockTimePropertiesDSSource": {
                        "type": "string",
                        "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry": [
                    {
                      "cPtpClockTimePropertiesDSDomainIndex": "example-string",
                      "cPtpClockTimePropertiesDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockTimePropertiesDSInstanceIndex": "example-string",
                      "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                      "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                      "cPtpClockTimePropertiesDSLeap59": true,
                      "cPtpClockTimePropertiesDSLeap61": true,
                      "cPtpClockTimePropertiesDSTimeTraceable": true,
                      "cPtpClockTimePropertiesDSFreqTraceable": true,
                      "cPtpClockTimePropertiesDSPTPTimescale": true,
                      "cPtpClockTimePropertiesDSSource": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTimePropertiesDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTimePropertiesDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry": {
      "get": {
        "summary": "Get cPtpClockTransDefaultDSEntry list",
        "description": "Retrieve list of cPtpClockTransDefaultDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockTransDefaultDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockTransDefaultDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockTransDefaultDSClockIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockTransDefaultDSNumOfPorts": {
                        "type": "integer",
                        "description": "This object specifies the number of PTP ports of the device.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockTransDefaultDSDelay": {
                        "type": "string",
                        "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                      },
                      "cPtpClockTransDefaultDSPrimaryDomain": {
                        "type": "integer",
                        "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry": [
                    {
                      "cPtpClockTransDefaultDSDomainIndex": "example-string",
                      "cPtpClockTransDefaultDSInstanceIndex": "example-string",
                      "cPtpClockTransDefaultDSClockIdentity": "example-string",
                      "cPtpClockTransDefaultDSNumOfPorts": 0,
                      "cPtpClockTransDefaultDSDelay": "example-string",
                      "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTransDefaultDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockTransDefaultDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortEntry": {
      "get": {
        "summary": "Get cPtpClockPortEntry list",
        "description": "Retrieve list of cPtpClockPortEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortTablePortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP Portnumber for this port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name configured on the\n            router.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortRole": {
                        "type": "string",
                        "description": "This object describes the current role (slave/master) of the\n            port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                      },
                      "cPtpClockPortSyncOneStep": {
                        "type": "boolean",
                        "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled."
                      },
                      "cPtpClockPortCurrentPeerAddressType": {
                        "type": "string",
                        "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cPtpClockPortCurrentPeerAddress": {
                        "type": "string",
                        "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cPtpClockPortNumOfAssociatedPorts": {
                        "type": "integer",
                        "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortEntry": [
                    {
                      "cPtpClockPortDomainIndex": "example-string",
                      "cPtpClockPortClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortClockInstanceIndex": "example-string",
                      "cPtpClockPortTablePortNumberIndex": "example-string",
                      "cPtpClockPortName": "interface-1",
                      "cPtpClockPortRole": "example-string",
                      "cPtpClockPortSyncOneStep": true,
                      "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                      "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                      "cPtpClockPortNumOfAssociatedPorts": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortDSEntry": {
      "get": {
        "summary": "Get cPtpClockPortDSEntry list",
        "description": "Retrieve list of cPtpClockPortDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortDSClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortDSClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortDSPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortDSName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortDSPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port Identity.",
                        "format": "binary"
                      },
                      "cPtpClockPortDSAnnouncementInterval": {
                        "type": "integer",
                        "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSAnnounceRctTimeout": {
                        "type": "integer",
                        "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSSyncInterval": {
                        "type": "integer",
                        "description": "This object specifies the Sync message transmission interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSMinDelayReqInterval": {
                        "type": "integer",
                        "description": "This object specifies the Delay_Req message transmission\n            interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSPeerDelayReqInterval": {
                        "type": "integer",
                        "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortDSDelayMech": {
                        "type": "string",
                        "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                      },
                      "cPtpClockPortDSPeerMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies the peer meanPathDelay.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      },
                      "cPtpClockPortDSGrantDuration": {
                        "type": "integer",
                        "description": "This object specifies the grant duration allocated by the\n            master.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockPortDSPTPVersion": {
                        "type": "integer",
                        "description": "This object specifies the PTP version being used.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortDSEntry": [
                    {
                      "cPtpClockPortDSDomainIndex": "example-string",
                      "cPtpClockPortDSClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortDSClockInstanceIndex": "example-string",
                      "cPtpClockPortDSPortNumberIndex": "example-string",
                      "cPtpClockPortDSName": "interface-1",
                      "cPtpClockPortDSPortIdentity": "example-string",
                      "cPtpClockPortDSAnnouncementInterval": -2147483648,
                      "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                      "cPtpClockPortDSSyncInterval": -2147483648,
                      "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                      "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                      "cPtpClockPortDSDelayMech": "example-string",
                      "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                      "cPtpClockPortDSGrantDuration": 0,
                      "cPtpClockPortDSPTPVersion": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortRunningEntry": {
      "get": {
        "summary": "Get cPtpClockPortRunningEntry list",
        "description": "Retrieve list of cPtpClockPortRunningEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortRunningDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortRunningClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortRunningClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortRunningPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortRunningName": {
                        "type": "string",
                        "description": "This object specifies the PTP clock port name.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "cPtpClockPortRunningState": {
                        "type": "string",
                        "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortState"
                      },
                      "cPtpClockPortRunningRole": {
                        "type": "string",
                        "description": "This object specifies the Clock Role.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                      },
                      "cPtpClockPortRunningInterfaceIndex": {
                        "type": "string",
                        "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                        "x-yang-type": "cisco-tc:InterfaceIndexOrZero"
                      },
                      "cPtpClockPortRunningIPversion": {
                        "type": "integer",
                        "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortRunningEncapsulationType": {
                        "type": "integer",
                        "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortRunningTxMode": {
                        "type": "string",
                        "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                      },
                      "cPtpClockPortRunningRxMode": {
                        "type": "string",
                        "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                      },
                      "cPtpClockPortRunningPacketsReceived": {
                        "type": "integer",
                        "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                        "minimum": 0
                      },
                      "cPtpClockPortRunningPacketsSent": {
                        "type": "integer",
                        "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortRunningEntry": [
                    {
                      "cPtpClockPortRunningDomainIndex": "example-string",
                      "cPtpClockPortRunningClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortRunningClockInstanceIndex": "example-string",
                      "cPtpClockPortRunningPortNumberIndex": "example-string",
                      "cPtpClockPortRunningName": "interface-1",
                      "cPtpClockPortRunningState": "up(1)",
                      "cPtpClockPortRunningRole": "example-string",
                      "cPtpClockPortRunningInterfaceIndex": "GigabitEthernet1/0/1",
                      "cPtpClockPortRunningIPversion": -2147483648,
                      "cPtpClockPortRunningEncapsulationType": -2147483648,
                      "cPtpClockPortRunningTxMode": "example-string",
                      "cPtpClockPortRunningRxMode": "example-string",
                      "cPtpClockPortRunningPacketsReceived": 1234567890,
                      "cPtpClockPortRunningPacketsSent": 1234567890
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortRunningEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortRunningEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTransDSEntry": {
      "get": {
        "summary": "Get cPtpClockPortTransDSEntry list",
        "description": "Retrieve list of cPtpClockPortTransDSEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortTransDSDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortTransDSInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortTransDSPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP port number associated with this\n            port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortTransDSPortIdentity": {
                        "type": "string",
                        "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                      },
                      "cPtpClockPortTransDSlogMinPdelayReqInt": {
                        "type": "integer",
                        "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cPtpClockPortTransDSFaultyFlag": {
                        "type": "boolean",
                        "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally."
                      },
                      "cPtpClockPortTransDSPeerMeanPathDelay": {
                        "type": "string",
                        "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTransDSEntry": [
                    {
                      "cPtpClockPortTransDSDomainIndex": "example-string",
                      "cPtpClockPortTransDSInstanceIndex": "example-string",
                      "cPtpClockPortTransDSPortNumberIndex": "example-string",
                      "cPtpClockPortTransDSPortIdentity": "example-string",
                      "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                      "cPtpClockPortTransDSFaultyFlag": true,
                      "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTransDSEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortTransDSEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortAssociateEntry": {
      "get": {
        "summary": "Get cPtpClockPortAssociateEntry list",
        "description": "Retrieve list of cPtpClockPortAssociateEntry entries from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cPtpClockPortCurrentDomainIndex": {
                        "type": "string",
                        "description": "This object specifies the given port's domain number.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                      },
                      "cPtpClockPortCurrentClockTypeIndex": {
                        "type": "string",
                        "description": "This object specifies the given port's clock type.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockType"
                      },
                      "cPtpClockPortCurrentClockInstanceIndex": {
                        "type": "string",
                        "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                      },
                      "cPtpClockPortCurrentPortNumberIndex": {
                        "type": "string",
                        "description": "This object specifies the PTP Port Number for the given port.",
                        "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                      },
                      "cPtpClockPortAssociatePortIndex": {
                        "type": "integer",
                        "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cPtpClockPortAssociateAddressType": {
                        "type": "string",
                        "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cPtpClockPortAssociateAddress": {
                        "type": "string",
                        "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cPtpClockPortAssociatePacketsSent": {
                        "type": "integer",
                        "description": "The number of packets sent to this peer port from the current\n            port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociatePacketsReceived": {
                        "type": "integer",
                        "description": "The number of packets received from this peer port by the\n            current port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociateInErrors": {
                        "type": "integer",
                        "description": "This object specifies the input errors associated with the\n            peer port.",
                        "minimum": 0
                      },
                      "cPtpClockPortAssociateOutErrors": {
                        "type": "integer",
                        "description": "This object specifies the output errors associated with the\n            peer port.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortAssociateEntry": [
                    {
                      "cPtpClockPortCurrentDomainIndex": "example-string",
                      "cPtpClockPortCurrentClockTypeIndex": "ethernetCsmacd(6)",
                      "cPtpClockPortCurrentClockInstanceIndex": "example-string",
                      "cPtpClockPortCurrentPortNumberIndex": "example-string",
                      "cPtpClockPortAssociatePortIndex": 1,
                      "cPtpClockPortAssociateAddressType": "192.168.1.1",
                      "cPtpClockPortAssociateAddress": "192.168.1.1",
                      "cPtpClockPortAssociatePacketsSent": 1234567890,
                      "cPtpClockPortAssociatePacketsReceived": 1234567890,
                      "cPtpClockPortAssociateInErrors": 0,
                      "cPtpClockPortAssociateOutErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortAssociateEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/cPtpClockPortAssociateEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-PTP-MIB:cPtpSystemTable/cPtpSystemEntry={cPtpDomainIndex},{cPtpInstanceIndex}": {
      "get": {
        "summary": "Get cPtpSystemEntry entry",
        "description": "Retrieve specific cPtpSystemEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this\n            domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpDomainClockPortsTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpDomainClockPortPhysicalInterfacesTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemEntry": {
                    "cPtpDomainIndex": "example-string",
                    "cPtpInstanceIndex": "example-string",
                    "cPtpDomainClockPortsTotal": 0,
                    "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemEntry-2"
      },
      "x-yang-path": "/cPtpSystemTable/cPtpSystemEntry={cPtpDomainIndex cPtpInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpDomainIndex cPtpInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockNodeTable/cPtpClockNodeEntry={cPtpClockDomainIndex},{cPtpClockTypeIndex},{cPtpClockInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockNodeEntry entry",
        "description": "Retrieve specific cPtpClockNodeEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockInput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                    },
                    "cPtpClockInputFrequencyEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface."
                    },
                    "cPtpClockTODEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for TOD."
                    },
                    "cPtpClockOutput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                    },
                    "cPtpClockOutput1ppsOffsetEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry."
                    },
                    "cPtpClockOutput1ppsOffsetValue": {
                      "type": "integer",
                      "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockOutput1ppsOffsetNegative": {
                      "type": "boolean",
                      "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive."
                    },
                    "cPtpClockInput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockOutput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockTODInterface": {
                      "type": "string",
                      "description": "This object specifies the interface used for PTP TOD.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockNodeEntry": {
                    "cPtpClockDomainIndex": "example-string",
                    "cPtpClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockInstanceIndex": "example-string",
                    "cPtpClockInput1ppsEnabled": true,
                    "cPtpClockInputFrequencyEnabled": true,
                    "cPtpClockTODEnabled": true,
                    "cPtpClockOutput1ppsEnabled": true,
                    "cPtpClockOutput1ppsOffsetEnabled": true,
                    "cPtpClockOutput1ppsOffsetValue": 0,
                    "cPtpClockOutput1ppsOffsetNegative": true,
                    "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                    "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                    "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockNodeEntry-2"
      },
      "x-yang-path": "/cPtpClockNodeTable/cPtpClockNodeEntry={cPtpClockDomainIndex cPtpClockTypeIndex cPtpClockInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockDomainIndex cPtpClockTypeIndex cPtpClockInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockCurrentDSTable/cPtpClockCurrentDSEntry={cPtpClockCurrentDSDomainIndex},{cPtpClockCurrentDSClockTypeIndex},{cPtpClockCurrentDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockCurrentDSEntry entry",
        "description": "Retrieve specific cPtpClockCurrentDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockCurrentDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockCurrentDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockCurrentDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockCurrentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockCurrentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockCurrentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockCurrentDSStepsRemoved": {
                      "type": "integer",
                      "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockCurrentDSOffsetFromMaster": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    },
                    "cPtpClockCurrentDSMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockCurrentDSEntry": {
                    "cPtpClockCurrentDSDomainIndex": "example-string",
                    "cPtpClockCurrentDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockCurrentDSInstanceIndex": "example-string",
                    "cPtpClockCurrentDSStepsRemoved": 0,
                    "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                    "cPtpClockCurrentDSMeanPathDelay": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockCurrentDSEntry-2"
      },
      "x-yang-path": "/cPtpClockCurrentDSTable/cPtpClockCurrentDSEntry={cPtpClockCurrentDSDomainIndex cPtpClockCurrentDSClockTypeIndex cPtpClockCurrentDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockCurrentDSDomainIndex cPtpClockCurrentDSClockTypeIndex cPtpClockCurrentDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockParentDSTable/cPtpClockParentDSEntry={cPtpClockParentDSDomainIndex},{cPtpClockParentDSClockTypeIndex},{cPtpClockParentDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockParentDSEntry entry",
        "description": "Retrieve specific cPtpClockParentDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockParentDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockParentDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockParentDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockParentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockParentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockParentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockParentDSParentPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                      "format": "binary"
                    },
                    "cPtpClockParentDSParentStats": {
                      "type": "boolean",
                      "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data."
                    },
                    "cPtpClockParentDSOffset": {
                      "type": "string",
                      "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2"
                    },
                    "cPtpClockParentDSClockPhChRate": {
                      "type": "integer",
                      "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockParentDSGMClockPriority1": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockPriority2": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockQualityClass": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                    },
                    "cPtpClockParentDSGMClockQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                    },
                    "cPtpClockParentDSGMClockQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockParentDSEntry": {
                    "cPtpClockParentDSDomainIndex": "example-string",
                    "cPtpClockParentDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockParentDSInstanceIndex": "example-string",
                    "cPtpClockParentDSParentPortIdentity": "example-string",
                    "cPtpClockParentDSParentStats": true,
                    "cPtpClockParentDSOffset": "example-string",
                    "cPtpClockParentDSClockPhChRate": -2147483648,
                    "cPtpClockParentDSGMClockIdentity": "example-string",
                    "cPtpClockParentDSGMClockPriority1": -2147483648,
                    "cPtpClockParentDSGMClockPriority2": -2147483648,
                    "cPtpClockParentDSGMClockQualityClass": "example-string",
                    "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                    "cPtpClockParentDSGMClockQualityOffset": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockParentDSEntry-2"
      },
      "x-yang-path": "/cPtpClockParentDSTable/cPtpClockParentDSEntry={cPtpClockParentDSDomainIndex cPtpClockParentDSClockTypeIndex cPtpClockParentDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockParentDSDomainIndex cPtpClockParentDSClockTypeIndex cPtpClockParentDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockDefaultDSTable/cPtpClockDefaultDSEntry={cPtpClockDefaultDSDomainIndex},{cPtpClockDefaultDSClockTypeIndex},{cPtpClockDefaultDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockDefaultDSEntry entry",
        "description": "Retrieve specific cPtpClockDefaultDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockDefaultDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockDefaultDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockDefaultDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockDefaultDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockDefaultDSTwoStepFlag": {
                      "type": "boolean",
                      "description": "This object specifies whether the Two Step process is used."
                    },
                    "cPtpClockDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the default Datasets clock identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockDefaultDSPriority1": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockDefaultDSPriority2": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockDefaultDSSlaveOnly": {
                      "type": "boolean",
                      "description": "Whether the SlaveOnly flag is set."
                    },
                    "cPtpClockDefaultDSQualityClass": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                    },
                    "cPtpClockDefaultDSQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Accurarcy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                    },
                    "cPtpClockDefaultDSQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the default dataset Quality offset.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockDefaultDSEntry": {
                    "cPtpClockDefaultDSDomainIndex": "example-string",
                    "cPtpClockDefaultDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockDefaultDSInstanceIndex": "example-string",
                    "cPtpClockDefaultDSTwoStepFlag": true,
                    "cPtpClockDefaultDSClockIdentity": "example-string",
                    "cPtpClockDefaultDSPriority1": -2147483648,
                    "cPtpClockDefaultDSPriority2": -2147483648,
                    "cPtpClockDefaultDSSlaveOnly": true,
                    "cPtpClockDefaultDSQualityClass": "example-string",
                    "cPtpClockDefaultDSQualityAccuracy": "example-string",
                    "cPtpClockDefaultDSQualityOffset": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockDefaultDSEntry-2"
      },
      "x-yang-path": "/cPtpClockDefaultDSTable/cPtpClockDefaultDSEntry={cPtpClockDefaultDSDomainIndex cPtpClockDefaultDSClockTypeIndex cPtpClockDefaultDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockDefaultDSDomainIndex cPtpClockDefaultDSClockTypeIndex cPtpClockDefaultDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockRunningTable/cPtpClockRunningEntry={cPtpClockRunningDomainIndex},{cPtpClockRunningClockTypeIndex},{cPtpClockRunningInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockRunningEntry entry",
        "description": "Retrieve specific cPtpClockRunningEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockRunningDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockRunningClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockRunningInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockRunningInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockRunningState": {
                      "type": "string",
                      "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockStateType"
                    },
                    "cPtpClockRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                      "minimum": 0
                    },
                    "cPtpClockRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockRunningEntry": {
                    "cPtpClockRunningDomainIndex": "example-string",
                    "cPtpClockRunningClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockRunningInstanceIndex": "example-string",
                    "cPtpClockRunningState": "up(1)",
                    "cPtpClockRunningPacketsSent": 1234567890,
                    "cPtpClockRunningPacketsReceived": 1234567890
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockRunningEntry-2"
      },
      "x-yang-path": "/cPtpClockRunningTable/cPtpClockRunningEntry={cPtpClockRunningDomainIndex cPtpClockRunningClockTypeIndex cPtpClockRunningInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockRunningDomainIndex cPtpClockRunningClockTypeIndex cPtpClockRunningInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockTimePropertiesDSTable/cPtpClockTimePropertiesDSEntry={cPtpClockTimePropertiesDSDomainIndex},{cPtpClockTimePropertiesDSClockTypeIndex},{cPtpClockTimePropertiesDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockTimePropertiesDSEntry entry",
        "description": "Retrieve specific cPtpClockTimePropertiesDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockTimePropertiesDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTimePropertiesDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTimePropertiesDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTimePropertiesDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTimePropertiesDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockTimePropertiesDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                      "type": "boolean",
                      "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid."
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                      "type": "integer",
                      "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockTimePropertiesDSLeap59": {
                      "type": "boolean",
                      "description": "This object specifies the Leap59 value in the clock Current\n            Dataset."
                    },
                    "cPtpClockTimePropertiesDSLeap61": {
                      "type": "boolean",
                      "description": "This object specifies the Leap61 value in the clock Current\n            Dataset."
                    },
                    "cPtpClockTimePropertiesDSTimeTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSFreqTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSPTPTimescale": {
                      "type": "boolean",
                      "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSSource": {
                      "type": "string",
                      "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry": {
                    "cPtpClockTimePropertiesDSDomainIndex": "example-string",
                    "cPtpClockTimePropertiesDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockTimePropertiesDSInstanceIndex": "example-string",
                    "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                    "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                    "cPtpClockTimePropertiesDSLeap59": true,
                    "cPtpClockTimePropertiesDSLeap61": true,
                    "cPtpClockTimePropertiesDSTimeTraceable": true,
                    "cPtpClockTimePropertiesDSFreqTraceable": true,
                    "cPtpClockTimePropertiesDSPTPTimescale": true,
                    "cPtpClockTimePropertiesDSSource": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTimePropertiesDSEntry-2"
      },
      "x-yang-path": "/cPtpClockTimePropertiesDSTable/cPtpClockTimePropertiesDSEntry={cPtpClockTimePropertiesDSDomainIndex cPtpClockTimePropertiesDSClockTypeIndex cPtpClockTimePropertiesDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockTimePropertiesDSDomainIndex cPtpClockTimePropertiesDSClockTypeIndex cPtpClockTimePropertiesDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockTransDefaultDSTable/cPtpClockTransDefaultDSEntry={cPtpClockTransDefaultDSDomainIndex},{cPtpClockTransDefaultDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockTransDefaultDSEntry entry",
        "description": "Retrieve specific cPtpClockTransDefaultDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockTransDefaultDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTransDefaultDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTransDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTransDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockTransDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockTransDefaultDSNumOfPorts": {
                      "type": "integer",
                      "description": "This object specifies the number of PTP ports of the device.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockTransDefaultDSDelay": {
                      "type": "string",
                      "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                    },
                    "cPtpClockTransDefaultDSPrimaryDomain": {
                      "type": "integer",
                      "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry": {
                    "cPtpClockTransDefaultDSDomainIndex": "example-string",
                    "cPtpClockTransDefaultDSInstanceIndex": "example-string",
                    "cPtpClockTransDefaultDSClockIdentity": "example-string",
                    "cPtpClockTransDefaultDSNumOfPorts": 0,
                    "cPtpClockTransDefaultDSDelay": "example-string",
                    "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTransDefaultDSEntry-2"
      },
      "x-yang-path": "/cPtpClockTransDefaultDSTable/cPtpClockTransDefaultDSEntry={cPtpClockTransDefaultDSDomainIndex cPtpClockTransDefaultDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockTransDefaultDSDomainIndex cPtpClockTransDefaultDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTable/cPtpClockPortEntry={cPtpClockPortDomainIndex},{cPtpClockPortClockTypeIndex},{cPtpClockPortClockInstanceIndex},{cPtpClockPortTablePortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortEntry entry",
        "description": "Retrieve specific cPtpClockPortEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTablePortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortTablePortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Portnumber for this port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name configured on the\n            router.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortRole": {
                      "type": "string",
                      "description": "This object describes the current role (slave/master) of the\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                    },
                    "cPtpClockPortSyncOneStep": {
                      "type": "boolean",
                      "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled."
                    },
                    "cPtpClockPortCurrentPeerAddressType": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cPtpClockPortCurrentPeerAddress": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cPtpClockPortNumOfAssociatedPorts": {
                      "type": "integer",
                      "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortEntry": {
                    "cPtpClockPortDomainIndex": "example-string",
                    "cPtpClockPortClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortClockInstanceIndex": "example-string",
                    "cPtpClockPortTablePortNumberIndex": "example-string",
                    "cPtpClockPortName": "interface-1",
                    "cPtpClockPortRole": "example-string",
                    "cPtpClockPortSyncOneStep": true,
                    "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                    "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                    "cPtpClockPortNumOfAssociatedPorts": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortEntry-2"
      },
      "x-yang-path": "/cPtpClockPortTable/cPtpClockPortEntry={cPtpClockPortDomainIndex cPtpClockPortClockTypeIndex cPtpClockPortClockInstanceIndex cPtpClockPortTablePortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortDomainIndex cPtpClockPortClockTypeIndex cPtpClockPortClockInstanceIndex cPtpClockPortTablePortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortDSTable/cPtpClockPortDSEntry={cPtpClockPortDSDomainIndex},{cPtpClockPortDSClockTypeIndex},{cPtpClockPortDSClockInstanceIndex},{cPtpClockPortDSPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortDSEntry entry",
        "description": "Retrieve specific cPtpClockPortDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortDSClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortDSName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port Identity.",
                      "format": "binary"
                    },
                    "cPtpClockPortDSAnnouncementInterval": {
                      "type": "integer",
                      "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSAnnounceRctTimeout": {
                      "type": "integer",
                      "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSSyncInterval": {
                      "type": "integer",
                      "description": "This object specifies the Sync message transmission interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSMinDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Delay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSPeerDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSDelayMech": {
                      "type": "string",
                      "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                    },
                    "cPtpClockPortDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the peer meanPathDelay.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    },
                    "cPtpClockPortDSGrantDuration": {
                      "type": "integer",
                      "description": "This object specifies the grant duration allocated by the\n            master.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockPortDSPTPVersion": {
                      "type": "integer",
                      "description": "This object specifies the PTP version being used.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortDSEntry": {
                    "cPtpClockPortDSDomainIndex": "example-string",
                    "cPtpClockPortDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortDSClockInstanceIndex": "example-string",
                    "cPtpClockPortDSPortNumberIndex": "example-string",
                    "cPtpClockPortDSName": "interface-1",
                    "cPtpClockPortDSPortIdentity": "example-string",
                    "cPtpClockPortDSAnnouncementInterval": -2147483648,
                    "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                    "cPtpClockPortDSSyncInterval": -2147483648,
                    "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                    "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                    "cPtpClockPortDSDelayMech": "example-string",
                    "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                    "cPtpClockPortDSGrantDuration": 0,
                    "cPtpClockPortDSPTPVersion": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortDSEntry-2"
      },
      "x-yang-path": "/cPtpClockPortDSTable/cPtpClockPortDSEntry={cPtpClockPortDSDomainIndex cPtpClockPortDSClockTypeIndex cPtpClockPortDSClockInstanceIndex cPtpClockPortDSPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortDSDomainIndex cPtpClockPortDSClockTypeIndex cPtpClockPortDSClockInstanceIndex cPtpClockPortDSPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortRunningTable/cPtpClockPortRunningEntry={cPtpClockPortRunningDomainIndex},{cPtpClockPortRunningClockTypeIndex},{cPtpClockPortRunningClockInstanceIndex},{cPtpClockPortRunningPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortRunningEntry entry",
        "description": "Retrieve specific cPtpClockPortRunningEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortRunningDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortRunningClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortRunningPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortRunningName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortRunningState": {
                      "type": "string",
                      "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortState"
                    },
                    "cPtpClockPortRunningRole": {
                      "type": "string",
                      "description": "This object specifies the Clock Role.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                    },
                    "cPtpClockPortRunningInterfaceIndex": {
                      "type": "string",
                      "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                      "x-yang-type": "cisco-tc:InterfaceIndexOrZero"
                    },
                    "cPtpClockPortRunningIPversion": {
                      "type": "integer",
                      "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortRunningEncapsulationType": {
                      "type": "integer",
                      "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortRunningTxMode": {
                      "type": "string",
                      "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                    },
                    "cPtpClockPortRunningRxMode": {
                      "type": "string",
                      "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                    },
                    "cPtpClockPortRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                      "minimum": 0
                    },
                    "cPtpClockPortRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortRunningEntry": {
                    "cPtpClockPortRunningDomainIndex": "example-string",
                    "cPtpClockPortRunningClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortRunningClockInstanceIndex": "example-string",
                    "cPtpClockPortRunningPortNumberIndex": "example-string",
                    "cPtpClockPortRunningName": "interface-1",
                    "cPtpClockPortRunningState": "up(1)",
                    "cPtpClockPortRunningRole": "example-string",
                    "cPtpClockPortRunningInterfaceIndex": "GigabitEthernet1/0/1",
                    "cPtpClockPortRunningIPversion": -2147483648,
                    "cPtpClockPortRunningEncapsulationType": -2147483648,
                    "cPtpClockPortRunningTxMode": "example-string",
                    "cPtpClockPortRunningRxMode": "example-string",
                    "cPtpClockPortRunningPacketsReceived": 1234567890,
                    "cPtpClockPortRunningPacketsSent": 1234567890
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortRunningEntry-2"
      },
      "x-yang-path": "/cPtpClockPortRunningTable/cPtpClockPortRunningEntry={cPtpClockPortRunningDomainIndex cPtpClockPortRunningClockTypeIndex cPtpClockPortRunningClockInstanceIndex cPtpClockPortRunningPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortRunningDomainIndex cPtpClockPortRunningClockTypeIndex cPtpClockPortRunningClockInstanceIndex cPtpClockPortRunningPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTransDSTable/cPtpClockPortTransDSEntry={cPtpClockPortTransDSDomainIndex},{cPtpClockPortTransDSInstanceIndex},{cPtpClockPortTransDSPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortTransDSEntry entry",
        "description": "Retrieve specific cPtpClockPortTransDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortTransDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTransDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTransDSPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortTransDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortTransDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortTransDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP port number associated with this\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortTransDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockPortTransDSlogMinPdelayReqInt": {
                      "type": "integer",
                      "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortTransDSFaultyFlag": {
                      "type": "boolean",
                      "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally."
                    },
                    "cPtpClockPortTransDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTransDSEntry": {
                    "cPtpClockPortTransDSDomainIndex": "example-string",
                    "cPtpClockPortTransDSInstanceIndex": "example-string",
                    "cPtpClockPortTransDSPortNumberIndex": "example-string",
                    "cPtpClockPortTransDSPortIdentity": "example-string",
                    "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                    "cPtpClockPortTransDSFaultyFlag": true,
                    "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTransDSEntry-2"
      },
      "x-yang-path": "/cPtpClockPortTransDSTable/cPtpClockPortTransDSEntry={cPtpClockPortTransDSDomainIndex cPtpClockPortTransDSInstanceIndex cPtpClockPortTransDSPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortTransDSDomainIndex cPtpClockPortTransDSInstanceIndex cPtpClockPortTransDSPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortAssociateTable/cPtpClockPortAssociateEntry={cPtpClockPortCurrentDomainIndex},{cPtpClockPortCurrentClockTypeIndex},{cPtpClockPortCurrentClockInstanceIndex},{cPtpClockPortCurrentPortNumberIndex},{cPtpClockPortAssociatePortIndex}": {
      "get": {
        "summary": "Get cPtpClockPortAssociateEntry entry",
        "description": "Retrieve specific cPtpClockPortAssociateEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortCurrentDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortAssociatePortIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortCurrentDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's domain number.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortCurrentClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's clock type.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortCurrentClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortCurrentPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Port Number for the given port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortAssociatePortIndex": {
                      "type": "integer",
                      "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockPortAssociateAddressType": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cPtpClockPortAssociateAddress": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cPtpClockPortAssociatePacketsSent": {
                      "type": "integer",
                      "description": "The number of packets sent to this peer port from the current\n            port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociatePacketsReceived": {
                      "type": "integer",
                      "description": "The number of packets received from this peer port by the\n            current port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociateInErrors": {
                      "type": "integer",
                      "description": "This object specifies the input errors associated with the\n            peer port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociateOutErrors": {
                      "type": "integer",
                      "description": "This object specifies the output errors associated with the\n            peer port.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortAssociateEntry": {
                    "cPtpClockPortCurrentDomainIndex": "example-string",
                    "cPtpClockPortCurrentClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortCurrentClockInstanceIndex": "example-string",
                    "cPtpClockPortCurrentPortNumberIndex": "example-string",
                    "cPtpClockPortAssociatePortIndex": 1,
                    "cPtpClockPortAssociateAddressType": "192.168.1.1",
                    "cPtpClockPortAssociateAddress": "192.168.1.1",
                    "cPtpClockPortAssociatePacketsSent": 1234567890,
                    "cPtpClockPortAssociatePacketsReceived": 1234567890,
                    "cPtpClockPortAssociateInErrors": 0,
                    "cPtpClockPortAssociateOutErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortAssociateEntry-2"
      },
      "x-yang-path": "/cPtpClockPortAssociateTable/cPtpClockPortAssociateEntry={cPtpClockPortCurrentDomainIndex cPtpClockPortCurrentClockTypeIndex cPtpClockPortCurrentClockInstanceIndex cPtpClockPortCurrentPortNumberIndex cPtpClockPortAssociatePortIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortCurrentDomainIndex cPtpClockPortCurrentClockTypeIndex cPtpClockPortCurrentClockInstanceIndex cPtpClockPortCurrentPortNumberIndex cPtpClockPortAssociatePortIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpSystemEntry={cPtpDomainIndex},{cPtpInstanceIndex}": {
      "get": {
        "summary": "Get cPtpSystemEntry entry",
        "description": "Retrieve specific cPtpSystemEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this\n            domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpDomainClockPortsTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpDomainClockPortPhysicalInterfacesTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpSystemEntry": {
                    "cPtpDomainIndex": "example-string",
                    "cPtpInstanceIndex": "example-string",
                    "cPtpDomainClockPortsTotal": 0,
                    "cPtpDomainClockPortPhysicalInterfacesTotal": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpSystemEntry-4"
      },
      "x-yang-path": "/cPtpSystemEntry={cPtpDomainIndex cPtpInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpDomainIndex cPtpInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockNodeEntry={cPtpClockDomainIndex},{cPtpClockTypeIndex},{cPtpClockInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockNodeEntry entry",
        "description": "Retrieve specific cPtpClockNodeEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockInput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                    },
                    "cPtpClockInputFrequencyEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface."
                    },
                    "cPtpClockTODEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for TOD."
                    },
                    "cPtpClockOutput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface."
                    },
                    "cPtpClockOutput1ppsOffsetEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry."
                    },
                    "cPtpClockOutput1ppsOffsetValue": {
                      "type": "integer",
                      "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockOutput1ppsOffsetNegative": {
                      "type": "boolean",
                      "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive."
                    },
                    "cPtpClockInput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockOutput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockTODInterface": {
                      "type": "string",
                      "description": "This object specifies the interface used for PTP TOD.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockNodeEntry": {
                    "cPtpClockDomainIndex": "example-string",
                    "cPtpClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockInstanceIndex": "example-string",
                    "cPtpClockInput1ppsEnabled": true,
                    "cPtpClockInputFrequencyEnabled": true,
                    "cPtpClockTODEnabled": true,
                    "cPtpClockOutput1ppsEnabled": true,
                    "cPtpClockOutput1ppsOffsetEnabled": true,
                    "cPtpClockOutput1ppsOffsetValue": 0,
                    "cPtpClockOutput1ppsOffsetNegative": true,
                    "cPtpClockInput1ppsInterface": "GigabitEthernet1/0/1",
                    "cPtpClockOutput1ppsInterface": "GigabitEthernet1/0/1",
                    "cPtpClockTODInterface": "GigabitEthernet1/0/1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockNodeEntry-4"
      },
      "x-yang-path": "/cPtpClockNodeEntry={cPtpClockDomainIndex cPtpClockTypeIndex cPtpClockInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockDomainIndex cPtpClockTypeIndex cPtpClockInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockCurrentDSEntry={cPtpClockCurrentDSDomainIndex},{cPtpClockCurrentDSClockTypeIndex},{cPtpClockCurrentDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockCurrentDSEntry entry",
        "description": "Retrieve specific cPtpClockCurrentDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockCurrentDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockCurrentDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockCurrentDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockCurrentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockCurrentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockCurrentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockCurrentDSStepsRemoved": {
                      "type": "integer",
                      "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockCurrentDSOffsetFromMaster": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    },
                    "cPtpClockCurrentDSMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockCurrentDSEntry": {
                    "cPtpClockCurrentDSDomainIndex": "example-string",
                    "cPtpClockCurrentDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockCurrentDSInstanceIndex": "example-string",
                    "cPtpClockCurrentDSStepsRemoved": 0,
                    "cPtpClockCurrentDSOffsetFromMaster": "example-string",
                    "cPtpClockCurrentDSMeanPathDelay": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockCurrentDSEntry-4"
      },
      "x-yang-path": "/cPtpClockCurrentDSEntry={cPtpClockCurrentDSDomainIndex cPtpClockCurrentDSClockTypeIndex cPtpClockCurrentDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockCurrentDSDomainIndex cPtpClockCurrentDSClockTypeIndex cPtpClockCurrentDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockParentDSEntry={cPtpClockParentDSDomainIndex},{cPtpClockParentDSClockTypeIndex},{cPtpClockParentDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockParentDSEntry entry",
        "description": "Retrieve specific cPtpClockParentDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockParentDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockParentDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockParentDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockParentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockParentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockParentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockParentDSParentPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                      "format": "binary"
                    },
                    "cPtpClockParentDSParentStats": {
                      "type": "boolean",
                      "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data."
                    },
                    "cPtpClockParentDSOffset": {
                      "type": "string",
                      "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2"
                    },
                    "cPtpClockParentDSClockPhChRate": {
                      "type": "integer",
                      "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockParentDSGMClockPriority1": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockPriority2": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockParentDSGMClockQualityClass": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                    },
                    "cPtpClockParentDSGMClockQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                    },
                    "cPtpClockParentDSGMClockQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockParentDSEntry": {
                    "cPtpClockParentDSDomainIndex": "example-string",
                    "cPtpClockParentDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockParentDSInstanceIndex": "example-string",
                    "cPtpClockParentDSParentPortIdentity": "example-string",
                    "cPtpClockParentDSParentStats": true,
                    "cPtpClockParentDSOffset": "example-string",
                    "cPtpClockParentDSClockPhChRate": -2147483648,
                    "cPtpClockParentDSGMClockIdentity": "example-string",
                    "cPtpClockParentDSGMClockPriority1": -2147483648,
                    "cPtpClockParentDSGMClockPriority2": -2147483648,
                    "cPtpClockParentDSGMClockQualityClass": "example-string",
                    "cPtpClockParentDSGMClockQualityAccuracy": "example-string",
                    "cPtpClockParentDSGMClockQualityOffset": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockParentDSEntry-4"
      },
      "x-yang-path": "/cPtpClockParentDSEntry={cPtpClockParentDSDomainIndex cPtpClockParentDSClockTypeIndex cPtpClockParentDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockParentDSDomainIndex cPtpClockParentDSClockTypeIndex cPtpClockParentDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockDefaultDSEntry={cPtpClockDefaultDSDomainIndex},{cPtpClockDefaultDSClockTypeIndex},{cPtpClockDefaultDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockDefaultDSEntry entry",
        "description": "Retrieve specific cPtpClockDefaultDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockDefaultDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockDefaultDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockDefaultDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockDefaultDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockDefaultDSTwoStepFlag": {
                      "type": "boolean",
                      "description": "This object specifies whether the Two Step process is used."
                    },
                    "cPtpClockDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the default Datasets clock identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockDefaultDSPriority1": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockDefaultDSPriority2": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockDefaultDSSlaveOnly": {
                      "type": "boolean",
                      "description": "Whether the SlaveOnly flag is set."
                    },
                    "cPtpClockDefaultDSQualityClass": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType"
                    },
                    "cPtpClockDefaultDSQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Accurarcy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType"
                    },
                    "cPtpClockDefaultDSQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the default dataset Quality offset.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockDefaultDSEntry": {
                    "cPtpClockDefaultDSDomainIndex": "example-string",
                    "cPtpClockDefaultDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockDefaultDSInstanceIndex": "example-string",
                    "cPtpClockDefaultDSTwoStepFlag": true,
                    "cPtpClockDefaultDSClockIdentity": "example-string",
                    "cPtpClockDefaultDSPriority1": -2147483648,
                    "cPtpClockDefaultDSPriority2": -2147483648,
                    "cPtpClockDefaultDSSlaveOnly": true,
                    "cPtpClockDefaultDSQualityClass": "example-string",
                    "cPtpClockDefaultDSQualityAccuracy": "example-string",
                    "cPtpClockDefaultDSQualityOffset": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockDefaultDSEntry-4"
      },
      "x-yang-path": "/cPtpClockDefaultDSEntry={cPtpClockDefaultDSDomainIndex cPtpClockDefaultDSClockTypeIndex cPtpClockDefaultDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockDefaultDSDomainIndex cPtpClockDefaultDSClockTypeIndex cPtpClockDefaultDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockRunningEntry={cPtpClockRunningDomainIndex},{cPtpClockRunningClockTypeIndex},{cPtpClockRunningInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockRunningEntry entry",
        "description": "Retrieve specific cPtpClockRunningEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockRunningDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockRunningClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockRunningInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockRunningInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockRunningState": {
                      "type": "string",
                      "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockStateType"
                    },
                    "cPtpClockRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                      "minimum": 0
                    },
                    "cPtpClockRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockRunningEntry": {
                    "cPtpClockRunningDomainIndex": "example-string",
                    "cPtpClockRunningClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockRunningInstanceIndex": "example-string",
                    "cPtpClockRunningState": "up(1)",
                    "cPtpClockRunningPacketsSent": 1234567890,
                    "cPtpClockRunningPacketsReceived": 1234567890
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockRunningEntry-4"
      },
      "x-yang-path": "/cPtpClockRunningEntry={cPtpClockRunningDomainIndex cPtpClockRunningClockTypeIndex cPtpClockRunningInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockRunningDomainIndex cPtpClockRunningClockTypeIndex cPtpClockRunningInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry={cPtpClockTimePropertiesDSDomainIndex},{cPtpClockTimePropertiesDSClockTypeIndex},{cPtpClockTimePropertiesDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockTimePropertiesDSEntry entry",
        "description": "Retrieve specific cPtpClockTimePropertiesDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockTimePropertiesDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTimePropertiesDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTimePropertiesDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTimePropertiesDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTimePropertiesDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockTimePropertiesDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                      "type": "boolean",
                      "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid."
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                      "type": "integer",
                      "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockTimePropertiesDSLeap59": {
                      "type": "boolean",
                      "description": "This object specifies the Leap59 value in the clock Current\n            Dataset."
                    },
                    "cPtpClockTimePropertiesDSLeap61": {
                      "type": "boolean",
                      "description": "This object specifies the Leap61 value in the clock Current\n            Dataset."
                    },
                    "cPtpClockTimePropertiesDSTimeTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSFreqTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSPTPTimescale": {
                      "type": "boolean",
                      "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset."
                    },
                    "cPtpClockTimePropertiesDSSource": {
                      "type": "string",
                      "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTimePropertiesDSEntry": {
                    "cPtpClockTimePropertiesDSDomainIndex": "example-string",
                    "cPtpClockTimePropertiesDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockTimePropertiesDSInstanceIndex": "example-string",
                    "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": true,
                    "cPtpClockTimePropertiesDSCurrentUTCOffset": 1,
                    "cPtpClockTimePropertiesDSLeap59": true,
                    "cPtpClockTimePropertiesDSLeap61": true,
                    "cPtpClockTimePropertiesDSTimeTraceable": true,
                    "cPtpClockTimePropertiesDSFreqTraceable": true,
                    "cPtpClockTimePropertiesDSPTPTimescale": true,
                    "cPtpClockTimePropertiesDSSource": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTimePropertiesDSEntry-4"
      },
      "x-yang-path": "/cPtpClockTimePropertiesDSEntry={cPtpClockTimePropertiesDSDomainIndex cPtpClockTimePropertiesDSClockTypeIndex cPtpClockTimePropertiesDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockTimePropertiesDSDomainIndex cPtpClockTimePropertiesDSClockTypeIndex cPtpClockTimePropertiesDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry={cPtpClockTransDefaultDSDomainIndex},{cPtpClockTransDefaultDSInstanceIndex}": {
      "get": {
        "summary": "Get cPtpClockTransDefaultDSEntry entry",
        "description": "Retrieve specific cPtpClockTransDefaultDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockTransDefaultDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockTransDefaultDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTransDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockTransDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockTransDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockTransDefaultDSNumOfPorts": {
                      "type": "integer",
                      "description": "This object specifies the number of PTP ports of the device.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockTransDefaultDSDelay": {
                      "type": "string",
                      "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                    },
                    "cPtpClockTransDefaultDSPrimaryDomain": {
                      "type": "integer",
                      "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockTransDefaultDSEntry": {
                    "cPtpClockTransDefaultDSDomainIndex": "example-string",
                    "cPtpClockTransDefaultDSInstanceIndex": "example-string",
                    "cPtpClockTransDefaultDSClockIdentity": "example-string",
                    "cPtpClockTransDefaultDSNumOfPorts": 0,
                    "cPtpClockTransDefaultDSDelay": "example-string",
                    "cPtpClockTransDefaultDSPrimaryDomain": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockTransDefaultDSEntry-4"
      },
      "x-yang-path": "/cPtpClockTransDefaultDSEntry={cPtpClockTransDefaultDSDomainIndex cPtpClockTransDefaultDSInstanceIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockTransDefaultDSDomainIndex cPtpClockTransDefaultDSInstanceIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortEntry={cPtpClockPortDomainIndex},{cPtpClockPortClockTypeIndex},{cPtpClockPortClockInstanceIndex},{cPtpClockPortTablePortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortEntry entry",
        "description": "Retrieve specific cPtpClockPortEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTablePortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortTablePortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Portnumber for this port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name configured on the\n            router.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortRole": {
                      "type": "string",
                      "description": "This object describes the current role (slave/master) of the\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                    },
                    "cPtpClockPortSyncOneStep": {
                      "type": "boolean",
                      "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled."
                    },
                    "cPtpClockPortCurrentPeerAddressType": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cPtpClockPortCurrentPeerAddress": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cPtpClockPortNumOfAssociatedPorts": {
                      "type": "integer",
                      "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortEntry": {
                    "cPtpClockPortDomainIndex": "example-string",
                    "cPtpClockPortClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortClockInstanceIndex": "example-string",
                    "cPtpClockPortTablePortNumberIndex": "example-string",
                    "cPtpClockPortName": "interface-1",
                    "cPtpClockPortRole": "example-string",
                    "cPtpClockPortSyncOneStep": true,
                    "cPtpClockPortCurrentPeerAddressType": "192.168.1.1",
                    "cPtpClockPortCurrentPeerAddress": "192.168.1.1",
                    "cPtpClockPortNumOfAssociatedPorts": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortEntry-4"
      },
      "x-yang-path": "/cPtpClockPortEntry={cPtpClockPortDomainIndex cPtpClockPortClockTypeIndex cPtpClockPortClockInstanceIndex cPtpClockPortTablePortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortDomainIndex cPtpClockPortClockTypeIndex cPtpClockPortClockInstanceIndex cPtpClockPortTablePortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortDSEntry={cPtpClockPortDSDomainIndex},{cPtpClockPortDSClockTypeIndex},{cPtpClockPortDSClockInstanceIndex},{cPtpClockPortDSPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortDSEntry entry",
        "description": "Retrieve specific cPtpClockPortDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortDSPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortDSClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortDSName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port Identity.",
                      "format": "binary"
                    },
                    "cPtpClockPortDSAnnouncementInterval": {
                      "type": "integer",
                      "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSAnnounceRctTimeout": {
                      "type": "integer",
                      "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSSyncInterval": {
                      "type": "integer",
                      "description": "This object specifies the Sync message transmission interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSMinDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Delay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSPeerDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortDSDelayMech": {
                      "type": "string",
                      "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType"
                    },
                    "cPtpClockPortDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the peer meanPathDelay.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    },
                    "cPtpClockPortDSGrantDuration": {
                      "type": "integer",
                      "description": "This object specifies the grant duration allocated by the\n            master.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockPortDSPTPVersion": {
                      "type": "integer",
                      "description": "This object specifies the PTP version being used.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortDSEntry": {
                    "cPtpClockPortDSDomainIndex": "example-string",
                    "cPtpClockPortDSClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortDSClockInstanceIndex": "example-string",
                    "cPtpClockPortDSPortNumberIndex": "example-string",
                    "cPtpClockPortDSName": "interface-1",
                    "cPtpClockPortDSPortIdentity": "example-string",
                    "cPtpClockPortDSAnnouncementInterval": -2147483648,
                    "cPtpClockPortDSAnnounceRctTimeout": -2147483648,
                    "cPtpClockPortDSSyncInterval": -2147483648,
                    "cPtpClockPortDSMinDelayReqInterval": -2147483648,
                    "cPtpClockPortDSPeerDelayReqInterval": -2147483648,
                    "cPtpClockPortDSDelayMech": "example-string",
                    "cPtpClockPortDSPeerMeanPathDelay": "example-string",
                    "cPtpClockPortDSGrantDuration": 0,
                    "cPtpClockPortDSPTPVersion": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortDSEntry-4"
      },
      "x-yang-path": "/cPtpClockPortDSEntry={cPtpClockPortDSDomainIndex cPtpClockPortDSClockTypeIndex cPtpClockPortDSClockInstanceIndex cPtpClockPortDSPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortDSDomainIndex cPtpClockPortDSClockTypeIndex cPtpClockPortDSClockInstanceIndex cPtpClockPortDSPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortRunningEntry={cPtpClockPortRunningDomainIndex},{cPtpClockPortRunningClockTypeIndex},{cPtpClockPortRunningClockInstanceIndex},{cPtpClockPortRunningPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortRunningEntry entry",
        "description": "Retrieve specific cPtpClockPortRunningEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortRunningDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortRunningPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortRunningClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortRunningPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortRunningName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "cPtpClockPortRunningState": {
                      "type": "string",
                      "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortState"
                    },
                    "cPtpClockPortRunningRole": {
                      "type": "string",
                      "description": "This object specifies the Clock Role.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType"
                    },
                    "cPtpClockPortRunningInterfaceIndex": {
                      "type": "string",
                      "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                      "x-yang-type": "cisco-tc:InterfaceIndexOrZero"
                    },
                    "cPtpClockPortRunningIPversion": {
                      "type": "integer",
                      "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortRunningEncapsulationType": {
                      "type": "integer",
                      "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortRunningTxMode": {
                      "type": "string",
                      "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                    },
                    "cPtpClockPortRunningRxMode": {
                      "type": "string",
                      "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType"
                    },
                    "cPtpClockPortRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                      "minimum": 0
                    },
                    "cPtpClockPortRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortRunningEntry": {
                    "cPtpClockPortRunningDomainIndex": "example-string",
                    "cPtpClockPortRunningClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortRunningClockInstanceIndex": "example-string",
                    "cPtpClockPortRunningPortNumberIndex": "example-string",
                    "cPtpClockPortRunningName": "interface-1",
                    "cPtpClockPortRunningState": "up(1)",
                    "cPtpClockPortRunningRole": "example-string",
                    "cPtpClockPortRunningInterfaceIndex": "GigabitEthernet1/0/1",
                    "cPtpClockPortRunningIPversion": -2147483648,
                    "cPtpClockPortRunningEncapsulationType": -2147483648,
                    "cPtpClockPortRunningTxMode": "example-string",
                    "cPtpClockPortRunningRxMode": "example-string",
                    "cPtpClockPortRunningPacketsReceived": 1234567890,
                    "cPtpClockPortRunningPacketsSent": 1234567890
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortRunningEntry-4"
      },
      "x-yang-path": "/cPtpClockPortRunningEntry={cPtpClockPortRunningDomainIndex cPtpClockPortRunningClockTypeIndex cPtpClockPortRunningClockInstanceIndex cPtpClockPortRunningPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortRunningDomainIndex cPtpClockPortRunningClockTypeIndex cPtpClockPortRunningClockInstanceIndex cPtpClockPortRunningPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortTransDSEntry={cPtpClockPortTransDSDomainIndex},{cPtpClockPortTransDSInstanceIndex},{cPtpClockPortTransDSPortNumberIndex}": {
      "get": {
        "summary": "Get cPtpClockPortTransDSEntry entry",
        "description": "Retrieve specific cPtpClockPortTransDSEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortTransDSDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTransDSInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortTransDSPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortTransDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortTransDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortTransDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP port number associated with this\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortTransDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity"
                    },
                    "cPtpClockPortTransDSlogMinPdelayReqInt": {
                      "type": "integer",
                      "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cPtpClockPortTransDSFaultyFlag": {
                      "type": "boolean",
                      "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally."
                    },
                    "cPtpClockPortTransDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval"
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortTransDSEntry": {
                    "cPtpClockPortTransDSDomainIndex": "example-string",
                    "cPtpClockPortTransDSInstanceIndex": "example-string",
                    "cPtpClockPortTransDSPortNumberIndex": "example-string",
                    "cPtpClockPortTransDSPortIdentity": "example-string",
                    "cPtpClockPortTransDSlogMinPdelayReqInt": -2147483648,
                    "cPtpClockPortTransDSFaultyFlag": true,
                    "cPtpClockPortTransDSPeerMeanPathDelay": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortTransDSEntry-4"
      },
      "x-yang-path": "/cPtpClockPortTransDSEntry={cPtpClockPortTransDSDomainIndex cPtpClockPortTransDSInstanceIndex cPtpClockPortTransDSPortNumberIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortTransDSDomainIndex cPtpClockPortTransDSInstanceIndex cPtpClockPortTransDSPortNumberIndex"
      ]
    },
    "/data/CISCO-PTP-MIB:cPtpClockPortAssociateEntry={cPtpClockPortCurrentDomainIndex},{cPtpClockPortCurrentClockTypeIndex},{cPtpClockPortCurrentClockInstanceIndex},{cPtpClockPortCurrentPortNumberIndex},{cPtpClockPortAssociatePortIndex}": {
      "get": {
        "summary": "Get cPtpClockPortAssociateEntry entry",
        "description": "Retrieve specific cPtpClockPortAssociateEntry entry by key from MIB",
        "tags": [
          "CISCO-PTP-MIB"
        ],
        "parameters": [
          {
            "name": "cPtpClockPortCurrentDomainIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentClockTypeIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentClockInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortCurrentPortNumberIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cPtpClockPortAssociatePortIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortCurrentDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's domain number.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType"
                    },
                    "cPtpClockPortCurrentClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's clock type.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType"
                    },
                    "cPtpClockPortCurrentClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType"
                    },
                    "cPtpClockPortCurrentPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Port Number for the given port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber"
                    },
                    "cPtpClockPortAssociatePortIndex": {
                      "type": "integer",
                      "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cPtpClockPortAssociateAddressType": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cPtpClockPortAssociateAddress": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cPtpClockPortAssociatePacketsSent": {
                      "type": "integer",
                      "description": "The number of packets sent to this peer port from the current\n            port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociatePacketsReceived": {
                      "type": "integer",
                      "description": "The number of packets received from this peer port by the\n            current port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociateInErrors": {
                      "type": "integer",
                      "description": "This object specifies the input errors associated with the\n            peer port.",
                      "minimum": 0
                    },
                    "cPtpClockPortAssociateOutErrors": {
                      "type": "integer",
                      "description": "This object specifies the output errors associated with the\n            peer port.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-PTP-MIB:cPtpClockPortAssociateEntry": {
                    "cPtpClockPortCurrentDomainIndex": "example-string",
                    "cPtpClockPortCurrentClockTypeIndex": "ethernetCsmacd(6)",
                    "cPtpClockPortCurrentClockInstanceIndex": "example-string",
                    "cPtpClockPortCurrentPortNumberIndex": "example-string",
                    "cPtpClockPortAssociatePortIndex": 1,
                    "cPtpClockPortAssociateAddressType": "192.168.1.1",
                    "cPtpClockPortAssociateAddress": "192.168.1.1",
                    "cPtpClockPortAssociatePacketsSent": 1234567890,
                    "cPtpClockPortAssociatePacketsReceived": 1234567890,
                    "cPtpClockPortAssociateInErrors": 0,
                    "cPtpClockPortAssociateOutErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cPtpClockPortAssociateEntry-4"
      },
      "x-yang-path": "/cPtpClockPortAssociateEntry={cPtpClockPortCurrentDomainIndex cPtpClockPortCurrentClockTypeIndex cPtpClockPortCurrentClockInstanceIndex cPtpClockPortCurrentPortNumberIndex cPtpClockPortAssociatePortIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cPtpClockPortCurrentDomainIndex cPtpClockPortCurrentClockTypeIndex cPtpClockPortCurrentClockInstanceIndex cPtpClockPortCurrentPortNumberIndex cPtpClockPortAssociatePortIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-PTP-MIB_CISCO-PTP-MIB": {
        "type": "object",
        "description": "This object specifies the PTP Profile implemented on the\n          system.",
        "properties": {
          "cPtpSystemEntry": {
            "type": "array",
            "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the Clock for this\n            domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpDomainClockPortsTotal": {
                  "type": "integer",
                  "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpDomainClockPortPhysicalInterfacesTotal": {
                  "type": "integer",
                  "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpSystemDomainEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpSystemDomainClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpSystemDomainTotals": {
                  "type": "integer",
                  "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockNodeEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockInput1ppsEnabled": {
                  "type": "boolean",
                  "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
                  "readOnly": true
                },
                "cPtpClockInputFrequencyEnabled": {
                  "type": "boolean",
                  "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface.",
                  "readOnly": true
                },
                "cPtpClockTODEnabled": {
                  "type": "boolean",
                  "description": "This object specifies whether the node is enabled for TOD.",
                  "readOnly": true
                },
                "cPtpClockOutput1ppsEnabled": {
                  "type": "boolean",
                  "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
                  "readOnly": true
                },
                "cPtpClockOutput1ppsOffsetEnabled": {
                  "type": "boolean",
                  "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry.",
                  "readOnly": true
                },
                "cPtpClockOutput1ppsOffsetValue": {
                  "type": "integer",
                  "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpClockOutput1ppsOffsetNegative": {
                  "type": "boolean",
                  "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive.",
                  "readOnly": true
                },
                "cPtpClockInput1ppsInterface": {
                  "type": "string",
                  "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "cPtpClockOutput1ppsInterface": {
                  "type": "string",
                  "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "cPtpClockTODInterface": {
                  "type": "string",
                  "description": "This object specifies the interface used for PTP TOD.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockCurrentDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockCurrentDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockCurrentDSClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockCurrentDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockCurrentDSStepsRemoved": {
                  "type": "integer",
                  "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpClockCurrentDSOffsetFromMaster": {
                  "type": "string",
                  "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                  "readOnly": true
                },
                "cPtpClockCurrentDSMeanPathDelay": {
                  "type": "string",
                  "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockParentDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockParentDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockParentDSClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockParentDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockParentDSParentPortIdentity": {
                  "type": "string",
                  "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                  "format": "binary",
                  "readOnly": true
                },
                "cPtpClockParentDSParentStats": {
                  "type": "boolean",
                  "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data.",
                  "readOnly": true
                },
                "cPtpClockParentDSOffset": {
                  "type": "string",
                  "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2",
                  "readOnly": true
                },
                "cPtpClockParentDSClockPhChRate": {
                  "type": "integer",
                  "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockIdentity": {
                  "type": "string",
                  "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockPriority1": {
                  "type": "integer",
                  "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockPriority2": {
                  "type": "integer",
                  "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockQualityClass": {
                  "type": "string",
                  "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockQualityAccuracy": {
                  "type": "string",
                  "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
                  "readOnly": true
                },
                "cPtpClockParentDSGMClockQualityOffset": {
                  "type": "integer",
                  "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockDefaultDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockDefaultDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockDefaultDSClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockDefaultDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockDefaultDSTwoStepFlag": {
                  "type": "boolean",
                  "description": "This object specifies whether the Two Step process is used.",
                  "readOnly": true
                },
                "cPtpClockDefaultDSClockIdentity": {
                  "type": "string",
                  "description": "This object specifies the default Datasets clock identity.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                  "readOnly": true
                },
                "cPtpClockDefaultDSPriority1": {
                  "type": "integer",
                  "description": "This object specifies the default Datasets clock Priority1.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockDefaultDSPriority2": {
                  "type": "integer",
                  "description": "This object specifies the default Datasets clock Priority2.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockDefaultDSSlaveOnly": {
                  "type": "boolean",
                  "description": "Whether the SlaveOnly flag is set.",
                  "readOnly": true
                },
                "cPtpClockDefaultDSQualityClass": {
                  "type": "string",
                  "description": "This object specifies the default dataset Quality Class.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
                  "readOnly": true
                },
                "cPtpClockDefaultDSQualityAccuracy": {
                  "type": "string",
                  "description": "This object specifies the default dataset Quality Accurarcy.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
                  "readOnly": true
                },
                "cPtpClockDefaultDSQualityOffset": {
                  "type": "integer",
                  "description": "This object specifies the default dataset Quality offset.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockRunningEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockRunningDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockRunningClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockRunningInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockRunningState": {
                  "type": "string",
                  "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockStateType",
                  "readOnly": true
                },
                "cPtpClockRunningPacketsSent": {
                  "type": "integer",
                  "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cPtpClockRunningPacketsReceived": {
                  "type": "integer",
                  "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockTimePropertiesDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockTimePropertiesDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                  "type": "boolean",
                  "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                  "type": "integer",
                  "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSLeap59": {
                  "type": "boolean",
                  "description": "This object specifies the Leap59 value in the clock Current\n            Dataset.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSLeap61": {
                  "type": "boolean",
                  "description": "This object specifies the Leap61 value in the clock Current\n            Dataset.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSTimeTraceable": {
                  "type": "boolean",
                  "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSFreqTraceable": {
                  "type": "boolean",
                  "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSPTPTimescale": {
                  "type": "boolean",
                  "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset.",
                  "readOnly": true
                },
                "cPtpClockTimePropertiesDSSource": {
                  "type": "string",
                  "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockTransDefaultDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockTransDefaultDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockTransDefaultDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockTransDefaultDSClockIdentity": {
                  "type": "string",
                  "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                  "readOnly": true
                },
                "cPtpClockTransDefaultDSNumOfPorts": {
                  "type": "integer",
                  "description": "This object specifies the number of PTP ports of the device.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpClockTransDefaultDSDelay": {
                  "type": "string",
                  "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
                  "readOnly": true
                },
                "cPtpClockTransDefaultDSPrimaryDomain": {
                  "type": "integer",
                  "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockPortEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          clock port.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockPortDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockPortClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockPortClockInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockPortTablePortNumberIndex": {
                  "type": "string",
                  "description": "This object specifies the PTP Portnumber for this port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                  "readOnly": true
                },
                "cPtpClockPortName": {
                  "type": "string",
                  "description": "This object specifies the PTP clock port name configured on the\n            router.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "cPtpClockPortRole": {
                  "type": "string",
                  "description": "This object describes the current role (slave/master) of the\n            port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
                  "readOnly": true
                },
                "cPtpClockPortSyncOneStep": {
                  "type": "boolean",
                  "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled.",
                  "readOnly": true
                },
                "cPtpClockPortCurrentPeerAddressType": {
                  "type": "string",
                  "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "cPtpClockPortCurrentPeerAddress": {
                  "type": "string",
                  "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "cPtpClockPortNumOfAssociatedPorts": {
                  "type": "integer",
                  "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockPortDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockPortDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockPortDSClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockPortDSClockInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockPortDSPortNumberIndex": {
                  "type": "string",
                  "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                  "readOnly": true
                },
                "cPtpClockPortDSName": {
                  "type": "string",
                  "description": "This object specifies the PTP clock port name.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "cPtpClockPortDSPortIdentity": {
                  "type": "string",
                  "description": "This object specifies the PTP clock port Identity.",
                  "format": "binary",
                  "readOnly": true
                },
                "cPtpClockPortDSAnnouncementInterval": {
                  "type": "integer",
                  "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortDSAnnounceRctTimeout": {
                  "type": "integer",
                  "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortDSSyncInterval": {
                  "type": "integer",
                  "description": "This object specifies the Sync message transmission interval.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortDSMinDelayReqInterval": {
                  "type": "integer",
                  "description": "This object specifies the Delay_Req message transmission\n            interval.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortDSPeerDelayReqInterval": {
                  "type": "integer",
                  "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortDSDelayMech": {
                  "type": "string",
                  "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
                  "readOnly": true
                },
                "cPtpClockPortDSPeerMeanPathDelay": {
                  "type": "string",
                  "description": "This object specifies the peer meanPathDelay.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                  "readOnly": true
                },
                "cPtpClockPortDSGrantDuration": {
                  "type": "integer",
                  "description": "This object specifies the grant duration allocated by the\n            master.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpClockPortDSPTPVersion": {
                  "type": "integer",
                  "description": "This object specifies the PTP version being used.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockPortRunningEntry": {
            "type": "array",
            "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockPortRunningDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockPortRunningClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockPortRunningClockInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockPortRunningPortNumberIndex": {
                  "type": "string",
                  "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                  "readOnly": true
                },
                "cPtpClockPortRunningName": {
                  "type": "string",
                  "description": "This object specifies the PTP clock port name.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "cPtpClockPortRunningState": {
                  "type": "string",
                  "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortState",
                  "readOnly": true
                },
                "cPtpClockPortRunningRole": {
                  "type": "string",
                  "description": "This object specifies the Clock Role.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
                  "readOnly": true
                },
                "cPtpClockPortRunningInterfaceIndex": {
                  "type": "string",
                  "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                  "x-yang-type": "cisco-tc:InterfaceIndexOrZero",
                  "readOnly": true
                },
                "cPtpClockPortRunningIPversion": {
                  "type": "integer",
                  "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortRunningEncapsulationType": {
                  "type": "integer",
                  "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortRunningTxMode": {
                  "type": "string",
                  "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
                  "readOnly": true
                },
                "cPtpClockPortRunningRxMode": {
                  "type": "string",
                  "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
                  "readOnly": true
                },
                "cPtpClockPortRunningPacketsReceived": {
                  "type": "integer",
                  "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                  "minimum": 0,
                  "readOnly": true
                },
                "cPtpClockPortRunningPacketsSent": {
                  "type": "integer",
                  "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockPortTransDSEntry": {
            "type": "array",
            "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockPortTransDSDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockPortTransDSInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockPortTransDSPortNumberIndex": {
                  "type": "string",
                  "description": "This object specifies the PTP port number associated with this\n            port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                  "readOnly": true
                },
                "cPtpClockPortTransDSPortIdentity": {
                  "type": "string",
                  "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                  "readOnly": true
                },
                "cPtpClockPortTransDSlogMinPdelayReqInt": {
                  "type": "integer",
                  "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cPtpClockPortTransDSFaultyFlag": {
                  "type": "boolean",
                  "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally.",
                  "readOnly": true
                },
                "cPtpClockPortTransDSPeerMeanPathDelay": {
                  "type": "string",
                  "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cPtpClockPortAssociateEntry": {
            "type": "array",
            "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
            "items": {
              "type": "object",
              "properties": {
                "cPtpClockPortCurrentDomainIndex": {
                  "type": "string",
                  "description": "This object specifies the given port's domain number.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                  "readOnly": true
                },
                "cPtpClockPortCurrentClockTypeIndex": {
                  "type": "string",
                  "description": "This object specifies the given port's clock type.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockType",
                  "readOnly": true
                },
                "cPtpClockPortCurrentClockInstanceIndex": {
                  "type": "string",
                  "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                  "readOnly": true
                },
                "cPtpClockPortCurrentPortNumberIndex": {
                  "type": "string",
                  "description": "This object specifies the PTP Port Number for the given port.",
                  "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                  "readOnly": true
                },
                "cPtpClockPortAssociatePortIndex": {
                  "type": "integer",
                  "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cPtpClockPortAssociateAddressType": {
                  "type": "string",
                  "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "cPtpClockPortAssociateAddress": {
                  "type": "string",
                  "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "cPtpClockPortAssociatePacketsSent": {
                  "type": "integer",
                  "description": "The number of packets sent to this peer port from the current\n            port.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cPtpClockPortAssociatePacketsReceived": {
                  "type": "integer",
                  "description": "The number of packets received from this peer port by the\n            current port.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cPtpClockPortAssociateInErrors": {
                  "type": "integer",
                  "description": "This object specifies the input errors associated with the\n            peer port.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cPtpClockPortAssociateOutErrors": {
                  "type": "integer",
                  "description": "This object specifies the output errors associated with the\n            peer port.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciscoPtpMIBSystemInfo": {
            "type": "object",
            "description": "This object specifies the PTP Profile implemented on the\n          system.",
            "properties": {
              "cPtpSystemProfile": {
                "type": "string",
                "description": "This object specifies the PTP Profile implemented on the\n          system.",
                "x-yang-type": "CISCO-PTP-MIB:ClockProfileType",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpSystemTable": {
            "type": "object",
            "description": "Table of count information about the PTP system for all\n        domains.",
            "properties": {
              "cPtpSystemEntry": {
                "type": "array",
                "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this\n            domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpDomainClockPortsTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock ports\n            configured within a domain.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpDomainClockPortPhysicalInterfacesTotal": {
                      "type": "integer",
                      "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpSystemDomainTable": {
            "type": "object",
            "description": "Table of information about the PTP system for all clock modes\n        -- ordinary, boundary or transparent.",
            "properties": {
              "cPtpSystemDomainEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpSystemDomainClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpSystemDomainTotals": {
                      "type": "integer",
                      "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockNodeTable": {
            "type": "object",
            "description": "Table of information about the PTP system for a given domain.",
            "properties": {
              "cPtpClockNodeEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockInput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
                      "readOnly": true
                    },
                    "cPtpClockInputFrequencyEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface.",
                      "readOnly": true
                    },
                    "cPtpClockTODEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for TOD.",
                      "readOnly": true
                    },
                    "cPtpClockOutput1ppsEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
                      "readOnly": true
                    },
                    "cPtpClockOutput1ppsOffsetEnabled": {
                      "type": "boolean",
                      "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry.",
                      "readOnly": true
                    },
                    "cPtpClockOutput1ppsOffsetValue": {
                      "type": "integer",
                      "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpClockOutput1ppsOffsetNegative": {
                      "type": "boolean",
                      "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive.",
                      "readOnly": true
                    },
                    "cPtpClockInput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "cPtpClockOutput1ppsInterface": {
                      "type": "string",
                      "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "cPtpClockTODInterface": {
                      "type": "string",
                      "description": "This object specifies the interface used for PTP TOD.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockCurrentDSTable": {
            "type": "object",
            "description": "Table of information about the PTP clock Current Datasets for\n        all domains.",
            "properties": {
              "cPtpClockCurrentDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockCurrentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockCurrentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockCurrentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockCurrentDSStepsRemoved": {
                      "type": "integer",
                      "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpClockCurrentDSOffsetFromMaster": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                      "readOnly": true
                    },
                    "cPtpClockCurrentDSMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockParentDSTable": {
            "type": "object",
            "description": "Table of information about the PTP clock Parent Datasets for\n        all domains.",
            "properties": {
              "cPtpClockParentDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockParentDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockParentDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockParentDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockParentDSParentPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
                      "format": "binary",
                      "readOnly": true
                    },
                    "cPtpClockParentDSParentStats": {
                      "type": "boolean",
                      "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data.",
                      "readOnly": true
                    },
                    "cPtpClockParentDSOffset": {
                      "type": "string",
                      "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2",
                      "readOnly": true
                    },
                    "cPtpClockParentDSClockPhChRate": {
                      "type": "integer",
                      "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockPriority1": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockPriority2": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockQualityClass": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
                      "readOnly": true
                    },
                    "cPtpClockParentDSGMClockQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockDefaultDSTable": {
            "type": "object",
            "description": "Table of information about the PTP clock Default Datasets for\n        all domains.",
            "properties": {
              "cPtpClockDefaultDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSTwoStepFlag": {
                      "type": "boolean",
                      "description": "This object specifies whether the Two Step process is used.",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the default Datasets clock identity.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSPriority1": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSPriority2": {
                      "type": "integer",
                      "description": "This object specifies the default Datasets clock Priority2.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSSlaveOnly": {
                      "type": "boolean",
                      "description": "Whether the SlaveOnly flag is set.",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSQualityClass": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Class.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSQualityAccuracy": {
                      "type": "string",
                      "description": "This object specifies the default dataset Quality Accurarcy.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
                      "readOnly": true
                    },
                    "cPtpClockDefaultDSQualityOffset": {
                      "type": "integer",
                      "description": "This object specifies the default dataset Quality offset.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockRunningTable": {
            "type": "object",
            "description": "Table of information about the PTP clock Running Datasets for\n        all domains.",
            "properties": {
              "cPtpClockRunningEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockRunningInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockRunningState": {
                      "type": "string",
                      "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockStateType",
                      "readOnly": true
                    },
                    "cPtpClockRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cPtpClockRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockTimePropertiesDSTable": {
            "type": "object",
            "description": "Table of information about the PTP clock Timeproperties\n        Datasets for all domains.",
            "properties": {
              "cPtpClockTimePropertiesDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTimePropertiesDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
                      "type": "boolean",
                      "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSCurrentUTCOffset": {
                      "type": "integer",
                      "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSLeap59": {
                      "type": "boolean",
                      "description": "This object specifies the Leap59 value in the clock Current\n            Dataset.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSLeap61": {
                      "type": "boolean",
                      "description": "This object specifies the Leap61 value in the clock Current\n            Dataset.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSTimeTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSFreqTraceable": {
                      "type": "boolean",
                      "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSPTPTimescale": {
                      "type": "boolean",
                      "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset.",
                      "readOnly": true
                    },
                    "cPtpClockTimePropertiesDSSource": {
                      "type": "string",
                      "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockTransDefaultDSTable": {
            "type": "object",
            "description": "Table of information about the PTP Transparent clock Default\n        Datasets for all domains.",
            "properties": {
              "cPtpClockTransDefaultDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockTransDefaultDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockTransDefaultDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockTransDefaultDSClockIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                      "readOnly": true
                    },
                    "cPtpClockTransDefaultDSNumOfPorts": {
                      "type": "integer",
                      "description": "This object specifies the number of PTP ports of the device.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpClockTransDefaultDSDelay": {
                      "type": "string",
                      "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
                      "readOnly": true
                    },
                    "cPtpClockTransDefaultDSPrimaryDomain": {
                      "type": "integer",
                      "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockPortTable": {
            "type": "object",
            "description": "Table of information about the clock ports for a particular\n        domain.",
            "properties": {
              "cPtpClockPortEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          clock port.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockPortClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockPortClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockPortTablePortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Portnumber for this port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                      "readOnly": true
                    },
                    "cPtpClockPortName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name configured on the\n            router.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "cPtpClockPortRole": {
                      "type": "string",
                      "description": "This object describes the current role (slave/master) of the\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
                      "readOnly": true
                    },
                    "cPtpClockPortSyncOneStep": {
                      "type": "boolean",
                      "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled.",
                      "readOnly": true
                    },
                    "cPtpClockPortCurrentPeerAddressType": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "cPtpClockPortCurrentPeerAddress": {
                      "type": "string",
                      "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "cPtpClockPortNumOfAssociatedPorts": {
                      "type": "integer",
                      "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockPortDSTable": {
            "type": "object",
            "description": "Table of information about the clock ports dataset for a\n        particular domain.",
            "properties": {
              "cPtpClockPortDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockPortDSClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockPortDSClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockPortDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                      "readOnly": true
                    },
                    "cPtpClockPortDSName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "cPtpClockPortDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port Identity.",
                      "format": "binary",
                      "readOnly": true
                    },
                    "cPtpClockPortDSAnnouncementInterval": {
                      "type": "integer",
                      "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortDSAnnounceRctTimeout": {
                      "type": "integer",
                      "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortDSSyncInterval": {
                      "type": "integer",
                      "description": "This object specifies the Sync message transmission interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortDSMinDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Delay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortDSPeerDelayReqInterval": {
                      "type": "integer",
                      "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortDSDelayMech": {
                      "type": "string",
                      "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
                      "readOnly": true
                    },
                    "cPtpClockPortDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies the peer meanPathDelay.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                      "readOnly": true
                    },
                    "cPtpClockPortDSGrantDuration": {
                      "type": "integer",
                      "description": "This object specifies the grant duration allocated by the\n            master.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpClockPortDSPTPVersion": {
                      "type": "integer",
                      "description": "This object specifies the PTP version being used.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockPortRunningTable": {
            "type": "object",
            "description": "Table of information about the clock ports running dataset for\n        a particular domain.",
            "properties": {
              "cPtpClockPortRunningEntry": {
                "type": "array",
                "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortRunningDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningName": {
                      "type": "string",
                      "description": "This object specifies the PTP clock port name.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningState": {
                      "type": "string",
                      "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortState",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningRole": {
                      "type": "string",
                      "description": "This object specifies the Clock Role.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningInterfaceIndex": {
                      "type": "string",
                      "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
                      "x-yang-type": "cisco-tc:InterfaceIndexOrZero",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningIPversion": {
                      "type": "integer",
                      "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortRunningEncapsulationType": {
                      "type": "integer",
                      "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortRunningTxMode": {
                      "type": "string",
                      "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningRxMode": {
                      "type": "string",
                      "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
                      "readOnly": true
                    },
                    "cPtpClockPortRunningPacketsReceived": {
                      "type": "integer",
                      "description": "This object specifies the packets received on the clock port\n            (cummulative).",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cPtpClockPortRunningPacketsSent": {
                      "type": "integer",
                      "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockPortTransDSTable": {
            "type": "object",
            "description": "Table of information about the Transparent clock ports running\n        dataset for a particular domain.",
            "properties": {
              "cPtpClockPortTransDSEntry": {
                "type": "array",
                "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortTransDSDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP port number associated with this\n            port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSPortIdentity": {
                      "type": "string",
                      "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSlogMinPdelayReqInt": {
                      "type": "integer",
                      "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSFaultyFlag": {
                      "type": "boolean",
                      "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally.",
                      "readOnly": true
                    },
                    "cPtpClockPortTransDSPeerMeanPathDelay": {
                      "type": "string",
                      "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cPtpClockPortAssociateTable": {
            "type": "object",
            "description": "Table of information about a given port's associated ports.\n        \n        For a master port - multiple slave ports which have established\n        sessions with the current master port.  \n        For a slave port - the list of masters available for a given\n        slave port. \n        \n        Session information (pkts, errors) to be displayed based on\n        availability and scenario.",
            "properties": {
              "cPtpClockPortAssociateEntry": {
                "type": "array",
                "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cPtpClockPortCurrentDomainIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's domain number.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
                      "readOnly": true
                    },
                    "cPtpClockPortCurrentClockTypeIndex": {
                      "type": "string",
                      "description": "This object specifies the given port's clock type.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockType",
                      "readOnly": true
                    },
                    "cPtpClockPortCurrentClockInstanceIndex": {
                      "type": "string",
                      "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
                      "readOnly": true
                    },
                    "cPtpClockPortCurrentPortNumberIndex": {
                      "type": "string",
                      "description": "This object specifies the PTP Port Number for the given port.",
                      "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
                      "readOnly": true
                    },
                    "cPtpClockPortAssociatePortIndex": {
                      "type": "integer",
                      "description": "This object specifies the associated port's serial number in\n            the current port's context.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cPtpClockPortAssociateAddressType": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "cPtpClockPortAssociateAddress": {
                      "type": "string",
                      "description": "This object specifies the peer port's network address used for\n            PTP communication.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "cPtpClockPortAssociatePacketsSent": {
                      "type": "integer",
                      "description": "The number of packets sent to this peer port from the current\n            port.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cPtpClockPortAssociatePacketsReceived": {
                      "type": "integer",
                      "description": "The number of packets received from this peer port by the\n            current port.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cPtpClockPortAssociateInErrors": {
                      "type": "integer",
                      "description": "This object specifies the input errors associated with the\n            peer port.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cPtpClockPortAssociateOutErrors": {
                      "type": "integer",
                      "description": "This object specifies the output errors associated with the\n            peer port.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-PTP-MIB_cPtpSystemEntry": {
        "type": "array",
        "description": "An entry in the table, containing count information about a\n          single domain. New row entries are added when the PTP clock for\n          this domain is configured, while the unconfiguration of the PTP\n          clock removes it.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices. The Clock Domain is a logical group of\n            clocks and devices that synchronize with each other using the\n            PTP protocol.\n            \n            \n            0           Default domain\n            1           Alternate domain 1\n            2           Alternate domain 2\n            3           Alternate domain 3\n            4 - 127     User-defined domains\n            128 - 255   Reserved",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the Clock for this\n            domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpDomainClockPortsTotal": {
              "type": "integer",
              "description": "This object specifies the total number of clock ports\n            configured within a domain.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpDomainClockPortPhysicalInterfacesTotal": {
              "type": "integer",
              "description": "This object specifies the total number of clock port Physical\n            interfaces configured within a domain instance for PTP\n            communications.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpSystemDomainEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          clock mode for the PTP system. A row entry gets added when PTP\n          clocks are configured on the router.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpSystemDomainClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpSystemDomainTotals": {
              "type": "integer",
              "description": "This object specifies the  total number of PTP domains for this\n            particular clock type configured in this node.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockNodeEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          domain. A entry is added when a new PTP clock domain is\n          configured on the router.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockDomainIndex": {
              "type": "string",
              "description": "This object specifies the  domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the Clock for this clock\n            type for the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockInput1ppsEnabled": {
              "type": "boolean",
              "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
              "readOnly": true
            },
            "cPtpClockInputFrequencyEnabled": {
              "type": "boolean",
              "description": "This object specifies whether enabled for Frequency input using\n            the 1.544 Mhz, 2.048 Mhz, or 10Mhz timing interface.",
              "readOnly": true
            },
            "cPtpClockTODEnabled": {
              "type": "boolean",
              "description": "This object specifies whether the node is enabled for TOD.",
              "readOnly": true
            },
            "cPtpClockOutput1ppsEnabled": {
              "type": "boolean",
              "description": "This object specifies whether the node is enabled for PTP input\n            clocking using the 1pps interface.",
              "readOnly": true
            },
            "cPtpClockOutput1ppsOffsetEnabled": {
              "type": "boolean",
              "description": "This object specifies whether an offset is configured in order\n            to compensate for a known phase error such as network\n            asymmetry.",
              "readOnly": true
            },
            "cPtpClockOutput1ppsOffsetValue": {
              "type": "integer",
              "description": "This object specifies the fixed offset value configured to be\n            added for the 1pps output.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpClockOutput1ppsOffsetNegative": {
              "type": "boolean",
              "description": "This object specifies whether the added (fixed) offset to the\n            1pps output is negative or not.  When object returns TRUE the\n            offset is negative and when object returns FALSE the offset is\n            positive.",
              "readOnly": true
            },
            "cPtpClockInput1ppsInterface": {
              "type": "string",
              "description": "This object specifies the 1pps interface used for PTP input\n            clocking.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "cPtpClockOutput1ppsInterface": {
              "type": "string",
              "description": "This object specifies the 1pps interface used for PTP output\n            clocking.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "cPtpClockTODInterface": {
              "type": "string",
              "description": "This object specifies the interface used for PTP TOD.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockCurrentDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP clock Current Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockCurrentDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockCurrentDSClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockCurrentDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockCurrentDSStepsRemoved": {
              "type": "integer",
              "description": "The current clock dataset StepsRemoved value.\n            \n            This object specifies the distance measured by the number of\n            Boundary clocks between the local clock and the Foreign master\n            as indicated in the stepsRemoved field of Announce messages.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpClockCurrentDSOffsetFromMaster": {
              "type": "string",
              "description": "This object specifies the current clock dataset ClockOffset\n            value. The value of the computation of the offset in time\n            between\n            a slave and a master clock.",
              "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
              "readOnly": true
            },
            "cPtpClockCurrentDSMeanPathDelay": {
              "type": "string",
              "description": "This object specifies the current clock dataset\n            MeanPathDelay value.\n            \n            The mean path delay between a pair of ports as measure by the\n            delay request-response mechanism.",
              "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockParentDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP clock Parent Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockParentDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockParentDSClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockParentDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockParentDSParentPortIdentity": {
              "type": "string",
              "description": "This object specifies the value of portIdentity of the port on\n            the master that issues the Sync messages used in synchronizing\n            this clock.",
              "format": "binary",
              "readOnly": true
            },
            "cPtpClockParentDSParentStats": {
              "type": "boolean",
              "description": "This object specifies the Parent Dataset ParentStats value.\n            \n            This value indicates whether the values of ParentDSOffset\n            and ParentDSClockPhChRate have been measured and are valid.\n            A TRUE value shall indicate valid data.",
              "readOnly": true
            },
            "cPtpClockParentDSOffset": {
              "type": "string",
              "description": "This object specifies the Parent Dataset\n            ParentOffsetScaledLogVariance value.\n            \n            This value is the variance of the parent clocks phase as\n            measured by the local clock.",
              "x-yang-type": "CISCO-PTP-MIB:ClockIntervalBase2",
              "readOnly": true
            },
            "cPtpClockParentDSClockPhChRate": {
              "type": "integer",
              "description": "This object specifies the clock's parent dataset\n            ParentClockPhaseChangeRate value.\n            \n            This value is an estimate of the parent clocks phase change\n            rate as measured by the slave clock.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockParentDSGMClockIdentity": {
              "type": "string",
              "description": "This object specifies the parent dataset Grandmaster clock\n            identity.",
              "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
              "readOnly": true
            },
            "cPtpClockParentDSGMClockPriority1": {
              "type": "integer",
              "description": "This object specifies the parent dataset Grandmaster clock\n            priority1.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockParentDSGMClockPriority2": {
              "type": "integer",
              "description": "This object specifies the parent dataset grandmaster clock\n            priority2.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockParentDSGMClockQualityClass": {
              "type": "string",
              "description": "This object specifies the parent dataset grandmaster clock\n            quality class.",
              "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
              "readOnly": true
            },
            "cPtpClockParentDSGMClockQualityAccuracy": {
              "type": "string",
              "description": "This object specifies the parent dataset grandmaster clock\n            quality accuracy.",
              "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
              "readOnly": true
            },
            "cPtpClockParentDSGMClockQualityOffset": {
              "type": "integer",
              "description": "This object specifies the parent dataset grandmaster clock\n            quality offset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockDefaultDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP clock Default Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockDefaultDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockDefaultDSClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockDefaultDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockDefaultDSTwoStepFlag": {
              "type": "boolean",
              "description": "This object specifies whether the Two Step process is used.",
              "readOnly": true
            },
            "cPtpClockDefaultDSClockIdentity": {
              "type": "string",
              "description": "This object specifies the default Datasets clock identity.",
              "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
              "readOnly": true
            },
            "cPtpClockDefaultDSPriority1": {
              "type": "integer",
              "description": "This object specifies the default Datasets clock Priority1.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockDefaultDSPriority2": {
              "type": "integer",
              "description": "This object specifies the default Datasets clock Priority2.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockDefaultDSSlaveOnly": {
              "type": "boolean",
              "description": "Whether the SlaveOnly flag is set.",
              "readOnly": true
            },
            "cPtpClockDefaultDSQualityClass": {
              "type": "string",
              "description": "This object specifies the default dataset Quality Class.",
              "x-yang-type": "CISCO-PTP-MIB:ClockQualityClassType",
              "readOnly": true
            },
            "cPtpClockDefaultDSQualityAccuracy": {
              "type": "string",
              "description": "This object specifies the default dataset Quality Accurarcy.",
              "x-yang-type": "CISCO-PTP-MIB:ClockQualityAccuracyType",
              "readOnly": true
            },
            "cPtpClockDefaultDSQualityOffset": {
              "type": "integer",
              "description": "This object specifies the default dataset Quality offset.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockRunningEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP clock running Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockRunningDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockRunningClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockRunningInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockRunningState": {
              "type": "string",
              "description": "This object specifies the Clock state returned by PTP engine\n            which was described earlier.\n            \n            Freerun state. Applies to a slave device that is not locked to\n            a master. This is the initial state a slave starts out with\n            when\n            it is not getting any PTP packets from the master or because of\n            some other input error (erroneous packets, etc).\n            \n            Holdover state. In this state the slave device is locked to a\n            master but communication with the master is lost or the\n            timestamps in the ptp packets are incorrect. But since the\n            slave was locked to the master, it can run with the same\n            accuracy for\n            sometime. The slave can continue to operate in this state for\n            some time. If communication with the master is not restored for\n            a while, the device is moved to the FREERUN state.\n            \n            Acquiring state. The slave device is receiving packets from a\n            master and is trying to acquire a lock.\n            \n            Freq_locked state. Slave device is locked to the Master with\n            respect to frequency, but not phase aligned\n            \n            Phase_aligned state. Locked to the master with respect to\n            frequency and phase.",
              "x-yang-type": "CISCO-PTP-MIB:ClockStateType",
              "readOnly": true
            },
            "cPtpClockRunningPacketsSent": {
              "type": "integer",
              "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been sent out for this clock in this\n            domain for this type.",
              "minimum": 0,
              "readOnly": true
            },
            "cPtpClockRunningPacketsReceived": {
              "type": "integer",
              "description": "This object specifies the total number of all packet Unicast\n            and multicast that have been received for this clock in this\n            domain for this type.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockTimePropertiesDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP clock timeproperties Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockTimePropertiesDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSCurrentUTCOffsetValid": {
              "type": "boolean",
              "description": "This object specifies the timeproperties dataset value of\n            whether current UTC offset is valid.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSCurrentUTCOffset": {
              "type": "integer",
              "description": "This object specifies the timeproperties dataset value of\n            current UTC offset.\n            \n            In PTP systems whose epoch is the PTP epoch, the value of\n            timePropertiesDS.currentUtcOffset is the offset\n            between TAI and UTC; otherwise the value has no meaning. The\n            value shall be in units of seconds.\n            The initialization value shall be selected as follows:\n            a) If the timePropertiesDS.ptpTimescale (see 8.2.4.8) is TRUE,\n            the value is the value obtained from a\n            primary reference if the value is known at the time of\n            initialization, else.\n            b) The value shall be the current number of leap seconds (7.2.3)\n            when the node is designed.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSLeap59": {
              "type": "boolean",
              "description": "This object specifies the Leap59 value in the clock Current\n            Dataset.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSLeap61": {
              "type": "boolean",
              "description": "This object specifies the Leap61 value in the clock Current\n            Dataset.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSTimeTraceable": {
              "type": "boolean",
              "description": "This object specifies the Timetraceable value in the clock\n            Current Dataset.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSFreqTraceable": {
              "type": "boolean",
              "description": "This object specifies the Frequency Traceable value in the\n            clock Current Dataset.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSPTPTimescale": {
              "type": "boolean",
              "description": "This object specifies the PTP Timescale value in the clock\n            Current Dataset.",
              "readOnly": true
            },
            "cPtpClockTimePropertiesDSSource": {
              "type": "string",
              "description": "This object specifies the Timesource value in the clock Current\n            Dataset.",
              "x-yang-type": "CISCO-PTP-MIB:ClockTimeSourceType",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockTransDefaultDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          PTP Transparent clock Default Datasets for a domain.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockTransDefaultDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockTransDefaultDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockTransDefaultDSClockIdentity": {
              "type": "string",
              "description": "This object specifies the value of the clockIdentity attribute\n            of the local clock.",
              "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
              "readOnly": true
            },
            "cPtpClockTransDefaultDSNumOfPorts": {
              "type": "integer",
              "description": "This object specifies the number of PTP ports of the device.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpClockTransDefaultDSDelay": {
              "type": "string",
              "description": "This object, if the transparent clock is an end-to-end\n            transparent clock, has the value shall be E2E; If the\n            transparent clock is a peer-to-peer transparent clock, the\n            value\n            shall be P2P.",
              "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
              "readOnly": true
            },
            "cPtpClockTransDefaultDSPrimaryDomain": {
              "type": "integer",
              "description": "This object specifies the value of the primary syntonization\n            domain. The initialization value shall be 0.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockPortEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          clock port.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockPortDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockPortClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockPortClockInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockPortTablePortNumberIndex": {
              "type": "string",
              "description": "This object specifies the PTP Portnumber for this port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
              "readOnly": true
            },
            "cPtpClockPortName": {
              "type": "string",
              "description": "This object specifies the PTP clock port name configured on the\n            router.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "cPtpClockPortRole": {
              "type": "string",
              "description": "This object describes the current role (slave/master) of the\n            port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
              "readOnly": true
            },
            "cPtpClockPortSyncOneStep": {
              "type": "boolean",
              "description": "This object specifies that one-step clock operation between\n            the PTP master and slave device is enabled.",
              "readOnly": true
            },
            "cPtpClockPortCurrentPeerAddressType": {
              "type": "string",
              "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "cPtpClockPortCurrentPeerAddress": {
              "type": "string",
              "description": "This object specifies the current peer's network address used\n            for PTP communication. Based on the scenario and the setup\n            involved, the values might look like these -\n            Scenario                   Value\n            -------------------   ----------------\n            Single Master          master port\n            Multiple Masters       selected master port\n            Single Slave           slave port\n            Multiple Slaves        <empty>\n            \n            (In relevant setups, information on available\n            slaves and available masters will be available through \n            cPtpClockPortAssociateTable)",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "cPtpClockPortNumOfAssociatedPorts": {
              "type": "integer",
              "description": "This object specifies -\n            For a master port - the number of PTP slave sessions (peers)\n            associated with this PTP port.\n            For a slave port - the number of masters available to this slave\n            port (might or might not be peered).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockPortDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing port dataset information for\n          a single clock port.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockPortDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockPortDSClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockPortDSClockInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockPortDSPortNumberIndex": {
              "type": "string",
              "description": "This object specifies the PTP portnumber associated with this\n            PTP port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
              "readOnly": true
            },
            "cPtpClockPortDSName": {
              "type": "string",
              "description": "This object specifies the PTP clock port name.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "cPtpClockPortDSPortIdentity": {
              "type": "string",
              "description": "This object specifies the PTP clock port Identity.",
              "format": "binary",
              "readOnly": true
            },
            "cPtpClockPortDSAnnouncementInterval": {
              "type": "integer",
              "description": "This object specifies the Announce message transmission\n            interval associated with this clock port.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortDSAnnounceRctTimeout": {
              "type": "integer",
              "description": "This object specifies the Announce receipt timeout associated\n            with this clock port.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortDSSyncInterval": {
              "type": "integer",
              "description": "This object specifies the Sync message transmission interval.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortDSMinDelayReqInterval": {
              "type": "integer",
              "description": "This object specifies the Delay_Req message transmission\n            interval.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortDSPeerDelayReqInterval": {
              "type": "integer",
              "description": "This object specifies the Pdelay_Req message transmission\n            interval.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortDSDelayMech": {
              "type": "string",
              "description": "This object specifies the delay mechanism used. If the clock\n            is an end-to-end clock, the value of the is e2e, else if the\n            clock is a peer to-peer clock, the value shall be p2p.",
              "x-yang-type": "CISCO-PTP-MIB:ClockMechanismType",
              "readOnly": true
            },
            "cPtpClockPortDSPeerMeanPathDelay": {
              "type": "string",
              "description": "This object specifies the peer meanPathDelay.",
              "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
              "readOnly": true
            },
            "cPtpClockPortDSGrantDuration": {
              "type": "integer",
              "description": "This object specifies the grant duration allocated by the\n            master.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpClockPortDSPTPVersion": {
              "type": "integer",
              "description": "This object specifies the PTP version being used.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockPortRunningEntry": {
        "type": "array",
        "description": "An entry in the table, containing runing dataset information\n          about a single clock port.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockPortRunningDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockPortRunningClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the clock type as defined in the\n            Textual convention description.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockPortRunningClockInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockPortRunningPortNumberIndex": {
              "type": "string",
              "description": "This object specifies the PTP portnumber associated with this\n            clock port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
              "readOnly": true
            },
            "cPtpClockPortRunningName": {
              "type": "string",
              "description": "This object specifies the PTP clock port name.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "cPtpClockPortRunningState": {
              "type": "string",
              "description": "This object specifies the port state returned by PTP engine.\n            \n            initializing - In this state a port initializes\n                           its data sets, hardware, and\n                           communication facilities.\n            faulty       - The fault state of the protocol.\n            disabled     - The port shall not place any\n                           messages on its communication path.\n            listening    - The port is waiting for the\n                           announceReceiptTimeout to expire or\n                           to receive an Announce message from\n                           a master.\n            preMaster    - The port shall behave in all respects\n                           as though it were in the MASTER state\n                           except that it shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, signaling, or\n                           management messages.\n            master       - The port is behaving as a master port.           \n            \n            passive      - The port shall not place any\n                           messages on its communication path\n                           except for Pdelay_Req, Pdelay_Resp,\n                           Pdelay_Resp_Follow_Up, or signaling\n                           messages, or management messages\n                           that are a required response to\n                           another management message\n            uncalibrated - The local port is preparing to\n                           synchronize to the master port.\n            slave        - The port is synchronizing to the\n                           selected master port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortState",
              "readOnly": true
            },
            "cPtpClockPortRunningRole": {
              "type": "string",
              "description": "This object specifies the Clock Role.",
              "x-yang-type": "CISCO-PTP-MIB:ClockRoleType",
              "readOnly": true
            },
            "cPtpClockPortRunningInterfaceIndex": {
              "type": "string",
              "description": "This object specifies the interface on the router being used by\n            the PTP Clock for PTP communication.",
              "x-yang-type": "cisco-tc:InterfaceIndexOrZero",
              "readOnly": true
            },
            "cPtpClockPortRunningIPversion": {
              "type": "integer",
              "description": "This object specifirst the IP version being used for PTP\n            communication (the mapping used).",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortRunningEncapsulationType": {
              "type": "integer",
              "description": "This object specifies the type of encapsulation if the\n            interface is adding extra  layers (eg. VLAN, Pseudowire\n            encapsulation...) for the PTP messages.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortRunningTxMode": {
              "type": "string",
              "description": "This object specifies the clock transmission mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
              "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
              "readOnly": true
            },
            "cPtpClockPortRunningRxMode": {
              "type": "string",
              "description": "This object specifie the clock receive mode as\n            \n            unicast:       Using unicast commnuication channel.\n            multicast:     Using Multicast communication channel.\n            multicast-mix: Using multicast-unicast communication channel",
              "x-yang-type": "CISCO-PTP-MIB:ClockTxModeType",
              "readOnly": true
            },
            "cPtpClockPortRunningPacketsReceived": {
              "type": "integer",
              "description": "This object specifies the packets received on the clock port\n            (cummulative).",
              "minimum": 0,
              "readOnly": true
            },
            "cPtpClockPortRunningPacketsSent": {
              "type": "integer",
              "description": "This object specifies the packets sent on the clock port\n            (cummulative).",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockPortTransDSEntry": {
        "type": "array",
        "description": "An entry in the table, containing clock port Transparent\n          dataset information about a single clock port",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockPortTransDSDomainIndex": {
              "type": "string",
              "description": "This object specifies the domain number used to create logical\n            group of PTP devices.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockPortTransDSInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockPortTransDSPortNumberIndex": {
              "type": "string",
              "description": "This object specifies the PTP port number associated with this\n            port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
              "readOnly": true
            },
            "cPtpClockPortTransDSPortIdentity": {
              "type": "string",
              "description": "This object specifies the value of the PortIdentity\n            attribute of the local port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockIdentity",
              "readOnly": true
            },
            "cPtpClockPortTransDSlogMinPdelayReqInt": {
              "type": "integer",
              "description": "This object specifies the value of the logarithm to the\n            base 2 of the minPdelayReqInterval.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cPtpClockPortTransDSFaultyFlag": {
              "type": "boolean",
              "description": "This object specifies the value TRUE if the port is faulty\n            and FALSE if the port is operating normally.",
              "readOnly": true
            },
            "cPtpClockPortTransDSPeerMeanPathDelay": {
              "type": "string",
              "description": "This object specifies, (if the delayMechanism used is P2P) the\n            value is the estimate of the current one-way propagation delay,\n            i.e., <meanPathDelay> on the link attached to this port\n            computed\n            using the peer delay mechanism. If the value of the\n            delayMechanism\n            used is E2E, then the value will be zero.",
              "x-yang-type": "CISCO-PTP-MIB:ClockTimeInterval",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-PTP-MIB_cPtpClockPortAssociateEntry": {
        "type": "array",
        "description": "An entry in the table, containing information about a single\n          associated port for the given clockport.",
        "items": {
          "type": "object",
          "properties": {
            "cPtpClockPortCurrentDomainIndex": {
              "type": "string",
              "description": "This object specifies the given port's domain number.",
              "x-yang-type": "CISCO-PTP-MIB:ClockDomainType",
              "readOnly": true
            },
            "cPtpClockPortCurrentClockTypeIndex": {
              "type": "string",
              "description": "This object specifies the given port's clock type.",
              "x-yang-type": "CISCO-PTP-MIB:ClockType",
              "readOnly": true
            },
            "cPtpClockPortCurrentClockInstanceIndex": {
              "type": "string",
              "description": "This object specifies the instance of the clock for this clock\n            type in the given domain.",
              "x-yang-type": "CISCO-PTP-MIB:ClockInstanceType",
              "readOnly": true
            },
            "cPtpClockPortCurrentPortNumberIndex": {
              "type": "string",
              "description": "This object specifies the PTP Port Number for the given port.",
              "x-yang-type": "CISCO-PTP-MIB:ClockPortNumber",
              "readOnly": true
            },
            "cPtpClockPortAssociatePortIndex": {
              "type": "integer",
              "description": "This object specifies the associated port's serial number in\n            the current port's context.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cPtpClockPortAssociateAddressType": {
              "type": "string",
              "description": "This object specifies the peer port's network address type used\n            for PTP communication.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "cPtpClockPortAssociateAddress": {
              "type": "string",
              "description": "This object specifies the peer port's network address used for\n            PTP communication.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "cPtpClockPortAssociatePacketsSent": {
              "type": "integer",
              "description": "The number of packets sent to this peer port from the current\n            port.",
              "minimum": 0,
              "readOnly": true
            },
            "cPtpClockPortAssociatePacketsReceived": {
              "type": "integer",
              "description": "The number of packets received from this peer port by the\n            current port.",
              "minimum": 0,
              "readOnly": true
            },
            "cPtpClockPortAssociateInErrors": {
              "type": "integer",
              "description": "This object specifies the input errors associated with the\n            peer port.",
              "minimum": 0,
              "readOnly": true
            },
            "cPtpClockPortAssociateOutErrors": {
              "type": "integer",
              "description": "This object specifies the output errors associated with the\n            peer port.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "CISCO-PTP-MIB",
      "description": "MIB operations for CISCO-PTP-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
