{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - RMON2-MIB",
    "description": "MIB data from `RMON2-MIB` module.\n\n**Root containers:** 1 (RMON2-MIB)\n**Paths:** 282 | **Descendants:** 281\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": "RMON2-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/RMON2-MIB:RMON2-MIB": {
      "get": {
        "summary": "Get RMON2-MIB",
        "operationId": "get-RMON2-MIB:RMON2-MIB",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDir": {
                      "type": "object",
                      "properties": {
                        "protocolDirLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "addressMap": {
                      "type": "object",
                      "properties": {
                        "addressMapInserts": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "addressMapDeletes": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "addressMapMaxDesiredEntries": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "10.1.1.1"
                    },
                    "probeConfig": {
                      "type": "object",
                      "properties": {
                        "probeCapabilities": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "probeSoftwareRev": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeHardwareRev": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeDateTime": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "probeResetControl": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeDownloadFile": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeDownloadTFTPServer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeDownloadAction": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "probeDownloadStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "netDefaultGateway": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "protocolDirTable": {
                      "type": "object",
                      "properties": {
                        "protocolDirEntry": {
                          "type": "object",
                          "properties": {
                            "protocolDirID": {
                              "type": "string",
                              "format": "byte",
                              "example": "1"
                            },
                            "protocolDirParameters": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "protocolDirDescr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirType": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "protocolDirAddressMapConfig": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "protocolDirHostConfig": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirMatrixConfig": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirOwner": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "protocolDistControlTable": {
                      "type": "object",
                      "properties": {
                        "protocolDistControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "protocolDistControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "protocolDistControlDataSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "protocolDistControlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "protocolDistControlCreateTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "protocolDistControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "protocolDistControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "protocolDistStatsTable": {
                      "type": "object",
                      "properties": {
                        "protocolDistStatsEntry": {
                          "type": "object",
                          "properties": {
                            "protocolDistControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDistStatsPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDistStatsOctets": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "addressMapControlTable": {
                      "type": "object",
                      "properties": {
                        "addressMapControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "addressMapControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "addressMapControlDataSource": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "addressMapControlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "addressMapControlOwner": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "addressMapControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "10.1.1.1"
                    },
                    "addressMapTable": {
                      "type": "object",
                      "properties": {
                        "addressMapEntry": {
                          "type": "object",
                          "properties": {
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "addressMapTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "addressMapNetworkAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "addressMapSource": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "addressMapPhysicalAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "addressMapLastChange": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "10.1.1.1"
                    },
                    "hlHostControlTable": {
                      "type": "object",
                      "properties": {
                        "hlHostControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "hlHostControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlHostControlDataSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlNlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "hlHostControlNlInserts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlNlDeletes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlNlMaxDesiredEntries": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlHostControlAlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "hlHostControlAlInserts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlAlDeletes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlAlMaxDesiredEntries": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlHostControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlHostControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlHostTable": {
                      "type": "object",
                      "properties": {
                        "nlHostEntry": {
                          "type": "object",
                          "properties": {
                            "hlHostControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "nlHostAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlHostInPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostOutPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostInOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostOutOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostOutMacNonUnicastPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "hlMatrixControlTable": {
                      "type": "object",
                      "properties": {
                        "hlMatrixControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "hlMatrixControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlMatrixControlDataSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlNlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "hlMatrixControlNlInserts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlNlDeletes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlNlMaxDesiredEntries": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlMatrixControlAlDroppedFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "hlMatrixControlAlInserts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlAlDeletes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlAlMaxDesiredEntries": {
                                "type": "integer",
                                "example": 1
                              },
                              "hlMatrixControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "hlMatrixControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlMatrixSDTable": {
                      "type": "object",
                      "properties": {
                        "nlMatrixSDEntry": {
                          "type": "object",
                          "properties": {
                            "hlMatrixControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixSDTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "nlMatrixSDSourceAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixSDDestAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixSDPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixSDOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixSDCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlMatrixDSTable": {
                      "type": "object",
                      "properties": {
                        "nlMatrixDSEntry": {
                          "type": "object",
                          "properties": {
                            "hlMatrixControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixDSTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "nlMatrixDSSourceAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixDSDestAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixDSPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixDSOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixDSCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlMatrixTopNControlTable": {
                      "type": "object",
                      "properties": {
                        "nlMatrixTopNControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nlMatrixTopNControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "nlMatrixTopNControlMatrixIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "nlMatrixTopNControlRateBase": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nlMatrixTopNControlTimeRemaining": {
                                "type": "integer",
                                "example": 1
                              },
                              "nlMatrixTopNControlGeneratedReports": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nlMatrixTopNControlDuration": {
                                "type": "integer",
                                "example": 50
                              },
                              "nlMatrixTopNControlRequestedSize": {
                                "type": "integer",
                                "example": 1
                              },
                              "nlMatrixTopNControlGrantedSize": {
                                "type": "integer",
                                "example": 1
                              },
                              "nlMatrixTopNControlStartTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "nlMatrixTopNControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nlMatrixTopNControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nlMatrixTopNTable": {
                      "type": "object",
                      "properties": {
                        "nlMatrixTopNEntry": {
                          "type": "object",
                          "properties": {
                            "nlMatrixTopNControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixTopNIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "nlMatrixTopNProtocolDirLocalIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "nlMatrixTopNSourceAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixTopNDestAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixTopNPktRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixTopNReversePktRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixTopNOctetRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixTopNReverseOctetRate": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "alHostTable": {
                      "type": "object",
                      "properties": {
                        "alHostEntry": {
                          "type": "object",
                          "properties": {
                            "hlHostControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlHostAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "protocolDirLocalIndex_2": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alHostTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "alHostInPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alHostOutPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alHostInOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alHostOutOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alHostCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "alMatrixSDTable": {
                      "type": "object",
                      "properties": {
                        "alMatrixSDEntry": {
                          "type": "object",
                          "properties": {
                            "hlMatrixControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixSDSourceAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixSDDestAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "protocolDirLocalIndex_2": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixSDTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "alMatrixSDPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixSDOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixSDCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "alMatrixDSTable": {
                      "type": "object",
                      "properties": {
                        "alMatrixDSEntry": {
                          "type": "object",
                          "properties": {
                            "hlMatrixControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "protocolDirLocalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nlMatrixDSDestAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "nlMatrixDSSourceAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "protocolDirLocalIndex_2": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixDSTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "alMatrixDSPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixDSOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixDSCreateTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "alMatrixTopNControlTable": {
                      "type": "object",
                      "properties": {
                        "alMatrixTopNControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "alMatrixTopNControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "alMatrixTopNControlMatrixIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "alMatrixTopNControlRateBase": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "alMatrixTopNControlTimeRemaining": {
                                "type": "integer",
                                "example": 1
                              },
                              "alMatrixTopNControlGeneratedReports": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "alMatrixTopNControlDuration": {
                                "type": "integer",
                                "example": 50
                              },
                              "alMatrixTopNControlRequestedSize": {
                                "type": "integer",
                                "example": 1
                              },
                              "alMatrixTopNControlGrantedSize": {
                                "type": "integer",
                                "example": 1
                              },
                              "alMatrixTopNControlStartTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "alMatrixTopNControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "alMatrixTopNControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "alMatrixTopNTable": {
                      "type": "object",
                      "properties": {
                        "alMatrixTopNEntry": {
                          "type": "object",
                          "properties": {
                            "alMatrixTopNControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixTopNIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "alMatrixTopNProtocolDirLocalIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "alMatrixTopNSourceAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "alMatrixTopNDestAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "alMatrixTopNAppProtocolDirLocalIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "alMatrixTopNPktRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixTopNReversePktRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixTopNOctetRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "alMatrixTopNReverseOctetRate": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "usrHistoryControlTable": {
                      "type": "object",
                      "properties": {
                        "usrHistoryControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "usrHistoryControlIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "usrHistoryControlObjects": {
                                "type": "integer",
                                "example": 1
                              },
                              "usrHistoryControlBucketsRequested": {
                                "type": "integer",
                                "example": 1
                              },
                              "usrHistoryControlBucketsGranted": {
                                "type": "integer",
                                "example": 1
                              },
                              "usrHistoryControlInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "usrHistoryControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "usrHistoryControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "usrHistoryObjectTable": {
                      "type": "object",
                      "properties": {
                        "usrHistoryObjectEntry": {
                          "type": "object",
                          "properties": {
                            "usrHistoryControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryObjectIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "usrHistoryObjectVariable": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryObjectSampleType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "usrHistoryTable": {
                      "type": "object",
                      "properties": {
                        "usrHistoryEntry": {
                          "type": "object",
                          "properties": {
                            "usrHistoryControlIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryObjectIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistorySampleIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "usrHistoryIntervalStart": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryIntervalEnd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryAbsValue": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "usrHistoryValStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "serialConfigTable": {
                      "type": "object",
                      "properties": {
                        "serialConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialTimeout": {
                                "type": "integer",
                                "example": 1
                              },
                              "serialModemInitString": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialModemHangUpString": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialModemConnectResp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialModemNoConnectResp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialDialoutTimeout": {
                                "type": "integer",
                                "example": 1
                              },
                              "serialStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "netConfigTable": {
                      "type": "object",
                      "properties": {
                        "netConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "netConfigIPAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "netConfigSubnetMask": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "netConfigStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "trapDestTable": {
                      "type": "object",
                      "properties": {
                        "trapDestEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "trapDestIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "trapDestCommunity": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "trapDestProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "trapDestAddress": {
                                "type": "string",
                                "format": "byte",
                                "example": "10.1.1.1"
                              },
                              "trapDestOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "trapDestStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "serialConnectionTable": {
                      "type": "object",
                      "properties": {
                        "serialConnectionEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "serialConnectIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "serialConnectDestIpAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "serialConnectType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectDialString": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectSwitchConnectSeq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectSwitchDisconnectSeq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectSwitchResetSeq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "serialConnectStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "etherStatsDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "etherStatsCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "tokenRingMLStatsDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLStatsCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "tokenRingPStatsDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingPStatsCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "historyControlDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "hostControlDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "hostControlCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "matrixControlDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "matrixControlCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "channelDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "channelCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "filterProtocolDirDataLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "filterProtocolDirLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationControlDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationControlCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "sourceRoutingStatsDroppedFrames": {
                      "type": "string",
                      "example": "0"
                    },
                    "sourceRoutingStatsCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:RMON2-MIB": {
                    "protocolDir": {
                      "protocolDirLastChange": "configured-value"
                    },
                    "addressMap": {
                      "addressMapInserts": "10.1.1.1",
                      "addressMapDeletes": "10.1.1.1",
                      "addressMapMaxDesiredEntries": 1
                    },
                    "probeConfig": {
                      "probeCapabilities": "QmFzZTY0",
                      "probeSoftwareRev": "configured-value",
                      "probeHardwareRev": "configured-value",
                      "probeDateTime": "QmFzZTY0",
                      "probeResetControl": "default",
                      "probeDownloadFile": "configured-value",
                      "probeDownloadTFTPServer": "configured-value",
                      "probeDownloadAction": "default",
                      "probeDownloadStatus": "default",
                      "netDefaultGateway": "configured-value"
                    },
                    "protocolDirTable": {
                      "protocolDirEntry": {
                        "protocolDirID": "QmFzZTY0",
                        "protocolDirParameters": "QmFzZTY0",
                        "protocolDirLocalIndex": 1,
                        "protocolDirDescr": "configured-value",
                        "protocolDirType": "QmFzZTY0",
                        "protocolDirAddressMapConfig": "default",
                        "protocolDirHostConfig": "default",
                        "protocolDirMatrixConfig": "default",
                        "protocolDirOwner": "configured-value",
                        "protocolDirStatus": "active"
                      }
                    },
                    "protocolDistControlTable": {
                      "protocolDistControlEntry": [
                        {
                          "protocolDistControlIndex": 1,
                          "protocolDistControlDataSource": "configured-value",
                          "protocolDistControlDroppedFrames": "0",
                          "protocolDistControlCreateTime": "10:30:45",
                          "protocolDistControlOwner": "configured-value",
                          "protocolDistControlStatus": "active"
                        }
                      ]
                    },
                    "protocolDistStatsTable": {
                      "protocolDistStatsEntry": {
                        "protocolDistControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "protocolDistStatsPkts": "configured-value",
                        "protocolDistStatsOctets": "configured-value"
                      }
                    },
                    "addressMapControlTable": {
                      "addressMapControlEntry": [
                        {
                          "addressMapControlIndex": 1,
                          "addressMapControlDataSource": "10.1.1.1",
                          "addressMapControlDroppedFrames": "0",
                          "addressMapControlOwner": "10.1.1.1",
                          "addressMapControlStatus": "active"
                        }
                      ]
                    },
                    "addressMapTable": {
                      "addressMapEntry": {
                        "protocolDirLocalIndex": "configured-value",
                        "addressMapTimeMark": "10:30:45",
                        "addressMapNetworkAddress": "QmFzZTY0",
                        "addressMapSource": "10.1.1.1",
                        "addressMapPhysicalAddress": "QmFzZTY0",
                        "addressMapLastChange": "10.1.1.1"
                      }
                    },
                    "hlHostControlTable": {
                      "hlHostControlEntry": [
                        {
                          "hlHostControlIndex": 1,
                          "hlHostControlDataSource": "configured-value",
                          "hlHostControlNlDroppedFrames": "0",
                          "hlHostControlNlInserts": "configured-value",
                          "hlHostControlNlDeletes": "configured-value",
                          "hlHostControlNlMaxDesiredEntries": 1,
                          "hlHostControlAlDroppedFrames": "0",
                          "hlHostControlAlInserts": "configured-value",
                          "hlHostControlAlDeletes": "configured-value",
                          "hlHostControlAlMaxDesiredEntries": 1,
                          "hlHostControlOwner": "configured-value",
                          "hlHostControlStatus": "active"
                        }
                      ]
                    },
                    "nlHostTable": {
                      "nlHostEntry": {
                        "hlHostControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlHostTimeMark": "10:30:45",
                        "nlHostAddress": "QmFzZTY0",
                        "nlHostInPkts": "configured-value",
                        "nlHostOutPkts": "configured-value",
                        "nlHostInOctets": "configured-value",
                        "nlHostOutOctets": "configured-value",
                        "nlHostOutMacNonUnicastPkts": "configured-value",
                        "nlHostCreateTime": "10:30:45"
                      }
                    },
                    "hlMatrixControlTable": {
                      "hlMatrixControlEntry": [
                        {
                          "hlMatrixControlIndex": 1,
                          "hlMatrixControlDataSource": "configured-value",
                          "hlMatrixControlNlDroppedFrames": "0",
                          "hlMatrixControlNlInserts": "configured-value",
                          "hlMatrixControlNlDeletes": "configured-value",
                          "hlMatrixControlNlMaxDesiredEntries": 1,
                          "hlMatrixControlAlDroppedFrames": "0",
                          "hlMatrixControlAlInserts": "configured-value",
                          "hlMatrixControlAlDeletes": "configured-value",
                          "hlMatrixControlAlMaxDesiredEntries": 1,
                          "hlMatrixControlOwner": "configured-value",
                          "hlMatrixControlStatus": "active"
                        }
                      ]
                    },
                    "nlMatrixSDTable": {
                      "nlMatrixSDEntry": {
                        "hlMatrixControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlMatrixSDTimeMark": "10:30:45",
                        "nlMatrixSDSourceAddress": "QmFzZTY0",
                        "nlMatrixSDDestAddress": "QmFzZTY0",
                        "nlMatrixSDPkts": "configured-value",
                        "nlMatrixSDOctets": "configured-value",
                        "nlMatrixSDCreateTime": "10:30:45"
                      }
                    },
                    "nlMatrixDSTable": {
                      "nlMatrixDSEntry": {
                        "hlMatrixControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlMatrixDSTimeMark": "10:30:45",
                        "nlMatrixDSSourceAddress": "QmFzZTY0",
                        "nlMatrixDSDestAddress": "QmFzZTY0",
                        "nlMatrixDSPkts": "configured-value",
                        "nlMatrixDSOctets": "configured-value",
                        "nlMatrixDSCreateTime": "10:30:45"
                      }
                    },
                    "nlMatrixTopNControlTable": {
                      "nlMatrixTopNControlEntry": [
                        {
                          "nlMatrixTopNControlIndex": 1,
                          "nlMatrixTopNControlMatrixIndex": 1,
                          "nlMatrixTopNControlRateBase": "default",
                          "nlMatrixTopNControlTimeRemaining": 1,
                          "nlMatrixTopNControlGeneratedReports": "configured-value",
                          "nlMatrixTopNControlDuration": 50,
                          "nlMatrixTopNControlRequestedSize": 1,
                          "nlMatrixTopNControlGrantedSize": 1,
                          "nlMatrixTopNControlStartTime": "10:30:45",
                          "nlMatrixTopNControlOwner": "configured-value",
                          "nlMatrixTopNControlStatus": "active"
                        }
                      ]
                    },
                    "nlMatrixTopNTable": {
                      "nlMatrixTopNEntry": {
                        "nlMatrixTopNControlIndex": "configured-value",
                        "nlMatrixTopNIndex": 1,
                        "nlMatrixTopNProtocolDirLocalIndex": 1,
                        "nlMatrixTopNSourceAddress": "QmFzZTY0",
                        "nlMatrixTopNDestAddress": "QmFzZTY0",
                        "nlMatrixTopNPktRate": "configured-value",
                        "nlMatrixTopNReversePktRate": "configured-value",
                        "nlMatrixTopNOctetRate": "configured-value",
                        "nlMatrixTopNReverseOctetRate": "configured-value"
                      }
                    },
                    "alHostTable": {
                      "alHostEntry": {
                        "hlHostControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlHostAddress": "10.1.1.1",
                        "protocolDirLocalIndex_2": "configured-value",
                        "alHostTimeMark": "10:30:45",
                        "alHostInPkts": "configured-value",
                        "alHostOutPkts": "configured-value",
                        "alHostInOctets": "configured-value",
                        "alHostOutOctets": "configured-value",
                        "alHostCreateTime": "10:30:45"
                      }
                    },
                    "alMatrixSDTable": {
                      "alMatrixSDEntry": {
                        "hlMatrixControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlMatrixSDSourceAddress": "10.1.1.1",
                        "nlMatrixSDDestAddress": "10.1.1.1",
                        "protocolDirLocalIndex_2": "configured-value",
                        "alMatrixSDTimeMark": "10:30:45",
                        "alMatrixSDPkts": "configured-value",
                        "alMatrixSDOctets": "configured-value",
                        "alMatrixSDCreateTime": "10:30:45"
                      }
                    },
                    "alMatrixDSTable": {
                      "alMatrixDSEntry": {
                        "hlMatrixControlIndex": "configured-value",
                        "protocolDirLocalIndex": "configured-value",
                        "nlMatrixDSDestAddress": "10.1.1.1",
                        "nlMatrixDSSourceAddress": "10.1.1.1",
                        "protocolDirLocalIndex_2": "configured-value",
                        "alMatrixDSTimeMark": "10:30:45",
                        "alMatrixDSPkts": "configured-value",
                        "alMatrixDSOctets": "configured-value",
                        "alMatrixDSCreateTime": "10:30:45"
                      }
                    },
                    "alMatrixTopNControlTable": {
                      "alMatrixTopNControlEntry": [
                        {
                          "alMatrixTopNControlIndex": 1,
                          "alMatrixTopNControlMatrixIndex": 1,
                          "alMatrixTopNControlRateBase": "default",
                          "alMatrixTopNControlTimeRemaining": 1,
                          "alMatrixTopNControlGeneratedReports": "configured-value",
                          "alMatrixTopNControlDuration": 50,
                          "alMatrixTopNControlRequestedSize": 1,
                          "alMatrixTopNControlGrantedSize": 1,
                          "alMatrixTopNControlStartTime": "10:30:45",
                          "alMatrixTopNControlOwner": "configured-value",
                          "alMatrixTopNControlStatus": "active"
                        }
                      ]
                    },
                    "alMatrixTopNTable": {
                      "alMatrixTopNEntry": {
                        "alMatrixTopNControlIndex": "configured-value",
                        "alMatrixTopNIndex": 1,
                        "alMatrixTopNProtocolDirLocalIndex": 1,
                        "alMatrixTopNSourceAddress": "QmFzZTY0",
                        "alMatrixTopNDestAddress": "QmFzZTY0",
                        "alMatrixTopNAppProtocolDirLocalIndex": 1,
                        "alMatrixTopNPktRate": "configured-value",
                        "alMatrixTopNReversePktRate": "configured-value",
                        "alMatrixTopNOctetRate": "configured-value",
                        "alMatrixTopNReverseOctetRate": "configured-value"
                      }
                    },
                    "usrHistoryControlTable": {
                      "usrHistoryControlEntry": [
                        {
                          "usrHistoryControlIndex": 1,
                          "usrHistoryControlObjects": 1,
                          "usrHistoryControlBucketsRequested": 1,
                          "usrHistoryControlBucketsGranted": 1,
                          "usrHistoryControlInterval": 1,
                          "usrHistoryControlOwner": "configured-value",
                          "usrHistoryControlStatus": "active"
                        }
                      ]
                    },
                    "usrHistoryObjectTable": {
                      "usrHistoryObjectEntry": {
                        "usrHistoryControlIndex": "configured-value",
                        "usrHistoryObjectIndex": 1,
                        "usrHistoryObjectVariable": "configured-value",
                        "usrHistoryObjectSampleType": "default"
                      }
                    },
                    "usrHistoryTable": {
                      "usrHistoryEntry": {
                        "usrHistoryControlIndex": "configured-value",
                        "usrHistoryObjectIndex": "configured-value",
                        "usrHistorySampleIndex": 1,
                        "usrHistoryIntervalStart": "configured-value",
                        "usrHistoryIntervalEnd": "configured-value",
                        "usrHistoryAbsValue": "configured-value",
                        "usrHistoryValStatus": "default"
                      }
                    },
                    "serialConfigTable": {
                      "serialConfigEntry": [
                        {
                          "ifIndex": "configured-value",
                          "serialMode": "default",
                          "serialProtocol": "default",
                          "serialTimeout": 1,
                          "serialModemInitString": "configured-value",
                          "serialModemHangUpString": "configured-value",
                          "serialModemConnectResp": "configured-value",
                          "serialModemNoConnectResp": "configured-value",
                          "serialDialoutTimeout": 1,
                          "serialStatus": "active"
                        }
                      ]
                    },
                    "netConfigTable": {
                      "netConfigEntry": [
                        {
                          "ifIndex": "configured-value",
                          "netConfigIPAddress": "10.1.1.1",
                          "netConfigSubnetMask": "configured-value",
                          "netConfigStatus": "active"
                        }
                      ]
                    },
                    "trapDestTable": {
                      "trapDestEntry": [
                        {
                          "trapDestIndex": 1,
                          "trapDestCommunity": "QmFzZTY0",
                          "trapDestProtocol": "default",
                          "trapDestAddress": "QmFzZTY0",
                          "trapDestOwner": "configured-value",
                          "trapDestStatus": "active"
                        }
                      ]
                    },
                    "serialConnectionTable": {
                      "serialConnectionEntry": [
                        {
                          "serialConnectIndex": 1,
                          "serialConnectDestIpAddress": "10.1.1.1",
                          "serialConnectType": "default",
                          "serialConnectDialString": "configured-value",
                          "serialConnectSwitchConnectSeq": "configured-value",
                          "serialConnectSwitchDisconnectSeq": "configured-value",
                          "serialConnectSwitchResetSeq": "configured-value",
                          "serialConnectOwner": "configured-value",
                          "serialConnectStatus": "active"
                        }
                      ]
                    },
                    "etherStatsDroppedFrames": "0",
                    "etherStatsCreateTime": "10:30:45",
                    "tokenRingMLStatsDroppedFrames": "0",
                    "tokenRingMLStatsCreateTime": "10:30:45",
                    "tokenRingPStatsDroppedFrames": "0",
                    "tokenRingPStatsCreateTime": "10:30:45",
                    "historyControlDroppedFrames": "0",
                    "hostControlDroppedFrames": "0",
                    "hostControlCreateTime": "10:30:45",
                    "matrixControlDroppedFrames": "0",
                    "matrixControlCreateTime": "10:30:45",
                    "channelDroppedFrames": "0",
                    "channelCreateTime": "10:30:45",
                    "filterProtocolDirDataLocalIndex": 1,
                    "filterProtocolDirLocalIndex": 1,
                    "ringStationControlDroppedFrames": "0",
                    "ringStationControlCreateTime": "10:30:45",
                    "sourceRoutingStatsDroppedFrames": "0",
                    "sourceRoutingStatsCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve RMON2-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDir": {
      "get": {
        "summary": "Get protocolDir",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDir",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDirLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDir": {
                    "protocolDirLastChange": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDir from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDir/protocolDirLastChange": {
      "get": {
        "summary": "Get protocolDirLastChange",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDir-protocolDirLastChange",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMap": {
      "get": {
        "summary": "Get addressMap",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMap",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "addressMapInserts": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "addressMapDeletes": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "addressMapMaxDesiredEntries": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMap": {
                    "addressMapInserts": "10.1.1.1",
                    "addressMapDeletes": "10.1.1.1",
                    "addressMapMaxDesiredEntries": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMap/addressMapInserts": {
      "get": {
        "summary": "Get addressMapInserts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMap-addressMapInserts",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapInserts": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMap/addressMapDeletes": {
      "get": {
        "summary": "Get addressMapDeletes",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMap-addressMapDeletes",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapDeletes": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMap/addressMapMaxDesiredEntries": {
      "get": {
        "summary": "Get addressMapMaxDesiredEntries",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMap-addressMapMaxDesiredEntries",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:addressMapMaxDesiredEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapMaxDesiredEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig": {
      "get": {
        "summary": "Get probeConfig",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "probeCapabilities": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "probeSoftwareRev": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeHardwareRev": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeDateTime": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "probeResetControl": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeDownloadFile": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeDownloadTFTPServer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeDownloadAction": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "probeDownloadStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "netDefaultGateway": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:probeConfig": {
                    "probeCapabilities": "QmFzZTY0",
                    "probeSoftwareRev": "configured-value",
                    "probeHardwareRev": "configured-value",
                    "probeDateTime": "QmFzZTY0",
                    "probeResetControl": "default",
                    "probeDownloadFile": "configured-value",
                    "probeDownloadTFTPServer": "configured-value",
                    "probeDownloadAction": "default",
                    "probeDownloadStatus": "default",
                    "netDefaultGateway": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeCapabilities": {
      "get": {
        "summary": "Get probeCapabilities",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeCapabilities",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:probeCapabilities": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeCapabilities from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeSoftwareRev": {
      "get": {
        "summary": "Get probeSoftwareRev",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeSoftwareRev",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeSoftwareRev": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeSoftwareRev from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeHardwareRev": {
      "get": {
        "summary": "Get probeHardwareRev",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeHardwareRev",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeHardwareRev": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeHardwareRev from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeDateTime": {
      "get": {
        "summary": "Get probeDateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeDateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:probeDateTime": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeDateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeResetControl": {
      "get": {
        "summary": "Get probeResetControl",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeResetControl",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeResetControl": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeResetControl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeDownloadFile": {
      "get": {
        "summary": "Get probeDownloadFile",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeDownloadFile",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeDownloadFile": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeDownloadFile from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeDownloadTFTPServer": {
      "get": {
        "summary": "Get probeDownloadTFTPServer",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeDownloadTFTPServer",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeDownloadTFTPServer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeDownloadTFTPServer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeDownloadAction": {
      "get": {
        "summary": "Get probeDownloadAction",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeDownloadAction",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:probeDownloadAction": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeDownloadAction from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/probeDownloadStatus": {
      "get": {
        "summary": "Get probeDownloadStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-probeDownloadStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:probeDownloadStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve probeDownloadStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/probeConfig/netDefaultGateway": {
      "get": {
        "summary": "Get netDefaultGateway",
        "operationId": "get-RMON2-MIB:RMON2-MIB-probeConfig-netDefaultGateway",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:netDefaultGateway": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netDefaultGateway from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable": {
      "get": {
        "summary": "Get protocolDirTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDirEntry": {
                      "type": "object",
                      "properties": {
                        "protocolDirID": {
                          "type": "string",
                          "format": "byte",
                          "example": "1"
                        },
                        "protocolDirParameters": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "protocolDirDescr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirType": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "protocolDirAddressMapConfig": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "protocolDirHostConfig": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirMatrixConfig": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirOwner": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDirTable": {
                    "protocolDirEntry": {
                      "protocolDirID": "QmFzZTY0",
                      "protocolDirParameters": "QmFzZTY0",
                      "protocolDirLocalIndex": 1,
                      "protocolDirDescr": "configured-value",
                      "protocolDirType": "QmFzZTY0",
                      "protocolDirAddressMapConfig": "default",
                      "protocolDirHostConfig": "default",
                      "protocolDirMatrixConfig": "default",
                      "protocolDirOwner": "configured-value",
                      "protocolDirStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry": {
      "get": {
        "summary": "Get protocolDirEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDirID": {
                      "type": "string",
                      "format": "byte",
                      "example": "1"
                    },
                    "protocolDirParameters": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "protocolDirDescr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirType": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "protocolDirAddressMapConfig": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "protocolDirHostConfig": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirMatrixConfig": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirOwner": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDirEntry": {
                    "protocolDirID": "QmFzZTY0",
                    "protocolDirParameters": "QmFzZTY0",
                    "protocolDirLocalIndex": 1,
                    "protocolDirDescr": "configured-value",
                    "protocolDirType": "QmFzZTY0",
                    "protocolDirAddressMapConfig": "default",
                    "protocolDirHostConfig": "default",
                    "protocolDirMatrixConfig": "default",
                    "protocolDirOwner": "configured-value",
                    "protocolDirStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirID": {
      "get": {
        "summary": "Get protocolDirID",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirID",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "1"
                },
                "example": {
                  "RMON2-MIB:protocolDirID": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirParameters": {
      "get": {
        "summary": "Get protocolDirParameters",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirParameters",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDirParameters": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirParameters from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:protocolDirLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirDescr": {
      "get": {
        "summary": "Get protocolDirDescr",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirDescr",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirType": {
      "get": {
        "summary": "Get protocolDirType",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirType",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDirType": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirAddressMapConfig": {
      "get": {
        "summary": "Get protocolDirAddressMapConfig",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirAddressMapConfig",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:protocolDirAddressMapConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirAddressMapConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirHostConfig": {
      "get": {
        "summary": "Get protocolDirHostConfig",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirHostConfig",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirHostConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirHostConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirMatrixConfig": {
      "get": {
        "summary": "Get protocolDirMatrixConfig",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirMatrixConfig",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirMatrixConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirMatrixConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirOwner": {
      "get": {
        "summary": "Get protocolDirOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDirTable/protocolDirEntry/protocolDirStatus": {
      "get": {
        "summary": "Get protocolDirStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDirTable-protocolDirEntry-protocolDirStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:protocolDirStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable": {
      "get": {
        "summary": "Get protocolDistControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDistControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "protocolDistControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "protocolDistControlDataSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "protocolDistControlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "protocolDistControlCreateTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "protocolDistControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "protocolDistControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDistControlTable": {
                    "protocolDistControlEntry": [
                      {
                        "protocolDistControlIndex": 1,
                        "protocolDistControlDataSource": "configured-value",
                        "protocolDistControlDroppedFrames": "0",
                        "protocolDistControlCreateTime": "10:30:45",
                        "protocolDistControlOwner": "configured-value",
                        "protocolDistControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry": {
      "get": {
        "summary": "Get protocolDistControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry",
        "tags": [
          "RMON2-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": {
                      "protocolDistControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "protocolDistControlDataSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "protocolDistControlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "protocolDistControlCreateTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "protocolDistControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "protocolDistControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDistControlEntry": [
                    {
                      "protocolDistControlIndex": 1,
                      "protocolDistControlDataSource": "configured-value",
                      "protocolDistControlDroppedFrames": "0",
                      "protocolDistControlCreateTime": "10:30:45",
                      "protocolDistControlOwner": "configured-value",
                      "protocolDistControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlIndex": {
      "get": {
        "summary": "Get protocolDistControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:protocolDistControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlDataSource": {
      "get": {
        "summary": "Get protocolDistControlDataSource",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlDataSource",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDistControlDataSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlDroppedFrames": {
      "get": {
        "summary": "Get protocolDistControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:protocolDistControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlCreateTime": {
      "get": {
        "summary": "Get protocolDistControlCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:protocolDistControlCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlOwner": {
      "get": {
        "summary": "Get protocolDistControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDistControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistControlTable/protocolDistControlEntry/protocolDistControlStatus": {
      "get": {
        "summary": "Get protocolDistControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistControlTable-protocolDistControlEntry-protocolDistControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:protocolDistControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable": {
      "get": {
        "summary": "Get protocolDistStatsTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDistStatsEntry": {
                      "type": "object",
                      "properties": {
                        "protocolDistControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDistStatsPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDistStatsOctets": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDistStatsTable": {
                    "protocolDistStatsEntry": {
                      "protocolDistControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "protocolDistStatsPkts": "configured-value",
                      "protocolDistStatsOctets": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable/protocolDistStatsEntry": {
      "get": {
        "summary": "Get protocolDistStatsEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable-protocolDistStatsEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDistControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDistStatsPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDistStatsOctets": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:protocolDistStatsEntry": {
                    "protocolDistControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "protocolDistStatsPkts": "configured-value",
                    "protocolDistStatsOctets": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable/protocolDistStatsEntry/protocolDistControlIndex": {
      "get": {
        "summary": "Get protocolDistControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable-protocolDistStatsEntry-protocolDistControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDistControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable/protocolDistStatsEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable-protocolDistStatsEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable/protocolDistStatsEntry/protocolDistStatsPkts": {
      "get": {
        "summary": "Get protocolDistStatsPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable-protocolDistStatsEntry-protocolDistStatsPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDistStatsPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistStatsPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/protocolDistStatsTable/protocolDistStatsEntry/protocolDistStatsOctets": {
      "get": {
        "summary": "Get protocolDistStatsOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-protocolDistStatsTable-protocolDistStatsEntry-protocolDistStatsOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDistStatsOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDistStatsOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable": {
      "get": {
        "summary": "Get addressMapControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "addressMapControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "addressMapControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "addressMapControlDataSource": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "addressMapControlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "addressMapControlOwner": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "addressMapControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapControlTable": {
                    "addressMapControlEntry": [
                      {
                        "addressMapControlIndex": 1,
                        "addressMapControlDataSource": "10.1.1.1",
                        "addressMapControlDroppedFrames": "0",
                        "addressMapControlOwner": "10.1.1.1",
                        "addressMapControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry": {
      "get": {
        "summary": "Get addressMapControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry",
        "tags": [
          "RMON2-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": {
                      "addressMapControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "addressMapControlDataSource": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "addressMapControlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "addressMapControlOwner": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "addressMapControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapControlEntry": [
                    {
                      "addressMapControlIndex": 1,
                      "addressMapControlDataSource": "10.1.1.1",
                      "addressMapControlDroppedFrames": "0",
                      "addressMapControlOwner": "10.1.1.1",
                      "addressMapControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry/addressMapControlIndex": {
      "get": {
        "summary": "Get addressMapControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry-addressMapControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:addressMapControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry/addressMapControlDataSource": {
      "get": {
        "summary": "Get addressMapControlDataSource",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry-addressMapControlDataSource",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapControlDataSource": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry/addressMapControlDroppedFrames": {
      "get": {
        "summary": "Get addressMapControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry-addressMapControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:addressMapControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry/addressMapControlOwner": {
      "get": {
        "summary": "Get addressMapControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry-addressMapControlOwner",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapControlOwner": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapControlTable/addressMapControlEntry/addressMapControlStatus": {
      "get": {
        "summary": "Get addressMapControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapControlTable-addressMapControlEntry-addressMapControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:addressMapControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable": {
      "get": {
        "summary": "Get addressMapTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "addressMapEntry": {
                      "type": "object",
                      "properties": {
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "addressMapTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "addressMapNetworkAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "addressMapSource": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "addressMapPhysicalAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "addressMapLastChange": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapTable": {
                    "addressMapEntry": {
                      "protocolDirLocalIndex": "configured-value",
                      "addressMapTimeMark": "10:30:45",
                      "addressMapNetworkAddress": "QmFzZTY0",
                      "addressMapSource": "10.1.1.1",
                      "addressMapPhysicalAddress": "QmFzZTY0",
                      "addressMapLastChange": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry": {
      "get": {
        "summary": "Get addressMapEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "addressMapTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "addressMapNetworkAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "addressMapSource": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "addressMapPhysicalAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "addressMapLastChange": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapEntry": {
                    "protocolDirLocalIndex": "configured-value",
                    "addressMapTimeMark": "10:30:45",
                    "addressMapNetworkAddress": "QmFzZTY0",
                    "addressMapSource": "10.1.1.1",
                    "addressMapPhysicalAddress": "QmFzZTY0",
                    "addressMapLastChange": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/addressMapTimeMark": {
      "get": {
        "summary": "Get addressMapTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-addressMapTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:addressMapTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/addressMapNetworkAddress": {
      "get": {
        "summary": "Get addressMapNetworkAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-addressMapNetworkAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapNetworkAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapNetworkAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/addressMapSource": {
      "get": {
        "summary": "Get addressMapSource",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-addressMapSource",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapSource": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/addressMapPhysicalAddress": {
      "get": {
        "summary": "Get addressMapPhysicalAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-addressMapPhysicalAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapPhysicalAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapPhysicalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/addressMapTable/addressMapEntry/addressMapLastChange": {
      "get": {
        "summary": "Get addressMapLastChange",
        "operationId": "get-RMON2-MIB:RMON2-MIB-addressMapTable-addressMapEntry-addressMapLastChange",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:addressMapLastChange": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve addressMapLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable": {
      "get": {
        "summary": "Get hlHostControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlHostControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "hlHostControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlHostControlDataSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlNlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "hlHostControlNlInserts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlNlDeletes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlNlMaxDesiredEntries": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlHostControlAlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "hlHostControlAlInserts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlAlDeletes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlAlMaxDesiredEntries": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlHostControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlHostControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:hlHostControlTable": {
                    "hlHostControlEntry": [
                      {
                        "hlHostControlIndex": 1,
                        "hlHostControlDataSource": "configured-value",
                        "hlHostControlNlDroppedFrames": "0",
                        "hlHostControlNlInserts": "configured-value",
                        "hlHostControlNlDeletes": "configured-value",
                        "hlHostControlNlMaxDesiredEntries": 1,
                        "hlHostControlAlDroppedFrames": "0",
                        "hlHostControlAlInserts": "configured-value",
                        "hlHostControlAlDeletes": "configured-value",
                        "hlHostControlAlMaxDesiredEntries": 1,
                        "hlHostControlOwner": "configured-value",
                        "hlHostControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry": {
      "get": {
        "summary": "Get hlHostControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry",
        "tags": [
          "RMON2-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": {
                      "hlHostControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlHostControlDataSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlNlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "hlHostControlNlInserts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlNlDeletes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlNlMaxDesiredEntries": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlHostControlAlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "hlHostControlAlInserts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlAlDeletes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlAlMaxDesiredEntries": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlHostControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlHostControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:hlHostControlEntry": [
                    {
                      "hlHostControlIndex": 1,
                      "hlHostControlDataSource": "configured-value",
                      "hlHostControlNlDroppedFrames": "0",
                      "hlHostControlNlInserts": "configured-value",
                      "hlHostControlNlDeletes": "configured-value",
                      "hlHostControlNlMaxDesiredEntries": 1,
                      "hlHostControlAlDroppedFrames": "0",
                      "hlHostControlAlInserts": "configured-value",
                      "hlHostControlAlDeletes": "configured-value",
                      "hlHostControlAlMaxDesiredEntries": 1,
                      "hlHostControlOwner": "configured-value",
                      "hlHostControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlIndex": {
      "get": {
        "summary": "Get hlHostControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlHostControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlDataSource": {
      "get": {
        "summary": "Get hlHostControlDataSource",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlDataSource",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlDataSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlNlDroppedFrames": {
      "get": {
        "summary": "Get hlHostControlNlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlNlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:hlHostControlNlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlNlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlNlInserts": {
      "get": {
        "summary": "Get hlHostControlNlInserts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlNlInserts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlNlInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlNlInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlNlDeletes": {
      "get": {
        "summary": "Get hlHostControlNlDeletes",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlNlDeletes",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlNlDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlNlDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlNlMaxDesiredEntries": {
      "get": {
        "summary": "Get hlHostControlNlMaxDesiredEntries",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlNlMaxDesiredEntries",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlHostControlNlMaxDesiredEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlNlMaxDesiredEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlAlDroppedFrames": {
      "get": {
        "summary": "Get hlHostControlAlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlAlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:hlHostControlAlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlAlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlAlInserts": {
      "get": {
        "summary": "Get hlHostControlAlInserts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlAlInserts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlAlInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlAlInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlAlDeletes": {
      "get": {
        "summary": "Get hlHostControlAlDeletes",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlAlDeletes",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlAlDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlAlDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlAlMaxDesiredEntries": {
      "get": {
        "summary": "Get hlHostControlAlMaxDesiredEntries",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlAlMaxDesiredEntries",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlHostControlAlMaxDesiredEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlAlMaxDesiredEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlOwner": {
      "get": {
        "summary": "Get hlHostControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlHostControlTable/hlHostControlEntry/hlHostControlStatus": {
      "get": {
        "summary": "Get hlHostControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlHostControlTable-hlHostControlEntry-hlHostControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:hlHostControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable": {
      "get": {
        "summary": "Get nlHostTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlHostEntry": {
                      "type": "object",
                      "properties": {
                        "hlHostControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "nlHostAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlHostInPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostOutPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostInOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostOutOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostOutMacNonUnicastPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlHostTable": {
                    "nlHostEntry": {
                      "hlHostControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlHostTimeMark": "10:30:45",
                      "nlHostAddress": "QmFzZTY0",
                      "nlHostInPkts": "configured-value",
                      "nlHostOutPkts": "configured-value",
                      "nlHostInOctets": "configured-value",
                      "nlHostOutOctets": "configured-value",
                      "nlHostOutMacNonUnicastPkts": "configured-value",
                      "nlHostCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry": {
      "get": {
        "summary": "Get nlHostEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlHostControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "nlHostAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlHostInPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostOutPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostInOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostOutOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostOutMacNonUnicastPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlHostEntry": {
                    "hlHostControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlHostTimeMark": "10:30:45",
                    "nlHostAddress": "QmFzZTY0",
                    "nlHostInPkts": "configured-value",
                    "nlHostOutPkts": "configured-value",
                    "nlHostInOctets": "configured-value",
                    "nlHostOutOctets": "configured-value",
                    "nlHostOutMacNonUnicastPkts": "configured-value",
                    "nlHostCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/hlHostControlIndex": {
      "get": {
        "summary": "Get hlHostControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-hlHostControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostTimeMark": {
      "get": {
        "summary": "Get nlHostTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlHostTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostAddress": {
      "get": {
        "summary": "Get nlHostAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlHostAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostInPkts": {
      "get": {
        "summary": "Get nlHostInPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostInPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlHostInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostOutPkts": {
      "get": {
        "summary": "Get nlHostOutPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostOutPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlHostOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostInOctets": {
      "get": {
        "summary": "Get nlHostInOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostInOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlHostInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostOutOctets": {
      "get": {
        "summary": "Get nlHostOutOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostOutOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlHostOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostOutMacNonUnicastPkts": {
      "get": {
        "summary": "Get nlHostOutMacNonUnicastPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostOutMacNonUnicastPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlHostOutMacNonUnicastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostOutMacNonUnicastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlHostTable/nlHostEntry/nlHostCreateTime": {
      "get": {
        "summary": "Get nlHostCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlHostTable-nlHostEntry-nlHostCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlHostCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable": {
      "get": {
        "summary": "Get hlMatrixControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlMatrixControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "hlMatrixControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlMatrixControlDataSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlNlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "hlMatrixControlNlInserts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlNlDeletes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlNlMaxDesiredEntries": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlMatrixControlAlDroppedFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "hlMatrixControlAlInserts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlAlDeletes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlAlMaxDesiredEntries": {
                            "type": "integer",
                            "example": 1
                          },
                          "hlMatrixControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "hlMatrixControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlTable": {
                    "hlMatrixControlEntry": [
                      {
                        "hlMatrixControlIndex": 1,
                        "hlMatrixControlDataSource": "configured-value",
                        "hlMatrixControlNlDroppedFrames": "0",
                        "hlMatrixControlNlInserts": "configured-value",
                        "hlMatrixControlNlDeletes": "configured-value",
                        "hlMatrixControlNlMaxDesiredEntries": 1,
                        "hlMatrixControlAlDroppedFrames": "0",
                        "hlMatrixControlAlInserts": "configured-value",
                        "hlMatrixControlAlDeletes": "configured-value",
                        "hlMatrixControlAlMaxDesiredEntries": 1,
                        "hlMatrixControlOwner": "configured-value",
                        "hlMatrixControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry": {
      "get": {
        "summary": "Get hlMatrixControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry",
        "tags": [
          "RMON2-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": {
                      "hlMatrixControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlMatrixControlDataSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlNlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "hlMatrixControlNlInserts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlNlDeletes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlNlMaxDesiredEntries": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlMatrixControlAlDroppedFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "hlMatrixControlAlInserts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlAlDeletes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlAlMaxDesiredEntries": {
                        "type": "integer",
                        "example": 1
                      },
                      "hlMatrixControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "hlMatrixControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlEntry": [
                    {
                      "hlMatrixControlIndex": 1,
                      "hlMatrixControlDataSource": "configured-value",
                      "hlMatrixControlNlDroppedFrames": "0",
                      "hlMatrixControlNlInserts": "configured-value",
                      "hlMatrixControlNlDeletes": "configured-value",
                      "hlMatrixControlNlMaxDesiredEntries": 1,
                      "hlMatrixControlAlDroppedFrames": "0",
                      "hlMatrixControlAlInserts": "configured-value",
                      "hlMatrixControlAlDeletes": "configured-value",
                      "hlMatrixControlAlMaxDesiredEntries": 1,
                      "hlMatrixControlOwner": "configured-value",
                      "hlMatrixControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlIndex": {
      "get": {
        "summary": "Get hlMatrixControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlDataSource": {
      "get": {
        "summary": "Get hlMatrixControlDataSource",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlDataSource",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlDataSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlNlDroppedFrames": {
      "get": {
        "summary": "Get hlMatrixControlNlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlNlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlNlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlNlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlNlInserts": {
      "get": {
        "summary": "Get hlMatrixControlNlInserts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlNlInserts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlNlInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlNlInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlNlDeletes": {
      "get": {
        "summary": "Get hlMatrixControlNlDeletes",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlNlDeletes",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlNlDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlNlDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlNlMaxDesiredEntries": {
      "get": {
        "summary": "Get hlMatrixControlNlMaxDesiredEntries",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlNlMaxDesiredEntries",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlNlMaxDesiredEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlNlMaxDesiredEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlAlDroppedFrames": {
      "get": {
        "summary": "Get hlMatrixControlAlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlAlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlAlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlAlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlAlInserts": {
      "get": {
        "summary": "Get hlMatrixControlAlInserts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlAlInserts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlAlInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlAlInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlAlDeletes": {
      "get": {
        "summary": "Get hlMatrixControlAlDeletes",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlAlDeletes",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlAlDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlAlDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlAlMaxDesiredEntries": {
      "get": {
        "summary": "Get hlMatrixControlAlMaxDesiredEntries",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlAlMaxDesiredEntries",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlAlMaxDesiredEntries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlAlMaxDesiredEntries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlOwner": {
      "get": {
        "summary": "Get hlMatrixControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hlMatrixControlTable/hlMatrixControlEntry/hlMatrixControlStatus": {
      "get": {
        "summary": "Get hlMatrixControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hlMatrixControlTable-hlMatrixControlEntry-hlMatrixControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:hlMatrixControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable": {
      "get": {
        "summary": "Get nlMatrixSDTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlMatrixSDEntry": {
                      "type": "object",
                      "properties": {
                        "hlMatrixControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixSDTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "nlMatrixSDSourceAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixSDDestAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixSDPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixSDOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixSDCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDTable": {
                    "nlMatrixSDEntry": {
                      "hlMatrixControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlMatrixSDTimeMark": "10:30:45",
                      "nlMatrixSDSourceAddress": "QmFzZTY0",
                      "nlMatrixSDDestAddress": "QmFzZTY0",
                      "nlMatrixSDPkts": "configured-value",
                      "nlMatrixSDOctets": "configured-value",
                      "nlMatrixSDCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry": {
      "get": {
        "summary": "Get nlMatrixSDEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlMatrixControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixSDTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "nlMatrixSDSourceAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixSDDestAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixSDPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixSDOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixSDCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDEntry": {
                    "hlMatrixControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlMatrixSDTimeMark": "10:30:45",
                    "nlMatrixSDSourceAddress": "QmFzZTY0",
                    "nlMatrixSDDestAddress": "QmFzZTY0",
                    "nlMatrixSDPkts": "configured-value",
                    "nlMatrixSDOctets": "configured-value",
                    "nlMatrixSDCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/hlMatrixControlIndex": {
      "get": {
        "summary": "Get hlMatrixControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-hlMatrixControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDTimeMark": {
      "get": {
        "summary": "Get nlMatrixSDTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDSourceAddress": {
      "get": {
        "summary": "Get nlMatrixSDSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDSourceAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDDestAddress": {
      "get": {
        "summary": "Get nlMatrixSDDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDDestAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDPkts": {
      "get": {
        "summary": "Get nlMatrixSDPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixSDPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDOctets": {
      "get": {
        "summary": "Get nlMatrixSDOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixSDOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixSDTable/nlMatrixSDEntry/nlMatrixSDCreateTime": {
      "get": {
        "summary": "Get nlMatrixSDCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixSDTable-nlMatrixSDEntry-nlMatrixSDCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable": {
      "get": {
        "summary": "Get nlMatrixDSTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlMatrixDSEntry": {
                      "type": "object",
                      "properties": {
                        "hlMatrixControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixDSTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "nlMatrixDSSourceAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixDSDestAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixDSPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixDSOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixDSCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSTable": {
                    "nlMatrixDSEntry": {
                      "hlMatrixControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlMatrixDSTimeMark": "10:30:45",
                      "nlMatrixDSSourceAddress": "QmFzZTY0",
                      "nlMatrixDSDestAddress": "QmFzZTY0",
                      "nlMatrixDSPkts": "configured-value",
                      "nlMatrixDSOctets": "configured-value",
                      "nlMatrixDSCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry": {
      "get": {
        "summary": "Get nlMatrixDSEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlMatrixControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixDSTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "nlMatrixDSSourceAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixDSDestAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixDSPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixDSOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixDSCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSEntry": {
                    "hlMatrixControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlMatrixDSTimeMark": "10:30:45",
                    "nlMatrixDSSourceAddress": "QmFzZTY0",
                    "nlMatrixDSDestAddress": "QmFzZTY0",
                    "nlMatrixDSPkts": "configured-value",
                    "nlMatrixDSOctets": "configured-value",
                    "nlMatrixDSCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/hlMatrixControlIndex": {
      "get": {
        "summary": "Get hlMatrixControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-hlMatrixControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSTimeMark": {
      "get": {
        "summary": "Get nlMatrixDSTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSSourceAddress": {
      "get": {
        "summary": "Get nlMatrixDSSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSSourceAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSDestAddress": {
      "get": {
        "summary": "Get nlMatrixDSDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSDestAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSPkts": {
      "get": {
        "summary": "Get nlMatrixDSPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixDSPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSOctets": {
      "get": {
        "summary": "Get nlMatrixDSOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixDSOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixDSTable/nlMatrixDSEntry/nlMatrixDSCreateTime": {
      "get": {
        "summary": "Get nlMatrixDSCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixDSTable-nlMatrixDSEntry-nlMatrixDSCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable": {
      "get": {
        "summary": "Get nlMatrixTopNControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlMatrixTopNControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nlMatrixTopNControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "nlMatrixTopNControlMatrixIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "nlMatrixTopNControlRateBase": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nlMatrixTopNControlTimeRemaining": {
                            "type": "integer",
                            "example": 1
                          },
                          "nlMatrixTopNControlGeneratedReports": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nlMatrixTopNControlDuration": {
                            "type": "integer",
                            "example": 50
                          },
                          "nlMatrixTopNControlRequestedSize": {
                            "type": "integer",
                            "example": 1
                          },
                          "nlMatrixTopNControlGrantedSize": {
                            "type": "integer",
                            "example": 1
                          },
                          "nlMatrixTopNControlStartTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "nlMatrixTopNControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nlMatrixTopNControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlTable": {
                    "nlMatrixTopNControlEntry": [
                      {
                        "nlMatrixTopNControlIndex": 1,
                        "nlMatrixTopNControlMatrixIndex": 1,
                        "nlMatrixTopNControlRateBase": "default",
                        "nlMatrixTopNControlTimeRemaining": 1,
                        "nlMatrixTopNControlGeneratedReports": "configured-value",
                        "nlMatrixTopNControlDuration": 50,
                        "nlMatrixTopNControlRequestedSize": 1,
                        "nlMatrixTopNControlGrantedSize": 1,
                        "nlMatrixTopNControlStartTime": "10:30:45",
                        "nlMatrixTopNControlOwner": "configured-value",
                        "nlMatrixTopNControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry": {
      "get": {
        "summary": "Get nlMatrixTopNControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry",
        "tags": [
          "RMON2-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": {
                      "nlMatrixTopNControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "nlMatrixTopNControlMatrixIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "nlMatrixTopNControlRateBase": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nlMatrixTopNControlTimeRemaining": {
                        "type": "integer",
                        "example": 1
                      },
                      "nlMatrixTopNControlGeneratedReports": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nlMatrixTopNControlDuration": {
                        "type": "integer",
                        "example": 50
                      },
                      "nlMatrixTopNControlRequestedSize": {
                        "type": "integer",
                        "example": 1
                      },
                      "nlMatrixTopNControlGrantedSize": {
                        "type": "integer",
                        "example": 1
                      },
                      "nlMatrixTopNControlStartTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "nlMatrixTopNControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nlMatrixTopNControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlEntry": [
                    {
                      "nlMatrixTopNControlIndex": 1,
                      "nlMatrixTopNControlMatrixIndex": 1,
                      "nlMatrixTopNControlRateBase": "default",
                      "nlMatrixTopNControlTimeRemaining": 1,
                      "nlMatrixTopNControlGeneratedReports": "configured-value",
                      "nlMatrixTopNControlDuration": 50,
                      "nlMatrixTopNControlRequestedSize": 1,
                      "nlMatrixTopNControlGrantedSize": 1,
                      "nlMatrixTopNControlStartTime": "10:30:45",
                      "nlMatrixTopNControlOwner": "configured-value",
                      "nlMatrixTopNControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlIndex": {
      "get": {
        "summary": "Get nlMatrixTopNControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlMatrixIndex": {
      "get": {
        "summary": "Get nlMatrixTopNControlMatrixIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlMatrixIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlMatrixIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlMatrixIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlRateBase": {
      "get": {
        "summary": "Get nlMatrixTopNControlRateBase",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlRateBase",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNControlRateBase": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlRateBase from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlTimeRemaining": {
      "get": {
        "summary": "Get nlMatrixTopNControlTimeRemaining",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlTimeRemaining",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlTimeRemaining": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlTimeRemaining from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlGeneratedReports": {
      "get": {
        "summary": "Get nlMatrixTopNControlGeneratedReports",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlGeneratedReports",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNControlGeneratedReports": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlGeneratedReports from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlDuration": {
      "get": {
        "summary": "Get nlMatrixTopNControlDuration",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlDuration",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 50
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlDuration": 50
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlRequestedSize": {
      "get": {
        "summary": "Get nlMatrixTopNControlRequestedSize",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlRequestedSize",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlRequestedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlRequestedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlGrantedSize": {
      "get": {
        "summary": "Get nlMatrixTopNControlGrantedSize",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlGrantedSize",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlGrantedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlGrantedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlStartTime": {
      "get": {
        "summary": "Get nlMatrixTopNControlStartTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlStartTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlStartTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlStartTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlOwner": {
      "get": {
        "summary": "Get nlMatrixTopNControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNControlTable/nlMatrixTopNControlEntry/nlMatrixTopNControlStatus": {
      "get": {
        "summary": "Get nlMatrixTopNControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNControlTable-nlMatrixTopNControlEntry-nlMatrixTopNControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable": {
      "get": {
        "summary": "Get nlMatrixTopNTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlMatrixTopNEntry": {
                      "type": "object",
                      "properties": {
                        "nlMatrixTopNControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixTopNIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "nlMatrixTopNProtocolDirLocalIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "nlMatrixTopNSourceAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixTopNDestAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixTopNPktRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixTopNReversePktRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixTopNOctetRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixTopNReverseOctetRate": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNTable": {
                    "nlMatrixTopNEntry": {
                      "nlMatrixTopNControlIndex": "configured-value",
                      "nlMatrixTopNIndex": 1,
                      "nlMatrixTopNProtocolDirLocalIndex": 1,
                      "nlMatrixTopNSourceAddress": "QmFzZTY0",
                      "nlMatrixTopNDestAddress": "QmFzZTY0",
                      "nlMatrixTopNPktRate": "configured-value",
                      "nlMatrixTopNReversePktRate": "configured-value",
                      "nlMatrixTopNOctetRate": "configured-value",
                      "nlMatrixTopNReverseOctetRate": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry": {
      "get": {
        "summary": "Get nlMatrixTopNEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nlMatrixTopNControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixTopNIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "nlMatrixTopNProtocolDirLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "nlMatrixTopNSourceAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixTopNDestAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixTopNPktRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixTopNReversePktRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixTopNOctetRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixTopNReverseOctetRate": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNEntry": {
                    "nlMatrixTopNControlIndex": "configured-value",
                    "nlMatrixTopNIndex": 1,
                    "nlMatrixTopNProtocolDirLocalIndex": 1,
                    "nlMatrixTopNSourceAddress": "QmFzZTY0",
                    "nlMatrixTopNDestAddress": "QmFzZTY0",
                    "nlMatrixTopNPktRate": "configured-value",
                    "nlMatrixTopNReversePktRate": "configured-value",
                    "nlMatrixTopNOctetRate": "configured-value",
                    "nlMatrixTopNReverseOctetRate": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNControlIndex": {
      "get": {
        "summary": "Get nlMatrixTopNControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNIndex": {
      "get": {
        "summary": "Get nlMatrixTopNIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNProtocolDirLocalIndex": {
      "get": {
        "summary": "Get nlMatrixTopNProtocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNProtocolDirLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNProtocolDirLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNProtocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNSourceAddress": {
      "get": {
        "summary": "Get nlMatrixTopNSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNSourceAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNDestAddress": {
      "get": {
        "summary": "Get nlMatrixTopNDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixTopNDestAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNPktRate": {
      "get": {
        "summary": "Get nlMatrixTopNPktRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNPktRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNPktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNPktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNReversePktRate": {
      "get": {
        "summary": "Get nlMatrixTopNReversePktRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNReversePktRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNReversePktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNReversePktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNOctetRate": {
      "get": {
        "summary": "Get nlMatrixTopNOctetRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNOctetRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/nlMatrixTopNTable/nlMatrixTopNEntry/nlMatrixTopNReverseOctetRate": {
      "get": {
        "summary": "Get nlMatrixTopNReverseOctetRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-nlMatrixTopNTable-nlMatrixTopNEntry-nlMatrixTopNReverseOctetRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:nlMatrixTopNReverseOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixTopNReverseOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable": {
      "get": {
        "summary": "Get alHostTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alHostEntry": {
                      "type": "object",
                      "properties": {
                        "hlHostControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlHostAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "protocolDirLocalIndex_2": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alHostTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "alHostInPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alHostOutPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alHostInOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alHostOutOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alHostCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alHostTable": {
                    "alHostEntry": {
                      "hlHostControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlHostAddress": "10.1.1.1",
                      "protocolDirLocalIndex_2": "configured-value",
                      "alHostTimeMark": "10:30:45",
                      "alHostInPkts": "configured-value",
                      "alHostOutPkts": "configured-value",
                      "alHostInOctets": "configured-value",
                      "alHostOutOctets": "configured-value",
                      "alHostCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry": {
      "get": {
        "summary": "Get alHostEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlHostControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlHostAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "protocolDirLocalIndex_2": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alHostTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "alHostInPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alHostOutPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alHostInOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alHostOutOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alHostCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alHostEntry": {
                    "hlHostControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlHostAddress": "10.1.1.1",
                    "protocolDirLocalIndex_2": "configured-value",
                    "alHostTimeMark": "10:30:45",
                    "alHostInPkts": "configured-value",
                    "alHostOutPkts": "configured-value",
                    "alHostInOctets": "configured-value",
                    "alHostOutOctets": "configured-value",
                    "alHostCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/hlHostControlIndex": {
      "get": {
        "summary": "Get hlHostControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-hlHostControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlHostControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlHostControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/nlHostAddress": {
      "get": {
        "summary": "Get nlHostAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-nlHostAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlHostAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlHostAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/protocolDirLocalIndex_2": {
      "get": {
        "summary": "Get protocolDirLocalIndex_2",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-protocolDirLocalIndex_2",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex_2": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex_2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostTimeMark": {
      "get": {
        "summary": "Get alHostTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alHostTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostInPkts": {
      "get": {
        "summary": "Get alHostInPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostInPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alHostInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostOutPkts": {
      "get": {
        "summary": "Get alHostOutPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostOutPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alHostOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostInOctets": {
      "get": {
        "summary": "Get alHostInOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostInOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alHostInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostOutOctets": {
      "get": {
        "summary": "Get alHostOutOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostOutOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alHostOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alHostTable/alHostEntry/alHostCreateTime": {
      "get": {
        "summary": "Get alHostCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alHostTable-alHostEntry-alHostCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alHostCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alHostCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable": {
      "get": {
        "summary": "Get alMatrixSDTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alMatrixSDEntry": {
                      "type": "object",
                      "properties": {
                        "hlMatrixControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixSDSourceAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixSDDestAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "protocolDirLocalIndex_2": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixSDTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "alMatrixSDPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixSDOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixSDCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixSDTable": {
                    "alMatrixSDEntry": {
                      "hlMatrixControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlMatrixSDSourceAddress": "10.1.1.1",
                      "nlMatrixSDDestAddress": "10.1.1.1",
                      "protocolDirLocalIndex_2": "configured-value",
                      "alMatrixSDTimeMark": "10:30:45",
                      "alMatrixSDPkts": "configured-value",
                      "alMatrixSDOctets": "configured-value",
                      "alMatrixSDCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry": {
      "get": {
        "summary": "Get alMatrixSDEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlMatrixControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixSDSourceAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixSDDestAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "protocolDirLocalIndex_2": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixSDTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "alMatrixSDPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixSDOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixSDCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixSDEntry": {
                    "hlMatrixControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlMatrixSDSourceAddress": "10.1.1.1",
                    "nlMatrixSDDestAddress": "10.1.1.1",
                    "protocolDirLocalIndex_2": "configured-value",
                    "alMatrixSDTimeMark": "10:30:45",
                    "alMatrixSDPkts": "configured-value",
                    "alMatrixSDOctets": "configured-value",
                    "alMatrixSDCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/hlMatrixControlIndex": {
      "get": {
        "summary": "Get hlMatrixControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-hlMatrixControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/nlMatrixSDSourceAddress": {
      "get": {
        "summary": "Get nlMatrixSDSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-nlMatrixSDSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDSourceAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/nlMatrixSDDestAddress": {
      "get": {
        "summary": "Get nlMatrixSDDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-nlMatrixSDDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixSDDestAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixSDDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/protocolDirLocalIndex_2": {
      "get": {
        "summary": "Get protocolDirLocalIndex_2",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-protocolDirLocalIndex_2",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex_2": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex_2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/alMatrixSDTimeMark": {
      "get": {
        "summary": "Get alMatrixSDTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-alMatrixSDTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alMatrixSDTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/alMatrixSDPkts": {
      "get": {
        "summary": "Get alMatrixSDPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-alMatrixSDPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixSDPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/alMatrixSDOctets": {
      "get": {
        "summary": "Get alMatrixSDOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-alMatrixSDOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixSDOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixSDTable/alMatrixSDEntry/alMatrixSDCreateTime": {
      "get": {
        "summary": "Get alMatrixSDCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixSDTable-alMatrixSDEntry-alMatrixSDCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alMatrixSDCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixSDCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable": {
      "get": {
        "summary": "Get alMatrixDSTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alMatrixDSEntry": {
                      "type": "object",
                      "properties": {
                        "hlMatrixControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "protocolDirLocalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nlMatrixDSDestAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "nlMatrixDSSourceAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "protocolDirLocalIndex_2": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixDSTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "alMatrixDSPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixDSOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixDSCreateTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixDSTable": {
                    "alMatrixDSEntry": {
                      "hlMatrixControlIndex": "configured-value",
                      "protocolDirLocalIndex": "configured-value",
                      "nlMatrixDSDestAddress": "10.1.1.1",
                      "nlMatrixDSSourceAddress": "10.1.1.1",
                      "protocolDirLocalIndex_2": "configured-value",
                      "alMatrixDSTimeMark": "10:30:45",
                      "alMatrixDSPkts": "configured-value",
                      "alMatrixDSOctets": "configured-value",
                      "alMatrixDSCreateTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry": {
      "get": {
        "summary": "Get alMatrixDSEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hlMatrixControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "protocolDirLocalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nlMatrixDSDestAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "nlMatrixDSSourceAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "protocolDirLocalIndex_2": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixDSTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "alMatrixDSPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixDSOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixDSCreateTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixDSEntry": {
                    "hlMatrixControlIndex": "configured-value",
                    "protocolDirLocalIndex": "configured-value",
                    "nlMatrixDSDestAddress": "10.1.1.1",
                    "nlMatrixDSSourceAddress": "10.1.1.1",
                    "protocolDirLocalIndex_2": "configured-value",
                    "alMatrixDSTimeMark": "10:30:45",
                    "alMatrixDSPkts": "configured-value",
                    "alMatrixDSOctets": "configured-value",
                    "alMatrixDSCreateTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/hlMatrixControlIndex": {
      "get": {
        "summary": "Get hlMatrixControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-hlMatrixControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:hlMatrixControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hlMatrixControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/protocolDirLocalIndex": {
      "get": {
        "summary": "Get protocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-protocolDirLocalIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/nlMatrixDSDestAddress": {
      "get": {
        "summary": "Get nlMatrixDSDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-nlMatrixDSDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSDestAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/nlMatrixDSSourceAddress": {
      "get": {
        "summary": "Get nlMatrixDSSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-nlMatrixDSSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:nlMatrixDSSourceAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nlMatrixDSSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/protocolDirLocalIndex_2": {
      "get": {
        "summary": "Get protocolDirLocalIndex_2",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-protocolDirLocalIndex_2",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:protocolDirLocalIndex_2": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve protocolDirLocalIndex_2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/alMatrixDSTimeMark": {
      "get": {
        "summary": "Get alMatrixDSTimeMark",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-alMatrixDSTimeMark",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alMatrixDSTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/alMatrixDSPkts": {
      "get": {
        "summary": "Get alMatrixDSPkts",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-alMatrixDSPkts",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixDSPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/alMatrixDSOctets": {
      "get": {
        "summary": "Get alMatrixDSOctets",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-alMatrixDSOctets",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixDSOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixDSTable/alMatrixDSEntry/alMatrixDSCreateTime": {
      "get": {
        "summary": "Get alMatrixDSCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixDSTable-alMatrixDSEntry-alMatrixDSCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alMatrixDSCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixDSCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable": {
      "get": {
        "summary": "Get alMatrixTopNControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alMatrixTopNControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "alMatrixTopNControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "alMatrixTopNControlMatrixIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "alMatrixTopNControlRateBase": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "alMatrixTopNControlTimeRemaining": {
                            "type": "integer",
                            "example": 1
                          },
                          "alMatrixTopNControlGeneratedReports": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "alMatrixTopNControlDuration": {
                            "type": "integer",
                            "example": 50
                          },
                          "alMatrixTopNControlRequestedSize": {
                            "type": "integer",
                            "example": 1
                          },
                          "alMatrixTopNControlGrantedSize": {
                            "type": "integer",
                            "example": 1
                          },
                          "alMatrixTopNControlStartTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "alMatrixTopNControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "alMatrixTopNControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlTable": {
                    "alMatrixTopNControlEntry": [
                      {
                        "alMatrixTopNControlIndex": 1,
                        "alMatrixTopNControlMatrixIndex": 1,
                        "alMatrixTopNControlRateBase": "default",
                        "alMatrixTopNControlTimeRemaining": 1,
                        "alMatrixTopNControlGeneratedReports": "configured-value",
                        "alMatrixTopNControlDuration": 50,
                        "alMatrixTopNControlRequestedSize": 1,
                        "alMatrixTopNControlGrantedSize": 1,
                        "alMatrixTopNControlStartTime": "10:30:45",
                        "alMatrixTopNControlOwner": "configured-value",
                        "alMatrixTopNControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry": {
      "get": {
        "summary": "Get alMatrixTopNControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry",
        "tags": [
          "RMON2-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": {
                      "alMatrixTopNControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "alMatrixTopNControlMatrixIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "alMatrixTopNControlRateBase": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "alMatrixTopNControlTimeRemaining": {
                        "type": "integer",
                        "example": 1
                      },
                      "alMatrixTopNControlGeneratedReports": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "alMatrixTopNControlDuration": {
                        "type": "integer",
                        "example": 50
                      },
                      "alMatrixTopNControlRequestedSize": {
                        "type": "integer",
                        "example": 1
                      },
                      "alMatrixTopNControlGrantedSize": {
                        "type": "integer",
                        "example": 1
                      },
                      "alMatrixTopNControlStartTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "alMatrixTopNControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "alMatrixTopNControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlEntry": [
                    {
                      "alMatrixTopNControlIndex": 1,
                      "alMatrixTopNControlMatrixIndex": 1,
                      "alMatrixTopNControlRateBase": "default",
                      "alMatrixTopNControlTimeRemaining": 1,
                      "alMatrixTopNControlGeneratedReports": "configured-value",
                      "alMatrixTopNControlDuration": 50,
                      "alMatrixTopNControlRequestedSize": 1,
                      "alMatrixTopNControlGrantedSize": 1,
                      "alMatrixTopNControlStartTime": "10:30:45",
                      "alMatrixTopNControlOwner": "configured-value",
                      "alMatrixTopNControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlIndex": {
      "get": {
        "summary": "Get alMatrixTopNControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlMatrixIndex": {
      "get": {
        "summary": "Get alMatrixTopNControlMatrixIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlMatrixIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlMatrixIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlMatrixIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlRateBase": {
      "get": {
        "summary": "Get alMatrixTopNControlRateBase",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlRateBase",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNControlRateBase": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlRateBase from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlTimeRemaining": {
      "get": {
        "summary": "Get alMatrixTopNControlTimeRemaining",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlTimeRemaining",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlTimeRemaining": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlTimeRemaining from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlGeneratedReports": {
      "get": {
        "summary": "Get alMatrixTopNControlGeneratedReports",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlGeneratedReports",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNControlGeneratedReports": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlGeneratedReports from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlDuration": {
      "get": {
        "summary": "Get alMatrixTopNControlDuration",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlDuration",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 50
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlDuration": 50
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlRequestedSize": {
      "get": {
        "summary": "Get alMatrixTopNControlRequestedSize",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlRequestedSize",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlRequestedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlRequestedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlGrantedSize": {
      "get": {
        "summary": "Get alMatrixTopNControlGrantedSize",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlGrantedSize",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlGrantedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlGrantedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlStartTime": {
      "get": {
        "summary": "Get alMatrixTopNControlStartTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlStartTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlStartTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlStartTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlOwner": {
      "get": {
        "summary": "Get alMatrixTopNControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNControlTable/alMatrixTopNControlEntry/alMatrixTopNControlStatus": {
      "get": {
        "summary": "Get alMatrixTopNControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNControlTable-alMatrixTopNControlEntry-alMatrixTopNControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable": {
      "get": {
        "summary": "Get alMatrixTopNTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alMatrixTopNEntry": {
                      "type": "object",
                      "properties": {
                        "alMatrixTopNControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixTopNIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "alMatrixTopNProtocolDirLocalIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "alMatrixTopNSourceAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "alMatrixTopNDestAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "alMatrixTopNAppProtocolDirLocalIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "alMatrixTopNPktRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixTopNReversePktRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixTopNOctetRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "alMatrixTopNReverseOctetRate": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNTable": {
                    "alMatrixTopNEntry": {
                      "alMatrixTopNControlIndex": "configured-value",
                      "alMatrixTopNIndex": 1,
                      "alMatrixTopNProtocolDirLocalIndex": 1,
                      "alMatrixTopNSourceAddress": "QmFzZTY0",
                      "alMatrixTopNDestAddress": "QmFzZTY0",
                      "alMatrixTopNAppProtocolDirLocalIndex": 1,
                      "alMatrixTopNPktRate": "configured-value",
                      "alMatrixTopNReversePktRate": "configured-value",
                      "alMatrixTopNOctetRate": "configured-value",
                      "alMatrixTopNReverseOctetRate": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry": {
      "get": {
        "summary": "Get alMatrixTopNEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alMatrixTopNControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixTopNIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "alMatrixTopNProtocolDirLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "alMatrixTopNSourceAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "alMatrixTopNDestAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "alMatrixTopNAppProtocolDirLocalIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "alMatrixTopNPktRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixTopNReversePktRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixTopNOctetRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "alMatrixTopNReverseOctetRate": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNEntry": {
                    "alMatrixTopNControlIndex": "configured-value",
                    "alMatrixTopNIndex": 1,
                    "alMatrixTopNProtocolDirLocalIndex": 1,
                    "alMatrixTopNSourceAddress": "QmFzZTY0",
                    "alMatrixTopNDestAddress": "QmFzZTY0",
                    "alMatrixTopNAppProtocolDirLocalIndex": 1,
                    "alMatrixTopNPktRate": "configured-value",
                    "alMatrixTopNReversePktRate": "configured-value",
                    "alMatrixTopNOctetRate": "configured-value",
                    "alMatrixTopNReverseOctetRate": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNControlIndex": {
      "get": {
        "summary": "Get alMatrixTopNControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNIndex": {
      "get": {
        "summary": "Get alMatrixTopNIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNProtocolDirLocalIndex": {
      "get": {
        "summary": "Get alMatrixTopNProtocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNProtocolDirLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNProtocolDirLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNProtocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNSourceAddress": {
      "get": {
        "summary": "Get alMatrixTopNSourceAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNSourceAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNSourceAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNSourceAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNDestAddress": {
      "get": {
        "summary": "Get alMatrixTopNDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNDestAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNAppProtocolDirLocalIndex": {
      "get": {
        "summary": "Get alMatrixTopNAppProtocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNAppProtocolDirLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:alMatrixTopNAppProtocolDirLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNAppProtocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNPktRate": {
      "get": {
        "summary": "Get alMatrixTopNPktRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNPktRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNPktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNPktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNReversePktRate": {
      "get": {
        "summary": "Get alMatrixTopNReversePktRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNReversePktRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNReversePktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNReversePktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNOctetRate": {
      "get": {
        "summary": "Get alMatrixTopNOctetRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNOctetRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/alMatrixTopNTable/alMatrixTopNEntry/alMatrixTopNReverseOctetRate": {
      "get": {
        "summary": "Get alMatrixTopNReverseOctetRate",
        "operationId": "get-RMON2-MIB:RMON2-MIB-alMatrixTopNTable-alMatrixTopNEntry-alMatrixTopNReverseOctetRate",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:alMatrixTopNReverseOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve alMatrixTopNReverseOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable": {
      "get": {
        "summary": "Get usrHistoryControlTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "usrHistoryControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "usrHistoryControlIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "usrHistoryControlObjects": {
                            "type": "integer",
                            "example": 1
                          },
                          "usrHistoryControlBucketsRequested": {
                            "type": "integer",
                            "example": 1
                          },
                          "usrHistoryControlBucketsGranted": {
                            "type": "integer",
                            "example": 1
                          },
                          "usrHistoryControlInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "usrHistoryControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "usrHistoryControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlTable": {
                    "usrHistoryControlEntry": [
                      {
                        "usrHistoryControlIndex": 1,
                        "usrHistoryControlObjects": 1,
                        "usrHistoryControlBucketsRequested": 1,
                        "usrHistoryControlBucketsGranted": 1,
                        "usrHistoryControlInterval": 1,
                        "usrHistoryControlOwner": "configured-value",
                        "usrHistoryControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry": {
      "get": {
        "summary": "Get usrHistoryControlEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry",
        "tags": [
          "RMON2-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": {
                      "usrHistoryControlIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "usrHistoryControlObjects": {
                        "type": "integer",
                        "example": 1
                      },
                      "usrHistoryControlBucketsRequested": {
                        "type": "integer",
                        "example": 1
                      },
                      "usrHistoryControlBucketsGranted": {
                        "type": "integer",
                        "example": 1
                      },
                      "usrHistoryControlInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "usrHistoryControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "usrHistoryControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlEntry": [
                    {
                      "usrHistoryControlIndex": 1,
                      "usrHistoryControlObjects": 1,
                      "usrHistoryControlBucketsRequested": 1,
                      "usrHistoryControlBucketsGranted": 1,
                      "usrHistoryControlInterval": 1,
                      "usrHistoryControlOwner": "configured-value",
                      "usrHistoryControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlIndex": {
      "get": {
        "summary": "Get usrHistoryControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlObjects": {
      "get": {
        "summary": "Get usrHistoryControlObjects",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlObjects",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlObjects": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlBucketsRequested": {
      "get": {
        "summary": "Get usrHistoryControlBucketsRequested",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlBucketsRequested",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlBucketsRequested": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlBucketsRequested from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlBucketsGranted": {
      "get": {
        "summary": "Get usrHistoryControlBucketsGranted",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlBucketsGranted",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlBucketsGranted": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlBucketsGranted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlInterval": {
      "get": {
        "summary": "Get usrHistoryControlInterval",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlInterval",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlOwner": {
      "get": {
        "summary": "Get usrHistoryControlOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryControlTable/usrHistoryControlEntry/usrHistoryControlStatus": {
      "get": {
        "summary": "Get usrHistoryControlStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryControlTable-usrHistoryControlEntry-usrHistoryControlStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:usrHistoryControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable": {
      "get": {
        "summary": "Get usrHistoryObjectTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "usrHistoryObjectEntry": {
                      "type": "object",
                      "properties": {
                        "usrHistoryControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryObjectIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "usrHistoryObjectVariable": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryObjectSampleType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryObjectTable": {
                    "usrHistoryObjectEntry": {
                      "usrHistoryControlIndex": "configured-value",
                      "usrHistoryObjectIndex": 1,
                      "usrHistoryObjectVariable": "configured-value",
                      "usrHistoryObjectSampleType": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable/usrHistoryObjectEntry": {
      "get": {
        "summary": "Get usrHistoryObjectEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable-usrHistoryObjectEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "usrHistoryControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryObjectIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "usrHistoryObjectVariable": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryObjectSampleType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryObjectEntry": {
                    "usrHistoryControlIndex": "configured-value",
                    "usrHistoryObjectIndex": 1,
                    "usrHistoryObjectVariable": "configured-value",
                    "usrHistoryObjectSampleType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable/usrHistoryObjectEntry/usrHistoryControlIndex": {
      "get": {
        "summary": "Get usrHistoryControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable-usrHistoryObjectEntry-usrHistoryControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable/usrHistoryObjectEntry/usrHistoryObjectIndex": {
      "get": {
        "summary": "Get usrHistoryObjectIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable-usrHistoryObjectEntry-usrHistoryObjectIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistoryObjectIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable/usrHistoryObjectEntry/usrHistoryObjectVariable": {
      "get": {
        "summary": "Get usrHistoryObjectVariable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable-usrHistoryObjectEntry-usrHistoryObjectVariable",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryObjectVariable": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectVariable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryObjectTable/usrHistoryObjectEntry/usrHistoryObjectSampleType": {
      "get": {
        "summary": "Get usrHistoryObjectSampleType",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryObjectTable-usrHistoryObjectEntry-usrHistoryObjectSampleType",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryObjectSampleType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectSampleType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable": {
      "get": {
        "summary": "Get usrHistoryTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "usrHistoryEntry": {
                      "type": "object",
                      "properties": {
                        "usrHistoryControlIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryObjectIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistorySampleIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "usrHistoryIntervalStart": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryIntervalEnd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryAbsValue": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "usrHistoryValStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryTable": {
                    "usrHistoryEntry": {
                      "usrHistoryControlIndex": "configured-value",
                      "usrHistoryObjectIndex": "configured-value",
                      "usrHistorySampleIndex": 1,
                      "usrHistoryIntervalStart": "configured-value",
                      "usrHistoryIntervalEnd": "configured-value",
                      "usrHistoryAbsValue": "configured-value",
                      "usrHistoryValStatus": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry": {
      "get": {
        "summary": "Get usrHistoryEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "usrHistoryControlIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryObjectIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistorySampleIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "usrHistoryIntervalStart": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryIntervalEnd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryAbsValue": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "usrHistoryValStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:usrHistoryEntry": {
                    "usrHistoryControlIndex": "configured-value",
                    "usrHistoryObjectIndex": "configured-value",
                    "usrHistorySampleIndex": 1,
                    "usrHistoryIntervalStart": "configured-value",
                    "usrHistoryIntervalEnd": "configured-value",
                    "usrHistoryAbsValue": "configured-value",
                    "usrHistoryValStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryControlIndex": {
      "get": {
        "summary": "Get usrHistoryControlIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryControlIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryControlIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryControlIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryObjectIndex": {
      "get": {
        "summary": "Get usrHistoryObjectIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryObjectIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryObjectIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryObjectIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistorySampleIndex": {
      "get": {
        "summary": "Get usrHistorySampleIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistorySampleIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:usrHistorySampleIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistorySampleIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryIntervalStart": {
      "get": {
        "summary": "Get usrHistoryIntervalStart",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryIntervalStart",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryIntervalStart": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryIntervalStart from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryIntervalEnd": {
      "get": {
        "summary": "Get usrHistoryIntervalEnd",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryIntervalEnd",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryIntervalEnd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryIntervalEnd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryAbsValue": {
      "get": {
        "summary": "Get usrHistoryAbsValue",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryAbsValue",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:usrHistoryAbsValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryAbsValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/usrHistoryTable/usrHistoryEntry/usrHistoryValStatus": {
      "get": {
        "summary": "Get usrHistoryValStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-usrHistoryTable-usrHistoryEntry-usrHistoryValStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:usrHistoryValStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve usrHistoryValStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable": {
      "get": {
        "summary": "Get serialConfigTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "serialConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialTimeout": {
                            "type": "integer",
                            "example": 1
                          },
                          "serialModemInitString": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialModemHangUpString": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialModemConnectResp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialModemNoConnectResp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialDialoutTimeout": {
                            "type": "integer",
                            "example": 1
                          },
                          "serialStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:serialConfigTable": {
                    "serialConfigEntry": [
                      {
                        "ifIndex": "configured-value",
                        "serialMode": "default",
                        "serialProtocol": "default",
                        "serialTimeout": 1,
                        "serialModemInitString": "configured-value",
                        "serialModemHangUpString": "configured-value",
                        "serialModemConnectResp": "configured-value",
                        "serialModemNoConnectResp": "configured-value",
                        "serialDialoutTimeout": 1,
                        "serialStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry": {
      "get": {
        "summary": "Get serialConfigEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry",
        "tags": [
          "RMON2-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialTimeout": {
                        "type": "integer",
                        "example": 1
                      },
                      "serialModemInitString": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialModemHangUpString": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialModemConnectResp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialModemNoConnectResp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialDialoutTimeout": {
                        "type": "integer",
                        "example": 1
                      },
                      "serialStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:serialConfigEntry": [
                    {
                      "ifIndex": "configured-value",
                      "serialMode": "default",
                      "serialProtocol": "default",
                      "serialTimeout": 1,
                      "serialModemInitString": "configured-value",
                      "serialModemHangUpString": "configured-value",
                      "serialModemConnectResp": "configured-value",
                      "serialModemNoConnectResp": "configured-value",
                      "serialDialoutTimeout": 1,
                      "serialStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-ifIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialMode": {
      "get": {
        "summary": "Get serialMode",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialMode",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialProtocol": {
      "get": {
        "summary": "Get serialProtocol",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialProtocol",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialProtocol": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialTimeout": {
      "get": {
        "summary": "Get serialTimeout",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialTimeout",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:serialTimeout": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialModemInitString": {
      "get": {
        "summary": "Get serialModemInitString",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialModemInitString",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialModemInitString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialModemInitString from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialModemHangUpString": {
      "get": {
        "summary": "Get serialModemHangUpString",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialModemHangUpString",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialModemHangUpString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialModemHangUpString from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialModemConnectResp": {
      "get": {
        "summary": "Get serialModemConnectResp",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialModemConnectResp",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialModemConnectResp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialModemConnectResp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialModemNoConnectResp": {
      "get": {
        "summary": "Get serialModemNoConnectResp",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialModemNoConnectResp",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialModemNoConnectResp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialModemNoConnectResp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialDialoutTimeout": {
      "get": {
        "summary": "Get serialDialoutTimeout",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialDialoutTimeout",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:serialDialoutTimeout": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialDialoutTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConfigTable/serialConfigEntry/serialStatus": {
      "get": {
        "summary": "Get serialStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConfigTable-serialConfigEntry-serialStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:serialStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable": {
      "get": {
        "summary": "Get netConfigTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "netConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "netConfigIPAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "netConfigSubnetMask": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "netConfigStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:netConfigTable": {
                    "netConfigEntry": [
                      {
                        "ifIndex": "configured-value",
                        "netConfigIPAddress": "10.1.1.1",
                        "netConfigSubnetMask": "configured-value",
                        "netConfigStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable/netConfigEntry": {
      "get": {
        "summary": "Get netConfigEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable-netConfigEntry",
        "tags": [
          "RMON2-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "netConfigIPAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "netConfigSubnetMask": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "netConfigStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:netConfigEntry": [
                    {
                      "ifIndex": "configured-value",
                      "netConfigIPAddress": "10.1.1.1",
                      "netConfigSubnetMask": "configured-value",
                      "netConfigStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable/netConfigEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable-netConfigEntry-ifIndex",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable/netConfigEntry/netConfigIPAddress": {
      "get": {
        "summary": "Get netConfigIPAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable-netConfigEntry-netConfigIPAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:netConfigIPAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netConfigIPAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable/netConfigEntry/netConfigSubnetMask": {
      "get": {
        "summary": "Get netConfigSubnetMask",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable-netConfigEntry-netConfigSubnetMask",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:netConfigSubnetMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netConfigSubnetMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/netConfigTable/netConfigEntry/netConfigStatus": {
      "get": {
        "summary": "Get netConfigStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-netConfigTable-netConfigEntry-netConfigStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:netConfigStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve netConfigStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable": {
      "get": {
        "summary": "Get trapDestTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "trapDestEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "trapDestIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "trapDestCommunity": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "trapDestProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "trapDestAddress": {
                            "type": "string",
                            "format": "byte",
                            "example": "10.1.1.1"
                          },
                          "trapDestOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "trapDestStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:trapDestTable": {
                    "trapDestEntry": [
                      {
                        "trapDestIndex": 1,
                        "trapDestCommunity": "QmFzZTY0",
                        "trapDestProtocol": "default",
                        "trapDestAddress": "QmFzZTY0",
                        "trapDestOwner": "configured-value",
                        "trapDestStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry": {
      "get": {
        "summary": "Get trapDestEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry",
        "tags": [
          "RMON2-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": {
                      "trapDestIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "trapDestCommunity": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "trapDestProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "trapDestAddress": {
                        "type": "string",
                        "format": "byte",
                        "example": "10.1.1.1"
                      },
                      "trapDestOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "trapDestStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:trapDestEntry": [
                    {
                      "trapDestIndex": 1,
                      "trapDestCommunity": "QmFzZTY0",
                      "trapDestProtocol": "default",
                      "trapDestAddress": "QmFzZTY0",
                      "trapDestOwner": "configured-value",
                      "trapDestStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestIndex": {
      "get": {
        "summary": "Get trapDestIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:trapDestIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestCommunity": {
      "get": {
        "summary": "Get trapDestCommunity",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestCommunity",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:trapDestCommunity": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestCommunity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestProtocol": {
      "get": {
        "summary": "Get trapDestProtocol",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestProtocol",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:trapDestProtocol": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestAddress": {
      "get": {
        "summary": "Get trapDestAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:trapDestAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestOwner": {
      "get": {
        "summary": "Get trapDestOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:trapDestOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/trapDestTable/trapDestEntry/trapDestStatus": {
      "get": {
        "summary": "Get trapDestStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-trapDestTable-trapDestEntry-trapDestStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:trapDestStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve trapDestStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable": {
      "get": {
        "summary": "Get serialConnectionTable",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "serialConnectionEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "serialConnectIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "serialConnectDestIpAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "serialConnectType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectDialString": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectSwitchConnectSeq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectSwitchDisconnectSeq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectSwitchResetSeq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "serialConnectStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:serialConnectionTable": {
                    "serialConnectionEntry": [
                      {
                        "serialConnectIndex": 1,
                        "serialConnectDestIpAddress": "10.1.1.1",
                        "serialConnectType": "default",
                        "serialConnectDialString": "configured-value",
                        "serialConnectSwitchConnectSeq": "configured-value",
                        "serialConnectSwitchDisconnectSeq": "configured-value",
                        "serialConnectSwitchResetSeq": "configured-value",
                        "serialConnectOwner": "configured-value",
                        "serialConnectStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry": {
      "get": {
        "summary": "Get serialConnectionEntry",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry",
        "tags": [
          "RMON2-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": {
                      "serialConnectIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "serialConnectDestIpAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "serialConnectType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectDialString": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectSwitchConnectSeq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectSwitchDisconnectSeq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectSwitchResetSeq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "serialConnectStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "RMON2-MIB:serialConnectionEntry": [
                    {
                      "serialConnectIndex": 1,
                      "serialConnectDestIpAddress": "10.1.1.1",
                      "serialConnectType": "default",
                      "serialConnectDialString": "configured-value",
                      "serialConnectSwitchConnectSeq": "configured-value",
                      "serialConnectSwitchDisconnectSeq": "configured-value",
                      "serialConnectSwitchResetSeq": "configured-value",
                      "serialConnectOwner": "configured-value",
                      "serialConnectStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectIndex": {
      "get": {
        "summary": "Get serialConnectIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:serialConnectIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectDestIpAddress": {
      "get": {
        "summary": "Get serialConnectDestIpAddress",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectDestIpAddress",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "RMON2-MIB:serialConnectDestIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectDestIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectType": {
      "get": {
        "summary": "Get serialConnectType",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectType",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectDialString": {
      "get": {
        "summary": "Get serialConnectDialString",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectDialString",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectDialString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectDialString from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectSwitchConnectSeq": {
      "get": {
        "summary": "Get serialConnectSwitchConnectSeq",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectSwitchConnectSeq",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectSwitchConnectSeq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectSwitchConnectSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectSwitchDisconnectSeq": {
      "get": {
        "summary": "Get serialConnectSwitchDisconnectSeq",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectSwitchDisconnectSeq",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectSwitchDisconnectSeq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectSwitchDisconnectSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectSwitchResetSeq": {
      "get": {
        "summary": "Get serialConnectSwitchResetSeq",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectSwitchResetSeq",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectSwitchResetSeq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectSwitchResetSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectOwner": {
      "get": {
        "summary": "Get serialConnectOwner",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectOwner",
        "tags": [
          "RMON2-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": {
                  "RMON2-MIB:serialConnectOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/serialConnectionTable/serialConnectionEntry/serialConnectStatus": {
      "get": {
        "summary": "Get serialConnectStatus",
        "operationId": "get-RMON2-MIB:RMON2-MIB-serialConnectionTable-serialConnectionEntry-serialConnectStatus",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "RMON2-MIB:serialConnectStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve serialConnectStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/etherStatsDroppedFrames": {
      "get": {
        "summary": "Get etherStatsDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-etherStatsDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:etherStatsDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherStatsDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/etherStatsCreateTime": {
      "get": {
        "summary": "Get etherStatsCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-etherStatsCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:etherStatsCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherStatsCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/tokenRingMLStatsDroppedFrames": {
      "get": {
        "summary": "Get tokenRingMLStatsDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-tokenRingMLStatsDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:tokenRingMLStatsDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/tokenRingMLStatsCreateTime": {
      "get": {
        "summary": "Get tokenRingMLStatsCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-tokenRingMLStatsCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:tokenRingMLStatsCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/tokenRingPStatsDroppedFrames": {
      "get": {
        "summary": "Get tokenRingPStatsDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-tokenRingPStatsDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:tokenRingPStatsDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/tokenRingPStatsCreateTime": {
      "get": {
        "summary": "Get tokenRingPStatsCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-tokenRingPStatsCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:tokenRingPStatsCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/historyControlDroppedFrames": {
      "get": {
        "summary": "Get historyControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-historyControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:historyControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve historyControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hostControlDroppedFrames": {
      "get": {
        "summary": "Get hostControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hostControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:hostControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hostControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/hostControlCreateTime": {
      "get": {
        "summary": "Get hostControlCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-hostControlCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:hostControlCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve hostControlCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/matrixControlDroppedFrames": {
      "get": {
        "summary": "Get matrixControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-matrixControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:matrixControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve matrixControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/matrixControlCreateTime": {
      "get": {
        "summary": "Get matrixControlCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-matrixControlCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:matrixControlCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve matrixControlCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/channelDroppedFrames": {
      "get": {
        "summary": "Get channelDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-channelDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:channelDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve channelDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/channelCreateTime": {
      "get": {
        "summary": "Get channelCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-channelCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:channelCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve channelCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/filterProtocolDirDataLocalIndex": {
      "get": {
        "summary": "Get filterProtocolDirDataLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-filterProtocolDirDataLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:filterProtocolDirDataLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve filterProtocolDirDataLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/filterProtocolDirLocalIndex": {
      "get": {
        "summary": "Get filterProtocolDirLocalIndex",
        "operationId": "get-RMON2-MIB:RMON2-MIB-filterProtocolDirLocalIndex",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "RMON2-MIB:filterProtocolDirLocalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve filterProtocolDirLocalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/ringStationControlDroppedFrames": {
      "get": {
        "summary": "Get ringStationControlDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-ringStationControlDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:ringStationControlDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/ringStationControlCreateTime": {
      "get": {
        "summary": "Get ringStationControlCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-ringStationControlCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:ringStationControlCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlCreateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/sourceRoutingStatsDroppedFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsDroppedFrames",
        "operationId": "get-RMON2-MIB:RMON2-MIB-sourceRoutingStatsDroppedFrames",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "RMON2-MIB:sourceRoutingStatsDroppedFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsDroppedFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/RMON2-MIB:RMON2-MIB/sourceRoutingStatsCreateTime": {
      "get": {
        "summary": "Get sourceRoutingStatsCreateTime",
        "operationId": "get-RMON2-MIB:RMON2-MIB-sourceRoutingStatsCreateTime",
        "tags": [
          "RMON2-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "RMON2-MIB:sourceRoutingStatsCreateTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsCreateTime 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": []
    }
  ]
}
