{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-NETSYNC-MIB",
    "description": "MIB data from `CISCO-NETSYNC-MIB` module.\n\n**Root containers:** 1 (CISCO-NETSYNC-MIB)\n**Paths:** 117 | **Descendants:** 131\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-NETSYNC-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB": {
      "get": {
        "summary": "Get CISCO-NETSYNC-MIB",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoNetsyncMIBNotifControl": {
                      "type": "object",
                      "properties": {
                        "cnsMIBEnableStatusNotification": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnsClkSelGlobalTable": {
                      "type": "object",
                      "properties": {
                        "cnsClkSelGlobalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnsClkSelGloProcIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsClkSelGlobProcessMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsClkSelGlobClockMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsClkSelGlobNetsyncEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsClkSelGlobRevertiveMode": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsClkSelGlobESMCMode": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsClkSelGlobEECOption": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsClkSelGlobNetworkOption": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsClkSelGlobHoldoffTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsClkSelGlobWtrTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsClkSelGlobNofSources": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsClkSelGlobLastHoldoverSeconds": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsClkSelGlobCurrHoldoverSeconds": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnsSelectedInputSourceTable": {
                      "type": "object",
                      "properties": {
                        "cnsSelectedInputSourceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnsSelInpSrcNetsyncIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsSelInpSrcName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cnsSelInpSrcIntfType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsSelInpSrcQualityLevel": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsSelInpSrcPriority": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsSelInpSrcTimestamp": {
                                "type": "string",
                                "example": "2025-03-15T10:30:45Z"
                              },
                              "cnsSelInpSrcFSW": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsSelInpSrcMSW": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnsInputSourceTable": {
                      "type": "object",
                      "properties": {
                        "cnsInputSourceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnsInpSrcNetsyncIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsInpSrcName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cnsInpSrcIntfType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcPriority": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsInpSrcESMCCap": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcSSMCap": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcQualityLevelTxCfg": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcQualityLevelRxCfg": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcQualityLevelTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcQualityLevelRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcQualityLevel": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcHoldoffTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsInpSrcWtrTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsInpSrcLockout": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsInpSrcSignalFailure": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsInpSrcAlarm": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsInpSrcAlarmInfo": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsInpSrcFSW": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsInpSrcMSW": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnsExtOutputTable": {
                      "type": "object",
                      "properties": {
                        "cnsExtOutputEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnsExtOutListIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsExtOutSelNetsyncIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsExtOutName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cnsExtOutIntfType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsExtOutQualityLevel": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnsExtOutPriority": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnsExtOutFSW": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsExtOutMSW": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnsExtOutSquelch": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnsT4ClockSourceTable": {
                      "type": "object",
                      "properties": {
                        "cnsT4ClockSourceEntry": {
                          "type": "object",
                          "properties": {
                            "cnsExtOutListIndex": {
                              "type": "string",
                              "example": "item-1"
                            },
                            "cnsT4ClkSrcNetsyncIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnsT4ClkSrcName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cnsT4ClkSrcIntfType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnsT4ClkSrcESMCCap": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcSSMCap": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcQualityLevelTxCfg": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcQualityLevelRxCfg": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcQualityLevelTx": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcQualityLevelRx": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcQualityLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcHoldoffTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnsT4ClkSrcWtrTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnsT4ClkSrcLockout": {
                              "type": "boolean",
                              "example": true
                            },
                            "cnsT4ClkSrcSignalFailure": {
                              "type": "boolean",
                              "example": true
                            },
                            "cnsT4ClkSrcAlarm": {
                              "type": "boolean",
                              "example": true
                            },
                            "cnsT4ClkSrcAlarmInfo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcFSW": {
                              "type": "boolean",
                              "example": true
                            },
                            "cnsT4ClkSrcMSW": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cnsInpSrcNetsyncIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsInpSrcName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cnsInpSrcNetsyncIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsInpSrcIntfType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cnsInpSrcNetsyncIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsInpSrcAlarmInfo": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "cnsInpSrcAlarmClear": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "cnsExtOutListIndex": {
                              "type": "string",
                              "example": "item-1"
                            },
                            "cnsT4ClkSrcNetsyncIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnsT4ClkSrcPriority": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB": {
                    "ciscoNetsyncMIBNotifControl": {
                      "cnsMIBEnableStatusNotification": true
                    },
                    "cnsClkSelGlobalTable": {
                      "cnsClkSelGlobalEntry": [
                        {
                          "cnsClkSelGloProcIndex": 1,
                          "cnsClkSelGlobProcessMode": "configured-value",
                          "cnsClkSelGlobClockMode": "configured-value",
                          "cnsClkSelGlobNetsyncEnable": true,
                          "cnsClkSelGlobRevertiveMode": true,
                          "cnsClkSelGlobESMCMode": true,
                          "cnsClkSelGlobEECOption": "configured-value",
                          "cnsClkSelGlobNetworkOption": "configured-value",
                          "cnsClkSelGlobHoldoffTime": 1,
                          "cnsClkSelGlobWtrTime": 1,
                          "cnsClkSelGlobNofSources": 1,
                          "cnsClkSelGlobLastHoldoverSeconds": "configured-value",
                          "cnsClkSelGlobCurrHoldoverSeconds": "configured-value"
                        }
                      ]
                    },
                    "cnsSelectedInputSourceTable": {
                      "cnsSelectedInputSourceEntry": [
                        {
                          "cnsSelInpSrcNetsyncIndex": 1,
                          "cnsSelInpSrcName": "example-1",
                          "cnsSelInpSrcIntfType": "configured-value",
                          "cnsSelInpSrcQualityLevel": "configured-value",
                          "cnsSelInpSrcPriority": 1,
                          "cnsSelInpSrcTimestamp": "2025-03-15T10:30:45Z",
                          "cnsSelInpSrcFSW": true,
                          "cnsSelInpSrcMSW": true
                        }
                      ]
                    },
                    "cnsInputSourceTable": {
                      "cnsInputSourceEntry": [
                        {
                          "cnsInpSrcNetsyncIndex": 1,
                          "cnsInpSrcName": "example-1",
                          "cnsInpSrcIntfType": "configured-value",
                          "cnsInpSrcPriority": 1,
                          "cnsInpSrcESMCCap": "configured-value",
                          "cnsInpSrcSSMCap": "configured-value",
                          "cnsInpSrcQualityLevelTxCfg": "configured-value",
                          "cnsInpSrcQualityLevelRxCfg": "configured-value",
                          "cnsInpSrcQualityLevelTx": "configured-value",
                          "cnsInpSrcQualityLevelRx": "configured-value",
                          "cnsInpSrcQualityLevel": "configured-value",
                          "cnsInpSrcHoldoffTime": 1,
                          "cnsInpSrcWtrTime": 1,
                          "cnsInpSrcLockout": true,
                          "cnsInpSrcSignalFailure": true,
                          "cnsInpSrcAlarm": true,
                          "cnsInpSrcAlarmInfo": "configured-value",
                          "cnsInpSrcFSW": true,
                          "cnsInpSrcMSW": true
                        }
                      ]
                    },
                    "cnsExtOutputTable": {
                      "cnsExtOutputEntry": [
                        {
                          "cnsExtOutListIndex": 1,
                          "cnsExtOutSelNetsyncIndex": 1,
                          "cnsExtOutName": "example-1",
                          "cnsExtOutIntfType": "configured-value",
                          "cnsExtOutQualityLevel": "configured-value",
                          "cnsExtOutPriority": 1,
                          "cnsExtOutFSW": true,
                          "cnsExtOutMSW": true,
                          "cnsExtOutSquelch": true
                        }
                      ]
                    },
                    "cnsT4ClockSourceTable": {
                      "cnsT4ClockSourceEntry": {
                        "cnsExtOutListIndex": "item-1",
                        "cnsT4ClkSrcNetsyncIndex": 1,
                        "cnsT4ClkSrcName": "example-1",
                        "cnsT4ClkSrcIntfType": "configured-value",
                        "cnsT4ClkSrcPriority": 1,
                        "cnsT4ClkSrcESMCCap": "configured-value",
                        "cnsT4ClkSrcSSMCap": "configured-value",
                        "cnsT4ClkSrcQualityLevelTxCfg": "configured-value",
                        "cnsT4ClkSrcQualityLevelRxCfg": "configured-value",
                        "cnsT4ClkSrcQualityLevelTx": "configured-value",
                        "cnsT4ClkSrcQualityLevelRx": "configured-value",
                        "cnsT4ClkSrcQualityLevel": "configured-value",
                        "cnsT4ClkSrcHoldoffTime": 1,
                        "cnsT4ClkSrcWtrTime": 1,
                        "cnsT4ClkSrcLockout": true,
                        "cnsT4ClkSrcSignalFailure": true,
                        "cnsT4ClkSrcAlarm": true,
                        "cnsT4ClkSrcAlarmInfo": "configured-value",
                        "cnsT4ClkSrcFSW": true,
                        "cnsT4ClkSrcMSW": true
                      },
                      "object-1": {
                        "cnsInpSrcNetsyncIndex": "configured-value",
                        "cnsInpSrcName": "example-1"
                      },
                      "object-2": {
                        "cnsInpSrcNetsyncIndex": "configured-value",
                        "cnsInpSrcIntfType": "configured-value"
                      },
                      "object-3": {
                        "cnsInpSrcNetsyncIndex": "configured-value",
                        "cnsInpSrcAlarmInfo": "configured-value"
                      },
                      "object-4": {
                        "cnsInpSrcAlarmClear": true
                      },
                      "object-5": {
                        "cnsExtOutListIndex": "item-1",
                        "cnsT4ClkSrcNetsyncIndex": "configured-value",
                        "cnsT4ClkSrcPriority": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-NETSYNC-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/ciscoNetsyncMIBNotifControl": {
      "get": {
        "summary": "Get ciscoNetsyncMIBNotifControl",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-ciscoNetsyncMIBNotifControl",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsMIBEnableStatusNotification": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:ciscoNetsyncMIBNotifControl": {
                    "cnsMIBEnableStatusNotification": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoNetsyncMIBNotifControl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/ciscoNetsyncMIBNotifControl/cnsMIBEnableStatusNotification": {
      "get": {
        "summary": "Get cnsMIBEnableStatusNotification",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-ciscoNetsyncMIBNotifControl-cnsMIBEnableStatusNotification",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsMIBEnableStatusNotification": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsMIBEnableStatusNotification from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable": {
      "get": {
        "summary": "Get cnsClkSelGlobalTable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsClkSelGlobalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnsClkSelGloProcIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsClkSelGlobProcessMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsClkSelGlobClockMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsClkSelGlobNetsyncEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsClkSelGlobRevertiveMode": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsClkSelGlobESMCMode": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsClkSelGlobEECOption": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsClkSelGlobNetworkOption": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsClkSelGlobHoldoffTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsClkSelGlobWtrTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsClkSelGlobNofSources": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsClkSelGlobLastHoldoverSeconds": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsClkSelGlobCurrHoldoverSeconds": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobalTable": {
                    "cnsClkSelGlobalEntry": [
                      {
                        "cnsClkSelGloProcIndex": 1,
                        "cnsClkSelGlobProcessMode": "configured-value",
                        "cnsClkSelGlobClockMode": "configured-value",
                        "cnsClkSelGlobNetsyncEnable": true,
                        "cnsClkSelGlobRevertiveMode": true,
                        "cnsClkSelGlobESMCMode": true,
                        "cnsClkSelGlobEECOption": "configured-value",
                        "cnsClkSelGlobNetworkOption": "configured-value",
                        "cnsClkSelGlobHoldoffTime": 1,
                        "cnsClkSelGlobWtrTime": 1,
                        "cnsClkSelGlobNofSources": 1,
                        "cnsClkSelGlobLastHoldoverSeconds": "configured-value",
                        "cnsClkSelGlobCurrHoldoverSeconds": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry": {
      "get": {
        "summary": "Get cnsClkSelGlobalEntry",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cnsClkSelGloProcIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsClkSelGlobProcessMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsClkSelGlobClockMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsClkSelGlobNetsyncEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsClkSelGlobRevertiveMode": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsClkSelGlobESMCMode": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsClkSelGlobEECOption": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsClkSelGlobNetworkOption": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsClkSelGlobHoldoffTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsClkSelGlobWtrTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsClkSelGlobNofSources": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsClkSelGlobLastHoldoverSeconds": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsClkSelGlobCurrHoldoverSeconds": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobalEntry": [
                    {
                      "cnsClkSelGloProcIndex": 1,
                      "cnsClkSelGlobProcessMode": "configured-value",
                      "cnsClkSelGlobClockMode": "configured-value",
                      "cnsClkSelGlobNetsyncEnable": true,
                      "cnsClkSelGlobRevertiveMode": true,
                      "cnsClkSelGlobESMCMode": true,
                      "cnsClkSelGlobEECOption": "configured-value",
                      "cnsClkSelGlobNetworkOption": "configured-value",
                      "cnsClkSelGlobHoldoffTime": 1,
                      "cnsClkSelGlobWtrTime": 1,
                      "cnsClkSelGlobNofSources": 1,
                      "cnsClkSelGlobLastHoldoverSeconds": "configured-value",
                      "cnsClkSelGlobCurrHoldoverSeconds": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGloProcIndex": {
      "get": {
        "summary": "Get cnsClkSelGloProcIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGloProcIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGloProcIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGloProcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobProcessMode": {
      "get": {
        "summary": "Get cnsClkSelGlobProcessMode",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobProcessMode",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobProcessMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobProcessMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobClockMode": {
      "get": {
        "summary": "Get cnsClkSelGlobClockMode",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobClockMode",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobClockMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobClockMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobNetsyncEnable": {
      "get": {
        "summary": "Get cnsClkSelGlobNetsyncEnable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobNetsyncEnable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobNetsyncEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobNetsyncEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobRevertiveMode": {
      "get": {
        "summary": "Get cnsClkSelGlobRevertiveMode",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobRevertiveMode",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobRevertiveMode": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobRevertiveMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobESMCMode": {
      "get": {
        "summary": "Get cnsClkSelGlobESMCMode",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobESMCMode",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobESMCMode": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobESMCMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobEECOption": {
      "get": {
        "summary": "Get cnsClkSelGlobEECOption",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobEECOption",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobEECOption": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobEECOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobNetworkOption": {
      "get": {
        "summary": "Get cnsClkSelGlobNetworkOption",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobNetworkOption",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobNetworkOption": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobNetworkOption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobHoldoffTime": {
      "get": {
        "summary": "Get cnsClkSelGlobHoldoffTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobHoldoffTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobHoldoffTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobHoldoffTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobWtrTime": {
      "get": {
        "summary": "Get cnsClkSelGlobWtrTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobWtrTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobWtrTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobWtrTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobNofSources": {
      "get": {
        "summary": "Get cnsClkSelGlobNofSources",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobNofSources",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobNofSources": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobNofSources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobLastHoldoverSeconds": {
      "get": {
        "summary": "Get cnsClkSelGlobLastHoldoverSeconds",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobLastHoldoverSeconds",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobLastHoldoverSeconds": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobLastHoldoverSeconds from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsClkSelGlobalTable/cnsClkSelGlobalEntry/cnsClkSelGlobCurrHoldoverSeconds": {
      "get": {
        "summary": "Get cnsClkSelGlobCurrHoldoverSeconds",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsClkSelGlobalTable-cnsClkSelGlobalEntry-cnsClkSelGlobCurrHoldoverSeconds",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsClkSelGlobCurrHoldoverSeconds": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsClkSelGlobCurrHoldoverSeconds from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable": {
      "get": {
        "summary": "Get cnsSelectedInputSourceTable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsSelectedInputSourceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnsSelInpSrcNetsyncIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsSelInpSrcName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cnsSelInpSrcIntfType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsSelInpSrcQualityLevel": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsSelInpSrcPriority": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsSelInpSrcTimestamp": {
                            "type": "string",
                            "example": "2025-03-15T10:30:45Z"
                          },
                          "cnsSelInpSrcFSW": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsSelInpSrcMSW": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelectedInputSourceTable": {
                    "cnsSelectedInputSourceEntry": [
                      {
                        "cnsSelInpSrcNetsyncIndex": 1,
                        "cnsSelInpSrcName": "example-1",
                        "cnsSelInpSrcIntfType": "configured-value",
                        "cnsSelInpSrcQualityLevel": "configured-value",
                        "cnsSelInpSrcPriority": 1,
                        "cnsSelInpSrcTimestamp": "2025-03-15T10:30:45Z",
                        "cnsSelInpSrcFSW": true,
                        "cnsSelInpSrcMSW": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelectedInputSourceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry": {
      "get": {
        "summary": "Get cnsSelectedInputSourceEntry",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cnsSelInpSrcNetsyncIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsSelInpSrcName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cnsSelInpSrcIntfType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsSelInpSrcQualityLevel": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsSelInpSrcPriority": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsSelInpSrcTimestamp": {
                        "type": "string",
                        "example": "2025-03-15T10:30:45Z"
                      },
                      "cnsSelInpSrcFSW": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsSelInpSrcMSW": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelectedInputSourceEntry": [
                    {
                      "cnsSelInpSrcNetsyncIndex": 1,
                      "cnsSelInpSrcName": "example-1",
                      "cnsSelInpSrcIntfType": "configured-value",
                      "cnsSelInpSrcQualityLevel": "configured-value",
                      "cnsSelInpSrcPriority": 1,
                      "cnsSelInpSrcTimestamp": "2025-03-15T10:30:45Z",
                      "cnsSelInpSrcFSW": true,
                      "cnsSelInpSrcMSW": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelectedInputSourceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsSelInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcNetsyncIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcName": {
      "get": {
        "summary": "Get cnsSelInpSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcIntfType": {
      "get": {
        "summary": "Get cnsSelInpSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcQualityLevel": {
      "get": {
        "summary": "Get cnsSelInpSrcQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcPriority": {
      "get": {
        "summary": "Get cnsSelInpSrcPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcTimestamp": {
      "get": {
        "summary": "Get cnsSelInpSrcTimestamp",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcTimestamp",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcTimestamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcTimestamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcFSW": {
      "get": {
        "summary": "Get cnsSelInpSrcFSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcFSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcFSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcFSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsSelectedInputSourceTable/cnsSelectedInputSourceEntry/cnsSelInpSrcMSW": {
      "get": {
        "summary": "Get cnsSelInpSrcMSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsSelectedInputSourceTable-cnsSelectedInputSourceEntry-cnsSelInpSrcMSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcMSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcMSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable": {
      "get": {
        "summary": "Get cnsInputSourceTable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsInputSourceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnsInpSrcNetsyncIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsInpSrcName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cnsInpSrcIntfType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcPriority": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsInpSrcESMCCap": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcSSMCap": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcQualityLevelTxCfg": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcQualityLevelRxCfg": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcQualityLevelTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcQualityLevelRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcQualityLevel": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcHoldoffTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsInpSrcWtrTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsInpSrcLockout": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsInpSrcSignalFailure": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsInpSrcAlarm": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsInpSrcAlarmInfo": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsInpSrcFSW": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsInpSrcMSW": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInputSourceTable": {
                    "cnsInputSourceEntry": [
                      {
                        "cnsInpSrcNetsyncIndex": 1,
                        "cnsInpSrcName": "example-1",
                        "cnsInpSrcIntfType": "configured-value",
                        "cnsInpSrcPriority": 1,
                        "cnsInpSrcESMCCap": "configured-value",
                        "cnsInpSrcSSMCap": "configured-value",
                        "cnsInpSrcQualityLevelTxCfg": "configured-value",
                        "cnsInpSrcQualityLevelRxCfg": "configured-value",
                        "cnsInpSrcQualityLevelTx": "configured-value",
                        "cnsInpSrcQualityLevelRx": "configured-value",
                        "cnsInpSrcQualityLevel": "configured-value",
                        "cnsInpSrcHoldoffTime": 1,
                        "cnsInpSrcWtrTime": 1,
                        "cnsInpSrcLockout": true,
                        "cnsInpSrcSignalFailure": true,
                        "cnsInpSrcAlarm": true,
                        "cnsInpSrcAlarmInfo": "configured-value",
                        "cnsInpSrcFSW": true,
                        "cnsInpSrcMSW": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInputSourceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry": {
      "get": {
        "summary": "Get cnsInputSourceEntry",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cnsInpSrcNetsyncIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsInpSrcName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cnsInpSrcIntfType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcPriority": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsInpSrcESMCCap": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcSSMCap": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcQualityLevelTxCfg": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcQualityLevelRxCfg": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcQualityLevelTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcQualityLevelRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcQualityLevel": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcHoldoffTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsInpSrcWtrTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsInpSrcLockout": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsInpSrcSignalFailure": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsInpSrcAlarm": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsInpSrcAlarmInfo": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsInpSrcFSW": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsInpSrcMSW": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInputSourceEntry": [
                    {
                      "cnsInpSrcNetsyncIndex": 1,
                      "cnsInpSrcName": "example-1",
                      "cnsInpSrcIntfType": "configured-value",
                      "cnsInpSrcPriority": 1,
                      "cnsInpSrcESMCCap": "configured-value",
                      "cnsInpSrcSSMCap": "configured-value",
                      "cnsInpSrcQualityLevelTxCfg": "configured-value",
                      "cnsInpSrcQualityLevelRxCfg": "configured-value",
                      "cnsInpSrcQualityLevelTx": "configured-value",
                      "cnsInpSrcQualityLevelRx": "configured-value",
                      "cnsInpSrcQualityLevel": "configured-value",
                      "cnsInpSrcHoldoffTime": 1,
                      "cnsInpSrcWtrTime": 1,
                      "cnsInpSrcLockout": true,
                      "cnsInpSrcSignalFailure": true,
                      "cnsInpSrcAlarm": true,
                      "cnsInpSrcAlarmInfo": "configured-value",
                      "cnsInpSrcFSW": true,
                      "cnsInpSrcMSW": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInputSourceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcNetsyncIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcName": {
      "get": {
        "summary": "Get cnsInpSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcIntfType": {
      "get": {
        "summary": "Get cnsInpSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcPriority": {
      "get": {
        "summary": "Get cnsInpSrcPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcESMCCap": {
      "get": {
        "summary": "Get cnsInpSrcESMCCap",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcESMCCap",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcESMCCap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcESMCCap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcSSMCap": {
      "get": {
        "summary": "Get cnsInpSrcSSMCap",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcSSMCap",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcSSMCap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcSSMCap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcQualityLevelTxCfg": {
      "get": {
        "summary": "Get cnsInpSrcQualityLevelTxCfg",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcQualityLevelTxCfg",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcQualityLevelTxCfg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcQualityLevelTxCfg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcQualityLevelRxCfg": {
      "get": {
        "summary": "Get cnsInpSrcQualityLevelRxCfg",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcQualityLevelRxCfg",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcQualityLevelRxCfg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcQualityLevelRxCfg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcQualityLevelTx": {
      "get": {
        "summary": "Get cnsInpSrcQualityLevelTx",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcQualityLevelTx",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcQualityLevelTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcQualityLevelTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcQualityLevelRx": {
      "get": {
        "summary": "Get cnsInpSrcQualityLevelRx",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcQualityLevelRx",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcQualityLevelRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcQualityLevelRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcQualityLevel": {
      "get": {
        "summary": "Get cnsInpSrcQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcHoldoffTime": {
      "get": {
        "summary": "Get cnsInpSrcHoldoffTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcHoldoffTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcHoldoffTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcHoldoffTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcWtrTime": {
      "get": {
        "summary": "Get cnsInpSrcWtrTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcWtrTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcWtrTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcWtrTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcLockout": {
      "get": {
        "summary": "Get cnsInpSrcLockout",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcLockout",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcLockout": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcLockout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcSignalFailure": {
      "get": {
        "summary": "Get cnsInpSrcSignalFailure",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcSignalFailure",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcSignalFailure": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcSignalFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcAlarm": {
      "get": {
        "summary": "Get cnsInpSrcAlarm",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcAlarm",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcAlarm": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcAlarm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcAlarmInfo": {
      "get": {
        "summary": "Get cnsInpSrcAlarmInfo",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcAlarmInfo",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcAlarmInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcAlarmInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcFSW": {
      "get": {
        "summary": "Get cnsInpSrcFSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcFSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcFSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcFSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsInputSourceTable/cnsInputSourceEntry/cnsInpSrcMSW": {
      "get": {
        "summary": "Get cnsInpSrcMSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsInputSourceTable-cnsInputSourceEntry-cnsInpSrcMSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcMSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcMSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable": {
      "get": {
        "summary": "Get cnsExtOutputTable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsExtOutputEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnsExtOutListIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsExtOutSelNetsyncIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsExtOutName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cnsExtOutIntfType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsExtOutQualityLevel": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnsExtOutPriority": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnsExtOutFSW": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsExtOutMSW": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnsExtOutSquelch": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutputTable": {
                    "cnsExtOutputEntry": [
                      {
                        "cnsExtOutListIndex": 1,
                        "cnsExtOutSelNetsyncIndex": 1,
                        "cnsExtOutName": "example-1",
                        "cnsExtOutIntfType": "configured-value",
                        "cnsExtOutQualityLevel": "configured-value",
                        "cnsExtOutPriority": 1,
                        "cnsExtOutFSW": true,
                        "cnsExtOutMSW": true,
                        "cnsExtOutSquelch": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutputTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry": {
      "get": {
        "summary": "Get cnsExtOutputEntry",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cnsExtOutListIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsExtOutSelNetsyncIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsExtOutName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cnsExtOutIntfType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsExtOutQualityLevel": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnsExtOutPriority": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnsExtOutFSW": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsExtOutMSW": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnsExtOutSquelch": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutputEntry": [
                    {
                      "cnsExtOutListIndex": 1,
                      "cnsExtOutSelNetsyncIndex": 1,
                      "cnsExtOutName": "example-1",
                      "cnsExtOutIntfType": "configured-value",
                      "cnsExtOutQualityLevel": "configured-value",
                      "cnsExtOutPriority": 1,
                      "cnsExtOutFSW": true,
                      "cnsExtOutMSW": true,
                      "cnsExtOutSquelch": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutputEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutSelNetsyncIndex": {
      "get": {
        "summary": "Get cnsExtOutSelNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutSelNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutSelNetsyncIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutSelNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutName": {
      "get": {
        "summary": "Get cnsExtOutName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutIntfType": {
      "get": {
        "summary": "Get cnsExtOutIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutQualityLevel": {
      "get": {
        "summary": "Get cnsExtOutQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutPriority": {
      "get": {
        "summary": "Get cnsExtOutPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutFSW": {
      "get": {
        "summary": "Get cnsExtOutFSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutFSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutFSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutFSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutMSW": {
      "get": {
        "summary": "Get cnsExtOutMSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutMSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutMSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutMSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsExtOutputTable/cnsExtOutputEntry/cnsExtOutSquelch": {
      "get": {
        "summary": "Get cnsExtOutSquelch",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsExtOutputTable-cnsExtOutputEntry-cnsExtOutSquelch",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutSquelch": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutSquelch from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable": {
      "get": {
        "summary": "Get cnsT4ClockSourceTable",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsT4ClockSourceEntry": {
                      "type": "object",
                      "properties": {
                        "cnsExtOutListIndex": {
                          "type": "string",
                          "example": "item-1"
                        },
                        "cnsT4ClkSrcNetsyncIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnsT4ClkSrcName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cnsT4ClkSrcIntfType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnsT4ClkSrcESMCCap": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcSSMCap": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcQualityLevelTxCfg": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcQualityLevelRxCfg": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcQualityLevelTx": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcQualityLevelRx": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcQualityLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcHoldoffTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnsT4ClkSrcWtrTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnsT4ClkSrcLockout": {
                          "type": "boolean",
                          "example": true
                        },
                        "cnsT4ClkSrcSignalFailure": {
                          "type": "boolean",
                          "example": true
                        },
                        "cnsT4ClkSrcAlarm": {
                          "type": "boolean",
                          "example": true
                        },
                        "cnsT4ClkSrcAlarmInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcFSW": {
                          "type": "boolean",
                          "example": true
                        },
                        "cnsT4ClkSrcMSW": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cnsInpSrcNetsyncIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsInpSrcName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cnsInpSrcNetsyncIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsInpSrcIntfType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cnsInpSrcNetsyncIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsInpSrcAlarmInfo": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "cnsInpSrcAlarmClear": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "cnsExtOutListIndex": {
                          "type": "string",
                          "example": "item-1"
                        },
                        "cnsT4ClkSrcNetsyncIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnsT4ClkSrcPriority": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClockSourceTable": {
                    "cnsT4ClockSourceEntry": {
                      "cnsExtOutListIndex": "item-1",
                      "cnsT4ClkSrcNetsyncIndex": 1,
                      "cnsT4ClkSrcName": "example-1",
                      "cnsT4ClkSrcIntfType": "configured-value",
                      "cnsT4ClkSrcPriority": 1,
                      "cnsT4ClkSrcESMCCap": "configured-value",
                      "cnsT4ClkSrcSSMCap": "configured-value",
                      "cnsT4ClkSrcQualityLevelTxCfg": "configured-value",
                      "cnsT4ClkSrcQualityLevelRxCfg": "configured-value",
                      "cnsT4ClkSrcQualityLevelTx": "configured-value",
                      "cnsT4ClkSrcQualityLevelRx": "configured-value",
                      "cnsT4ClkSrcQualityLevel": "configured-value",
                      "cnsT4ClkSrcHoldoffTime": 1,
                      "cnsT4ClkSrcWtrTime": 1,
                      "cnsT4ClkSrcLockout": true,
                      "cnsT4ClkSrcSignalFailure": true,
                      "cnsT4ClkSrcAlarm": true,
                      "cnsT4ClkSrcAlarmInfo": "configured-value",
                      "cnsT4ClkSrcFSW": true,
                      "cnsT4ClkSrcMSW": true
                    },
                    "object-1": {
                      "cnsInpSrcNetsyncIndex": "configured-value",
                      "cnsInpSrcName": "example-1"
                    },
                    "object-2": {
                      "cnsInpSrcNetsyncIndex": "configured-value",
                      "cnsInpSrcIntfType": "configured-value"
                    },
                    "object-3": {
                      "cnsInpSrcNetsyncIndex": "configured-value",
                      "cnsInpSrcAlarmInfo": "configured-value"
                    },
                    "object-4": {
                      "cnsInpSrcAlarmClear": true
                    },
                    "object-5": {
                      "cnsExtOutListIndex": "item-1",
                      "cnsT4ClkSrcNetsyncIndex": "configured-value",
                      "cnsT4ClkSrcPriority": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClockSourceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry": {
      "get": {
        "summary": "Get cnsT4ClockSourceEntry",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsExtOutListIndex": {
                      "type": "string",
                      "example": "item-1"
                    },
                    "cnsT4ClkSrcNetsyncIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnsT4ClkSrcName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cnsT4ClkSrcIntfType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnsT4ClkSrcESMCCap": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcSSMCap": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcQualityLevelTxCfg": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcQualityLevelRxCfg": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcQualityLevelTx": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcQualityLevelRx": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcQualityLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcHoldoffTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnsT4ClkSrcWtrTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnsT4ClkSrcLockout": {
                      "type": "boolean",
                      "example": true
                    },
                    "cnsT4ClkSrcSignalFailure": {
                      "type": "boolean",
                      "example": true
                    },
                    "cnsT4ClkSrcAlarm": {
                      "type": "boolean",
                      "example": true
                    },
                    "cnsT4ClkSrcAlarmInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcFSW": {
                      "type": "boolean",
                      "example": true
                    },
                    "cnsT4ClkSrcMSW": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClockSourceEntry": {
                    "cnsExtOutListIndex": "item-1",
                    "cnsT4ClkSrcNetsyncIndex": 1,
                    "cnsT4ClkSrcName": "example-1",
                    "cnsT4ClkSrcIntfType": "configured-value",
                    "cnsT4ClkSrcPriority": 1,
                    "cnsT4ClkSrcESMCCap": "configured-value",
                    "cnsT4ClkSrcSSMCap": "configured-value",
                    "cnsT4ClkSrcQualityLevelTxCfg": "configured-value",
                    "cnsT4ClkSrcQualityLevelRxCfg": "configured-value",
                    "cnsT4ClkSrcQualityLevelTx": "configured-value",
                    "cnsT4ClkSrcQualityLevelRx": "configured-value",
                    "cnsT4ClkSrcQualityLevel": "configured-value",
                    "cnsT4ClkSrcHoldoffTime": 1,
                    "cnsT4ClkSrcWtrTime": 1,
                    "cnsT4ClkSrcLockout": true,
                    "cnsT4ClkSrcSignalFailure": true,
                    "cnsT4ClkSrcAlarm": true,
                    "cnsT4ClkSrcAlarmInfo": "configured-value",
                    "cnsT4ClkSrcFSW": true,
                    "cnsT4ClkSrcMSW": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClockSourceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsT4ClkSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcNetsyncIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcName": {
      "get": {
        "summary": "Get cnsT4ClkSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcIntfType": {
      "get": {
        "summary": "Get cnsT4ClkSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcPriority": {
      "get": {
        "summary": "Get cnsT4ClkSrcPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcESMCCap": {
      "get": {
        "summary": "Get cnsT4ClkSrcESMCCap",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcESMCCap",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcESMCCap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcESMCCap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcSSMCap": {
      "get": {
        "summary": "Get cnsT4ClkSrcSSMCap",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcSSMCap",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcSSMCap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcSSMCap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcQualityLevelTxCfg": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevelTxCfg",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcQualityLevelTxCfg",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevelTxCfg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevelTxCfg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcQualityLevelRxCfg": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevelRxCfg",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcQualityLevelRxCfg",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevelRxCfg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevelRxCfg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcQualityLevelTx": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevelTx",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcQualityLevelTx",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevelTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevelTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcQualityLevelRx": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevelRx",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcQualityLevelRx",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevelRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevelRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcQualityLevel": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcHoldoffTime": {
      "get": {
        "summary": "Get cnsT4ClkSrcHoldoffTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcHoldoffTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcHoldoffTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcHoldoffTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcWtrTime": {
      "get": {
        "summary": "Get cnsT4ClkSrcWtrTime",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcWtrTime",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcWtrTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcWtrTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcLockout": {
      "get": {
        "summary": "Get cnsT4ClkSrcLockout",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcLockout",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcLockout": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcLockout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcSignalFailure": {
      "get": {
        "summary": "Get cnsT4ClkSrcSignalFailure",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcSignalFailure",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcSignalFailure": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcSignalFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcAlarm": {
      "get": {
        "summary": "Get cnsT4ClkSrcAlarm",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcAlarm",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcAlarm": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcAlarm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcAlarmInfo": {
      "get": {
        "summary": "Get cnsT4ClkSrcAlarmInfo",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcAlarmInfo",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcAlarmInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcAlarmInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcFSW": {
      "get": {
        "summary": "Get cnsT4ClkSrcFSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcFSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcFSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcFSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/cnsT4ClockSourceEntry/cnsT4ClkSrcMSW": {
      "get": {
        "summary": "Get cnsT4ClkSrcMSW",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-cnsT4ClockSourceEntry-cnsT4ClkSrcMSW",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcMSW": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcMSW from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsSelInpSrcNetsyncIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsSelInpSrcName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:object-1": {
                    "cnsSelInpSrcNetsyncIndex": "configured-value",
                    "cnsSelInpSrcName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsSelInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsSelInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsSelInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsSelInpSrcName": {
      "get": {
        "summary": "Get cnsSelInpSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsSelInpSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsSelInpSrcNetsyncIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsSelInpSrcIntfType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:object-2": {
                    "cnsSelInpSrcNetsyncIndex": "configured-value",
                    "cnsSelInpSrcIntfType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsSelInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsSelInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsSelInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsSelInpSrcIntfType": {
      "get": {
        "summary": "Get cnsSelInpSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsSelInpSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsSelInpSrcNetsyncIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsSelInpSrcQualityLevel": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:object-3": {
                    "cnsSelInpSrcNetsyncIndex": "configured-value",
                    "cnsSelInpSrcQualityLevel": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsSelInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsSelInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsSelInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsSelInpSrcQualityLevel": {
      "get": {
        "summary": "Get cnsSelInpSrcQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsSelInpSrcQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsSelInpSrcNetsyncIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsSelInpSrcPriority": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:object-4": {
                    "cnsSelInpSrcNetsyncIndex": "configured-value",
                    "cnsSelInpSrcPriority": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsSelInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsSelInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsSelInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsSelInpSrcPriority": {
      "get": {
        "summary": "Get cnsSelInpSrcPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsSelInpSrcPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsSelInpSrcPriority": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsSelInpSrcPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsExtOutName": {
      "get": {
        "summary": "Get cnsExtOutName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsExtOutName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsT4ClkSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsT4ClkSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsT4ClkSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsT4ClkSrcName": {
      "get": {
        "summary": "Get cnsT4ClkSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsT4ClkSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsT4ClkSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsT4ClkSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsT4ClkSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsT4ClkSrcIntfType": {
      "get": {
        "summary": "Get cnsT4ClkSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsT4ClkSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsT4ClkSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsT4ClkSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsT4ClkSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsT4ClkSrcQualityLevel": {
      "get": {
        "summary": "Get cnsT4ClkSrcQualityLevel",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsT4ClkSrcQualityLevel",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcQualityLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcQualityLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-5",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnsExtOutListIndex": {
                      "type": "string",
                      "example": "item-1"
                    },
                    "cnsT4ClkSrcNetsyncIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnsT4ClkSrcPriority": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:object-5": {
                    "cnsExtOutListIndex": "item-1",
                    "cnsT4ClkSrcNetsyncIndex": "configured-value",
                    "cnsT4ClkSrcPriority": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-5/cnsExtOutListIndex": {
      "get": {
        "summary": "Get cnsExtOutListIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-5-cnsExtOutListIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsExtOutListIndex": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsExtOutListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-5/cnsT4ClkSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsT4ClkSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-5-cnsT4ClkSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-5/cnsT4ClkSrcPriority": {
      "get": {
        "summary": "Get cnsT4ClkSrcPriority",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-5-cnsT4ClkSrcPriority",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsT4ClkSrcPriority": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsT4ClkSrcPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-1/cnsInpSrcName": {
      "get": {
        "summary": "Get cnsInpSrcName",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-1-cnsInpSrcName",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-2/cnsInpSrcIntfType": {
      "get": {
        "summary": "Get cnsInpSrcIntfType",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-2-cnsInpSrcIntfType",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcIntfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcIntfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsInpSrcFailClear": {
      "get": {
        "summary": "Get cnsInpSrcFailClear",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsInpSrcFailClear",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcFailClear": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcFailClear from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsInpSrcNetsyncIndex": {
      "get": {
        "summary": "Get cnsInpSrcNetsyncIndex",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsInpSrcNetsyncIndex",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcNetsyncIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcNetsyncIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-3/cnsInpSrcAlarmInfo": {
      "get": {
        "summary": "Get cnsInpSrcAlarmInfo",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-3-cnsInpSrcAlarmInfo",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcAlarmInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcAlarmInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB/cnsT4ClockSourceTable/object-4/cnsInpSrcAlarmClear": {
      "get": {
        "summary": "Get cnsInpSrcAlarmClear",
        "operationId": "get-CISCO-NETSYNC-MIB:CISCO-NETSYNC-MIB-cnsT4ClockSourceTable-object-4-cnsInpSrcAlarmClear",
        "tags": [
          "CISCO-NETSYNC-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NETSYNC-MIB:cnsInpSrcAlarmClear": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnsInpSrcAlarmClear from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
