{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-NBAR-PROTOCOL-DISCOVERY-MIB",
    "description": "MIB data from `CISCO-NBAR-PROTOCOL-DISCOVERY-MIB` module.\n\n**Root containers:** 1 (CISCO-NBAR-PROTOCOL-DISCOVERY-MIB)\n**Paths:** 85 | **Descendants:** 101\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB": {
      "get": {
        "summary": "Get CISCO-NBAR-PROTOCOL-DISCOVERY-MIB",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdNotificationsConfig": {
                      "type": "object",
                      "properties": {
                        "cnpdNotificationsEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdStatusTable": {
                      "type": "object",
                      "properties": {
                        "cnpdStatusEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdStatusPdEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnpdStatusLastUpdateTime": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cnpdAllStatsTable": {
                      "type": "object",
                      "properties": {
                        "cnpdAllStatsEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsProtocolsIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsProtocolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cnpdAllStatsInPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsOutPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsInBytes": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cnpdAllStatsOutBytes": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "cnpdAllStatsHCInPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsHCOutPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdAllStatsHCInBytes": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cnpdAllStatsHCOutBytes": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "cnpdAllStatsInBitRate": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnpdAllStatsOutBitRate": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdTopNConfigTable": {
                      "type": "object",
                      "properties": {
                        "cnpdTopNConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnpdTopNConfigIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdTopNConfigIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdTopNConfigStatsSelect": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdTopNConfigSampleTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdTopNConfigRequestedSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdTopNConfigGrantedSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdTopNConfigTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cnpdTopNConfigStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdTopNStatsTable": {
                      "type": "object",
                      "properties": {
                        "cnpdTopNStatsEntry": {
                          "type": "object",
                          "properties": {
                            "cnpdTopNConfigIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdTopNStatsIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cnpdTopNStatsProtocolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cnpdTopNStatsRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdTopNStatsHCRate": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdThresholdConfigTable": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnpdThresholdConfigIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdConfigIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdConfigInterval": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdConfigSampleType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdConfigProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdConfigProtocolAny": {
                                "type": "boolean",
                                "example": true
                              },
                              "cnpdThresholdConfigStatsSelect": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdConfigStartup": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdConfigRising": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdConfigFalling": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdConfigStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdThresholdHistoryTable": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdHistoryEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnpdThresholdHistoryIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdHistoryConfigIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdHistoryValue": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cnpdThresholdHistoryType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdHistoryTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cnpdThresholdHistoryProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdThresholdHistoryStatsSelect": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cnpdSupportedProtocolsTable": {
                      "type": "object",
                      "properties": {
                        "cnpdSupportedProtocolsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cnpdSupportedProtocolsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cnpdSupportedProtocolsName": {
                                "type": "string",
                                "example": "example-1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdConfigIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdConfigIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdConfigIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdConfigStatsSelect": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdHistoryIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdHistoryValue": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdConfigIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdConfigFalling": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdConfigIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdConfigProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "cnpdThresholdHistoryIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cnpdThresholdHistoryTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB": {
                    "cnpdNotificationsConfig": {
                      "cnpdNotificationsEnable": true
                    },
                    "cnpdStatusTable": {
                      "cnpdStatusEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cnpdStatusPdEnable": true,
                          "cnpdStatusLastUpdateTime": "active"
                        }
                      ]
                    },
                    "cnpdAllStatsTable": {
                      "cnpdAllStatsEntry": {
                        "ifIndex": "configured-value",
                        "cnpdAllStatsProtocolsIndex": "configured-value",
                        "cnpdAllStatsProtocolName": "example-1",
                        "cnpdAllStatsInPkts": "configured-value",
                        "cnpdAllStatsOutPkts": "configured-value",
                        "cnpdAllStatsInBytes": "1284563200",
                        "cnpdAllStatsOutBytes": "1023456700",
                        "cnpdAllStatsHCInPkts": "configured-value",
                        "cnpdAllStatsHCOutPkts": "configured-value",
                        "cnpdAllStatsHCInBytes": "1284563200",
                        "cnpdAllStatsHCOutBytes": "1023456700",
                        "cnpdAllStatsInBitRate": 1,
                        "cnpdAllStatsOutBitRate": 1
                      }
                    },
                    "cnpdTopNConfigTable": {
                      "cnpdTopNConfigEntry": [
                        {
                          "cnpdTopNConfigIndex": 1,
                          "cnpdTopNConfigIfIndex": "configured-value",
                          "cnpdTopNConfigStatsSelect": "configured-value",
                          "cnpdTopNConfigSampleTime": 1,
                          "cnpdTopNConfigRequestedSize": 1,
                          "cnpdTopNConfigGrantedSize": 1,
                          "cnpdTopNConfigTime": "10:30:45",
                          "cnpdTopNConfigStatus": "active"
                        }
                      ]
                    },
                    "cnpdTopNStatsTable": {
                      "cnpdTopNStatsEntry": {
                        "cnpdTopNConfigIndex": "configured-value",
                        "cnpdTopNStatsIndex": 1,
                        "cnpdTopNStatsProtocolName": "example-1",
                        "cnpdTopNStatsRate": "configured-value",
                        "cnpdTopNStatsHCRate": "configured-value"
                      }
                    },
                    "cnpdThresholdConfigTable": {
                      "cnpdThresholdConfigEntry": [
                        {
                          "cnpdThresholdConfigIndex": 1,
                          "cnpdThresholdConfigIfIndex": "configured-value",
                          "cnpdThresholdConfigInterval": 1,
                          "cnpdThresholdConfigSampleType": "default",
                          "cnpdThresholdConfigProtocol": "configured-value",
                          "cnpdThresholdConfigProtocolAny": true,
                          "cnpdThresholdConfigStatsSelect": "configured-value",
                          "cnpdThresholdConfigStartup": "default",
                          "cnpdThresholdConfigRising": 1,
                          "cnpdThresholdConfigFalling": 1,
                          "cnpdThresholdConfigStatus": "active"
                        }
                      ]
                    },
                    "cnpdThresholdHistoryTable": {
                      "cnpdThresholdHistoryEntry": [
                        {
                          "cnpdThresholdHistoryIndex": 1,
                          "cnpdThresholdHistoryConfigIndex": 1,
                          "cnpdThresholdHistoryValue": 1,
                          "cnpdThresholdHistoryType": "default",
                          "cnpdThresholdHistoryTime": "10:30:45",
                          "cnpdThresholdHistoryProtocol": "configured-value",
                          "cnpdThresholdHistoryStatsSelect": "configured-value"
                        }
                      ]
                    },
                    "cnpdSupportedProtocolsTable": {
                      "cnpdSupportedProtocolsEntry": [
                        {
                          "cnpdSupportedProtocolsIndex": "configured-value",
                          "cnpdSupportedProtocolsName": "example-1"
                        }
                      ],
                      "object-1": {
                        "cnpdThresholdConfigIndex": "configured-value",
                        "cnpdThresholdConfigIfIndex": "configured-value"
                      },
                      "object-2": {
                        "cnpdThresholdConfigIndex": "configured-value",
                        "cnpdThresholdConfigStatsSelect": "configured-value"
                      },
                      "object-3": {
                        "cnpdThresholdHistoryIndex": "configured-value",
                        "cnpdThresholdHistoryValue": "configured-value"
                      },
                      "object-4": {
                        "cnpdThresholdConfigIndex": "configured-value",
                        "cnpdThresholdConfigFalling": "configured-value"
                      },
                      "object-5": {
                        "cnpdThresholdConfigIndex": "configured-value",
                        "cnpdThresholdConfigProtocol": "configured-value"
                      },
                      "object-6": {
                        "cnpdThresholdHistoryIndex": "configured-value",
                        "cnpdThresholdHistoryTime": "10:30:45"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-NBAR-PROTOCOL-DISCOVERY-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdNotificationsConfig": {
      "get": {
        "summary": "Get cnpdNotificationsConfig",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdNotificationsConfig",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdNotificationsEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdNotificationsConfig": {
                    "cnpdNotificationsEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdNotificationsConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdNotificationsConfig/cnpdNotificationsEnable": {
      "get": {
        "summary": "Get cnpdNotificationsEnable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdNotificationsConfig-cnpdNotificationsEnable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdNotificationsEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdNotificationsEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdStatusTable": {
      "get": {
        "summary": "Get cnpdStatusTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdStatusTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdStatusEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdStatusPdEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnpdStatusLastUpdateTime": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdStatusTable": {
                    "cnpdStatusEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cnpdStatusPdEnable": true,
                        "cnpdStatusLastUpdateTime": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdStatusTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdStatusTable/cnpdStatusEntry": {
      "get": {
        "summary": "Get cnpdStatusEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdStatusTable-cnpdStatusEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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"
                      },
                      "cnpdStatusPdEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnpdStatusLastUpdateTime": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdStatusEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cnpdStatusPdEnable": true,
                      "cnpdStatusLastUpdateTime": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdStatusEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdStatusTable/cnpdStatusEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdStatusTable-cnpdStatusEntry-ifIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-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/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdStatusTable/cnpdStatusEntry/cnpdStatusPdEnable": {
      "get": {
        "summary": "Get cnpdStatusPdEnable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdStatusTable-cnpdStatusEntry-cnpdStatusPdEnable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdStatusPdEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdStatusPdEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdStatusTable/cnpdStatusEntry/cnpdStatusLastUpdateTime": {
      "get": {
        "summary": "Get cnpdStatusLastUpdateTime",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdStatusTable-cnpdStatusEntry-cnpdStatusLastUpdateTime",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdStatusLastUpdateTime": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdStatusLastUpdateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable": {
      "get": {
        "summary": "Get cnpdAllStatsTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdAllStatsEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsProtocolsIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsProtocolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cnpdAllStatsInPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsOutPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsInBytes": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cnpdAllStatsOutBytes": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "cnpdAllStatsHCInPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsHCOutPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdAllStatsHCInBytes": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cnpdAllStatsHCOutBytes": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "cnpdAllStatsInBitRate": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnpdAllStatsOutBitRate": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsTable": {
                    "cnpdAllStatsEntry": {
                      "ifIndex": "configured-value",
                      "cnpdAllStatsProtocolsIndex": "configured-value",
                      "cnpdAllStatsProtocolName": "example-1",
                      "cnpdAllStatsInPkts": "configured-value",
                      "cnpdAllStatsOutPkts": "configured-value",
                      "cnpdAllStatsInBytes": "1284563200",
                      "cnpdAllStatsOutBytes": "1023456700",
                      "cnpdAllStatsHCInPkts": "configured-value",
                      "cnpdAllStatsHCOutPkts": "configured-value",
                      "cnpdAllStatsHCInBytes": "1284563200",
                      "cnpdAllStatsHCOutBytes": "1023456700",
                      "cnpdAllStatsInBitRate": 1,
                      "cnpdAllStatsOutBitRate": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry": {
      "get": {
        "summary": "Get cnpdAllStatsEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsProtocolsIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsProtocolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cnpdAllStatsInPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsOutPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsInBytes": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cnpdAllStatsOutBytes": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "cnpdAllStatsHCInPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsHCOutPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdAllStatsHCInBytes": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cnpdAllStatsHCOutBytes": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "cnpdAllStatsInBitRate": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnpdAllStatsOutBitRate": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsEntry": {
                    "ifIndex": "configured-value",
                    "cnpdAllStatsProtocolsIndex": "configured-value",
                    "cnpdAllStatsProtocolName": "example-1",
                    "cnpdAllStatsInPkts": "configured-value",
                    "cnpdAllStatsOutPkts": "configured-value",
                    "cnpdAllStatsInBytes": "1284563200",
                    "cnpdAllStatsOutBytes": "1023456700",
                    "cnpdAllStatsHCInPkts": "configured-value",
                    "cnpdAllStatsHCOutPkts": "configured-value",
                    "cnpdAllStatsHCInBytes": "1284563200",
                    "cnpdAllStatsHCOutBytes": "1023456700",
                    "cnpdAllStatsInBitRate": 1,
                    "cnpdAllStatsOutBitRate": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-ifIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-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/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsProtocolsIndex": {
      "get": {
        "summary": "Get cnpdAllStatsProtocolsIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsProtocolsIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsProtocolsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsProtocolsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsProtocolName": {
      "get": {
        "summary": "Get cnpdAllStatsProtocolName",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsProtocolName",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsProtocolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsProtocolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsInPkts": {
      "get": {
        "summary": "Get cnpdAllStatsInPkts",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsInPkts",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsOutPkts": {
      "get": {
        "summary": "Get cnpdAllStatsOutPkts",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsOutPkts",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsInBytes": {
      "get": {
        "summary": "Get cnpdAllStatsInBytes",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsInBytes",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsInBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsInBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsOutBytes": {
      "get": {
        "summary": "Get cnpdAllStatsOutBytes",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsOutBytes",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1023456700"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsOutBytes": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsOutBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsHCInPkts": {
      "get": {
        "summary": "Get cnpdAllStatsHCInPkts",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsHCInPkts",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsHCInPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsHCInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsHCOutPkts": {
      "get": {
        "summary": "Get cnpdAllStatsHCOutPkts",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsHCOutPkts",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsHCOutPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsHCOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsHCInBytes": {
      "get": {
        "summary": "Get cnpdAllStatsHCInBytes",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsHCInBytes",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsHCInBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsHCInBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsHCOutBytes": {
      "get": {
        "summary": "Get cnpdAllStatsHCOutBytes",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsHCOutBytes",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1023456700"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsHCOutBytes": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsHCOutBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsInBitRate": {
      "get": {
        "summary": "Get cnpdAllStatsInBitRate",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsInBitRate",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsInBitRate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsInBitRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdAllStatsTable/cnpdAllStatsEntry/cnpdAllStatsOutBitRate": {
      "get": {
        "summary": "Get cnpdAllStatsOutBitRate",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdAllStatsTable-cnpdAllStatsEntry-cnpdAllStatsOutBitRate",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdAllStatsOutBitRate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdAllStatsOutBitRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable": {
      "get": {
        "summary": "Get cnpdTopNConfigTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdTopNConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnpdTopNConfigIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdTopNConfigIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdTopNConfigStatsSelect": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdTopNConfigSampleTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdTopNConfigRequestedSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdTopNConfigGrantedSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdTopNConfigTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cnpdTopNConfigStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigTable": {
                    "cnpdTopNConfigEntry": [
                      {
                        "cnpdTopNConfigIndex": 1,
                        "cnpdTopNConfigIfIndex": "configured-value",
                        "cnpdTopNConfigStatsSelect": "configured-value",
                        "cnpdTopNConfigSampleTime": 1,
                        "cnpdTopNConfigRequestedSize": 1,
                        "cnpdTopNConfigGrantedSize": 1,
                        "cnpdTopNConfigTime": "10:30:45",
                        "cnpdTopNConfigStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry": {
      "get": {
        "summary": "Get cnpdTopNConfigEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                      "cnpdTopNConfigIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdTopNConfigIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdTopNConfigStatsSelect": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdTopNConfigSampleTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdTopNConfigRequestedSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdTopNConfigGrantedSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdTopNConfigTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cnpdTopNConfigStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigEntry": [
                    {
                      "cnpdTopNConfigIndex": 1,
                      "cnpdTopNConfigIfIndex": "configured-value",
                      "cnpdTopNConfigStatsSelect": "configured-value",
                      "cnpdTopNConfigSampleTime": 1,
                      "cnpdTopNConfigRequestedSize": 1,
                      "cnpdTopNConfigGrantedSize": 1,
                      "cnpdTopNConfigTime": "10:30:45",
                      "cnpdTopNConfigStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigIndex": {
      "get": {
        "summary": "Get cnpdTopNConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigIfIndex": {
      "get": {
        "summary": "Get cnpdTopNConfigIfIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigIfIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigStatsSelect": {
      "get": {
        "summary": "Get cnpdTopNConfigStatsSelect",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigStatsSelect",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigStatsSelect": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigStatsSelect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigSampleTime": {
      "get": {
        "summary": "Get cnpdTopNConfigSampleTime",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigSampleTime",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigSampleTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigSampleTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigRequestedSize": {
      "get": {
        "summary": "Get cnpdTopNConfigRequestedSize",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigRequestedSize",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigRequestedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigRequestedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigGrantedSize": {
      "get": {
        "summary": "Get cnpdTopNConfigGrantedSize",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigGrantedSize",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigGrantedSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigGrantedSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigTime": {
      "get": {
        "summary": "Get cnpdTopNConfigTime",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigTime",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNConfigTable/cnpdTopNConfigEntry/cnpdTopNConfigStatus": {
      "get": {
        "summary": "Get cnpdTopNConfigStatus",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNConfigTable-cnpdTopNConfigEntry-cnpdTopNConfigStatus",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable": {
      "get": {
        "summary": "Get cnpdTopNStatsTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdTopNStatsEntry": {
                      "type": "object",
                      "properties": {
                        "cnpdTopNConfigIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdTopNStatsIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cnpdTopNStatsProtocolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cnpdTopNStatsRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdTopNStatsHCRate": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsTable": {
                    "cnpdTopNStatsEntry": {
                      "cnpdTopNConfigIndex": "configured-value",
                      "cnpdTopNStatsIndex": 1,
                      "cnpdTopNStatsProtocolName": "example-1",
                      "cnpdTopNStatsRate": "configured-value",
                      "cnpdTopNStatsHCRate": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry": {
      "get": {
        "summary": "Get cnpdTopNStatsEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdTopNConfigIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdTopNStatsIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cnpdTopNStatsProtocolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cnpdTopNStatsRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdTopNStatsHCRate": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsEntry": {
                    "cnpdTopNConfigIndex": "configured-value",
                    "cnpdTopNStatsIndex": 1,
                    "cnpdTopNStatsProtocolName": "example-1",
                    "cnpdTopNStatsRate": "configured-value",
                    "cnpdTopNStatsHCRate": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry/cnpdTopNConfigIndex": {
      "get": {
        "summary": "Get cnpdTopNConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry-cnpdTopNConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNConfigIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry/cnpdTopNStatsIndex": {
      "get": {
        "summary": "Get cnpdTopNStatsIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry-cnpdTopNStatsIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry/cnpdTopNStatsProtocolName": {
      "get": {
        "summary": "Get cnpdTopNStatsProtocolName",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry-cnpdTopNStatsProtocolName",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsProtocolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsProtocolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry/cnpdTopNStatsRate": {
      "get": {
        "summary": "Get cnpdTopNStatsRate",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry-cnpdTopNStatsRate",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdTopNStatsTable/cnpdTopNStatsEntry/cnpdTopNStatsHCRate": {
      "get": {
        "summary": "Get cnpdTopNStatsHCRate",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdTopNStatsTable-cnpdTopNStatsEntry-cnpdTopNStatsHCRate",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdTopNStatsHCRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdTopNStatsHCRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable": {
      "get": {
        "summary": "Get cnpdThresholdConfigTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnpdThresholdConfigIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdConfigIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdConfigInterval": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdConfigSampleType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdConfigProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdConfigProtocolAny": {
                            "type": "boolean",
                            "example": true
                          },
                          "cnpdThresholdConfigStatsSelect": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdConfigStartup": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdConfigRising": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdConfigFalling": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdConfigStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigTable": {
                    "cnpdThresholdConfigEntry": [
                      {
                        "cnpdThresholdConfigIndex": 1,
                        "cnpdThresholdConfigIfIndex": "configured-value",
                        "cnpdThresholdConfigInterval": 1,
                        "cnpdThresholdConfigSampleType": "default",
                        "cnpdThresholdConfigProtocol": "configured-value",
                        "cnpdThresholdConfigProtocolAny": true,
                        "cnpdThresholdConfigStatsSelect": "configured-value",
                        "cnpdThresholdConfigStartup": "default",
                        "cnpdThresholdConfigRising": 1,
                        "cnpdThresholdConfigFalling": 1,
                        "cnpdThresholdConfigStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry": {
      "get": {
        "summary": "Get cnpdThresholdConfigEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                      "cnpdThresholdConfigIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdConfigIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdConfigInterval": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdConfigSampleType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdConfigProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdConfigProtocolAny": {
                        "type": "boolean",
                        "example": true
                      },
                      "cnpdThresholdConfigStatsSelect": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdConfigStartup": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdConfigRising": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdConfigFalling": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdConfigStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigEntry": [
                    {
                      "cnpdThresholdConfigIndex": 1,
                      "cnpdThresholdConfigIfIndex": "configured-value",
                      "cnpdThresholdConfigInterval": 1,
                      "cnpdThresholdConfigSampleType": "default",
                      "cnpdThresholdConfigProtocol": "configured-value",
                      "cnpdThresholdConfigProtocolAny": true,
                      "cnpdThresholdConfigStatsSelect": "configured-value",
                      "cnpdThresholdConfigStartup": "default",
                      "cnpdThresholdConfigRising": 1,
                      "cnpdThresholdConfigFalling": 1,
                      "cnpdThresholdConfigStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigIfIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIfIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigIfIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigInterval": {
      "get": {
        "summary": "Get cnpdThresholdConfigInterval",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigInterval",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigSampleType": {
      "get": {
        "summary": "Get cnpdThresholdConfigSampleType",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigSampleType",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigSampleType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigSampleType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigProtocol": {
      "get": {
        "summary": "Get cnpdThresholdConfigProtocol",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigProtocol",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigProtocolAny": {
      "get": {
        "summary": "Get cnpdThresholdConfigProtocolAny",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigProtocolAny",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigProtocolAny": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigProtocolAny from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigStatsSelect": {
      "get": {
        "summary": "Get cnpdThresholdConfigStatsSelect",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigStatsSelect",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigStatsSelect": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigStatsSelect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigStartup": {
      "get": {
        "summary": "Get cnpdThresholdConfigStartup",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigStartup",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigStartup": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigStartup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigRising": {
      "get": {
        "summary": "Get cnpdThresholdConfigRising",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigRising",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigRising": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigRising from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigFalling": {
      "get": {
        "summary": "Get cnpdThresholdConfigFalling",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigFalling",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigFalling": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigFalling from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdConfigTable/cnpdThresholdConfigEntry/cnpdThresholdConfigStatus": {
      "get": {
        "summary": "Get cnpdThresholdConfigStatus",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdConfigTable-cnpdThresholdConfigEntry-cnpdThresholdConfigStatus",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable": {
      "get": {
        "summary": "Get cnpdThresholdHistoryTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdHistoryEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnpdThresholdHistoryIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdHistoryConfigIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdHistoryValue": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cnpdThresholdHistoryType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdHistoryTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cnpdThresholdHistoryProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdThresholdHistoryStatsSelect": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryTable": {
                    "cnpdThresholdHistoryEntry": [
                      {
                        "cnpdThresholdHistoryIndex": 1,
                        "cnpdThresholdHistoryConfigIndex": 1,
                        "cnpdThresholdHistoryValue": 1,
                        "cnpdThresholdHistoryType": "default",
                        "cnpdThresholdHistoryTime": "10:30:45",
                        "cnpdThresholdHistoryProtocol": "configured-value",
                        "cnpdThresholdHistoryStatsSelect": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry": {
      "get": {
        "summary": "Get cnpdThresholdHistoryEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                      "cnpdThresholdHistoryIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdHistoryConfigIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdHistoryValue": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cnpdThresholdHistoryType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdHistoryTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cnpdThresholdHistoryProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdThresholdHistoryStatsSelect": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryEntry": [
                    {
                      "cnpdThresholdHistoryIndex": 1,
                      "cnpdThresholdHistoryConfigIndex": 1,
                      "cnpdThresholdHistoryValue": 1,
                      "cnpdThresholdHistoryType": "default",
                      "cnpdThresholdHistoryTime": "10:30:45",
                      "cnpdThresholdHistoryProtocol": "configured-value",
                      "cnpdThresholdHistoryStatsSelect": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryIndex": {
      "get": {
        "summary": "Get cnpdThresholdHistoryIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdHistoryConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryConfigIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryValue": {
      "get": {
        "summary": "Get cnpdThresholdHistoryValue",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryValue",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryValue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryType": {
      "get": {
        "summary": "Get cnpdThresholdHistoryType",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryType",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryTime": {
      "get": {
        "summary": "Get cnpdThresholdHistoryTime",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryTime",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryProtocol": {
      "get": {
        "summary": "Get cnpdThresholdHistoryProtocol",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryProtocol",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdThresholdHistoryTable/cnpdThresholdHistoryEntry/cnpdThresholdHistoryStatsSelect": {
      "get": {
        "summary": "Get cnpdThresholdHistoryStatsSelect",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdThresholdHistoryTable-cnpdThresholdHistoryEntry-cnpdThresholdHistoryStatsSelect",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryStatsSelect": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryStatsSelect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable": {
      "get": {
        "summary": "Get cnpdSupportedProtocolsTable",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdSupportedProtocolsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cnpdSupportedProtocolsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cnpdSupportedProtocolsName": {
                            "type": "string",
                            "example": "example-1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdConfigIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdConfigIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdConfigIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdConfigStatsSelect": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdHistoryIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdHistoryValue": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdConfigIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdConfigFalling": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdConfigIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdConfigProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "cnpdThresholdHistoryIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cnpdThresholdHistoryTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdSupportedProtocolsTable": {
                    "cnpdSupportedProtocolsEntry": [
                      {
                        "cnpdSupportedProtocolsIndex": "configured-value",
                        "cnpdSupportedProtocolsName": "example-1"
                      }
                    ],
                    "object-1": {
                      "cnpdThresholdConfigIndex": "configured-value",
                      "cnpdThresholdConfigIfIndex": "configured-value"
                    },
                    "object-2": {
                      "cnpdThresholdConfigIndex": "configured-value",
                      "cnpdThresholdConfigStatsSelect": "configured-value"
                    },
                    "object-3": {
                      "cnpdThresholdHistoryIndex": "configured-value",
                      "cnpdThresholdHistoryValue": "configured-value"
                    },
                    "object-4": {
                      "cnpdThresholdConfigIndex": "configured-value",
                      "cnpdThresholdConfigFalling": "configured-value"
                    },
                    "object-5": {
                      "cnpdThresholdConfigIndex": "configured-value",
                      "cnpdThresholdConfigProtocol": "configured-value"
                    },
                    "object-6": {
                      "cnpdThresholdHistoryIndex": "configured-value",
                      "cnpdThresholdHistoryTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdSupportedProtocolsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/cnpdSupportedProtocolsEntry": {
      "get": {
        "summary": "Get cnpdSupportedProtocolsEntry",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-cnpdSupportedProtocolsEntry",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                      "cnpdSupportedProtocolsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cnpdSupportedProtocolsName": {
                        "type": "string",
                        "example": "example-1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdSupportedProtocolsEntry": [
                    {
                      "cnpdSupportedProtocolsIndex": "configured-value",
                      "cnpdSupportedProtocolsName": "example-1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdSupportedProtocolsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/cnpdSupportedProtocolsEntry/cnpdSupportedProtocolsIndex": {
      "get": {
        "summary": "Get cnpdSupportedProtocolsIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-cnpdSupportedProtocolsEntry-cnpdSupportedProtocolsIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdSupportedProtocolsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdSupportedProtocolsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/cnpdSupportedProtocolsEntry/cnpdSupportedProtocolsName": {
      "get": {
        "summary": "Get cnpdSupportedProtocolsName",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-cnpdSupportedProtocolsEntry-cnpdSupportedProtocolsName",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdSupportedProtocolsName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdSupportedProtocolsName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-1",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdConfigIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdConfigIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-1": {
                    "cnpdThresholdConfigIndex": "configured-value",
                    "cnpdThresholdConfigIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-1/cnpdThresholdConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-1-cnpdThresholdConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-1/cnpdThresholdConfigIfIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIfIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-1-cnpdThresholdConfigIfIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-2",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdConfigIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdConfigStatsSelect": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-2": {
                    "cnpdThresholdConfigIndex": "configured-value",
                    "cnpdThresholdConfigStatsSelect": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-2/cnpdThresholdConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-2-cnpdThresholdConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-2/cnpdThresholdConfigStatsSelect": {
      "get": {
        "summary": "Get cnpdThresholdConfigStatsSelect",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-2-cnpdThresholdConfigStatsSelect",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigStatsSelect": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigStatsSelect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-3",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdHistoryIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdHistoryValue": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-3": {
                    "cnpdThresholdHistoryIndex": "configured-value",
                    "cnpdThresholdHistoryValue": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-3/cnpdThresholdHistoryIndex": {
      "get": {
        "summary": "Get cnpdThresholdHistoryIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-3-cnpdThresholdHistoryIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-3/cnpdThresholdHistoryValue": {
      "get": {
        "summary": "Get cnpdThresholdHistoryValue",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-3-cnpdThresholdHistoryValue",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-4",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdConfigIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdConfigRising": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-4": {
                    "cnpdThresholdConfigIndex": "configured-value",
                    "cnpdThresholdConfigRising": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-4/cnpdThresholdConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-4-cnpdThresholdConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-4/cnpdThresholdConfigRising": {
      "get": {
        "summary": "Get cnpdThresholdConfigRising",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-4-cnpdThresholdConfigRising",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigRising": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigRising from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-5",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdConfigIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdConfigProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-5": {
                    "cnpdThresholdConfigIndex": "configured-value",
                    "cnpdThresholdConfigProtocol": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-5/cnpdThresholdConfigIndex": {
      "get": {
        "summary": "Get cnpdThresholdConfigIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-5-cnpdThresholdConfigIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-5/cnpdThresholdConfigProtocol": {
      "get": {
        "summary": "Get cnpdThresholdConfigProtocol",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-5-cnpdThresholdConfigProtocol",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigProtocol": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-6",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cnpdThresholdHistoryIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cnpdThresholdHistoryTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:object-6": {
                    "cnpdThresholdHistoryIndex": "configured-value",
                    "cnpdThresholdHistoryTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-6/cnpdThresholdHistoryIndex": {
      "get": {
        "summary": "Get cnpdThresholdHistoryIndex",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-6-cnpdThresholdHistoryIndex",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-6/cnpdThresholdHistoryTime": {
      "get": {
        "summary": "Get cnpdThresholdHistoryTime",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-6-cnpdThresholdHistoryTime",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-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": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdHistoryTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdHistoryTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB/cnpdSupportedProtocolsTable/object-4/cnpdThresholdConfigFalling": {
      "get": {
        "summary": "Get cnpdThresholdConfigFalling",
        "operationId": "get-CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:CISCO-NBAR-PROTOCOL-DISCOVERY-MIB-cnpdSupportedProtocolsTable-object-4-cnpdThresholdConfigFalling",
        "tags": [
          "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-NBAR-PROTOCOL-DISCOVERY-MIB:cnpdThresholdConfigFalling": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cnpdThresholdConfigFalling 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": []
    }
  ]
}
